Context extension type

from: android.content.Context

on
  • JObject
Available extensions

Properties

applicationContext Context?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Context getApplicationContext() The returned object must be released after use, by calling the release method.
no setter
applicationInfo → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.pm.ApplicationInfo getApplicationInfo() The returned object must be released after use, by calling the release method.
no setter
assets → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.res.AssetManager getAssets() The returned object must be released after use, by calling the release method.
no setter
attributionSource → JObject?

Available on Context, provided by the Context$$Methods extension

from: public android.content.AttributionSource getAttributionSource() The returned object must be released after use, by calling the release method.
no setter
attributionTag → JString?

Available on Context, provided by the Context$$Methods extension

from: public java.lang.String getAttributionTag() The returned object must be released after use, by calling the release method.
no setter
cacheDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getCacheDir() The returned object must be released after use, by calling the release method.
no setter
classLoader → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.ClassLoader getClassLoader() The returned object must be released after use, by calling the release method.
no setter
codeCacheDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getCodeCacheDir() The returned object must be released after use, by calling the release method.
no setter
contentResolver → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.ContentResolver getContentResolver() The returned object must be released after use, by calling the release method.
no setter
dataDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getDataDir() The returned object must be released after use, by calling the release method.
no setter
deviceId int

Available on Context, provided by the Context$$Methods extension

from: public int getDeviceId()
no setter
display → JObject?

Available on Context, provided by the Context$$Methods extension

from: public android.view.Display getDisplay() The returned object must be released after use, by calling the release method.
no setter
externalCacheDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getExternalCacheDir() The returned object must be released after use, by calling the release method.
no setter
externalCacheDirs → JArray<File?>?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File[] getExternalCacheDirs() The returned object must be released after use, by calling the release method.
no setter
externalMediaDirs → JArray<File?>?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File[] getExternalMediaDirs() The returned object must be released after use, by calling the release method.
no setter
filesDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getFilesDir() The returned object must be released after use, by calling the release method.
no setter
hashCode int
The hash code for this object.
no setterinherited
isDeviceProtectedStorage bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean isDeviceProtectedStorage()
no setter
isReleased bool
no setterinherited
isRestricted bool

Available on Context, provided by the Context$$Methods extension

from: public boolean isRestricted()
no setter
isUiContext bool

Available on Context, provided by the Context$$Methods extension

from: public boolean isUiContext()
no setter
jClass → JClass
Returns JClass corresponding to concrete class of this object.
no setterinherited
mainExecutor → JObject?

Available on Context, provided by the Context$$Methods extension

from: public java.util.concurrent.Executor getMainExecutor() The returned object must be released after use, by calling the release method.
no setter
mainLooper → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.os.Looper getMainLooper() The returned object must be released after use, by calling the release method.
no setter
noBackupFilesDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getNoBackupFilesDir() The returned object must be released after use, by calling the release method.
no setter
obbDir File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getObbDir() The returned object must be released after use, by calling the release method.
no setter
obbDirs → JArray<File?>?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File[] getObbDirs() The returned object must be released after use, by calling the release method.
no setter
opPackageName → JString?

Available on Context, provided by the Context$$Methods extension

from: public java.lang.String getOpPackageName() The returned object must be released after use, by calling the release method.
no setter
packageCodePath → JString?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.String getPackageCodePath() The returned object must be released after use, by calling the release method.
no setter
packageManager → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.pm.PackageManager getPackageManager() The returned object must be released after use, by calling the release method.
no setter
packageName → JString?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.String getPackageName() The returned object must be released after use, by calling the release method.
no setter
packageResourcePath → JString?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.String getPackageResourcePath() The returned object must be released after use, by calling the release method.
no setter
params → JObject?

Available on Context, provided by the Context$$Methods extension

from: public android.content.ContextParams getParams() The returned object must be released after use, by calling the release method.
no setter
resources → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.res.Resources getResources() The returned object must be released after use, by calling the release method.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.res.Resources$Theme getTheme() The returned object must be released after use, by calling the release method.
no setter
theme$1 int

Available on Context, provided by the Context$$Methods extension

from: public abstract void setTheme(int i)
no getter
wallpaper → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.graphics.drawable.Drawable getWallpaper() The returned object must be released after use, by calling the release method.
no setter
wallpaper$1 ← JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract void setWallpaper(android.graphics.Bitmap bitmap)
no getter
wallpaper$2 ← JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract void setWallpaper(java.io.InputStream inputStream)
no getter
wallpaperDesiredMinimumHeight int

Available on Context, provided by the Context$$Methods extension

from: public abstract int getWallpaperDesiredMinimumHeight()
no setter
wallpaperDesiredMinimumWidth int

Available on Context, provided by the Context$$Methods extension

from: public abstract int getWallpaperDesiredMinimumWidth()
no setter

Methods

as<T extends JObject>(JType<T> type, {bool releaseOriginal = false}) → T
Casts this object to another type.
inherited
bindIsolatedService(JObject? intent, Context$BindServiceFlags? bindServiceFlags, JString? string, JObject? executor, JObject? serviceConnection) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindIsolatedService(android.content.Intent intent, android.content.Context$BindServiceFlags bindServiceFlags, java.lang.String string, java.util.concurrent.Executor executor, android.content.ServiceConnection serviceConnection)
bindIsolatedService$1(JObject? intent, int i, JString? string, JObject? executor, JObject? serviceConnection) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindIsolatedService(android.content.Intent intent, int i, java.lang.String string, java.util.concurrent.Executor executor, android.content.ServiceConnection serviceConnection)
bindService(JObject? intent, Context$BindServiceFlags? bindServiceFlags, JObject? executor, JObject? serviceConnection) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindService(android.content.Intent intent, android.content.Context$BindServiceFlags bindServiceFlags, java.util.concurrent.Executor executor, android.content.ServiceConnection serviceConnection)
bindService$1(JObject? intent, JObject? serviceConnection, Context$BindServiceFlags? bindServiceFlags) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindService(android.content.Intent intent, android.content.ServiceConnection serviceConnection, android.content.Context$BindServiceFlags bindServiceFlags)
bindService$2(JObject? intent, JObject? serviceConnection, int i) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean bindService(android.content.Intent intent, android.content.ServiceConnection serviceConnection, int i)
bindService$3(JObject? intent, int i, JObject? executor, JObject? serviceConnection) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindService(android.content.Intent intent, int i, java.util.concurrent.Executor executor, android.content.ServiceConnection serviceConnection)
bindServiceAsUser(JObject? intent, JObject? serviceConnection, Context$BindServiceFlags? bindServiceFlags, JObject? userHandle) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindServiceAsUser(android.content.Intent intent, android.content.ServiceConnection serviceConnection, android.content.Context$BindServiceFlags bindServiceFlags, android.os.UserHandle userHandle)
bindServiceAsUser$1(JObject? intent, JObject? serviceConnection, int i, JObject? userHandle) bool

Available on Context, provided by the Context$$Methods extension

from: public boolean bindServiceAsUser(android.content.Intent intent, android.content.ServiceConnection serviceConnection, int i, android.os.UserHandle userHandle)
checkCallingOrSelfPermission(JString? string) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkCallingOrSelfPermission(java.lang.String string)
checkCallingOrSelfUriPermission(JObject? uri, int i) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkCallingOrSelfUriPermission(android.net.Uri uri, int i)
checkCallingOrSelfUriPermissions(JList<JObject?>? list, int i) → JIntArray?

Available on Context, provided by the Context$$Methods extension

from: public int[] checkCallingOrSelfUriPermissions(java.util.List<android.net.Uri> list, int i) The returned object must be released after use, by calling the release method.
checkCallingPermission(JString? string) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkCallingPermission(java.lang.String string)
checkCallingUriPermission(JObject? uri, int i) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkCallingUriPermission(android.net.Uri uri, int i)
checkCallingUriPermissions(JList<JObject?>? list, int i) → JIntArray?

Available on Context, provided by the Context$$Methods extension

from: public int[] checkCallingUriPermissions(java.util.List<android.net.Uri> list, int i) The returned object must be released after use, by calling the release method.
checkContentUriPermissionFull(JObject? uri, int i, int i1, int i2) int

Available on Context, provided by the Context$$Methods extension

from: public int checkContentUriPermissionFull(android.net.Uri uri, int i, int i1, int i2)
checkPermission(JString? string, int i, int i1) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkPermission(java.lang.String string, int i, int i1)
checkSelfPermission(JString? string) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkSelfPermission(java.lang.String string)
checkUriPermission(JObject? uri, int i, int i1, int i2) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkUriPermission(android.net.Uri uri, int i, int i1, int i2)
checkUriPermission$1(JObject? uri, JString? string, JString? string1, int i, int i1, int i2) int

Available on Context, provided by the Context$$Methods extension

from: public abstract int checkUriPermission(android.net.Uri uri, java.lang.String string, java.lang.String string1, int i, int i1, int i2)
checkUriPermissions(JList<JObject?>? list, int i, int i1, int i2) → JIntArray?

Available on Context, provided by the Context$$Methods extension

from: public int[] checkUriPermissions(java.util.List<android.net.Uri> list, int i, int i1, int i2) The returned object must be released after use, by calling the release method.
clearWallpaper() → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void clearWallpaper()
createAttributionContext(JString? string) Context?

Available on Context, provided by the Context$$Methods extension

from: public android.content.Context createAttributionContext(java.lang.String string) The returned object must be released after use, by calling the release method.
createConfigurationContext(JObject? configuration) Context?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Context createConfigurationContext(android.content.res.Configuration configuration) The returned object must be released after use, by calling the release method.
createContext(JObject? contextParams) Context?

Available on Context, provided by the Context$$Methods extension

from: public android.content.Context createContext(android.content.ContextParams contextParams) The returned object must be released after use, by calling the release method.
createContextForSplit(JString? string) Context?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Context createContextForSplit(java.lang.String string) The returned object must be released after use, by calling the release method.
createDeviceContext(int i) Context?

Available on Context, provided by the Context$$Methods extension

from: public android.content.Context createDeviceContext(int i) The returned object must be released after use, by calling the release method.
createDeviceProtectedStorageContext() Context?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Context createDeviceProtectedStorageContext() The returned object must be released after use, by calling the release method.
createDisplayContext(JObject? display) Context?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Context createDisplayContext(android.view.Display display) The returned object must be released after use, by calling the release method.
createPackageContext(JString? string, int i) Context?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Context createPackageContext(java.lang.String string, int i) The returned object must be released after use, by calling the release method.
createWindowContext(JObject? display, int i, JObject? bundle) Context?

Available on Context, provided by the Context$$Methods extension

from: public android.content.Context createWindowContext(android.view.Display display, int i, android.os.Bundle bundle) The returned object must be released after use, by calling the release method.
createWindowContext$1(int i, JObject? bundle) Context?

Available on Context, provided by the Context$$Methods extension

from: public android.content.Context createWindowContext(int i, android.os.Bundle bundle) The returned object must be released after use, by calling the release method.
databaseList() → JArray<JString?>?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.String[] databaseList() The returned object must be released after use, by calling the release method.
deleteDatabase(JString? string) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean deleteDatabase(java.lang.String string)
deleteFile(JString? string) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean deleteFile(java.lang.String string)
deleteSharedPreferences(JString? string) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean deleteSharedPreferences(java.lang.String string)
enforceCallingOrSelfPermission(JString? string, JString? string1) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforceCallingOrSelfPermission(java.lang.String string, java.lang.String string1)
enforceCallingOrSelfUriPermission(JObject? uri, int i, JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforceCallingOrSelfUriPermission(android.net.Uri uri, int i, java.lang.String string)
enforceCallingPermission(JString? string, JString? string1) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforceCallingPermission(java.lang.String string, java.lang.String string1)
enforceCallingUriPermission(JObject? uri, int i, JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforceCallingUriPermission(android.net.Uri uri, int i, java.lang.String string)
enforcePermission(JString? string, int i, int i1, JString? string1) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforcePermission(java.lang.String string, int i, int i1, java.lang.String string1)
enforceUriPermission(JObject? uri, int i, int i1, int i2, JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforceUriPermission(android.net.Uri uri, int i, int i1, int i2, java.lang.String string)
enforceUriPermission$1(JObject? uri, JString? string, JString? string1, int i, int i1, int i2, JString? string2) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void enforceUriPermission(android.net.Uri uri, java.lang.String string, java.lang.String string1, int i, int i1, int i2, java.lang.String string2)
fileList() → JArray<JString?>?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.String[] fileList() The returned object must be released after use, by calling the release method.
getColor(int i) int

Available on Context, provided by the Context$$Methods extension

from: public final int getColor(int i)
getColorStateList(int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final android.content.res.ColorStateList getColorStateList(int i) The returned object must be released after use, by calling the release method.
getDatabasePath(JString? string) File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getDatabasePath(java.lang.String string) The returned object must be released after use, by calling the release method.
getDir(JString? string, int i) File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getDir(java.lang.String string, int i) The returned object must be released after use, by calling the release method.
getDrawable(int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final android.graphics.drawable.Drawable getDrawable(int i) The returned object must be released after use, by calling the release method.
getExternalFilesDir(JString? string) File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getExternalFilesDir(java.lang.String string) The returned object must be released after use, by calling the release method.
getExternalFilesDirs(JString? string) → JArray<File?>?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File[] getExternalFilesDirs(java.lang.String string) The returned object must be released after use, by calling the release method.
getFileStreamPath(JString? string) File?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.File getFileStreamPath(java.lang.String string) The returned object must be released after use, by calling the release method.
getSharedPreferences(JString? string, int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.SharedPreferences getSharedPreferences(java.lang.String string, int i) The returned object must be released after use, by calling the release method.
getString(int i) → JString?

Available on Context, provided by the Context$$Methods extension

from: public final java.lang.String getString(int i) The returned object must be released after use, by calling the release method.
getString$1(int i, JArray<JObject?>? objects) → JString?

Available on Context, provided by the Context$$Methods extension

from: public final java.lang.String getString(int i, java.lang.Object[] objects) The returned object must be released after use, by calling the release method.
getSystemService<$T extends JObject?>(JObject? class$) → $T?

Available on Context, provided by the Context$$Methods extension

from: public final T getSystemService(java.lang.Class<T> class) The returned object must be released after use, by calling the release method.
getSystemService$1(JString? string) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.Object getSystemService(java.lang.String string) The returned object must be released after use, by calling the release method.
getSystemServiceName(JObject? class$) → JString?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.lang.String getSystemServiceName(java.lang.Class<?> class) The returned object must be released after use, by calling the release method.
getText(int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final java.lang.CharSequence getText(int i) The returned object must be released after use, by calling the release method.
grantUriPermission(JString? string, JObject? uri, int i) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void grantUriPermission(java.lang.String string, android.net.Uri uri, int i)
isA<T extends JObject>(JType<T> type) bool
Whether this object is of the given type ignoring the type parameters.
inherited
isInstanceOf(JClass jclass) bool
Whether this object is of the type of the given jclass.
inherited
moveDatabaseFrom(Context? context, JString? string) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean moveDatabaseFrom(android.content.Context context, java.lang.String string)
moveSharedPreferencesFrom(Context? context, JString? string) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean moveSharedPreferencesFrom(android.content.Context context, java.lang.String string)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obtainStyledAttributes(JObject? attributeSet, JIntArray? is$) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final android.content.res.TypedArray obtainStyledAttributes(android.util.AttributeSet attributeSet, int[] is) The returned object must be released after use, by calling the release method.
obtainStyledAttributes$1(JObject? attributeSet, JIntArray? is$, int i, int i1) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final android.content.res.TypedArray obtainStyledAttributes(android.util.AttributeSet attributeSet, int[] is, int i, int i1) The returned object must be released after use, by calling the release method.
obtainStyledAttributes$2(int i, JIntArray? is$) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final android.content.res.TypedArray obtainStyledAttributes(int i, int[] is) The returned object must be released after use, by calling the release method.
obtainStyledAttributes$3(JIntArray? is$) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public final android.content.res.TypedArray obtainStyledAttributes(int[] is) The returned object must be released after use, by calling the release method.
openFileInput(JString? string) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.FileInputStream openFileInput(java.lang.String string) The returned object must be released after use, by calling the release method.
openFileOutput(JString? string, int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract java.io.FileOutputStream openFileOutput(java.lang.String string, int i) The returned object must be released after use, by calling the release method.
openOrCreateDatabase(JString? string, int i, JObject? cursorFactory) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.database.sqlite.SQLiteDatabase openOrCreateDatabase(java.lang.String string, int i, android.database.sqlite.SQLiteDatabase$CursorFactory cursorFactory) The returned object must be released after use, by calling the release method.
openOrCreateDatabase$1(JString? string, int i, JObject? cursorFactory, JObject? databaseErrorHandler) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.database.sqlite.SQLiteDatabase openOrCreateDatabase(java.lang.String string, int i, android.database.sqlite.SQLiteDatabase$CursorFactory cursorFactory, android.database.DatabaseErrorHandler databaseErrorHandler) The returned object must be released after use, by calling the release method.
peekWallpaper() → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.graphics.drawable.Drawable peekWallpaper() The returned object must be released after use, by calling the release method.
registerComponentCallbacks(JObject? componentCallbacks) → void

Available on Context, provided by the Context$$Methods extension

from: public void registerComponentCallbacks(android.content.ComponentCallbacks componentCallbacks)
registerDeviceIdChangeListener(JObject? executor, JObject? intConsumer) → void

Available on Context, provided by the Context$$Methods extension

from: public void registerDeviceIdChangeListener(java.util.concurrent.Executor executor, java.util.function.IntConsumer intConsumer)
registerReceiver(JObject? broadcastReceiver, JObject? intentFilter) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Intent registerReceiver(android.content.BroadcastReceiver broadcastReceiver, android.content.IntentFilter intentFilter) The returned object must be released after use, by calling the release method.
registerReceiver$1(JObject? broadcastReceiver, JObject? intentFilter, int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Intent registerReceiver(android.content.BroadcastReceiver broadcastReceiver, android.content.IntentFilter intentFilter, int i) The returned object must be released after use, by calling the release method.
registerReceiver$2(JObject? broadcastReceiver, JObject? intentFilter, JString? string, JObject? handler) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Intent registerReceiver(android.content.BroadcastReceiver broadcastReceiver, android.content.IntentFilter intentFilter, java.lang.String string, android.os.Handler handler) The returned object must be released after use, by calling the release method.
registerReceiver$3(JObject? broadcastReceiver, JObject? intentFilter, JString? string, JObject? handler, int i) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.Intent registerReceiver(android.content.BroadcastReceiver broadcastReceiver, android.content.IntentFilter intentFilter, java.lang.String string, android.os.Handler handler, int i) The returned object must be released after use, by calling the release method.
release() → void
Releases the underlying reference.
inherited
releasedBy(Arena arena) → void
Registers this object to be released at the end of arena's lifetime.
inherited
removeStickyBroadcast(JObject? intent) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void removeStickyBroadcast(android.content.Intent intent)
removeStickyBroadcastAsUser(JObject? intent, JObject? userHandle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void removeStickyBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle)
revokeSelfPermissionOnKill(JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public void revokeSelfPermissionOnKill(java.lang.String string)
revokeSelfPermissionsOnKill(JObject? collection) → void

Available on Context, provided by the Context$$Methods extension

from: public void revokeSelfPermissionsOnKill(java.util.Collection<java.lang.String> collection)
revokeUriPermission(JObject? uri, int i) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void revokeUriPermission(android.net.Uri uri, int i)
revokeUriPermission$1(JString? string, JObject? uri, int i) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void revokeUriPermission(java.lang.String string, android.net.Uri uri, int i)
sendBroadcast(JObject? intent) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendBroadcast(android.content.Intent intent)
sendBroadcast$1(JObject? intent, JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendBroadcast(android.content.Intent intent, java.lang.String string)
sendBroadcast$2(JObject? intent, JString? string, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public void sendBroadcast(android.content.Intent intent, java.lang.String string, android.os.Bundle bundle)
sendBroadcastAsUser(JObject? intent, JObject? userHandle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle)
sendBroadcastAsUser$1(JObject? intent, JObject? userHandle, JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle, java.lang.String string)
sendBroadcastWithMultiplePermissions(JObject? intent, JArray<JString?>? strings) → void

Available on Context, provided by the Context$$Methods extension

from: public void sendBroadcastWithMultiplePermissions(android.content.Intent intent, java.lang.String[] strings)
sendOrderedBroadcast(JObject? intent, JString? string) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendOrderedBroadcast(android.content.Intent intent, java.lang.String string)
sendOrderedBroadcast$1(JObject? intent, JString? string, JObject? broadcastReceiver, JObject? handler, int i, JString? string1, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendOrderedBroadcast(android.content.Intent intent, java.lang.String string, android.content.BroadcastReceiver broadcastReceiver, android.os.Handler handler, int i, java.lang.String string1, android.os.Bundle bundle)
sendOrderedBroadcast$2(JObject? intent, JString? string, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public void sendOrderedBroadcast(android.content.Intent intent, java.lang.String string, android.os.Bundle bundle)
sendOrderedBroadcast$3(JObject? intent, JString? string, JObject? bundle, JObject? broadcastReceiver, JObject? handler, int i, JString? string1, JObject? bundle1) → void

Available on Context, provided by the Context$$Methods extension

from: public void sendOrderedBroadcast(android.content.Intent intent, java.lang.String string, android.os.Bundle bundle, android.content.BroadcastReceiver broadcastReceiver, android.os.Handler handler, int i, java.lang.String string1, android.os.Bundle bundle1)
sendOrderedBroadcast$4(JObject? intent, JString? string, JString? string1, JObject? broadcastReceiver, JObject? handler, int i, JString? string2, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public void sendOrderedBroadcast(android.content.Intent intent, java.lang.String string, java.lang.String string1, android.content.BroadcastReceiver broadcastReceiver, android.os.Handler handler, int i, java.lang.String string2, android.os.Bundle bundle)
sendOrderedBroadcastAsUser(JObject? intent, JObject? userHandle, JString? string, JObject? broadcastReceiver, JObject? handler, int i, JString? string1, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendOrderedBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle, java.lang.String string, android.content.BroadcastReceiver broadcastReceiver, android.os.Handler handler, int i, java.lang.String string1, android.os.Bundle bundle)
sendStickyBroadcast(JObject? intent) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendStickyBroadcast(android.content.Intent intent)
sendStickyBroadcast$1(JObject? intent, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public void sendStickyBroadcast(android.content.Intent intent, android.os.Bundle bundle)
sendStickyBroadcastAsUser(JObject? intent, JObject? userHandle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendStickyBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle)
sendStickyOrderedBroadcast(JObject? intent, JObject? broadcastReceiver, JObject? handler, int i, JString? string, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendStickyOrderedBroadcast(android.content.Intent intent, android.content.BroadcastReceiver broadcastReceiver, android.os.Handler handler, int i, java.lang.String string, android.os.Bundle bundle)
sendStickyOrderedBroadcastAsUser(JObject? intent, JObject? userHandle, JObject? broadcastReceiver, JObject? handler, int i, JString? string, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void sendStickyOrderedBroadcastAsUser(android.content.Intent intent, android.os.UserHandle userHandle, android.content.BroadcastReceiver broadcastReceiver, android.os.Handler handler, int i, java.lang.String string, android.os.Bundle bundle)
startActivities(JArray<JObject?>? intents) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void startActivities(android.content.Intent[] intents)
startActivities$1(JArray<JObject?>? intents, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void startActivities(android.content.Intent[] intents, android.os.Bundle bundle)
startActivity(JObject? intent) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void startActivity(android.content.Intent intent)
startActivity$1(JObject? intent, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void startActivity(android.content.Intent intent, android.os.Bundle bundle)
startForegroundService(JObject? intent) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.ComponentName startForegroundService(android.content.Intent intent) The returned object must be released after use, by calling the release method.
startInstrumentation(JObject? componentName, JString? string, JObject? bundle) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean startInstrumentation(android.content.ComponentName componentName, java.lang.String string, android.os.Bundle bundle)
startIntentSender(JObject? intentSender, JObject? intent, int i, int i1, int i2) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void startIntentSender(android.content.IntentSender intentSender, android.content.Intent intent, int i, int i1, int i2)
startIntentSender$1(JObject? intentSender, JObject? intent, int i, int i1, int i2, JObject? bundle) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void startIntentSender(android.content.IntentSender intentSender, android.content.Intent intent, int i, int i1, int i2, android.os.Bundle bundle)
startService(JObject? intent) → JObject?

Available on Context, provided by the Context$$Methods extension

from: public abstract android.content.ComponentName startService(android.content.Intent intent) The returned object must be released after use, by calling the release method.
stopService(JObject? intent) bool

Available on Context, provided by the Context$$Methods extension

from: public abstract boolean stopService(android.content.Intent intent)
toString() String
A string representation of this object.
inherited
unbindService(JObject? serviceConnection) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void unbindService(android.content.ServiceConnection serviceConnection)
unregisterComponentCallbacks(JObject? componentCallbacks) → void

Available on Context, provided by the Context$$Methods extension

from: public void unregisterComponentCallbacks(android.content.ComponentCallbacks componentCallbacks)
unregisterDeviceIdChangeListener(JObject? intConsumer) → void

Available on Context, provided by the Context$$Methods extension

from: public void unregisterDeviceIdChangeListener(java.util.function.IntConsumer intConsumer)
unregisterReceiver(JObject? broadcastReceiver) → void

Available on Context, provided by the Context$$Methods extension

from: public abstract void unregisterReceiver(android.content.BroadcastReceiver broadcastReceiver)
updateServiceGroup(JObject? serviceConnection, int i, int i1) → void

Available on Context, provided by the Context$$Methods extension

from: public void updateServiceGroup(android.content.ServiceConnection serviceConnection, int i, int i1)

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

ACCESSIBILITY_SERVICE → JString?
from: static public final java.lang.String ACCESSIBILITY_SERVICE The returned object must be released after use, by calling the release method.
no setter
ACCOUNT_SERVICE → JString?
from: static public final java.lang.String ACCOUNT_SERVICE The returned object must be released after use, by calling the release method.
no setter
ACTIVITY_SERVICE → JString?
from: static public final java.lang.String ACTIVITY_SERVICE The returned object must be released after use, by calling the release method.
no setter
ADVANCED_PROTECTION_SERVICE → JString?
from: static public final java.lang.String ADVANCED_PROTECTION_SERVICE The returned object must be released after use, by calling the release method.
no setter
ALARM_SERVICE → JString?
from: static public final java.lang.String ALARM_SERVICE The returned object must be released after use, by calling the release method.
no setter
APP_FUNCTION_SERVICE → JString?
from: static public final java.lang.String APP_FUNCTION_SERVICE The returned object must be released after use, by calling the release method.
no setter
APP_OPS_SERVICE → JString?
from: static public final java.lang.String APP_OPS_SERVICE The returned object must be released after use, by calling the release method.
no setter
APP_SEARCH_SERVICE → JString?
from: static public final java.lang.String APP_SEARCH_SERVICE The returned object must be released after use, by calling the release method.
no setter
APPWIDGET_SERVICE → JString?
from: static public final java.lang.String APPWIDGET_SERVICE The returned object must be released after use, by calling the release method.
no setter
AUDIO_SERVICE → JString?
from: static public final java.lang.String AUDIO_SERVICE The returned object must be released after use, by calling the release method.
no setter
BATTERY_SERVICE → JString?
from: static public final java.lang.String BATTERY_SERVICE The returned object must be released after use, by calling the release method.
no setter
BIOMETRIC_SERVICE → JString?
from: static public final java.lang.String BIOMETRIC_SERVICE The returned object must be released after use, by calling the release method.
no setter
BLOB_STORE_SERVICE → JString?
from: static public final java.lang.String BLOB_STORE_SERVICE The returned object must be released after use, by calling the release method.
no setter
BLUETOOTH_SERVICE → JString?
from: static public final java.lang.String BLUETOOTH_SERVICE The returned object must be released after use, by calling the release method.
no setter
BUGREPORT_SERVICE → JString?
from: static public final java.lang.String BUGREPORT_SERVICE The returned object must be released after use, by calling the release method.
no setter
CAMERA_SERVICE → JString?
from: static public final java.lang.String CAMERA_SERVICE The returned object must be released after use, by calling the release method.
no setter
CAPTIONING_SERVICE → JString?
from: static public final java.lang.String CAPTIONING_SERVICE The returned object must be released after use, by calling the release method.
no setter
CARRIER_CONFIG_SERVICE → JString?
from: static public final java.lang.String CARRIER_CONFIG_SERVICE The returned object must be released after use, by calling the release method.
no setter
CLIPBOARD_SERVICE → JString?
from: static public final java.lang.String CLIPBOARD_SERVICE The returned object must be released after use, by calling the release method.
no setter
COMPANION_DEVICE_SERVICE → JString?
from: static public final java.lang.String COMPANION_DEVICE_SERVICE The returned object must be released after use, by calling the release method.
no setter
CONNECTIVITY_DIAGNOSTICS_SERVICE → JString?
from: static public final java.lang.String CONNECTIVITY_DIAGNOSTICS_SERVICE The returned object must be released after use, by calling the release method.
no setter
CONNECTIVITY_SERVICE → JString?
from: static public final java.lang.String CONNECTIVITY_SERVICE The returned object must be released after use, by calling the release method.
no setter
CONSUMER_IR_SERVICE → JString?
from: static public final java.lang.String CONSUMER_IR_SERVICE The returned object must be released after use, by calling the release method.
no setter
CONTACT_KEYS_SERVICE → JString?
from: static public final java.lang.String CONTACT_KEYS_SERVICE The returned object must be released after use, by calling the release method.
no setter
CREDENTIAL_SERVICE → JString?
from: static public final java.lang.String CREDENTIAL_SERVICE The returned object must be released after use, by calling the release method.
no setter
CROSS_PROFILE_APPS_SERVICE → JString?
from: static public final java.lang.String CROSS_PROFILE_APPS_SERVICE The returned object must be released after use, by calling the release method.
no setter
DEVICE_LOCK_SERVICE → JString?
from: static public final java.lang.String DEVICE_LOCK_SERVICE The returned object must be released after use, by calling the release method.
no setter
DEVICE_POLICY_SERVICE → JString?
from: static public final java.lang.String DEVICE_POLICY_SERVICE The returned object must be released after use, by calling the release method.
no setter
DISPLAY_HASH_SERVICE → JString?
from: static public final java.lang.String DISPLAY_HASH_SERVICE The returned object must be released after use, by calling the release method.
no setter
DISPLAY_SERVICE → JString?
from: static public final java.lang.String DISPLAY_SERVICE The returned object must be released after use, by calling the release method.
no setter
DOMAIN_VERIFICATION_SERVICE → JString?
from: static public final java.lang.String DOMAIN_VERIFICATION_SERVICE The returned object must be released after use, by calling the release method.
no setter
DOWNLOAD_SERVICE → JString?
from: static public final java.lang.String DOWNLOAD_SERVICE The returned object must be released after use, by calling the release method.
no setter
DROPBOX_SERVICE → JString?
from: static public final java.lang.String DROPBOX_SERVICE The returned object must be released after use, by calling the release method.
no setter
EUICC_SERVICE → JString?
from: static public final java.lang.String EUICC_SERVICE The returned object must be released after use, by calling the release method.
no setter
FILE_INTEGRITY_SERVICE → JString?
from: static public final java.lang.String FILE_INTEGRITY_SERVICE The returned object must be released after use, by calling the release method.
no setter
FINGERPRINT_SERVICE → JString?
from: static public final java.lang.String FINGERPRINT_SERVICE The returned object must be released after use, by calling the release method.
no setter
GAME_SERVICE → JString?
from: static public final java.lang.String GAME_SERVICE The returned object must be released after use, by calling the release method.
no setter
GRAMMATICAL_INFLECTION_SERVICE → JString?
from: static public final java.lang.String GRAMMATICAL_INFLECTION_SERVICE The returned object must be released after use, by calling the release method.
no setter
HARDWARE_PROPERTIES_SERVICE → JString?
from: static public final java.lang.String HARDWARE_PROPERTIES_SERVICE The returned object must be released after use, by calling the release method.
no setter
HEALTHCONNECT_SERVICE → JString?
from: static public final java.lang.String HEALTHCONNECT_SERVICE The returned object must be released after use, by calling the release method.
no setter
INPUT_METHOD_SERVICE → JString?
from: static public final java.lang.String INPUT_METHOD_SERVICE The returned object must be released after use, by calling the release method.
no setter
INPUT_SERVICE → JString?
from: static public final java.lang.String INPUT_SERVICE The returned object must be released after use, by calling the release method.
no setter
IPSEC_SERVICE → JString?
from: static public final java.lang.String IPSEC_SERVICE The returned object must be released after use, by calling the release method.
no setter
JOB_SCHEDULER_SERVICE → JString?
from: static public final java.lang.String JOB_SCHEDULER_SERVICE The returned object must be released after use, by calling the release method.
no setter
KEYGUARD_SERVICE → JString?
from: static public final java.lang.String KEYGUARD_SERVICE The returned object must be released after use, by calling the release method.
no setter
KEYSTORE_SERVICE → JString?
from: static public final java.lang.String KEYSTORE_SERVICE The returned object must be released after use, by calling the release method.
no setter
LAUNCHER_APPS_SERVICE → JString?
from: static public final java.lang.String LAUNCHER_APPS_SERVICE The returned object must be released after use, by calling the release method.
no setter
LAYOUT_INFLATER_SERVICE → JString?
from: static public final java.lang.String LAYOUT_INFLATER_SERVICE The returned object must be released after use, by calling the release method.
no setter
LOCALE_SERVICE → JString?
from: static public final java.lang.String LOCALE_SERVICE The returned object must be released after use, by calling the release method.
no setter
LOCATION_SERVICE → JString?
from: static public final java.lang.String LOCATION_SERVICE The returned object must be released after use, by calling the release method.
no setter
MEDIA_COMMUNICATION_SERVICE → JString?
from: static public final java.lang.String MEDIA_COMMUNICATION_SERVICE The returned object must be released after use, by calling the release method.
no setter
MEDIA_METRICS_SERVICE → JString?
from: static public final java.lang.String MEDIA_METRICS_SERVICE The returned object must be released after use, by calling the release method.
no setter
MEDIA_PROJECTION_SERVICE → JString?
from: static public final java.lang.String MEDIA_PROJECTION_SERVICE The returned object must be released after use, by calling the release method.
no setter
MEDIA_QUALITY_SERVICE → JString?
from: static public final java.lang.String MEDIA_QUALITY_SERVICE The returned object must be released after use, by calling the release method.
no setter
MEDIA_ROUTER_SERVICE → JString?
from: static public final java.lang.String MEDIA_ROUTER_SERVICE The returned object must be released after use, by calling the release method.
no setter
MEDIA_SESSION_SERVICE → JString?
from: static public final java.lang.String MEDIA_SESSION_SERVICE The returned object must be released after use, by calling the release method.
no setter
MIDI_SERVICE → JString?
from: static public final java.lang.String MIDI_SERVICE The returned object must be released after use, by calling the release method.
no setter
NETWORK_STATS_SERVICE → JString?
from: static public final java.lang.String NETWORK_STATS_SERVICE The returned object must be released after use, by calling the release method.
no setter
NFC_SERVICE → JString?
from: static public final java.lang.String NFC_SERVICE The returned object must be released after use, by calling the release method.
no setter
NOTIFICATION_SERVICE → JString?
from: static public final java.lang.String NOTIFICATION_SERVICE The returned object must be released after use, by calling the release method.
no setter
NSD_SERVICE → JString?
from: static public final java.lang.String NSD_SERVICE The returned object must be released after use, by calling the release method.
no setter
OVERLAY_SERVICE → JString?
from: static public final java.lang.String OVERLAY_SERVICE The returned object must be released after use, by calling the release method.
no setter
PEOPLE_SERVICE → JString?
from: static public final java.lang.String PEOPLE_SERVICE The returned object must be released after use, by calling the release method.
no setter
PERFORMANCE_HINT_SERVICE → JString?
from: static public final java.lang.String PERFORMANCE_HINT_SERVICE The returned object must be released after use, by calling the release method.
no setter
PERSISTENT_DATA_BLOCK_SERVICE → JString?
from: static public final java.lang.String PERSISTENT_DATA_BLOCK_SERVICE The returned object must be released after use, by calling the release method.
no setter
POWER_SERVICE → JString?
from: static public final java.lang.String POWER_SERVICE The returned object must be released after use, by calling the release method.
no setter
from: static public final java.lang.String PRINT_SERVICE The returned object must be released after use, by calling the release method.
no setter
PROFILING_SERVICE → JString?
from: static public final java.lang.String PROFILING_SERVICE The returned object must be released after use, by calling the release method.
no setter
RESTRICTIONS_SERVICE → JString?
from: static public final java.lang.String RESTRICTIONS_SERVICE The returned object must be released after use, by calling the release method.
no setter
ROLE_SERVICE → JString?
from: static public final java.lang.String ROLE_SERVICE The returned object must be released after use, by calling the release method.
no setter
SATELLITE_SERVICE → JString?
from: static public final java.lang.String SATELLITE_SERVICE The returned object must be released after use, by calling the release method.
no setter
SEARCH_SERVICE → JString?
from: static public final java.lang.String SEARCH_SERVICE The returned object must be released after use, by calling the release method.
no setter
SECURITY_STATE_SERVICE → JString?
from: static public final java.lang.String SECURITY_STATE_SERVICE The returned object must be released after use, by calling the release method.
no setter
SENSOR_SERVICE → JString?
from: static public final java.lang.String SENSOR_SERVICE The returned object must be released after use, by calling the release method.
no setter
SHORTCUT_SERVICE → JString?
from: static public final java.lang.String SHORTCUT_SERVICE The returned object must be released after use, by calling the release method.
no setter
STATUS_BAR_SERVICE → JString?
from: static public final java.lang.String STATUS_BAR_SERVICE The returned object must be released after use, by calling the release method.
no setter
STORAGE_SERVICE → JString?
from: static public final java.lang.String STORAGE_SERVICE The returned object must be released after use, by calling the release method.
no setter
STORAGE_STATS_SERVICE → JString?
from: static public final java.lang.String STORAGE_STATS_SERVICE The returned object must be released after use, by calling the release method.
no setter
SYSTEM_HEALTH_SERVICE → JString?
from: static public final java.lang.String SYSTEM_HEALTH_SERVICE The returned object must be released after use, by calling the release method.
no setter
TELECOM_SERVICE → JString?
from: static public final java.lang.String TELECOM_SERVICE The returned object must be released after use, by calling the release method.
no setter
TELEPHONY_IMS_SERVICE → JString?
from: static public final java.lang.String TELEPHONY_IMS_SERVICE The returned object must be released after use, by calling the release method.
no setter
TELEPHONY_SERVICE → JString?
from: static public final java.lang.String TELEPHONY_SERVICE The returned object must be released after use, by calling the release method.
no setter
TELEPHONY_SUBSCRIPTION_SERVICE → JString?
from: static public final java.lang.String TELEPHONY_SUBSCRIPTION_SERVICE The returned object must be released after use, by calling the release method.
no setter
TETHERING_SERVICE → JString?
from: static public final java.lang.String TETHERING_SERVICE The returned object must be released after use, by calling the release method.
no setter
TEXT_CLASSIFICATION_SERVICE → JString?
from: static public final java.lang.String TEXT_CLASSIFICATION_SERVICE The returned object must be released after use, by calling the release method.
no setter
TEXT_SERVICES_MANAGER_SERVICE → JString?
from: static public final java.lang.String TEXT_SERVICES_MANAGER_SERVICE The returned object must be released after use, by calling the release method.
no setter
TV_AD_SERVICE → JString?
from: static public final java.lang.String TV_AD_SERVICE The returned object must be released after use, by calling the release method.
no setter
TV_INPUT_SERVICE → JString?
from: static public final java.lang.String TV_INPUT_SERVICE The returned object must be released after use, by calling the release method.
no setter
TV_INTERACTIVE_APP_SERVICE → JString?
from: static public final java.lang.String TV_INTERACTIVE_APP_SERVICE The returned object must be released after use, by calling the release method.
no setter
UI_MODE_SERVICE → JString?
from: static public final java.lang.String UI_MODE_SERVICE The returned object must be released after use, by calling the release method.
no setter
USAGE_STATS_SERVICE → JString?
from: static public final java.lang.String USAGE_STATS_SERVICE The returned object must be released after use, by calling the release method.
no setter
USB_SERVICE → JString?
from: static public final java.lang.String USB_SERVICE The returned object must be released after use, by calling the release method.
no setter
USER_SERVICE → JString?
from: static public final java.lang.String USER_SERVICE The returned object must be released after use, by calling the release method.
no setter
VIBRATOR_MANAGER_SERVICE → JString?
from: static public final java.lang.String VIBRATOR_MANAGER_SERVICE The returned object must be released after use, by calling the release method.
no setter
VIBRATOR_SERVICE → JString?
from: static public final java.lang.String VIBRATOR_SERVICE The returned object must be released after use, by calling the release method.
no setter
VIRTUAL_DEVICE_SERVICE → JString?
from: static public final java.lang.String VIRTUAL_DEVICE_SERVICE The returned object must be released after use, by calling the release method.
no setter
VPN_MANAGEMENT_SERVICE → JString?
from: static public final java.lang.String VPN_MANAGEMENT_SERVICE The returned object must be released after use, by calling the release method.
no setter
WALLPAPER_SERVICE → JString?
from: static public final java.lang.String WALLPAPER_SERVICE The returned object must be released after use, by calling the release method.
no setter
WIFI_AWARE_SERVICE → JString?
from: static public final java.lang.String WIFI_AWARE_SERVICE The returned object must be released after use, by calling the release method.
no setter
WIFI_P2P_SERVICE → JString?
from: static public final java.lang.String WIFI_P2P_SERVICE The returned object must be released after use, by calling the release method.
no setter
WIFI_RTT_RANGING_SERVICE → JString?
from: static public final java.lang.String WIFI_RTT_RANGING_SERVICE The returned object must be released after use, by calling the release method.
no setter
WIFI_SERVICE → JString?
from: static public final java.lang.String WIFI_SERVICE The returned object must be released after use, by calling the release method.
no setter
WINDOW_SERVICE → JString?
from: static public final java.lang.String WINDOW_SERVICE The returned object must be released after use, by calling the release method.
no setter

Constants

BIND_ABOVE_CLIENT → const int
from: static public final int BIND_ABOVE_CLIENT
BIND_ADJUST_WITH_ACTIVITY → const int
from: static public final int BIND_ADJUST_WITH_ACTIVITY
BIND_ALLOW_ACTIVITY_STARTS → const int
from: static public final int BIND_ALLOW_ACTIVITY_STARTS
BIND_ALLOW_OOM_MANAGEMENT → const int
from: static public final int BIND_ALLOW_OOM_MANAGEMENT
BIND_AUTO_CREATE → const int
from: static public final int BIND_AUTO_CREATE
BIND_DEBUG_UNBIND → const int
from: static public final int BIND_DEBUG_UNBIND
BIND_EXTERNAL_SERVICE → const int
from: static public final int BIND_EXTERNAL_SERVICE
BIND_EXTERNAL_SERVICE_LONG → const int
from: static public final long BIND_EXTERNAL_SERVICE_LONG
BIND_IMPORTANT → const int
from: static public final int BIND_IMPORTANT
BIND_INCLUDE_CAPABILITIES → const int
from: static public final int BIND_INCLUDE_CAPABILITIES
BIND_NOT_FOREGROUND → const int
from: static public final int BIND_NOT_FOREGROUND
BIND_NOT_PERCEPTIBLE → const int
from: static public final int BIND_NOT_PERCEPTIBLE
BIND_PACKAGE_ISOLATED_PROCESS → const int
from: static public final int BIND_PACKAGE_ISOLATED_PROCESS
BIND_SHARED_ISOLATED_PROCESS → const int
from: static public final int BIND_SHARED_ISOLATED_PROCESS
BIND_WAIVE_PRIORITY → const int
from: static public final int BIND_WAIVE_PRIORITY
CONTEXT_IGNORE_SECURITY → const int
from: static public final int CONTEXT_IGNORE_SECURITY
CONTEXT_INCLUDE_CODE → const int
from: static public final int CONTEXT_INCLUDE_CODE
CONTEXT_RESTRICTED → const int
from: static public final int CONTEXT_RESTRICTED
DEVICE_ID_DEFAULT → const int
from: static public final int DEVICE_ID_DEFAULT
DEVICE_ID_INVALID → const int
from: static public final int DEVICE_ID_INVALID
MODE_APPEND → const int
from: static public final int MODE_APPEND
MODE_ENABLE_WRITE_AHEAD_LOGGING → const int
from: static public final int MODE_ENABLE_WRITE_AHEAD_LOGGING
MODE_MULTI_PROCESS → const int
from: static public final int MODE_MULTI_PROCESS
MODE_NO_LOCALIZED_COLLATORS → const int
from: static public final int MODE_NO_LOCALIZED_COLLATORS
MODE_PRIVATE → const int
from: static public final int MODE_PRIVATE
MODE_WORLD_READABLE → const int
from: static public final int MODE_WORLD_READABLE
MODE_WORLD_WRITEABLE → const int
from: static public final int MODE_WORLD_WRITEABLE
RECEIVER_EXPORTED → const int
from: static public final int RECEIVER_EXPORTED
RECEIVER_NOT_EXPORTED → const int
from: static public final int RECEIVER_NOT_EXPORTED
RECEIVER_VISIBLE_TO_INSTANT_APPS → const int
from: static public final int RECEIVER_VISIBLE_TO_INSTANT_APPS
type → const JType<Context>
The type which includes information such as the signature of this class.