diff --git a/assets/json-docs/android.app.ActivityManager.json b/assets/json-docs/android.app.ActivityManager.json
index 4ed724784..0be3d2c66 100644
--- a/assets/json-docs/android.app.ActivityManager.json
+++ b/assets/json-docs/android.app.ActivityManager.json
@@ -365,7 +365,7 @@
"returnType": "void",
"exceptions": [],
"name": "setAppTasks(java.util.List\u003candroid.app.ActivityManager.AppTask\u003e)",
- "documentation": "Sets the values to be returned by {@link #getAppTasks()}.\n\n@see #getAppTasks()\n@param tasks List of app tasks.\n"
+ "documentation": "Sets the values to be returned by {@link #getAppTasks()}.\n\n@see #getAppTasks()\n@param appTasks List of app tasks.\n"
},
"setBackgroundRestricted(boolean)": {
"isImplementation": false,
diff --git a/assets/json-docs/android.app.Instrumentation.json b/assets/json-docs/android.app.Instrumentation.json
index 7accfde12..81e997bac 100644
--- a/assets/json-docs/android.app.Instrumentation.json
+++ b/assets/json-docs/android.app.Instrumentation.json
@@ -698,6 +698,20 @@
"exceptions": [],
"name": "registerReceiverWithContext(android.content.BroadcastReceiver,android.content.IntentFilter,java.lang.String,android.os.Handler,int,android.content.Context)"
},
+ "runOnMainSyncNoIdle(java.lang.Runnable)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "runnable"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "runOnMainSyncNoIdle(java.lang.Runnable)",
+ "documentation": "Executes a runnable depending on the LooperMode.\n\n\u003cp\u003eFor INSTRUMENTATION_TEST mode, will post the runnable to the instrumentation thread and\nblock the caller\u0027s thread until that runnable is executed.\n\n\u003cp\u003eFor other modes, simply executes the runnable.\n\n@param runnable a runnable to be executed\n"
+ },
"sendBroadcast(android.content.Intent,android.content.Context)": {
"isImplementation": false,
"modifiers": [],
@@ -1031,6 +1045,7 @@
"org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
+ "org.robolectric.annotation.LooperMode",
"org.robolectric.annotation.RealObject",
"org.robolectric.shadow.api.Shadow",
"org.robolectric.shadows.ShadowActivity.IntentForResult",
diff --git a/assets/json-docs/android.app.PendingIntent.json b/assets/json-docs/android.app.PendingIntent.json
index a5d97c25b..9e2030cf9 100644
--- a/assets/json-docs/android.app.PendingIntent.json
+++ b/assets/json-docs/android.app.PendingIntent.json
@@ -457,6 +457,16 @@
"name": "isServiceIntent()",
"documentation": "@return {@code true} iff sending this PendingIntent will start a service\n@deprecated prefer {@link #isService} which was added to {@link PendingIntent} in API 31\n (Android S).\n"
},
+ "isTargetedToPackage()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "isTargetedToPackage()"
+ },
"readPendingIntentOrNullFromParcel(android.os.Parcel)": {
"isImplementation": true,
"modifiers": [
diff --git a/assets/json-docs/android.app.UiAutomation.json b/assets/json-docs/android.app.UiAutomation.json
index 17d51a3b2..3a49d4b92 100644
--- a/assets/json-docs/android.app.UiAutomation.json
+++ b/assets/json-docs/android.app.UiAutomation.json
@@ -167,7 +167,9 @@
],
"params": [],
"returnType": "android.graphics.Bitmap",
- "exceptions": [],
+ "exceptions": [
+ "java.lang.Exception"
+ ],
"name": "takeScreenshot()"
},
"throwIfNotConnectedLocked()": {
@@ -192,6 +194,7 @@
"android.view.WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL",
"android.view.WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH",
"com.google.common.base.Preconditions.checkState",
+ "com.google.common.collect.Sets.newConcurrentHashSet",
"java.util.Comparator.comparingInt",
"java.util.stream.Collectors.toList",
"java.util.stream.Collectors.toSet",
@@ -207,7 +210,6 @@
"android.graphics.Point",
"android.os.Build",
"android.os.IBinder",
- "android.os.Looper",
"android.provider.Settings",
"android.view.Display",
"android.view.InputEvent",
@@ -222,11 +224,12 @@
"androidx.test.runner.lifecycle.ActivityLifecycleMonitorRegistry",
"androidx.test.runner.lifecycle.Stage",
"com.google.common.collect.ImmutableList",
- "com.google.common.collect.ImmutableSet",
"java.util.ArrayList",
"java.util.Arrays",
"java.util.List",
"java.util.Set",
+ "java.util.concurrent.FutureTask",
+ "java.util.concurrent.atomic.AtomicBoolean",
"java.util.function.Predicate",
"org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.Implementation",
diff --git a/assets/json-docs/android.app.admin.DevicePolicyManager.json b/assets/json-docs/android.app.admin.DevicePolicyManager.json
index 1cde7bb49..d0ab8a48f 100644
--- a/assets/json-docs/android.app.admin.DevicePolicyManager.json
+++ b/assets/json-docs/android.app.admin.DevicePolicyManager.json
@@ -170,6 +170,18 @@
"exceptions": [],
"name": "enforceActiveAdmin(android.content.ComponentName)"
},
+ "enforceCallerDelegated(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [
+ "targetScope"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "enforceCallerDelegated(java.lang.String)"
+ },
"enforceDeviceOwnerOrProfileOwner(android.content.ComponentName)": {
"isImplementation": false,
"modifiers": [
@@ -368,6 +380,18 @@
"minSdk": 33,
"name": "getDevicePolicyManagementRoleHolderPackage()"
},
+ "getDevicePolicyState()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.lang.Object",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "getDevicePolicyState()",
+ "documentation": "Return a stub value set by {@link #setDevicePolicyState(DevicePolicyState policyState)} "
+ },
"getKeyguardDisabledFeatures(android.content.ComponentName)": {
"isImplementation": true,
"modifiers": [
@@ -882,6 +906,19 @@
"exceptions": [],
"name": "hasGrantedPolicy(android.content.ComponentName,int)"
},
+ "hasPackage(java.lang.String,java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [
+ "caller",
+ "packageName"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "hasPackage(java.lang.String,java.lang.String)"
+ },
"init(android.content.Context)": {
"isImplementation": false,
"modifiers": [
@@ -1337,6 +1374,21 @@
"exceptions": [],
"name": "setCameraDisabled(android.content.ComponentName,boolean)"
},
+ "setDelegatedScopes(android.content.ComponentName,java.lang.String,java.util.List\u003cjava.lang.String\u003e)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "admin",
+ "delegatePackage",
+ "scopes"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 26,
+ "name": "setDelegatedScopes(android.content.ComponentName,java.lang.String,java.util.List\u003cjava.lang.String\u003e)"
+ },
"setDeviceOwner(android.content.ComponentName)": {
"isImplementation": true,
"modifiers": [
@@ -1365,6 +1417,19 @@
"name": "setDevicePolicyManagementRoleHolderPackage(java.lang.String)",
"documentation": "Sets the package name of the device policy management role holder.\n\n@see #getDevicePolicyManagementRoleHolderPackage()\n"
},
+ "setDevicePolicyState(java.lang.Object)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "policyState"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setDevicePolicyState(java.lang.Object)",
+ "documentation": "Set the {@link DevicePolicyState} which can be constructed from {@link\nDevicePolicyStateBuilder}\n"
+ },
"setDeviceProvisioned(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -2060,6 +2125,7 @@
"android.app.admin.DevicePolicyManager.NearbyStreamingPolicy",
"android.app.admin.DevicePolicyManager.PasswordComplexity",
"android.app.admin.DevicePolicyManager.UserProvisioningState",
+ "android.app.admin.DevicePolicyState",
"android.app.admin.IDevicePolicyManager",
"android.app.admin.SystemUpdatePolicy",
"android.content.ComponentName",
@@ -2080,6 +2146,7 @@
"android.text.TextUtils",
"com.android.internal.util.Preconditions",
"com.google.common.collect.ImmutableList",
+ "com.google.common.collect.ImmutableSet",
"java.util.ArrayList",
"java.util.Arrays",
"java.util.Collection",
@@ -2095,6 +2162,7 @@
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
"org.robolectric.shadow.api.Shadow",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowDevicePolicyManager.PackageAndPermission"
],
"name": "org.robolectric.shadows.ShadowDevicePolicyManager"
diff --git a/assets/json-docs/android.app.backup.BackupDataInput.json b/assets/json-docs/android.app.backup.BackupDataInput.json
new file mode 100644
index 000000000..3c5cec902
--- /dev/null
+++ b/assets/json-docs/android.app.backup.BackupDataInput.json
@@ -0,0 +1,85 @@
+{
+ "methods": {
+ "ctor(java.io.FileDescriptor)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "fd"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "name": "ctor(java.io.FileDescriptor)"
+ },
+ "readEntityData_native(long,byte[],int,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "backupReader",
+ "data",
+ "offset",
+ "size"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "readEntityData_native(long,byte[],int,int)"
+ },
+ "readNextHeader_native(java.lang.Object,java.lang.Object)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "backupReader",
+ "entity"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "readNextHeader_native(java.lang.Object,java.lang.Object)"
+ },
+ "setEntities(com.google.common.collect.ImmutableList\u003corg.robolectric.shadows.BackupDataEntity\u003e)": {
+ "isImplementation": false,
+ "modifiers": [],
+ "params": [
+ "entities"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setEntities(com.google.common.collect.ImmutableList\u003corg.robolectric.shadows.BackupDataEntity\u003e)",
+ "documentation": "Sets the entities to return when reading from this {@link BackupDataInput}. Use {@link\norg.robolectric.shadows.BackupDataInputBuilder} to get a populated instance.\n"
+ },
+ "skipEntityData_native(long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "backupReader"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "skipEntityData_native(long)"
+ }
+ },
+ "imports": [
+ "java.lang.Math.min",
+ "org.robolectric.util.reflector.Reflector.reflector",
+ "android.app.backup.BackupDataInput",
+ "android.os.Build.VERSION_CODES",
+ "com.google.common.collect.ImmutableList",
+ "java.io.FileDescriptor",
+ "java.util.ArrayList",
+ "java.util.List",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.shadows.ShadowBackupDataInput.EntityHeaderReflector"
+ ],
+ "name": "org.robolectric.shadows.ShadowBackupDataInput",
+ "documentation": "Shadow for BackupDataInput. "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.app.backup.BackupDataOutput.json b/assets/json-docs/android.app.backup.BackupDataOutput.json
new file mode 100644
index 000000000..4b52b7127
--- /dev/null
+++ b/assets/json-docs/android.app.backup.BackupDataOutput.json
@@ -0,0 +1,104 @@
+{
+ "methods": {
+ "ctor(java.io.FileDescriptor)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "fd"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "name": "ctor(java.io.FileDescriptor)"
+ },
+ "dtor(long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "mBackupWriter"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "dtor(long)"
+ },
+ "getEntities()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [],
+ "returnType": "com.google.common.collect.ImmutableList\u003corg.robolectric.shadows.BackupDataEntity\u003e",
+ "exceptions": [],
+ "name": "getEntities()",
+ "documentation": "Gets a list of all data written to the {@link BackupDataOutput}. "
+ },
+ "setKeyPrefix_native(long,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "mBackupWriter",
+ "keyPrefix"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setKeyPrefix_native(long,java.lang.String)"
+ },
+ "writeEntityData_native(long,byte[],int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "mBackupWriter",
+ "data",
+ "size"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "writeEntityData_native(long,byte[],int)"
+ },
+ "writeEntityHeader_native(long,java.lang.String,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "mBackupWriter",
+ "key",
+ "dataSize"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "writeEntityHeader_native(long,java.lang.String,int)"
+ }
+ },
+ "imports": [
+ "android.app.backup.BackupDataOutput",
+ "android.os.Build.VERSION_CODES",
+ "androidx.annotation.Nullable",
+ "com.google.common.collect.ImmutableList",
+ "java.io.FileDescriptor",
+ "java.util.ArrayList",
+ "java.util.List",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.annotation.ReflectorObject",
+ "org.robolectric.res.android.NativeObjRegistry",
+ "org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.shadows.ShadowBackupDataOutput.BackupDataOutputReflector",
+ "org.robolectric.shadows.ShadowBackupDataOutput.NativeBackupDataOutput"
+ ],
+ "name": "org.robolectric.shadows.ShadowBackupDataOutput",
+ "documentation": "Shadow for BackupDataOutput. "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.app.job.JobService.json b/assets/json-docs/android.app.job.JobService.json
index c962c25ca..52d60c1d5 100644
--- a/assets/json-docs/android.app.job.JobService.json
+++ b/assets/json-docs/android.app.job.JobService.json
@@ -34,14 +34,65 @@
"returnType": "void",
"exceptions": [],
"name": "jobFinished(android.app.job.JobParameters,boolean)"
+ },
+ "setNotification(android.app.job.JobParameters,int,android.app.Notification,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "params",
+ "notificationId",
+ "notification",
+ "jobEndNotificationPolicy"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "setNotification(android.app.job.JobParameters,int,android.app.Notification,int)",
+ "documentation": "Stubbed out for now, as the real implementation throws an NPE when executed in Robolectric. "
+ },
+ "updateEstimatedNetworkBytes(android.app.job.JobParameters,long,long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "params",
+ "downloadBytes",
+ "uploadBytes"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "updateEstimatedNetworkBytes(android.app.job.JobParameters,long,long)",
+ "documentation": "Stubbed out for now, as the real implementation throws an NPE when executed in Robolectric. "
+ },
+ "updateTransferredNetworkBytes(android.app.job.JobParameters,long,long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "params",
+ "downloadBytes",
+ "uploadBytes"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "updateTransferredNetworkBytes(android.app.job.JobParameters,long,long)",
+ "documentation": "Stubbed out for now, as the real implementation throws an NPE when executed in Robolectric. "
}
},
"imports": [
"android.os.Build.VERSION_CODES.LOLLIPOP",
+ "android.app.Notification",
"android.app.job.JobParameters",
"android.app.job.JobService",
"org.robolectric.annotation.Implementation",
- "org.robolectric.annotation.Implements"
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.versioning.AndroidVersions.U"
],
"name": "org.robolectric.shadows.ShadowJobService"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.bluetooth.BluetoothAdapter.json b/assets/json-docs/android.bluetooth.BluetoothAdapter.json
index 279cf7355..842295b18 100644
--- a/assets/json-docs/android.bluetooth.BluetoothAdapter.json
+++ b/assets/json-docs/android.bluetooth.BluetoothAdapter.json
@@ -79,6 +79,19 @@
"exceptions": [],
"name": "disable()"
},
+ "disable(boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "persist"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 17,
+ "name": "disable(boolean)"
+ },
"enable()": {
"isImplementation": true,
"modifiers": [
@@ -718,6 +731,7 @@
},
"imports": [
"android.bluetooth.BluetoothAdapter.STATE_ON",
+ "android.os.Build.VERSION_CODES.JELLY_BEAN_MR1",
"android.os.Build.VERSION_CODES.JELLY_BEAN_MR2",
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.M",
@@ -738,6 +752,7 @@
"android.bluetooth.BluetoothSocket",
"android.bluetooth.BluetoothStatusCodes",
"android.bluetooth.IBluetoothManager",
+ "android.bluetooth.IBluetoothProfileServiceConnection",
"android.bluetooth.le.BluetoothLeAdvertiser",
"android.bluetooth.le.BluetoothLeScanner",
"android.content.AttributionSource",
@@ -745,6 +760,7 @@
"android.os.Build",
"android.os.Build.VERSION_CODES",
"android.os.ParcelUuid",
+ "android.os.RemoteException",
"android.provider.Settings",
"com.google.common.collect.ImmutableList",
"java.io.IOException",
@@ -772,7 +788,8 @@
"org.robolectric.util.reflector.ForType",
"org.robolectric.util.reflector.Static",
"org.robolectric.shadows.ShadowBluetoothAdapter.BackgroundRfcommServerEntry",
- "org.robolectric.shadows.ShadowBluetoothAdapter.BluetoothAdapterReflector"
+ "org.robolectric.shadows.ShadowBluetoothAdapter.BluetoothAdapterReflector",
+ "org.robolectric.shadows.ShadowBluetoothAdapter.BluetoothManagerDelegate"
],
"name": "org.robolectric.shadows.ShadowBluetoothAdapter"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.bluetooth.BluetoothDevice.json b/assets/json-docs/android.bluetooth.BluetoothDevice.json
index 7d5d0dc99..c3c8e27f2 100644
--- a/assets/json-docs/android.bluetooth.BluetoothDevice.json
+++ b/assets/json-docs/android.bluetooth.BluetoothDevice.json
@@ -317,6 +317,17 @@
"name": "getUuids()",
"documentation": "Overrides behavior of {@link BluetoothDevice#getUuids} to return pre-set result.\n\n@return Value set by calling {@link ShadowBluetoothDevice#setUuids}. If setUuids has not\n previously been called, will return null.\n"
},
+ "isConnected()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 20,
+ "name": "isConnected()"
+ },
"isInSilenceMode()": {
"isImplementation": true,
"modifiers": [
@@ -413,6 +424,18 @@
"name": "setBondState(int)",
"documentation": "Sets value of bond state for {@link BluetoothDevice#getBondState}. "
},
+ "setConnected(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "isConnected"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setConnected(boolean)"
+ },
"setCreatedBond(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -573,6 +596,7 @@
"android.bluetooth.BluetoothDevice.BOND_NONE",
"android.content.pm.PackageManager.PERMISSION_GRANTED",
"android.os.Build.VERSION_CODES.JELLY_BEAN_MR2",
+ "android.os.Build.VERSION_CODES.KITKAT_WATCH",
"android.os.Build.VERSION_CODES.M",
"android.os.Build.VERSION_CODES.O",
"android.os.Build.VERSION_CODES.O_MR1",
diff --git a/assets/json-docs/android.bluetooth.BluetoothGatt.json b/assets/json-docs/android.bluetooth.BluetoothGatt.json
index 4b9cac250..ee6166aad 100644
--- a/assets/json-docs/android.bluetooth.BluetoothGatt.json
+++ b/assets/json-docs/android.bluetooth.BluetoothGatt.json
@@ -12,6 +12,19 @@
"exceptions": [],
"name": "addDiscoverableService(android.bluetooth.BluetoothGattService)"
},
+ "allowCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "characteristic"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "allowCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic)",
+ "documentation": "Allows the incoming characteristic to be set to enable notification. "
+ },
"close()": {
"isImplementation": true,
"modifiers": [
@@ -36,6 +49,19 @@
"name": "connect()",
"documentation": "Connect to a remote device, and performs a {@link\nBluetoothGattCallback#onConnectionStateChange} if a {@link BluetoothGattCallback} has been set\nby {@link ShadowBluetoothGatt#setGattCallback}\n\n@return true, if a {@link BluetoothGattCallback} has been set by {@link\n ShadowBluetoothGatt#setGattCallback}\n"
},
+ "disallowCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "characteristic"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "disallowCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic)",
+ "documentation": "Disallows the incoming characteristic to be set to enable notification. "
+ },
"disconnect()": {
"isImplementation": true,
"modifiers": [
@@ -110,6 +136,20 @@
"exceptions": [],
"name": "getLatestWrittenBytes()"
},
+ "getService(java.util.UUID)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "uuid"
+ ],
+ "returnType": "android.bluetooth.BluetoothGattService",
+ "exceptions": [],
+ "minSdk": 26,
+ "name": "getService(java.util.UUID)",
+ "documentation": "Overrides {@link BluetoothGatt#getService} to return a service with given UUID.\n\n@return a service with given UUID that have been discovered through {@link\n ShadowBluetoothGatt#discoverServices}.\n"
+ },
"getServices()": {
"isImplementation": true,
"modifiers": [
@@ -230,6 +270,21 @@
"name": "requestConnectionPriority(int)",
"documentation": "Request a connection parameter update.\n\n@param priority Request a specific connection priority. Must be one of {@link\n BluetoothGatt#CONNECTION_PRIORITY_BALANCED}, {@link BluetoothGatt#CONNECTION_PRIORITY_HIGH}\n or {@link BluetoothGatt#CONNECTION_PRIORITY_LOW_POWER}.\n@return true if operation is successful.\n@throws IllegalArgumentException If the parameters are outside of their specified range.\n"
},
+ "setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "characteristic",
+ "enable"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 26,
+ "name": "setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic,boolean)",
+ "documentation": "Overrides {@link BluetoothGatt#setCharacteristicNotification} so it returns true (false) if\nallowCharacteristicNotification (disallowCharacteristicNotification) is called.\n"
+ },
"setGattCallback(android.bluetooth.BluetoothGattCallback)": {
"isImplementation": false,
"modifiers": [
@@ -274,6 +329,8 @@
"java.util.HashSet",
"java.util.List",
"java.util.Set",
+ "java.util.UUID",
+ "javax.annotation.Nullable",
"org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
diff --git a/assets/json-docs/android.bluetooth.BluetoothHeadset.json b/assets/json-docs/android.bluetooth.BluetoothHeadset.json
index 1835466d2..7c92c2115 100644
--- a/assets/json-docs/android.bluetooth.BluetoothHeadset.json
+++ b/assets/json-docs/android.bluetooth.BluetoothHeadset.json
@@ -13,6 +13,20 @@
"name": "addConnectedDevice(android.bluetooth.BluetoothDevice)",
"documentation": "Adds the given BluetoothDevice to the shadow\u0027s list of \"connected devices\" "
},
+ "addDevice(android.bluetooth.BluetoothDevice,int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "bluetoothDevice",
+ "connectionState"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addDevice(android.bluetooth.BluetoothDevice,int)",
+ "documentation": "Adds the provided BluetoothDevice to the shadow profile\u0027s device list with an associated\nconnectionState. The provided connection state will be returned by {@link\nShadowBluetoothHeadset#getConnectionState}.\n"
+ },
"getActiveDevice()": {
"isImplementation": true,
"modifiers": [
@@ -86,6 +100,19 @@
"name": "isVoiceRecognitionSupported(android.bluetooth.BluetoothDevice)",
"documentation": "Checks whether the headset supports voice recognition.\n\n@see #setVoiceRecognitionSupported(boolean)\n"
},
+ "removeDevice(android.bluetooth.BluetoothDevice)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "bluetoothDevice"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "removeDevice(android.bluetooth.BluetoothDevice)",
+ "documentation": "Remove the given BluetoothDevice from the shadow profile\u0027s device list "
+ },
"sendAudioStateChangedBroadcast(int,android.bluetooth.BluetoothDevice)": {
"isImplementation": false,
"modifiers": [
@@ -186,12 +213,16 @@
"android.os.Build.VERSION_CODES.KITKAT",
"android.os.Build.VERSION_CODES.P",
"android.os.Build.VERSION_CODES.S",
+ "java.util.stream.Collectors.toCollection",
"android.bluetooth.BluetoothDevice",
"android.bluetooth.BluetoothHeadset",
"android.bluetooth.BluetoothProfile",
"android.content.Intent",
"java.util.ArrayList",
+ "java.util.HashMap",
"java.util.List",
+ "java.util.Map",
+ "java.util.Map.Entry",
"java.util.Objects",
"javax.annotation.Nullable",
"javax.annotation.concurrent.NotThreadSafe",
diff --git a/assets/json-docs/android.companion.CompanionDeviceManager.json b/assets/json-docs/android.companion.CompanionDeviceManager.json
index ff1186086..a035941da 100644
--- a/assets/json-docs/android.companion.CompanionDeviceManager.json
+++ b/assets/json-docs/android.companion.CompanionDeviceManager.json
@@ -53,6 +53,21 @@
"minSdk": 33,
"name": "associate(android.companion.AssociationRequest,java.util.concurrent.Executor,android.companion.CompanionDeviceManager.Callback)"
},
+ "associate(java.lang.String,android.net.MacAddress,byte[])": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "packageName",
+ "macAddress",
+ "certificate"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "associate(java.lang.String,android.net.MacAddress,byte[])"
+ },
"checkHasAssociation()": {
"isImplementation": false,
"modifiers": [
@@ -63,6 +78,19 @@
"exceptions": [],
"name": "checkHasAssociation()"
},
+ "checkPermission(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private",
+ "static"
+ ],
+ "params": [
+ "permission"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "checkPermission(java.lang.String)"
+ },
"createAssociationInfo(org.robolectric.shadows.ShadowCompanionDeviceManager.RoboAssociationInfo)": {
"isImplementation": false,
"modifiers": [
@@ -131,7 +159,8 @@
"params": [],
"returnType": "android.companion.CompanionDeviceManager.Callback",
"exceptions": [],
- "name": "getLastAssociationCallback()"
+ "name": "getLastAssociationCallback()",
+ "documentation": "This method will return the last {@link CompanionDeviceManager.Callback} passed to {@code\nCompanionDeviceManager#associate(AssociationRequest, CompanionDeviceManager.Callback, Handler)}\nor {@code CompanionDeviceManager#associate(AssociationRequest, Executor,\nCompanionDeviceManager.Callback, Handler)}.\n\n\u003cp\u003eNote that the value returned is only changed when calling {@code associate} and will be set\nif that method throws an exception. Moreover, this value will unchanged if disassociate is\ncalled.\n"
},
"getLastAssociationRequest()": {
"isImplementation": false,
@@ -141,7 +170,19 @@
"params": [],
"returnType": "android.companion.AssociationRequest",
"exceptions": [],
- "name": "getLastAssociationRequest()"
+ "name": "getLastAssociationRequest()",
+ "documentation": "This method will return the last {@link AssociationRequest} passed to {@code\nCompanionDeviceManager#associate(AssociationRequest, CompanionDeviceManager.Callback, Handler)}\nor {@code CompanionDeviceManager#associate(AssociationRequest, Executor,\nCompanionDeviceManager.Callback, Handler)}.\n\n\u003cp\u003eNote that the value returned is only changed when calling {@code associate} and will be set\nif that method throws an exception. Moreover, this value will unchanged if disassociate is\ncalled.\n"
+ },
+ "getLastObservingDevicePresenceDeviceAddress()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [],
+ "returnType": "java.lang.String",
+ "exceptions": [],
+ "name": "getLastObservingDevicePresenceDeviceAddress()",
+ "documentation": "Returns the last device address passed to {@link\nCompanionDeviceManager#startObservingDevicePresence(String)}.\n\n\u003cp\u003eNote that the value returned is only changed when calling {@link\nCompanionDeviceManager#startObservingDevicePresence(String)} and will still be set in the event\nthat this method throws an exception. Moreover, this value will unchanged if disassociate is\ncalled.\n"
},
"getLastRequestedNotificationAccess()": {
"isImplementation": false,
@@ -151,7 +192,19 @@
"params": [],
"returnType": "android.content.ComponentName",
"exceptions": [],
- "name": "getLastRequestedNotificationAccess()"
+ "name": "getLastRequestedNotificationAccess()",
+ "documentation": "If an association is set, this method will return the last {@link ComponentName} passed to\n{@code CompanionDeviceManager#requestNotificationAccess(ComponentName)}.\n"
+ },
+ "getLastSystemApiAssociationMacAddress()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [],
+ "returnType": "android.net.MacAddress",
+ "exceptions": [],
+ "name": "getLastSystemApiAssociationMacAddress()",
+ "documentation": "Returns the last {@link MacAddress} passed to systemApi {@code associate}.\n\n\u003cp\u003eNote that the value returned is only changed when calling {@code associate} and will be set\nif that method throws an exception. Moreover, this value will unchanged if disassociate is\ncalled.\n"
},
"getMyAssociations()": {
"isImplementation": true,
@@ -200,15 +253,33 @@
"returnType": "void",
"exceptions": [],
"name": "setNotificationAccess(android.content.ComponentName,boolean)"
+ },
+ "startObservingDevicePresence(java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "deviceAddress"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "startObservingDevicePresence(java.lang.String)"
}
},
"imports": [
+ "android.content.pm.PackageManager.PERMISSION_GRANTED",
"java.util.stream.Collectors.toCollection",
"java.util.stream.Collectors.toList",
+ "android.Manifest.permission",
+ "android.app.ActivityThread",
"android.companion.AssociationInfo",
"android.companion.AssociationRequest",
"android.companion.CompanionDeviceManager",
+ "android.companion.DeviceNotAssociatedException",
"android.content.ComponentName",
+ "android.net.MacAddress",
"android.os.Build.VERSION_CODES",
"android.os.Handler",
"androidx.annotation.Nullable",
@@ -220,8 +291,12 @@
"java.util.List",
"java.util.Set",
"java.util.concurrent.Executor",
+ "org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
+ "org.robolectric.shadow.api.Shadow",
+ "org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
"org.robolectric.shadows.ShadowCompanionDeviceManager.RoboAssociationInfo"
],
"name": "org.robolectric.shadows.ShadowCompanionDeviceManager",
diff --git a/assets/json-docs/android.content.AsyncTaskLoader.json b/assets/json-docs/android.content.AsyncTaskLoader.json
index 8bccc5cdf..fd761a04b 100644
--- a/assets/json-docs/android.content.AsyncTaskLoader.json
+++ b/assets/json-docs/android.content.AsyncTaskLoader.json
@@ -6,5 +6,5 @@
"org.robolectric.shadows.ShadowAsyncTaskLoader.Picker"
],
"name": "org.robolectric.shadows.ShadowAsyncTaskLoader",
- "documentation": "The shadow API for {@link AsyncTaskLoader}.\n\nDifferent shadow implementations will be used based on the current {@link LooperMode.Mode}.\n@see ShadowLegacyAsyncTaskLoader, ShadowPausedAsyncTaskLoader\n"
+ "documentation": "The shadow API for {@link AsyncTaskLoader}.\n\n\u003cp\u003eDifferent shadow implementations will be used based on the current {@link LooperMode.Mode}.\n\n@see ShadowLegacyAsyncTaskLoader\n@see ShadowPausedAsyncTaskLoader\n"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.content.ClipboardManager.json b/assets/json-docs/android.content.ClipboardManager.json
index 8c83c4769..a9fc77d27 100644
--- a/assets/json-docs/android.content.ClipboardManager.json
+++ b/assets/json-docs/android.content.ClipboardManager.json
@@ -103,6 +103,7 @@
"imports": [
"android.os.Build.VERSION_CODES.JELLY_BEAN_MR2",
"android.os.Build.VERSION_CODES.N",
+ "android.os.Build.VERSION_CODES.O",
"android.os.Build.VERSION_CODES.P",
"org.robolectric.RuntimeEnvironment.getApiLevel",
"org.robolectric.util.reflector.Reflector.reflector",
@@ -110,12 +111,14 @@
"android.content.ClipDescription",
"android.content.ClipboardManager",
"android.content.ClipboardManager.OnPrimaryClipChangedListener",
+ "android.os.SystemClock",
"java.util.Collection",
"java.util.concurrent.CopyOnWriteArrayList",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
"org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
"org.robolectric.util.reflector.ForType",
"org.robolectric.shadows.ShadowClipboardManager.ClipboardManagerReflector"
],
diff --git a/assets/json-docs/android.content.pm.LauncherApps.json b/assets/json-docs/android.content.pm.LauncherApps.json
index c0ca84c80..0607c480e 100644
--- a/assets/json-docs/android.content.pm.LauncherApps.json
+++ b/assets/json-docs/android.content.pm.LauncherApps.json
@@ -207,6 +207,7 @@
],
"returnType": "boolean",
"exceptions": [],
+ "minSdk": 21,
"name": "isActivityEnabled(android.content.ComponentName,android.os.UserHandle)"
},
"isPackageEnabled(java.lang.String,android.os.UserHandle)": {
@@ -314,6 +315,20 @@
"minSdk": 29,
"name": "registerPackageInstallerSessionCallback(java.util.concurrent.Executor,android.content.pm.PackageInstaller.SessionCallback)"
},
+ "setActivityEnabled(android.os.UserHandle,android.content.ComponentName)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "userHandle",
+ "componentName"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setActivityEnabled(android.os.UserHandle,android.content.ComponentName)",
+ "documentation": "Sets an activity referenced by ComponentName as enabled, to be checked by {@link\n#isActivityEnabled(ComponentName, UserHandle)}.\n\n@param userHandle the user handle to be set.\n@param componentName the component name of the activity to be enabled.\n"
+ },
"setHasShortcutHostPermission(boolean)": {
"isImplementation": false,
"modifiers": [
diff --git a/assets/json-docs/android.content.pm.PackageManager.json b/assets/json-docs/android.content.pm.PackageManager.json
index cc4662c87..2523e2780 100644
--- a/assets/json-docs/android.content.pm.PackageManager.json
+++ b/assets/json-docs/android.content.pm.PackageManager.json
@@ -290,7 +290,8 @@
"addPackage(android.content.pm.PackageInfo)": {
"isImplementation": false,
"modifiers": [
- "public"
+ "public",
+ "final"
],
"params": [
"packageInfo"
@@ -298,7 +299,7 @@
"returnType": "void",
"exceptions": [],
"name": "addPackage(android.content.pm.PackageInfo)",
- "documentation": "This method is getting renamed to {link {@link #installPackage}. "
+ "documentation": "@deprecated Use {@link #installPackage} instead.\n"
},
"addPackage(android.content.pm.PackageInfo,android.content.pm.PackageStats)": {
"isImplementation": false,
@@ -1459,6 +1460,7 @@
"com.google.common.base.Preconditions",
"com.google.common.collect.HashMultimap",
"com.google.common.collect.Multimap",
+ "com.google.errorprone.annotations.InlineMe",
"java.lang.reflect.Array",
"java.util.ArrayList",
"java.util.Arrays",
diff --git a/assets/json-docs/android.graphics.Bitmap.json b/assets/json-docs/android.graphics.Bitmap.json
index cade76d94..80ce08026 100644
--- a/assets/json-docs/android.graphics.Bitmap.json
+++ b/assets/json-docs/android.graphics.Bitmap.json
@@ -168,6 +168,17 @@
"exceptions": [],
"name": "getDescription()"
},
+ "hasGainmap()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "hasGainmap()"
+ },
"setDescription(java.lang.String)": {
"isImplementation": false,
"modifiers": [
@@ -181,6 +192,19 @@
"exceptions": [],
"name": "setDescription(java.lang.String)"
},
+ "setGainmap(java.lang.Object)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "gainmap"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "setGainmap(java.lang.Object)"
+ },
"setMutable(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -210,12 +234,21 @@
}
},
"imports": [
+ "org.robolectric.util.reflector.Reflector.reflector",
"android.graphics.Bitmap",
"android.graphics.Matrix",
+ "com.google.common.base.Preconditions",
"java.io.InputStream",
+ "org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
+ "org.robolectric.annotation.RealObject",
"org.robolectric.shadow.api.Shadow",
"org.robolectric.shadows.ShadowBitmap.Picker",
+ "org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.Direct",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.shadows.ShadowBitmap.BitmapReflector",
"org.robolectric.shadows.ShadowBitmap.Picker"
],
"name": "org.robolectric.shadows.ShadowBitmap",
diff --git a/assets/json-docs/android.graphics.BitmapShader.json b/assets/json-docs/android.graphics.BitmapShader.json
index 8c55f9dd5..adac55a80 100644
--- a/assets/json-docs/android.graphics.BitmapShader.json
+++ b/assets/json-docs/android.graphics.BitmapShader.json
@@ -72,7 +72,29 @@
"returnType": "long",
"exceptions": [],
"minSdk": 33,
+ "maxSdk": 34,
"name": "nativeCreate(long,long,int,int,boolean,boolean)"
+ },
+ "nativeCreate(long,long,int,int,int,boolean,boolean,long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "nativeMatrix",
+ "bitmapHandle",
+ "shaderTileModeX",
+ "shaderTileModeY",
+ "maxAniso",
+ "filter",
+ "isDirectSampled",
+ "overrideGainmapHandle"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "nativeCreate(long,long,int,int,int,boolean,boolean,long)"
}
},
"imports": [
@@ -90,6 +112,8 @@
"org.robolectric.nativeruntime.BitmapShaderNatives",
"org.robolectric.nativeruntime.DefaultNativeRuntimeLoader",
"org.robolectric.shadows.ShadowNativeBitmapShader.Picker",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.versioning.AndroidVersions.V",
"org.robolectric.shadows.ShadowNativeBitmapShader.Picker"
],
"name": "org.robolectric.shadows.ShadowNativeBitmapShader",
diff --git a/assets/json-docs/android.graphics.Color.json b/assets/json-docs/android.graphics.Color.json
index b175ed7b7..348266f74 100644
--- a/assets/json-docs/android.graphics.Color.json
+++ b/assets/json-docs/android.graphics.Color.json
@@ -30,6 +30,19 @@
"exceptions": [],
"name": "RGBToHSV(int,int,int,float[])",
"documentation": "This is implemented in native code in the Android SDK.\n\n\u003cp\u003eSince HSV \u003d\u003d HSB then the implementation from {@link java.awt.Color} can be used, with a\nsmall adjustment to the representation of the hue.\n\n\u003cp\u003e{@link java.awt.Color} represents hue as 0..1 (where 1 \u003d\u003d 100% \u003d\u003d 360 degrees), while {@link\nandroid.graphics.Color} represents hue as 0..360 degrees. The correct hue can be calculated by\nmultiplying with 360.\n\n@param red Red component\n@param green Green component\n@param blue Blue component\n@param hsv Array to store HSV components\n"
+ },
+ "pin(float)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private",
+ "static"
+ ],
+ "params": [
+ "value"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "name": "pin(float)"
}
},
"imports": [
diff --git a/assets/json-docs/android.graphics.HardwareRenderer.json b/assets/json-docs/android.graphics.HardwareRenderer.json
index e45074edf..c6845c2f8 100644
--- a/assets/json-docs/android.graphics.HardwareRenderer.json
+++ b/assets/json-docs/android.graphics.HardwareRenderer.json
@@ -377,7 +377,7 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "nInitDisplayInfo(int,int,float,int,long,long,boolean,boolean)"
},
"nLoadSystemProperties(long)": {
@@ -932,6 +932,7 @@
"org.robolectric.nativeruntime.DefaultNativeRuntimeLoader",
"org.robolectric.nativeruntime.HardwareRendererNatives",
"org.robolectric.shadows.ShadowNativeHardwareRenderer.Picker",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowNativeHardwareRenderer.Picker"
],
"name": "org.robolectric.shadows.ShadowNativeHardwareRenderer",
diff --git a/assets/json-docs/android.graphics.Paint.json b/assets/json-docs/android.graphics.Paint.json
index b5b3788bd..5d05bcfdd 100644
--- a/assets/json-docs/android.graphics.Paint.json
+++ b/assets/json-docs/android.graphics.Paint.json
@@ -335,6 +335,17 @@
"exceptions": [],
"name": "isDither()"
},
+ "isFilterBitmap()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "final"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "isFilterBitmap()"
+ },
"measureText(char[],int,int)": {
"isImplementation": true,
"modifiers": [
@@ -500,8 +511,25 @@
"returnType": "int",
"exceptions": [],
"minSdk": 28,
+ "maxSdk": 34,
"name": "nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt)"
},
+ "nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "paintPtr",
+ "fmi",
+ "useLocale"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt,boolean)"
+ },
"nGetFontMetricsInt(long,long,android.graphics.Paint.FontMetricsInt)": {
"isImplementation": true,
"modifiers": [
@@ -563,6 +591,54 @@
"maxSdk": 27,
"name": "nGetRunAdvance(long,long,char[],int,int,int,int,boolean,int)"
},
+ "nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "paintPtr",
+ "text",
+ "start",
+ "end",
+ "contextStart",
+ "contextEnd",
+ "isRtl",
+ "offset",
+ "advances",
+ "advancesIndex"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "minSdk": 34,
+ "maxSdk": 34,
+ "name": "nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int)"
+ },
+ "nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int,android.graphics.RectF)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "paintPtr",
+ "text",
+ "start",
+ "end",
+ "contextStart",
+ "contextEnd",
+ "isRtl",
+ "offset",
+ "advances",
+ "advancesIndex",
+ "drawingBounds"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int,android.graphics.RectF)"
+ },
"nInit()": {
"isImplementation": true,
"modifiers": [
@@ -911,6 +987,19 @@
"exceptions": [],
"name": "setDither(boolean)"
},
+ "setFilterBitmap(boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "final"
+ ],
+ "params": [
+ "filterBitmap"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setFilterBitmap(boolean)"
+ },
"setFlags(int)": {
"isImplementation": true,
"modifiers": [
@@ -975,6 +1064,18 @@
"exceptions": [],
"name": "setShadowLayer(float,float,float,int)"
},
+ "setStrikeThruText(boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "strikeThruText"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setStrikeThruText(boolean)"
+ },
"setStrokeCap(android.graphics.Paint.Cap)": {
"isImplementation": true,
"modifiers": [
@@ -1129,6 +1230,7 @@
"android.graphics.Paint",
"android.graphics.Paint.FontMetricsInt",
"android.graphics.PathEffect",
+ "android.graphics.RectF",
"android.graphics.Shader",
"android.graphics.Typeface",
"org.robolectric.annotation.Implementation",
@@ -1137,7 +1239,9 @@
"org.robolectric.annotation.TextLayoutMode",
"org.robolectric.config.ConfigurationRegistry",
"org.robolectric.shadow.api.Shadow",
- "org.robolectric.util.ReflectionHelpers.ClassParameter"
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.versioning.AndroidVersions.V"
],
"name": "org.robolectric.shadows.ShadowPaint"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.graphics.Typeface.Builder.json b/assets/json-docs/android.graphics.Typeface.Builder.json
index 0971879f5..6f31ab372 100644
--- a/assets/json-docs/android.graphics.Typeface.Builder.json
+++ b/assets/json-docs/android.graphics.Typeface.Builder.json
@@ -47,7 +47,9 @@
"org.robolectric.res.Fs",
"org.robolectric.shadow.api.Shadow",
"org.robolectric.util.ReflectionHelpers",
- "org.robolectric.util.ReflectionHelpers.ClassParameter"
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
+ "org.robolectric.versioning.AndroidVersions.T",
+ "org.robolectric.versioning.AndroidVersions.U"
],
"name": "org.robolectric.shadows.ShadowLegacyTypeface.ShadowBuilder",
"documentation": "Shadow for {@link Typeface.Builder} "
diff --git a/assets/json-docs/android.graphics.drawable.AnimatedVectorDrawable.json b/assets/json-docs/android.graphics.drawable.AnimatedVectorDrawable.json
index 0aee8954f..597b180e0 100644
--- a/assets/json-docs/android.graphics.drawable.AnimatedVectorDrawable.json
+++ b/assets/json-docs/android.graphics.drawable.AnimatedVectorDrawable.json
@@ -1,5 +1,17 @@
{
"methods": {
+ "isStartInitiated()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "final"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "isStartInitiated()",
+ "documentation": "Returns true if {@link #start()} was called and false if {@link #start()} was not called or\n{@link #stop()} was called.\n"
+ },
"nAddAnimator(long,long,long,long,long,int,int)": {
"isImplementation": true,
"modifiers": [
@@ -221,20 +233,45 @@
"exceptions": [],
"minSdk": 24,
"name": "nStart(long,android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT,int)"
+ },
+ "start()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "start()"
+ },
+ "stop()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "stop()"
}
},
"imports": [
"android.os.Build.VERSION_CODES.N",
"android.os.Build.VERSION_CODES.N_MR1",
"android.os.Build.VERSION_CODES.O",
+ "org.robolectric.util.reflector.Reflector.reflector",
"android.graphics.drawable.AnimatedVectorDrawable",
"android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
+ "org.robolectric.annotation.RealObject",
"org.robolectric.nativeruntime.AnimatedVectorDrawableNatives",
"org.robolectric.nativeruntime.DefaultNativeRuntimeLoader",
"org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable.Picker",
- "org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable.Picker"
+ "org.robolectric.util.reflector.Direct",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable.Picker",
+ "org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable.AnimatedVectorDrawableReflector"
],
"name": "org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable",
"documentation": "Shadow for {@link AnimatedVectorDrawable} that is backed by native code "
diff --git a/assets/json-docs/android.graphics.text.LineBreaker.json b/assets/json-docs/android.graphics.text.LineBreaker.json
index 42cdd6673..bcffebddf 100644
--- a/assets/json-docs/android.graphics.text.LineBreaker.json
+++ b/assets/json-docs/android.graphics.text.LineBreaker.json
@@ -141,7 +141,26 @@
],
"returnType": "long",
"exceptions": [],
+ "maxSdk": 34,
"name": "nInit(int,int,boolean,int[])"
+ },
+ "nInit(int,int,boolean,int[],boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "breakStrategy",
+ "hyphenationFrequency",
+ "isJustified",
+ "indents",
+ "useBoundsForWidth"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "nInit(int,int,boolean,int[],boolean)"
}
},
"imports": [
@@ -154,6 +173,8 @@
"org.robolectric.nativeruntime.DefaultNativeRuntimeLoader",
"org.robolectric.nativeruntime.LineBreakerNatives",
"org.robolectric.shadows.ShadowNativeLineBreaker.Picker",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.versioning.AndroidVersions.V",
"org.robolectric.shadows.ShadowNativeLineBreaker.Picker"
],
"name": "org.robolectric.shadows.ShadowNativeLineBreaker",
diff --git a/assets/json-docs/android.graphics.text.MeasuredText.Builder.json b/assets/json-docs/android.graphics.text.MeasuredText.Builder.json
index 21eb37666..316495bee 100644
--- a/assets/json-docs/android.graphics.text.MeasuredText.Builder.json
+++ b/assets/json-docs/android.graphics.text.MeasuredText.Builder.json
@@ -35,6 +35,27 @@
"maxSdk": 32,
"name": "nAddStyleRun(long,long,int,int,boolean)"
},
+ "nAddStyleRun(long,long,int,int,boolean,int,int,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "nativeBuilderPtr",
+ "paintPtr",
+ "lineBreakStyle",
+ "lineBreakWordStyle",
+ "hyphenation",
+ "start",
+ "end",
+ "isRtl"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "nAddStyleRun(long,long,int,int,boolean,int,int,boolean)"
+ },
"nAddStyleRun(long,long,int,int,int,int,boolean)": {
"isImplementation": true,
"modifiers": [
@@ -53,6 +74,7 @@
"returnType": "void",
"exceptions": [],
"minSdk": 33,
+ "maxSdk": 34,
"name": "nAddStyleRun(long,long,int,int,int,int,boolean)"
},
"nBuildMeasuredText(long,long,char[],boolean,boolean)": {
@@ -90,8 +112,29 @@
"returnType": "long",
"exceptions": [],
"minSdk": 33,
+ "maxSdk": 34,
"name": "nBuildMeasuredText(long,long,char[],boolean,boolean,boolean)"
},
+ "nBuildMeasuredText(long,long,char[],boolean,boolean,boolean,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "nativeBuilderPtr",
+ "hintMtPtr",
+ "text",
+ "computeHyphenation",
+ "computeLayout",
+ "computeBounds",
+ "fastHyphenationMode"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "nBuildMeasuredText(long,long,char[],boolean,boolean,boolean,boolean)"
+ },
"nFreeBuilder(long)": {
"isImplementation": true,
"modifiers": [
@@ -131,6 +174,8 @@
"org.robolectric.nativeruntime.MeasuredTextBuilderNatives",
"org.robolectric.nativeruntime.MeasuredTextNatives",
"org.robolectric.shadows.ShadowNativeMeasuredText.Picker",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.versioning.AndroidVersions.V",
"org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder.Picker"
],
"name": "org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder",
diff --git a/assets/json-docs/android.graphics.text.MeasuredText.json b/assets/json-docs/android.graphics.text.MeasuredText.json
index 3aa61f956..abdc59ce8 100644
--- a/assets/json-docs/android.graphics.text.MeasuredText.json
+++ b/assets/json-docs/android.graphics.text.MeasuredText.json
@@ -85,6 +85,8 @@
"org.robolectric.nativeruntime.MeasuredTextBuilderNatives",
"org.robolectric.nativeruntime.MeasuredTextNatives",
"org.robolectric.shadows.ShadowNativeMeasuredText.Picker",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.versioning.AndroidVersions.V",
"org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder",
"org.robolectric.shadows.ShadowNativeMeasuredText.Picker"
],
diff --git a/assets/json-docs/android.graphics.text.PositionedGlyphs.json b/assets/json-docs/android.graphics.text.PositionedGlyphs.json
new file mode 100644
index 000000000..59bee8b1f
--- /dev/null
+++ b/assets/json-docs/android.graphics.text.PositionedGlyphs.json
@@ -0,0 +1,136 @@
+{
+ "methods": {
+ "nGetAscent(long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "name": "nGetAscent(long)"
+ },
+ "nGetDescent(long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "name": "nGetDescent(long)"
+ },
+ "nGetFont(long,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout",
+ "i"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "name": "nGetFont(long,int)"
+ },
+ "nGetGlyphCount(long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "nGetGlyphCount(long)"
+ },
+ "nGetGlyphId(long,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout",
+ "i"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "nGetGlyphId(long,int)"
+ },
+ "nGetTotalAdvance(long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "name": "nGetTotalAdvance(long)"
+ },
+ "nGetX(long,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout",
+ "i"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "name": "nGetX(long,int)"
+ },
+ "nGetY(long,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "minikinLayout",
+ "i"
+ ],
+ "returnType": "float",
+ "exceptions": [],
+ "name": "nGetY(long,int)"
+ },
+ "nReleaseFunc()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [],
+ "returnType": "long",
+ "exceptions": [],
+ "name": "nReleaseFunc()"
+ }
+ },
+ "imports": [
+ "android.graphics.text.MeasuredText",
+ "android.graphics.text.PositionedGlyphs",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.nativeruntime.DefaultNativeRuntimeLoader",
+ "org.robolectric.nativeruntime.PositionedGlyphsNatives",
+ "org.robolectric.shadows.ShadowNativePositionedGlyphs.Picker",
+ "org.robolectric.versioning.AndroidVersions.S",
+ "org.robolectric.shadows.ShadowNativePositionedGlyphs.Picker"
+ ],
+ "name": "org.robolectric.shadows.ShadowNativePositionedGlyphs",
+ "documentation": "Shadow for {@link PositionedGlyphs} that is backed by native code "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.graphics.text.TextRunShaper.json b/assets/json-docs/android.graphics.text.TextRunShaper.json
new file mode 100644
index 000000000..173688322
--- /dev/null
+++ b/assets/json-docs/android.graphics.text.TextRunShaper.json
@@ -0,0 +1,54 @@
+{
+ "methods": {
+ "nativeShapeTextRun(char[],int,int,int,int,boolean,long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "text",
+ "start",
+ "count",
+ "contextStart",
+ "contextCount",
+ "isRtl",
+ "nativePaint"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "name": "nativeShapeTextRun(char[],int,int,int,int,boolean,long)"
+ },
+ "nativeShapeTextRun(java.lang.String,int,int,int,int,boolean,long)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "text",
+ "start",
+ "count",
+ "contextStart",
+ "contextCount",
+ "isRtl",
+ "nativePaint"
+ ],
+ "returnType": "long",
+ "exceptions": [],
+ "name": "nativeShapeTextRun(java.lang.String,int,int,int,int,boolean,long)"
+ }
+ },
+ "imports": [
+ "android.graphics.text.MeasuredText",
+ "android.graphics.text.TextRunShaper",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.nativeruntime.TextRunShaperNatives",
+ "org.robolectric.shadows.ShadowNativeTextRunShaper.Picker",
+ "org.robolectric.versioning.AndroidVersions.S",
+ "org.robolectric.shadows.ShadowNativeTextRunShaper.Picker"
+ ],
+ "name": "org.robolectric.shadows.ShadowNativeTextRunShaper",
+ "documentation": "Shadow for {@link TextRunShaper} that is backed by native code "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.hardware.Camera.Parameters.json b/assets/json-docs/android.hardware.Camera.Parameters.json
index f5cac9372..4a21af6cc 100644
--- a/assets/json-docs/android.hardware.Camera.Parameters.json
+++ b/assets/json-docs/android.hardware.Camera.Parameters.json
@@ -1,33 +1,5 @@
{
"methods": {
- "addRange(java.util.List\u003cint[]\u003e,int,int)": {
- "isImplementation": false,
- "modifiers": [
- "private"
- ],
- "params": [
- "ranges",
- "min",
- "max"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "addRange(java.util.List\u003cint[]\u003e,int,int)"
- },
- "addSize(java.util.List\u003candroid.hardware.Camera.Size\u003e,int,int)": {
- "isImplementation": false,
- "modifiers": [
- "private"
- ],
- "params": [
- "sizes",
- "width",
- "height"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "addSize(java.util.List\u003candroid.hardware.Camera.Size\u003e,int,int)"
- },
"addSupportedPreviewSize(int,int)": {
"isImplementation": false,
"modifiers": [
@@ -39,120 +11,7 @@
],
"returnType": "void",
"exceptions": [],
- "name": "addSupportedPreviewSize(int,int)",
- "documentation": "Add custom preview sizes to supportedPreviewSizes. "
- },
- "get(java.lang.String)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "key"
- ],
- "returnType": "java.lang.String",
- "exceptions": [],
- "name": "get(java.lang.String)"
- },
- "getExposureCompensation()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getExposureCompensation()"
- },
- "getExposureCompensationStep()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "float",
- "exceptions": [],
- "name": "getExposureCompensationStep()"
- },
- "getFlashMode()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.lang.String",
- "exceptions": [],
- "name": "getFlashMode()"
- },
- "getFocusAreas()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003candroid.hardware.Camera.Area\u003e",
- "exceptions": [],
- "name": "getFocusAreas()"
- },
- "getFocusMode()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.lang.String",
- "exceptions": [],
- "name": "getFocusMode()"
- },
- "getMaxExposureCompensation()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getMaxExposureCompensation()"
- },
- "getMaxNumFocusAreas()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getMaxNumFocusAreas()"
- },
- "getMaxNumMeteringAreas()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getMaxNumMeteringAreas()"
- },
- "getMeteringAreas()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003candroid.hardware.Camera.Area\u003e",
- "exceptions": [],
- "name": "getMeteringAreas()"
- },
- "getMinExposureCompensation()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getMinExposureCompensation()"
+ "name": "addSupportedPreviewSize(int,int)"
},
"getPictureHeight()": {
"isImplementation": false,
@@ -164,16 +23,6 @@
"exceptions": [],
"name": "getPictureHeight()"
},
- "getPictureSize()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "android.hardware.Camera.Size",
- "exceptions": [],
- "name": "getPictureSize()"
- },
"getPictureWidth()": {
"isImplementation": false,
"modifiers": [
@@ -184,38 +33,6 @@
"exceptions": [],
"name": "getPictureWidth()"
},
- "getPreviewFormat()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getPreviewFormat()"
- },
- "getPreviewFpsRange(int[])": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "range"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "getPreviewFpsRange(int[])"
- },
- "getPreviewFrameRate()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "int",
- "exceptions": [],
- "name": "getPreviewFrameRate()"
- },
"getPreviewHeight()": {
"isImplementation": false,
"modifiers": [
@@ -226,16 +43,6 @@
"exceptions": [],
"name": "getPreviewHeight()"
},
- "getPreviewSize()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "android.hardware.Camera.Size",
- "exceptions": [],
- "name": "getPreviewSize()"
- },
"getPreviewWidth()": {
"isImplementation": false,
"modifiers": [
@@ -246,85 +53,15 @@
"exceptions": [],
"name": "getPreviewWidth()"
},
- "getSupportedFlashModes()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003cjava.lang.String\u003e",
- "exceptions": [],
- "name": "getSupportedFlashModes()"
- },
- "getSupportedFocusModes()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003cjava.lang.String\u003e",
- "exceptions": [],
- "name": "getSupportedFocusModes()"
- },
- "getSupportedPictureFormats()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003cjava.lang.Integer\u003e",
- "exceptions": [],
- "name": "getSupportedPictureFormats()"
- },
- "getSupportedPictureSizes()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003candroid.hardware.Camera.Size\u003e",
- "exceptions": [],
- "name": "getSupportedPictureSizes()"
- },
- "getSupportedPreviewFormats()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003cjava.lang.Integer\u003e",
- "exceptions": [],
- "name": "getSupportedPreviewFormats()"
- },
- "getSupportedPreviewFpsRange()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003cint[]\u003e",
- "exceptions": [],
- "name": "getSupportedPreviewFpsRange()"
- },
- "getSupportedPreviewFrameRates()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "java.util.List\u003cjava.lang.Integer\u003e",
- "exceptions": [],
- "name": "getSupportedPreviewFrameRates()"
- },
- "getSupportedPreviewSizes()": {
- "isImplementation": true,
+ "getRotation()": {
+ "isImplementation": false,
"modifiers": [
- "protected"
+ "public"
],
"params": [],
- "returnType": "java.util.List\u003candroid.hardware.Camera.Size\u003e",
+ "returnType": "int",
"exceptions": [],
- "name": "getSupportedPreviewSizes()"
+ "name": "getRotation()"
},
"initSupportedPreviewSizes()": {
"isImplementation": false,
@@ -334,69 +71,7 @@
"params": [],
"returnType": "void",
"exceptions": [],
- "name": "initSupportedPreviewSizes()",
- "documentation": "Explicitly initialize custom preview sizes array, to switch from default values to\nindividually added.\n"
- },
- "set(java.lang.String,java.lang.String)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "key",
- "value"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "set(java.lang.String,java.lang.String)"
- },
- "setExposureCompensation(int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "compensation"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setExposureCompensation(int)"
- },
- "setFlashMode(java.lang.String)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "flashMode"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setFlashMode(java.lang.String)"
- },
- "setFocusAreas(java.util.List\u003candroid.hardware.Camera.Area\u003e)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "focusAreas"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setFocusAreas(java.util.List\u003candroid.hardware.Camera.Area\u003e)"
- },
- "setFocusMode(java.lang.String)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "focusMode"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setFocusMode(java.lang.String)"
+ "name": "initSupportedPreviewSizes()"
},
"setMaxNumFocusAreas(int)": {
"isImplementation": false,
@@ -424,105 +99,6 @@
"name": "setMaxNumMeteringAreas(int)",
"documentation": "Allows test cases to set the maximum number of metering areas. See {@link\nCamera.Parameters#getMaxNumMeteringAreas}.\n"
},
- "setMeteringAreas(java.util.List\u003candroid.hardware.Camera.Area\u003e)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "meteringAreas"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setMeteringAreas(java.util.List\u003candroid.hardware.Camera.Area\u003e)"
- },
- "setPictureSize(int,int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "width",
- "height"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setPictureSize(int,int)"
- },
- "setPreviewFormat(int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "pixel_format"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setPreviewFormat(int)"
- },
- "setPreviewFpsRange(int,int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "min",
- "max"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setPreviewFpsRange(int,int)"
- },
- "setPreviewFrameRate(int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "fps"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setPreviewFrameRate(int)"
- },
- "setPreviewSize(int,int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "width",
- "height"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setPreviewSize(int,int)"
- },
- "setRecordingHint(boolean)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "recordingHint"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setRecordingHint(boolean)"
- },
- "setRotation(int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "rotation"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "setRotation(int)"
- },
"setSupportedFlashModes(java.lang.String...)": {
"isImplementation": false,
"modifiers": [
@@ -551,12 +127,13 @@
"imports": [
"android.os.Build.VERSION_CODES.JELLY_BEAN_MR1",
"org.robolectric.shadow.api.Shadow.newInstanceOf",
- "android.graphics.ImageFormat",
"android.hardware.Camera",
"android.os.Build",
"android.view.SurfaceHolder",
+ "com.google.common.base.Joiner",
+ "com.google.common.collect.ImmutableList",
+ "com.google.common.collect.ImmutableMap",
"java.util.ArrayList",
- "java.util.Arrays",
"java.util.Collections",
"java.util.HashMap",
"java.util.List",
@@ -564,7 +141,10 @@
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
- "org.robolectric.shadow.api.Shadow"
+ "org.robolectric.annotation.Resetter",
+ "org.robolectric.shadow.api.Shadow",
+ "org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.util.ReflectionHelpers.ClassParameter"
],
"name": "org.robolectric.shadows.ShadowCamera.ShadowParameters",
"documentation": "Shadows the Android {@code Camera.Parameters} class. "
diff --git a/assets/json-docs/android.hardware.Camera.Size.json b/assets/json-docs/android.hardware.Camera.Size.json
deleted file mode 100644
index e8bfe9297..000000000
--- a/assets/json-docs/android.hardware.Camera.Size.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "methods": {
- "__constructor__(android.hardware.Camera,int,int)": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [
- "camera",
- "width",
- "height"
- ],
- "returnType": "void",
- "exceptions": [],
- "name": "__constructor__(android.hardware.Camera,int,int)"
- }
- },
- "imports": [
- "android.os.Build.VERSION_CODES.JELLY_BEAN_MR1",
- "org.robolectric.shadow.api.Shadow.newInstanceOf",
- "android.graphics.ImageFormat",
- "android.hardware.Camera",
- "android.os.Build",
- "android.view.SurfaceHolder",
- "java.util.ArrayList",
- "java.util.Arrays",
- "java.util.Collections",
- "java.util.HashMap",
- "java.util.List",
- "java.util.Map",
- "org.robolectric.annotation.Implementation",
- "org.robolectric.annotation.Implements",
- "org.robolectric.annotation.RealObject",
- "org.robolectric.shadow.api.Shadow"
- ],
- "name": "org.robolectric.shadows.ShadowCamera.ShadowSize"
-}
\ No newline at end of file
diff --git a/assets/json-docs/android.hardware.Camera.json b/assets/json-docs/android.hardware.Camera.json
index 1093f9eba..341c57a72 100644
--- a/assets/json-docs/android.hardware.Camera.json
+++ b/assets/json-docs/android.hardware.Camera.json
@@ -1,15 +1,5 @@
{
"methods": {
- "__constructor__()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "void",
- "exceptions": [],
- "name": "__constructor__()"
- },
"addCallbackBuffer(byte[])": {
"isImplementation": true,
"modifiers": [
@@ -400,12 +390,13 @@
"imports": [
"android.os.Build.VERSION_CODES.JELLY_BEAN_MR1",
"org.robolectric.shadow.api.Shadow.newInstanceOf",
- "android.graphics.ImageFormat",
"android.hardware.Camera",
"android.os.Build",
"android.view.SurfaceHolder",
+ "com.google.common.base.Joiner",
+ "com.google.common.collect.ImmutableList",
+ "com.google.common.collect.ImmutableMap",
"java.util.ArrayList",
- "java.util.Arrays",
"java.util.Collections",
"java.util.HashMap",
"java.util.List",
@@ -413,9 +404,11 @@
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
+ "org.robolectric.annotation.Resetter",
"org.robolectric.shadow.api.Shadow",
- "org.robolectric.shadows.ShadowCamera.ShadowParameters",
- "org.robolectric.shadows.ShadowCamera.ShadowSize"
+ "org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
+ "org.robolectric.shadows.ShadowCamera.ShadowParameters"
],
"name": "org.robolectric.shadows.ShadowCamera"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.hardware.camera2.CameraManager.CameraManagerGlobal.json b/assets/json-docs/android.hardware.camera2.CameraManager.CameraManagerGlobal.json
index 381e8b65e..2b1c4aaef 100644
--- a/assets/json-docs/android.hardware.camera2.CameraManager.CameraManagerGlobal.json
+++ b/assets/json-docs/android.hardware.camera2.CameraManager.CameraManagerGlobal.json
@@ -44,7 +44,8 @@
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.ReflectionHelpers.ClassParameter",
"org.robolectric.util.reflector.Accessor",
- "org.robolectric.util.reflector.ForType"
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.versioning.AndroidVersions.U"
],
"name": "org.robolectric.shadows.ShadowCameraManager.ShadowCameraManagerGlobal",
"documentation": "Shadow class for internal class CameraManager$CameraManagerGlobal "
diff --git a/assets/json-docs/android.hardware.camera2.CameraManager.json b/assets/json-docs/android.hardware.camera2.CameraManager.json
index 7847f9ea7..2dcad6ac7 100644
--- a/assets/json-docs/android.hardware.camera2.CameraManager.json
+++ b/assets/json-docs/android.hardware.camera2.CameraManager.json
@@ -141,7 +141,7 @@
],
"returnType": "android.hardware.camera2.CameraDevice",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "openCameraDeviceUserAsync(java.lang.String,android.hardware.camera2.CameraDevice.StateCallback,java.util.concurrent.Executor,int,int,boolean)"
},
"registerAvailabilityCallback(android.hardware.camera2.CameraManager.AvailabilityCallback,android.os.Handler)": {
@@ -294,6 +294,7 @@
"org.robolectric.util.ReflectionHelpers.ClassParameter",
"org.robolectric.util.reflector.Accessor",
"org.robolectric.util.reflector.ForType",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowCameraManager.ReflectorCameraManager",
"org.robolectric.shadows.ShadowCameraManager.ShadowCameraManagerGlobal"
],
diff --git a/assets/json-docs/android.hardware.fingerprint.FingerprintManager.json b/assets/json-docs/android.hardware.fingerprint.FingerprintManager.json
index 9cc45638c..7be2b2ca9 100644
--- a/assets/json-docs/android.hardware.fingerprint.FingerprintManager.json
+++ b/assets/json-docs/android.hardware.fingerprint.FingerprintManager.json
@@ -75,6 +75,17 @@
"name": "getFingerprintId(int)",
"documentation": "@return Returns the finger ID for the given index.\n"
},
+ "getSensorPropertiesInternal()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.util.List\u003candroid.hardware.fingerprint.FingerprintSensorPropertiesInternal\u003e",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "getSensorPropertiesInternal()"
+ },
"hasEnrolledFingerprints()": {
"isImplementation": true,
"modifiers": [
@@ -161,6 +172,8 @@
"android.hardware.fingerprint.FingerprintManager.AuthenticationCallback",
"android.hardware.fingerprint.FingerprintManager.AuthenticationResult",
"android.hardware.fingerprint.FingerprintManager.CryptoObject",
+ "android.hardware.fingerprint.FingerprintSensorPropertiesInternal",
+ "android.os.Build.VERSION_CODES",
"android.os.CancellationSignal",
"android.os.Handler",
"android.util.Log",
diff --git a/assets/json-docs/android.hardware.input.InputManager.json b/assets/json-docs/android.hardware.input.InputManager.json
index e3f834fac..f5f9e9902 100644
--- a/assets/json-docs/android.hardware.input.InputManager.json
+++ b/assets/json-docs/android.hardware.input.InputManager.json
@@ -25,6 +25,16 @@
"name": "getInputDeviceIds()",
"documentation": "Used in {@link InputDevice#getDeviceIds()} "
},
+ "getInputDevices()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [],
+ "returnType": "android.util.SparseArray\u003candroid.view.InputDevice\u003e",
+ "exceptions": [],
+ "name": "getInputDevices()"
+ },
"injectInputEvent(android.view.InputEvent,int)": {
"isImplementation": true,
"modifiers": [
@@ -38,6 +48,19 @@
"exceptions": [],
"name": "injectInputEvent(android.view.InputEvent,int)"
},
+ "populateInputDevicesLocked()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [
+ "java.lang.ClassNotFoundException"
+ ],
+ "maxSdk": 33,
+ "name": "populateInputDevicesLocked()"
+ },
"reset()": {
"isImplementation": false,
"modifiers": [
@@ -49,6 +72,18 @@
"exceptions": [],
"name": "reset()"
},
+ "setInputDevices(android.util.SparseArray\u003candroid.view.InputDevice\u003e)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [
+ "devices"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setInputDevices(android.util.SparseArray\u003candroid.view.InputDevice\u003e)"
+ },
"verifyInputEvent(java.lang.Object)": {
"isImplementation": true,
"modifiers": [
@@ -65,10 +100,14 @@
}
},
"imports": [
+ "android.os.Build.VERSION.SDK_INT",
"android.os.Build.VERSION_CODES.KITKAT",
"android.os.Build.VERSION_CODES.R",
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"java.util.concurrent.TimeUnit.MILLISECONDS",
+ "org.robolectric.util.reflector.Reflector.reflector",
"android.hardware.input.InputManager",
+ "android.util.SparseArray",
"android.view.InputDevice",
"android.view.InputEvent",
"android.view.KeyEvent",
@@ -77,8 +116,13 @@
"android.view.VerifiedMotionEvent",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
+ "org.robolectric.annotation.RealObject",
"org.robolectric.annotation.Resetter",
- "org.robolectric.util.ReflectionHelpers"
+ "org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.shadows.ShadowInputManager.InputManagerReflector"
],
"name": "org.robolectric.shadows.ShadowInputManager",
"documentation": "Shadow for {@link InputManager} "
diff --git a/assets/json-docs/android.location.Geocoder.json b/assets/json-docs/android.location.Geocoder.json
index 7bf91ec73..a9e5f8151 100644
--- a/assets/json-docs/android.location.Geocoder.json
+++ b/assets/json-docs/android.location.Geocoder.json
@@ -59,6 +59,19 @@
"exceptions": [],
"name": "reset()"
},
+ "setErrorMessage(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "message"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setErrorMessage(java.lang.String)",
+ "documentation": "Sets the value to be passed to {@link GeocodeListener#onError(String)}. "
+ },
"setFromLocation(java.util.List\u003candroid.location.Address\u003e)": {
"isImplementation": false,
"modifiers": [
@@ -96,6 +109,7 @@
"java.io.IOException",
"java.util.ArrayList",
"java.util.List",
+ "javax.annotation.Nullable",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter"
diff --git a/assets/json-docs/android.media.AudioManager.json b/assets/json-docs/android.media.AudioManager.json
index db982569b..3a5b24887 100644
--- a/assets/json-docs/android.media.AudioManager.json
+++ b/assets/json-docs/android.media.AudioManager.json
@@ -26,6 +26,20 @@
"name": "abandonAudioFocusRequest(android.media.AudioFocusRequest)",
"documentation": "Provides a mock like interface for the abandonAudioFocusRequest method by storing the request\nobject for later inspection and returning the value specified in setNextFocusRequestResponse.\n"
},
+ "addAvailableCommunicationDevice(android.media.AudioDeviceInfo,boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "communicationDevice",
+ "notifyAudioDeviceCallbacks"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addAvailableCommunicationDevice(android.media.AudioDeviceInfo,boolean)",
+ "documentation": "Adds an available communication {@link AudioDeviceInfo} and notifies the list of {@link\nAudioDeviceCallback} if the device was not present before and indicated by {@code\nnotifyAudioDeviceCallbacks}.\n"
+ },
"addInputDevice(android.media.AudioDeviceInfo,boolean)": {
"isImplementation": false,
"modifiers": [
@@ -80,6 +94,16 @@
"minSdk": 31,
"name": "clearCommunicationDevice()"
},
+ "clearDispatchedMediaKeyEvents()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "clearDispatchedMediaKeyEvents()"
+ },
"createActiveRecordingConfiguration(int,int,java.lang.String)": {
"isImplementation": false,
"modifiers": [
@@ -107,6 +131,20 @@
"exceptions": [],
"name": "createAudioPlaybackConfiguration(android.media.AudioAttributes)"
},
+ "dispatchMediaKeyEvent(android.view.KeyEvent)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "keyEvent"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 19,
+ "name": "dispatchMediaKeyEvent(android.view.KeyEvent)",
+ "documentation": "Sends a simulated key event for a media button.\n\n\u003cp\u003eInstead of sending the media event to the media system service, from where it would be\nrouted to a media app, this shadow method only records the events to be verified through {@link\n#getDispatchedMediaKeyEvents()}.\n"
+ },
"generateAudioSessionId()": {
"isImplementation": true,
"modifiers": [
@@ -142,6 +180,17 @@
"name": "getActiveRecordingConfigurations()",
"documentation": "Returns list of active recording configurations that was set by {@link\n#setActiveRecordingConfigurations} or empty list otherwise.\n"
},
+ "getAvailableCommunicationDevices()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.util.List\u003candroid.media.AudioDeviceInfo\u003e",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "getAvailableCommunicationDevices()"
+ },
"getCommunicationDevice()": {
"isImplementation": true,
"modifiers": [
@@ -180,6 +229,16 @@
"name": "getDevicesForAttributes(android.media.AudioAttributes)",
"documentation": "Returns the devices associated with the given audio stream.\n\n\u003cp\u003eIn this shadow-implementation the devices returned are either\n\n\u003col\u003e\n \u003cli\u003edevices set through {@link #setDevicesForAttributes}, or\n \u003cli\u003edevices set through {@link #setDefaultDevicesForAttributes}, or\n \u003cli\u003ean empty list.\n\u003c/ol\u003e\n"
},
+ "getDispatchedMediaKeyEvents()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [],
+ "returnType": "java.util.List\u003candroid.view.KeyEvent\u003e",
+ "exceptions": [],
+ "name": "getDispatchedMediaKeyEvents()"
+ },
"getIdForAudioPolicy(java.lang.Object)": {
"isImplementation": false,
"modifiers": [
@@ -461,7 +520,7 @@
"exceptions": [],
"minSdk": 23,
"name": "registerAudioDeviceCallback(android.media.AudioDeviceCallback,android.os.Handler)",
- "documentation": "Registers an {@link AudioDeviceCallback} object to receive notifications of changes to the set\nof connected audio devices.\n\n\u003cp\u003eThe {@code handler} is ignored.\n\n@see #addInputDevice(AudioDeviceInfo, boolean)\n@see #addOutputDevice(AudioDeviceInfo, boolean)\n@see #removeInputDevice(AudioDeviceInfo, boolean)\n@see #removeOutputDevice(AudioDeviceInfo, boolean)\n"
+ "documentation": "Registers an {@link AudioDeviceCallback} object to receive notifications of changes to the set\nof connected audio devices.\n\n\u003cp\u003eThe {@code handler} is ignored.\n\n@see #addInputDevice(AudioDeviceInfo, boolean)\n@see #addOutputDevice(AudioDeviceInfo, boolean)\n@see #addAvailableCommunicationDevice(AudioDeviceInfo, boolean)\n@see #removeInputDevice(AudioDeviceInfo, boolean)\n@see #removeOutputDevice(AudioDeviceInfo, boolean)\n@see #removeAvailableCommunicationDevice(AudioDeviceInfo, boolean)\n"
},
"registerAudioPlaybackCallback(android.media.AudioManager.AudioPlaybackCallback,android.os.Handler)": {
"isImplementation": true,
@@ -507,6 +566,20 @@
"name": "registerAudioRecordingCallback(android.media.AudioManager.AudioRecordingCallback,android.os.Handler)",
"documentation": "Registers callback that will receive changes made to the list of active recording\nconfigurations by {@link setActiveRecordingConfigurations}.\n"
},
+ "removeAvailableCommunicationDevice(android.media.AudioDeviceInfo,boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "communicationDevice",
+ "notifyAudioDeviceCallbacks"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "removeAvailableCommunicationDevice(android.media.AudioDeviceInfo,boolean)",
+ "documentation": "Removes an available communication {@link AudioDeviceInfo} and notifies the list of {@link\nAudioDeviceCallback} if the device was present before and indicated by {@code\nnotifyAudioDeviceCallbacks}.\n"
+ },
"removeInputDevice(android.media.AudioDeviceInfo,boolean)": {
"isImplementation": false,
"modifiers": [
@@ -604,6 +677,19 @@
"name": "setActiveRecordingConfigurations(java.util.List\u003candroid.media.AudioRecordingConfiguration\u003e,boolean)",
"documentation": "Sets active recording configurations that will be served by {@link\nAudioManager#getActiveRecordingConfigurations} and notifies callback listeners about that\nchange.\n"
},
+ "setAvailableCommunicationDevices(java.util.List\u003candroid.media.AudioDeviceInfo\u003e)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "availableCommunicationDevices"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setAvailableCommunicationDevices(java.util.List\u003candroid.media.AudioDeviceInfo\u003e)",
+ "documentation": "Sets the list of available communication devices represented by {@link AudioDeviceInfo}.\n\n\u003cp\u003eThe previous list of communication devices is replaced and no notifications of the list of\n{@link AudioDeviceCallback} is done.\n\n\u003cp\u003eTo add/remove devices one by one and trigger notifications for the list of {@link\nAudioDeviceCallback} please use one of the following methods {@link\n#addOutputDevice(AudioDeviceInfo, boolean)}, {@link #removeOutputDevice(AudioDeviceInfo,\nboolean)}.\n"
+ },
"setBluetoothA2dpOn(boolean)": {
"isImplementation": true,
"modifiers": [
@@ -865,7 +951,7 @@
"exceptions": [],
"minSdk": 23,
"name": "unregisterAudioDeviceCallback(android.media.AudioDeviceCallback)",
- "documentation": "Unregisters an {@link AudioDeviceCallback} object which has been previously registered to\nreceive notifications of changes to the set of connected audio devices.\n\n@see #addInputDevice(AudioDeviceInfo, boolean)\n@see #addOutputDevice(AudioDeviceInfo, boolean)\n@see #removeInputDevice(AudioDeviceInfo, boolean)\n@see #removeOutputDevice(AudioDeviceInfo, boolean)\n"
+ "documentation": "Unregisters an {@link AudioDeviceCallback} object which has been previously registered to\nreceive notifications of changes to the set of connected audio devices.\n\n@see #addInputDevice(AudioDeviceInfo, boolean)\n@see #addOutputDevice(AudioDeviceInfo, boolean)\n@see #addAvailableCommunicationDevice(AudioDeviceInfo, boolean)\n@see #removeInputDevice(AudioDeviceInfo, boolean)\n@see #removeOutputDevice(AudioDeviceInfo, boolean)\n@see #removeAvailableCommunicationDevice(AudioDeviceInfo, boolean)\n"
},
"unregisterAudioPlaybackCallback(android.media.AudioManager.AudioPlaybackCallback)": {
"isImplementation": true,
@@ -923,6 +1009,7 @@
}
},
"imports": [
+ "android.os.Build.VERSION_CODES.KITKAT",
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.M",
"android.os.Build.VERSION_CODES.N",
@@ -948,6 +1035,7 @@
"android.os.Build.VERSION_CODES",
"android.os.Handler",
"android.os.Parcel",
+ "android.view.KeyEvent",
"com.android.internal.util.Preconditions",
"com.google.common.collect.ImmutableList",
"java.util.ArrayList",
diff --git a/assets/json-docs/android.media.AudioTrack.json b/assets/json-docs/android.media.AudioTrack.json
index d16205b85..d04a69d76 100644
--- a/assets/json-docs/android.media.AudioTrack.json
+++ b/assets/json-docs/android.media.AudioTrack.json
@@ -1,5 +1,19 @@
{
"methods": {
+ "addAllowedNonPcmEncoding(int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "encoding"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addAllowedNonPcmEncoding(int)",
+ "documentation": "Add a non-PCM encoding for which {@link AudioTrack} instances are allowed to be created.\n\n@param encoding One of {@link AudioFormat} {@code ENCODING_} constants that represents a\n non-PCM encoding. If {@code encoding} is PCM, this method throws an {@link\n IllegalArgumentException}.\n"
+ },
"addAudioDataListener(org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener)": {
"isImplementation": false,
"modifiers": [
@@ -14,6 +28,45 @@
"name": "addAudioDataListener(org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener)",
"documentation": "Registers an {@link OnAudioDataWrittenListener} to the {@link ShadowAudioTrack}.\n\n@param listener The {@link OnAudioDataWrittenListener} to be registered.\n"
},
+ "addDirectPlaybackSupport(android.media.AudioFormat,android.media.AudioAttributes)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "format",
+ "attr"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addDirectPlaybackSupport(android.media.AudioFormat,android.media.AudioAttributes)",
+ "documentation": "Adds support for direct playback for the pair of {@link AudioFormat} and {@link\nAudioAttributes} where the format encoding must be non-PCM. Calling {@link\nAudioTrack#isDirectPlaybackSupported(AudioFormat, AudioAttributes)} will return {@code true}\nfor matching {@link AudioFormat} and {@link AudioAttributes}. The matching is performed against\nthe format\u0027s {@linkplain AudioFormat#getEncoding() encoding}, {@linkplain\nAudioFormat#getSampleRate() sample rate}, {@linkplain AudioFormat#getChannelMask() channel\nmask} and {@linkplain AudioFormat#getChannelIndexMask() channel index mask}, and the\nattribute\u0027s {@linkplain AudioAttributes#getContentType() content type}, {@linkplain\nAudioAttributes#getUsage() usage} and {@linkplain AudioAttributes#getFlags() flags}.\n\n@param format The {@link AudioFormat}, which must be of a non-PCM encoding. If the encoding is\n PCM, the method will throw an {@link IllegalArgumentException}.\n@param attr The {@link AudioAttributes}.\n"
+ },
+ "clearAllowedNonPcmEncodings()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "clearAllowedNonPcmEncodings()",
+ "documentation": "Clears all encodings that have been added with {@link #addAllowedNonPcmEncoding(int)}. "
+ },
+ "clearDirectPlaybackSupportedFormats()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "clearDirectPlaybackSupportedFormats()",
+ "documentation": "Clears all encodings that have been added for direct playback support with {@link\n#addDirectPlaybackSupport}.\n"
+ },
"flush()": {
"isImplementation": true,
"modifiers": [
@@ -34,6 +87,31 @@
"exceptions": [],
"name": "getPlaybackHeadPosition()"
},
+ "getPlaybackParams()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "final"
+ ],
+ "params": [],
+ "returnType": "android.media.PlaybackParams",
+ "exceptions": [],
+ "minSdk": 23,
+ "name": "getPlaybackParams()"
+ },
+ "isPcm(int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private",
+ "static"
+ ],
+ "params": [
+ "encoding"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "isPcm(int)"
+ },
"native_get_FCC_8()": {
"isImplementation": true,
"modifiers": [
@@ -63,6 +141,130 @@
"name": "native_get_min_buff_size(int,int,int)",
"documentation": "Returns a predefined or default minimum buffer size. Audio format and config are neglected. "
},
+ "native_is_direct_output_supported(int,int,int,int,int,int,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "encoding",
+ "sampleRate",
+ "channelMask",
+ "channelIndexMask",
+ "contentType",
+ "usage",
+ "flags"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 29,
+ "name": "native_is_direct_output_supported(int,int,int,int,int,int,int)"
+ },
+ "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],android.os.Parcel,long,boolean,int,java.lang.Object,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "audioTrack",
+ "attributes",
+ "sampleRate",
+ "channelMask",
+ "channelIndexMask",
+ "audioFormat",
+ "buffSizeInBytes",
+ "mode",
+ "sessionId",
+ "attributionSource",
+ "nativeAudioTrack",
+ "offload",
+ "encapsulationMode",
+ "tunerConfiguration",
+ "opPackageName"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],android.os.Parcel,long,boolean,int,java.lang.Object,java.lang.String)"
+ },
+ "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "audioTrack",
+ "attributes",
+ "sampleRate",
+ "channelMask",
+ "channelIndexMask",
+ "audioFormat",
+ "buffSizeInBytes",
+ "mode",
+ "sessionId",
+ "nativeAudioTrack",
+ "offload"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 28,
+ "maxSdk": 29,
+ "name": "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean)"
+ },
+ "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean,int,java.lang.Object)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "audioTrack",
+ "attributes",
+ "sampleRate",
+ "channelMask",
+ "channelIndexMask",
+ "audioFormat",
+ "buffSizeInBytes",
+ "mode",
+ "sessionId",
+ "nativeAudioTrack",
+ "offload",
+ "encapsulationMode",
+ "tunerConfiguration"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 30,
+ "maxSdk": 30,
+ "name": "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean,int,java.lang.Object)"
+ },
+ "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean,int,java.lang.Object,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "audioTrack",
+ "attributes",
+ "sampleRate",
+ "channelMask",
+ "channelIndexMask",
+ "audioFormat",
+ "buffSizeInBytes",
+ "mode",
+ "sessionId",
+ "nativeAudioTrack",
+ "offload",
+ "encapsulationMode",
+ "tunerConfiguration",
+ "opPackageName"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 31,
+ "maxSdk": 33,
+ "name": "native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean,int,java.lang.Object,java.lang.String)"
+ },
"native_write_byte(byte[],int,int,int,boolean)": {
"isImplementation": true,
"modifiers": [
@@ -80,7 +282,7 @@
"exceptions": [],
"minSdk": 23,
"name": "native_write_byte(byte[],int,int,int,boolean)",
- "documentation": "Always return the number of bytes to write. This method returns immedidately even with {@link\nAudioTrack#WRITE_BLOCKING}\n"
+ "documentation": "Returns the number of bytes to write. This method returns immediately even with {@link\nAudioTrack#WRITE_BLOCKING}. If the {@link AudioTrack} instance was created with a non-PCM\nencoding and the encoding can no longer be played directly, the method will return {@link\nAudioTrack#ERROR_DEAD_OBJECT};\n"
},
"removeAudioDataListener(org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener)": {
"isImplementation": false,
@@ -121,6 +323,19 @@
"name": "setMinBufferSize(int)",
"documentation": "In the real class, the minimum buffer size is estimated from audio sample rate and other\nfactors. We do not provide such estimation in {@link #native_get_min_buff_size(int, int, int)},\ninstead letting users set the minimum for the expected audio sample. Usually higher sample rate\nrequires bigger buffer size.\n"
},
+ "setPlaybackParams(android.media.PlaybackParams)": {
+ "isImplementation": true,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "params"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 23,
+ "name": "setPlaybackParams(android.media.PlaybackParams)"
+ },
"write(java.nio.ByteBuffer,int,int)": {
"isImplementation": true,
"modifiers": [
@@ -135,30 +350,50 @@
"exceptions": [],
"minSdk": 21,
"name": "write(java.nio.ByteBuffer,int,int)",
- "documentation": "Always return the number of bytes to write except with invalid parameters. Assumes AudioTrack\nis already initialized (object properly created). Do not block even if AudioTrack in offload\nmode is in STOPPING play state. This method returns immediately even with {@link\nAudioTrack#WRITE_BLOCKING}\n"
+ "documentation": "Returns the number of bytes to write, except with invalid parameters. If the {@link AudioTrack}\nwas created for a non-PCM encoding that can no longer be played directly, it returns {@link\nAudioTrack#ERROR_DEAD_OBJECT}. Assumes {@link AudioTrack} is already initialized (object\nproperly created). Do not block even if {@link AudioTrack} in offload mode is in STOPPING play\nstate. This method returns immediately even with {@link AudioTrack#WRITE_BLOCKING}\n"
}
},
"imports": [
"android.media.AudioTrack.ERROR_BAD_VALUE",
+ "android.media.AudioTrack.ERROR_DEAD_OBJECT",
"android.media.AudioTrack.WRITE_BLOCKING",
"android.media.AudioTrack.WRITE_NON_BLOCKING",
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.M",
"android.os.Build.VERSION_CODES.N",
"android.os.Build.VERSION_CODES.P",
+ "android.os.Build.VERSION_CODES.Q",
+ "android.os.Build.VERSION_CODES.R",
+ "android.os.Build.VERSION_CODES.S",
+ "android.os.Build.VERSION_CODES.TIRAMISU",
+ "com.google.common.base.Preconditions.checkArgument",
+ "com.google.common.base.Preconditions.checkNotNull",
"android.annotation.NonNull",
+ "android.media.AudioAttributes",
"android.media.AudioFormat",
"android.media.AudioTrack",
"android.media.AudioTrack.WriteMode",
+ "android.media.PlaybackParams",
+ "android.os.Build.VERSION",
+ "android.os.Parcel",
"android.util.Log",
+ "com.google.common.collect.HashMultimap",
+ "com.google.common.collect.Multimap",
+ "com.google.common.collect.Multimaps",
"java.nio.ByteBuffer",
+ "java.util.Collections",
+ "java.util.HashSet",
"java.util.List",
+ "java.util.Set",
"java.util.concurrent.CopyOnWriteArrayList",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
"org.robolectric.annotation.Resetter",
- "org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener"
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener",
+ "org.robolectric.shadows.ShadowAudioTrack.AudioFormatInfo",
+ "org.robolectric.shadows.ShadowAudioTrack.AudioAttributesInfo"
],
"name": "org.robolectric.shadows.ShadowAudioTrack",
"documentation": "Implementation of a couple methods in {@link AudioTrack}. Only a couple methods are supported,\nother methods are expected run through the real class. The two {@link WriteMode} are treated the\nsame.\n"
diff --git a/assets/json-docs/android.media.ImageReader.SurfaceImage.json b/assets/json-docs/android.media.ImageReader.SurfaceImage.json
index 2e3eac9f9..8e494a21a 100644
--- a/assets/json-docs/android.media.ImageReader.SurfaceImage.json
+++ b/assets/json-docs/android.media.ImageReader.SurfaceImage.json
@@ -47,7 +47,6 @@
}
},
"imports": [
- "android.os.Build.VERSION_CODES.CUR_DEVELOPMENT",
"android.os.Build.VERSION_CODES.KITKAT",
"android.os.Build.VERSION_CODES.S_V2",
"android.os.Build.VERSION_CODES.TIRAMISU",
@@ -70,7 +69,8 @@
"org.robolectric.shadow.api.Shadow",
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.reflector.Accessor",
- "org.robolectric.util.reflector.ForType"
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.versioning.AndroidVersions.U"
],
"name": "org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage",
"documentation": "Shadow for {@link android.media.Image} "
diff --git a/assets/json-docs/android.media.ImageReader.json b/assets/json-docs/android.media.ImageReader.json
index 62aa9bc6a..099e9a1b5 100644
--- a/assets/json-docs/android.media.ImageReader.json
+++ b/assets/json-docs/android.media.ImageReader.json
@@ -61,7 +61,7 @@
],
"returnType": "int",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "nativeImageSetup(java.lang.Object)"
},
"nativeReleaseImage(android.media.Image)": {
@@ -79,7 +79,6 @@
}
},
"imports": [
- "android.os.Build.VERSION_CODES.CUR_DEVELOPMENT",
"android.os.Build.VERSION_CODES.KITKAT",
"android.os.Build.VERSION_CODES.S_V2",
"android.os.Build.VERSION_CODES.TIRAMISU",
@@ -103,6 +102,7 @@
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.reflector.Accessor",
"org.robolectric.util.reflector.ForType",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowImageReader.FakeSurface",
"org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage",
"org.robolectric.shadows.ShadowImageReader.ImageReaderReflector"
diff --git a/assets/json-docs/android.media.MediaCodec.BufferMap.CodecBuffer.json b/assets/json-docs/android.media.MediaCodec.BufferMap.CodecBuffer.json
index 8786df5ea..2a67f0f4b 100644
--- a/assets/json-docs/android.media.MediaCodec.BufferMap.CodecBuffer.json
+++ b/assets/json-docs/android.media.MediaCodec.BufferMap.CodecBuffer.json
@@ -23,7 +23,6 @@
}
},
"imports": [
- "android.os.Build.VERSION_CODES.CUR_DEVELOPMENT",
"android.os.Build.VERSION_CODES.JELLY_BEAN",
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.N_MR1",
@@ -59,7 +58,8 @@
"org.robolectric.annotation.RealObject",
"org.robolectric.annotation.Resetter",
"org.robolectric.util.ReflectionHelpers",
- "org.robolectric.util.ReflectionHelpers.ClassParameter"
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
+ "org.robolectric.versioning.AndroidVersions.U"
],
"name": "org.robolectric.shadows.ShadowMediaCodec.ShadowCodecBuffer",
"documentation": "Shadows CodecBuffer to prevent attempting to free non-direct ByteBuffer objects. "
diff --git a/assets/json-docs/android.media.MediaCodec.json b/assets/json-docs/android.media.MediaCodec.json
index cca76f683..ad03d49ff 100644
--- a/assets/json-docs/android.media.MediaCodec.json
+++ b/assets/json-docs/android.media.MediaCodec.json
@@ -119,7 +119,7 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "freeByteBufferLocked(java.nio.ByteBuffer)"
},
"getBuffer(boolean,int)": {
@@ -205,7 +205,7 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "invalidateByteBufferLocked(java.nio.ByteBuffer[],int,boolean)"
},
"invalidateByteBuffers(java.nio.ByteBuffer[])": {
@@ -233,7 +233,7 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "invalidateByteBuffersLocked(java.nio.ByteBuffer[])"
},
"makeInputBufferAvailable(int)": {
@@ -476,7 +476,7 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "revalidateByteBuffer(java.nio.ByteBuffer[],int,boolean)"
},
"throwCodecException(int,int,java.lang.String)": {
@@ -522,7 +522,7 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "validateInputByteBufferLocked(java.nio.ByteBuffer[],int)"
},
"validateOutputByteBuffer(java.nio.ByteBuffer[],int,android.media.MediaCodec.BufferInfo)": {
@@ -554,12 +554,11 @@
],
"returnType": "void",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "validateOutputByteBufferLocked(java.nio.ByteBuffer[],int,android.media.MediaCodec.BufferInfo)"
}
},
"imports": [
- "android.os.Build.VERSION_CODES.CUR_DEVELOPMENT",
"android.os.Build.VERSION_CODES.JELLY_BEAN",
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.N_MR1",
@@ -596,6 +595,7 @@
"org.robolectric.annotation.Resetter",
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.ReflectionHelpers.ClassParameter",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowMediaCodec.ShadowCodecBuffer",
"org.robolectric.shadows.ShadowMediaCodec.CodecConfig"
],
diff --git a/assets/json-docs/android.media.MediaPlayer.json b/assets/json-docs/android.media.MediaPlayer.json
index 8138a3b2f..4f5306d71 100644
--- a/assets/json-docs/android.media.MediaPlayer.json
+++ b/assets/json-docs/android.media.MediaPlayer.json
@@ -106,7 +106,7 @@
"returnType": "void",
"exceptions": [],
"name": "addMediaInfo(org.robolectric.shadows.util.DataSource,org.robolectric.shadows.ShadowMediaPlayer.MediaInfo)",
- "documentation": "Adds a {@link MediaInfo} for a {@link DataSource}.\n\n\u003cp\u003eThis overrides any {@link MediaInfoProvider} previously set by calling {@link\n#setMediaInfoProvider}, i.e., the provider will not be used for any {@link DataSource}.\n"
+ "documentation": "Adds a {@link MediaInfo} for a {@link DataSource}.\n"
},
"attachAuxEffect(int)": {
"isImplementation": true,
@@ -1080,6 +1080,7 @@
"java.util.List",
"java.util.Map",
"java.util.Map.Entry",
+ "java.util.Optional",
"java.util.Random",
"java.util.TreeMap",
"org.robolectric.annotation.Implementation",
diff --git a/assets/json-docs/android.media.PublicFormatUtils.json b/assets/json-docs/android.media.PublicFormatUtils.json
new file mode 100644
index 000000000..24616df88
--- /dev/null
+++ b/assets/json-docs/android.media.PublicFormatUtils.json
@@ -0,0 +1,51 @@
+{
+ "methods": {
+ "getHalDataspace(int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "imageFormat"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "getHalDataspace(int)"
+ },
+ "getHalFormat(int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "imageFormat"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "getHalFormat(int)"
+ },
+ "getPublicFormat(int,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "imageFormat",
+ "dataspace"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "getPublicFormat(int,int)"
+ }
+ },
+ "imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements"
+ ],
+ "name": "org.robolectric.shadows.ShadowPublicFormatUtils",
+ "documentation": "Shadow for private class PublicFormatUtils.\n\n\u003cp\u003eIt converts between the \"legacy\" Image \"public format\" (S) and the newer \"hal format\" (T).\n\n\u003cp\u003eReference:\nhttps://cs.android.com/android/platform/superproject/+/android-13.0.0_r1:frameworks/base/media/java/android/media/PublicFormatUtils.java\nhttps://cs.android.com/android/platform/superproject/+/android-13.0.0_r1:frameworks/base/libs/hostgraphics/PublicFormat.cpp\n"
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.media.SoundPool.json b/assets/json-docs/android.media.SoundPool.json
index e8178d399..d064775cf 100644
--- a/assets/json-docs/android.media.SoundPool.json
+++ b/assets/json-docs/android.media.SoundPool.json
@@ -35,7 +35,7 @@
],
"returnType": "int",
"exceptions": [],
- "minSdk": 10000,
+ "minSdk": 34,
"name": "_play(int,float,float,int,int,float,int)"
},
"clearPlayed()": {
@@ -227,7 +227,6 @@
}
},
"imports": [
- "android.os.Build.VERSION_CODES.CUR_DEVELOPMENT",
"android.os.Build.VERSION_CODES.LOLLIPOP_MR1",
"android.os.Build.VERSION_CODES.M",
"android.os.Build.VERSION_CODES.N",
@@ -249,6 +248,7 @@
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
"org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowSoundPool.Playback"
],
"name": "org.robolectric.shadows.ShadowSoundPool"
diff --git a/assets/json-docs/android.net.VpnManager.json b/assets/json-docs/android.net.VpnManager.json
new file mode 100644
index 000000000..45311938f
--- /dev/null
+++ b/assets/json-docs/android.net.VpnManager.json
@@ -0,0 +1,95 @@
+{
+ "methods": {
+ "deleteProvisionedVpnProfile()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "deleteProvisionedVpnProfile()"
+ },
+ "getProvisionedVpnProfileState()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "android.net.VpnProfileState",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "getProvisionedVpnProfileState()"
+ },
+ "provisionVpnProfile(android.net.PlatformVpnProfile)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "profile"
+ ],
+ "returnType": "android.content.Intent",
+ "exceptions": [],
+ "name": "provisionVpnProfile(android.net.PlatformVpnProfile)",
+ "documentation": "@see #setProvisionVpnProfileResult(Intent).\n"
+ },
+ "setProvisionVpnProfileResult(android.content.Intent)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "intent"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setProvisionVpnProfileResult(android.content.Intent)",
+ "documentation": "Sets the return value of #provisionVpnProfile(PlatformVpnProfile). "
+ },
+ "startProvisionedVpnProfile()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "startProvisionedVpnProfile()"
+ },
+ "startProvisionedVpnProfileSession()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.lang.String",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "startProvisionedVpnProfileSession()"
+ },
+ "stopProvisionedVpnProfile()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "stopProvisionedVpnProfile()"
+ }
+ },
+ "imports": [
+ "android.content.Intent",
+ "android.net.PlatformVpnProfile",
+ "android.net.VpnManager",
+ "android.net.VpnProfileState",
+ "android.os.Build.VERSION_CODES",
+ "java.util.UUID",
+ "org.robolectric.RuntimeEnvironment",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements"
+ ],
+ "name": "org.robolectric.shadows.ShadowVpnManager",
+ "documentation": "Shadow for {@link VpnManager}. "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.net.wifi.ScanResult.InformationElement.json b/assets/json-docs/android.net.wifi.ScanResult.InformationElement.json
new file mode 100644
index 000000000..770a649e6
--- /dev/null
+++ b/assets/json-docs/android.net.wifi.ScanResult.InformationElement.json
@@ -0,0 +1,11 @@
+{
+ "methods": {},
+ "imports": [
+ "android.net.wifi.ScanResult",
+ "android.os.Build.VERSION_CODES",
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.shadows.ShadowInformationElement.Builder"
+ ],
+ "name": "org.robolectric.shadows.ShadowInformationElement",
+ "documentation": "Shadow for {@link android.net.wifi.ScanResult.InformationElement}. "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.net.wifi.WifiManager.MulticastLock.json b/assets/json-docs/android.net.wifi.WifiManager.MulticastLock.json
index 699741669..b887b4564 100644
--- a/assets/json-docs/android.net.wifi.WifiManager.MulticastLock.json
+++ b/assets/json-docs/android.net.wifi.WifiManager.MulticastLock.json
@@ -64,6 +64,9 @@
"android.os.Build.VERSION_CODES.Q",
"android.os.Build.VERSION_CODES.R",
"android.os.Build.VERSION_CODES.S",
+ "android.os.Build.VERSION_CODES.TIRAMISU",
+ "android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE",
+ "java.util.stream.Collectors.toList",
"android.app.admin.DevicePolicyManager",
"android.content.Context",
"android.content.Intent",
@@ -76,15 +79,22 @@
"android.net.wifi.WifiInfo",
"android.net.wifi.WifiManager",
"android.net.wifi.WifiManager.AddNetworkResult",
+ "android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener",
"android.net.wifi.WifiManager.MulticastLock",
+ "android.net.wifi.WifiNetworkSpecifier",
+ "android.net.wifi.WifiSsid",
"android.net.wifi.WifiUsabilityStatsEntry",
+ "android.os.Binder",
"android.os.Handler",
"android.os.Looper",
"android.provider.Settings",
"android.util.ArraySet",
"android.util.Pair",
"com.google.common.collect.ImmutableList",
+ "java.lang.reflect.InvocationTargetException",
+ "java.lang.reflect.Method",
"java.util.ArrayList",
+ "java.util.Arrays",
"java.util.BitSet",
"java.util.HashSet",
"java.util.LinkedHashMap",
@@ -92,6 +102,7 @@
"java.util.Map",
"java.util.Set",
"java.util.concurrent.ConcurrentHashMap",
+ "java.util.concurrent.ConcurrentMap",
"java.util.concurrent.Executor",
"java.util.concurrent.atomic.AtomicInteger",
"org.robolectric.RuntimeEnvironment",
diff --git a/assets/json-docs/android.net.wifi.WifiManager.WifiLock.json b/assets/json-docs/android.net.wifi.WifiManager.WifiLock.json
index 60a0dd131..37421e701 100644
--- a/assets/json-docs/android.net.wifi.WifiManager.WifiLock.json
+++ b/assets/json-docs/android.net.wifi.WifiManager.WifiLock.json
@@ -65,6 +65,9 @@
"android.os.Build.VERSION_CODES.Q",
"android.os.Build.VERSION_CODES.R",
"android.os.Build.VERSION_CODES.S",
+ "android.os.Build.VERSION_CODES.TIRAMISU",
+ "android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE",
+ "java.util.stream.Collectors.toList",
"android.app.admin.DevicePolicyManager",
"android.content.Context",
"android.content.Intent",
@@ -77,15 +80,22 @@
"android.net.wifi.WifiInfo",
"android.net.wifi.WifiManager",
"android.net.wifi.WifiManager.AddNetworkResult",
+ "android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener",
"android.net.wifi.WifiManager.MulticastLock",
+ "android.net.wifi.WifiNetworkSpecifier",
+ "android.net.wifi.WifiSsid",
"android.net.wifi.WifiUsabilityStatsEntry",
+ "android.os.Binder",
"android.os.Handler",
"android.os.Looper",
"android.provider.Settings",
"android.util.ArraySet",
"android.util.Pair",
"com.google.common.collect.ImmutableList",
+ "java.lang.reflect.InvocationTargetException",
+ "java.lang.reflect.Method",
"java.util.ArrayList",
+ "java.util.Arrays",
"java.util.BitSet",
"java.util.HashSet",
"java.util.LinkedHashMap",
@@ -93,6 +103,7 @@
"java.util.Map",
"java.util.Set",
"java.util.concurrent.ConcurrentHashMap",
+ "java.util.concurrent.ConcurrentMap",
"java.util.concurrent.Executor",
"java.util.concurrent.atomic.AtomicInteger",
"org.robolectric.RuntimeEnvironment",
diff --git a/assets/json-docs/android.net.wifi.WifiManager.json b/assets/json-docs/android.net.wifi.WifiManager.json
index 35afab123..8fdf1997f 100644
--- a/assets/json-docs/android.net.wifi.WifiManager.json
+++ b/assets/json-docs/android.net.wifi.WifiManager.json
@@ -1,5 +1,19 @@
{
"methods": {
+ "addLocalOnlyConnectionFailureListener(java.util.concurrent.Executor,android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "executor",
+ "listener"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "addLocalOnlyConnectionFailureListener(java.util.concurrent.Executor,android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener)"
+ },
"addNetwork(android.net.wifi.WifiConfiguration)": {
"isImplementation": true,
"modifiers": [
@@ -84,6 +98,17 @@
"exceptions": [],
"name": "checkDeviceOwner()"
},
+ "clearExternalPnoScanRequest()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "clearExternalPnoScanRequest()"
+ },
"clearUsabilityScores()": {
"isImplementation": false,
"modifiers": [
@@ -146,6 +171,16 @@
"exceptions": [],
"name": "createMulticastLock(java.lang.String)"
},
+ "createPnoScanResultsBroadcastIntent()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [],
+ "returnType": "android.content.Intent",
+ "exceptions": [],
+ "name": "createPnoScanResultsBroadcastIntent()"
+ },
"createWifiLock(int,java.lang.String)": {
"isImplementation": true,
"modifiers": [
@@ -412,7 +447,7 @@
"exceptions": [],
"minSdk": 30,
"name": "isStaApConcurrencySupported()",
- "documentation": "Returns last value provided to #setStaApConcurrencySupported. "
+ "documentation": "Returns last value provided to {@link #setStaApConcurrencySupported}. "
},
"isWifiConnectedNetworkScorerEnabled()": {
"isImplementation": false,
@@ -435,6 +470,54 @@
"exceptions": [],
"name": "isWifiEnabled()"
},
+ "isWpa3SaeH2eSupported()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "isWpa3SaeH2eSupported()",
+ "documentation": "Returns last value provided to {@link #setWpa3SaeH2eSupported}. "
+ },
+ "isWpa3SaePublicKeySupported()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "isWpa3SaePublicKeySupported()",
+ "documentation": "Returns last value provided to {@link #setWpa3SaePublicKeySupported}. "
+ },
+ "isWpa3SaeSupported()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 29,
+ "name": "isWpa3SaeSupported()",
+ "documentation": "Returns last value provided to {@link #setWpa3SaeSupported}. "
+ },
+ "isWpa3SuiteBSupported()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 29,
+ "name": "isWpa3SuiteBSupported()",
+ "documentation": "Returns last value provided to {@link #setWpa3SuiteBSupported}. "
+ },
"makeCopy(android.net.wifi.WifiConfiguration,int)": {
"isImplementation": false,
"modifiers": [
@@ -448,6 +531,19 @@
"exceptions": [],
"name": "makeCopy(android.net.wifi.WifiConfiguration,int)"
},
+ "networksFoundFromPnoScan(java.util.List\u003candroid.net.wifi.ScanResult\u003e)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "scanResults"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "networksFoundFromPnoScan(java.util.List\u003candroid.net.wifi.ScanResult\u003e)",
+ "documentation": "Informs the {@link WifiManager} of a list of PNO {@link ScanResult}. "
+ },
"postUsabilityStats(int,boolean,org.robolectric.shadows.WifiUsabilityStatsEntryBuilder)": {
"isImplementation": false,
"modifiers": [
@@ -473,6 +569,19 @@
"exceptions": [],
"name": "reconnect()"
},
+ "removeLocalOnlyConnectionFailureListener(android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "listener"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "removeLocalOnlyConnectionFailureListener(android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener)"
+ },
"removeNetwork(int)": {
"isImplementation": true,
"modifiers": [
@@ -569,6 +678,22 @@
"exceptions": [],
"name": "setDhcpInfo(android.net.DhcpInfo)"
},
+ "setExternalPnoScanRequest(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "ssids",
+ "frequencies",
+ "executor",
+ "callback"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "setExternalPnoScanRequest(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"
+ },
"setIs5GHzBandSupported(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -723,6 +848,58 @@
"exceptions": [],
"name": "setWifiState(int)"
},
+ "setWpa3SaeH2eSupported(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "isWpa3SaeH2eSupported"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setWpa3SaeH2eSupported(boolean)",
+ "documentation": "Sets whether WPA3 SAE Hash-to-Element is supported. "
+ },
+ "setWpa3SaePublicKeySupported(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "isWpa3SaePublicKeySupported"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setWpa3SaePublicKeySupported(boolean)",
+ "documentation": "Sets whether WPA3 SAE Public Key is supported. "
+ },
+ "setWpa3SaeSupported(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "isWpa3SaeSupported"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setWpa3SaeSupported(boolean)",
+ "documentation": "Sets whether WPA3-Personal SAE is supported. "
+ },
+ "setWpa3SuiteBSupported(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "isWpa3SuiteBSupported"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setWpa3SuiteBSupported(boolean)",
+ "documentation": "Sets whether WPA3-Enterprise Suite-B-192 is supported. "
+ },
"shadowOf(android.net.wifi.WifiManager)": {
"isImplementation": false,
"modifiers": [
@@ -786,6 +963,20 @@
"exceptions": [],
"name": "stripQuotes(java.lang.String)"
},
+ "triggerLocalConnectionFailure(android.net.wifi.WifiNetworkSpecifier,int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "specifier",
+ "failureReason"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "triggerLocalConnectionFailure(android.net.wifi.WifiNetworkSpecifier,int)",
+ "documentation": "Simulates a connection failure for a specified local network connection.\n\n@param specifier the {@link WifiNetworkSpecifier} describing the local network connection\n attempt\n@param failureReason the reason for the network connection failure. This should be one of the\n values specified in {@code WifiManager#STATUS_LOCAL_ONLY_CONNECTION_FAILURE_*}\n"
+ },
"updateNetwork(android.net.wifi.WifiConfiguration)": {
"isImplementation": true,
"modifiers": [
@@ -832,6 +1023,9 @@
"android.os.Build.VERSION_CODES.Q",
"android.os.Build.VERSION_CODES.R",
"android.os.Build.VERSION_CODES.S",
+ "android.os.Build.VERSION_CODES.TIRAMISU",
+ "android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE",
+ "java.util.stream.Collectors.toList",
"android.app.admin.DevicePolicyManager",
"android.content.Context",
"android.content.Intent",
@@ -844,15 +1038,22 @@
"android.net.wifi.WifiInfo",
"android.net.wifi.WifiManager",
"android.net.wifi.WifiManager.AddNetworkResult",
+ "android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener",
"android.net.wifi.WifiManager.MulticastLock",
+ "android.net.wifi.WifiNetworkSpecifier",
+ "android.net.wifi.WifiSsid",
"android.net.wifi.WifiUsabilityStatsEntry",
+ "android.os.Binder",
"android.os.Handler",
"android.os.Looper",
"android.provider.Settings",
"android.util.ArraySet",
"android.util.Pair",
"com.google.common.collect.ImmutableList",
+ "java.lang.reflect.InvocationTargetException",
+ "java.lang.reflect.Method",
"java.util.ArrayList",
+ "java.util.Arrays",
"java.util.BitSet",
"java.util.HashSet",
"java.util.LinkedHashMap",
@@ -860,6 +1061,7 @@
"java.util.Map",
"java.util.Set",
"java.util.concurrent.ConcurrentHashMap",
+ "java.util.concurrent.ConcurrentMap",
"java.util.concurrent.Executor",
"java.util.concurrent.atomic.AtomicInteger",
"org.robolectric.RuntimeEnvironment",
@@ -871,7 +1073,9 @@
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock",
"org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock",
- "org.robolectric.shadows.ShadowWifiManager.WifiUsabilityScore"
+ "org.robolectric.shadows.ShadowWifiManager.WifiUsabilityScore",
+ "org.robolectric.shadows.ShadowWifiManager.PnoScanRequest",
+ "org.robolectric.shadows.ShadowWifiManager.InternalPnoScanResultsCallback"
],
"name": "org.robolectric.shadows.ShadowWifiManager",
"documentation": "Shadow for {@link android.net.wifi.WifiManager}. "
diff --git a/assets/json-docs/android.nfc.NfcAdapter.json b/assets/json-docs/android.nfc.NfcAdapter.json
index f5bda96e1..c1e966c85 100644
--- a/assets/json-docs/android.nfc.NfcAdapter.json
+++ b/assets/json-docs/android.nfc.NfcAdapter.json
@@ -1,5 +1,17 @@
{
"methods": {
+ "createMockTag()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "android.nfc.Tag",
+ "exceptions": [],
+ "name": "createMockTag()",
+ "documentation": "Factory method for creating a mock NfcAdapter.Tag "
+ },
"disable()": {
"isImplementation": true,
"modifiers": [
@@ -289,6 +301,7 @@
}
},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
"android.app.Activity",
"android.app.PendingIntent",
@@ -299,7 +312,6 @@
"android.nfc.NfcAdapter",
"android.nfc.Tag",
"android.os.Build",
- "android.os.Build.VERSION_CODES",
"android.os.Bundle",
"java.util.Map",
"org.robolectric.RuntimeEnvironment",
@@ -307,11 +319,14 @@
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
"org.robolectric.annotation.Resetter",
+ "org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.util.ReflectionHelpers.ClassParameter",
"org.robolectric.util.reflector.Accessor",
"org.robolectric.util.reflector.Direct",
"org.robolectric.util.reflector.ForType",
"org.robolectric.util.reflector.Static",
- "org.robolectric.shadows.ShadowNfcAdapter.NfcAdapterReflector"
+ "org.robolectric.shadows.ShadowNfcAdapter.NfcAdapterReflector",
+ "org.robolectric.shadows.ShadowNfcAdapter.TagReflector"
],
"name": "org.robolectric.shadows.ShadowNfcAdapter",
"documentation": "Shadow implementation of {@link NfcAdapter}. "
diff --git a/assets/json-docs/android.os.Build.json b/assets/json-docs/android.os.Build.json
index 3a10e24db..15784ad69 100644
--- a/assets/json-docs/android.os.Build.json
+++ b/assets/json-docs/android.os.Build.json
@@ -35,6 +35,20 @@
"exceptions": [],
"name": "reset()"
},
+ "setBoard(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "board"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setBoard(java.lang.String)",
+ "documentation": "Sets the value of the {@link Build#BOARD} field.\n\n\u003cp\u003eIt will be reset for the next test.\n"
+ },
"setBrand(java.lang.String)": {
"isImplementation": false,
"modifiers": [
diff --git a/assets/json-docs/android.os.Environment.json b/assets/json-docs/android.os.Environment.json
index 18e01ce6d..5f471e565 100644
--- a/assets/json-docs/android.os.Environment.json
+++ b/assets/json-docs/android.os.Environment.json
@@ -91,6 +91,18 @@
"minSdk": 21,
"name": "getExternalStorageState(java.io.File)"
},
+ "getStorageDirectory()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [],
+ "returnType": "java.io.File",
+ "exceptions": [],
+ "minSdk": 30,
+ "name": "getStorageDirectory()"
+ },
"getStorageState(java.io.File)": {
"isImplementation": true,
"modifiers": [
@@ -204,7 +216,7 @@
"returnType": "void",
"exceptions": [],
"name": "setExternalStorageDirectory(java.nio.file.Path)",
- "documentation": "Sets the return value of {@link #getExternalStorageDirectory()}. Note that\nthe default value provides a directory that is usable in the test environment.\nIf the test app uses this method to override that default directory, please\nclean up any files written to that directory, as the Robolectric environment\nwill not purge that directory when the test ends.\n\n@param directory Path to return from {@link #getExternalStorageDirectory()}.\n"
+ "documentation": "Sets the return value of {@link #getExternalStorageDirectory()}. Note that the default value\nprovides a directory that is usable in the test environment. If the test app uses this method\nto override that default directory, please clean up any files written to that directory, as the\nRobolectric environment will not purge that directory when the test ends.\n\n@param directory Path to return from {@link #getExternalStorageDirectory()}.\n"
},
"setExternalStorageEmulated(java.io.File,boolean)": {
"isImplementation": false,
@@ -292,6 +304,20 @@
"exceptions": [],
"name": "setIsExternalStorageLegacy(boolean)",
"documentation": "Sets the return value of {@link #isExternalStorageLegacy()} ()}.\n\n@param legacy Value to return from {@link #isExternalStorageLegacy()}.\n"
+ },
+ "setStorageDirectory(java.nio.file.Path)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "directory"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setStorageDirectory(java.nio.file.Path)",
+ "documentation": "Sets the return value of {@link #getStorageDirectory()}. This can be used for example, when\ntesting code paths that need to perform regex matching on this directory.\n\n\u003cp\u003eNote that the default value provides a directory that is usable in the test environment. If\nthe test app uses this method to override that default directory, please clean up any files\nwritten to that directory, as the Robolectric environment will not purge that directory when\nthe test ends.\n\n@param directory Path to return from {@link #getStorageDirectory()}.\n"
}
},
"imports": [
@@ -301,6 +327,7 @@
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.M",
"android.os.Build.VERSION_CODES.Q",
+ "android.os.Build.VERSION_CODES.R",
"org.robolectric.util.reflector.Reflector.reflector",
"android.os.Environment",
"java.io.File",
@@ -318,9 +345,12 @@
"org.robolectric.annotation.Resetter",
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.Direct",
"org.robolectric.util.reflector.ForType",
+ "org.robolectric.util.reflector.Static",
"org.robolectric.shadows.ShadowEnvironment.ShadowUserEnvironment",
- "org.robolectric.shadows.ShadowEnvironment._UserEnvironment_"
+ "org.robolectric.shadows.ShadowEnvironment._UserEnvironment_",
+ "org.robolectric.shadows.ShadowEnvironment.EnvironmentReflector"
],
"name": "org.robolectric.shadows.ShadowEnvironment"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.os.ParcelFileDescriptor.json b/assets/json-docs/android.os.ParcelFileDescriptor.json
index f60afcb68..5cd8eb9df 100644
--- a/assets/json-docs/android.os.ParcelFileDescriptor.json
+++ b/assets/json-docs/android.os.ParcelFileDescriptor.json
@@ -12,6 +12,17 @@
"exceptions": [],
"name": "__constructor__(android.os.ParcelFileDescriptor)"
},
+ "__staticInitializer__()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "__staticInitializer__()"
+ },
"close()": {
"isImplementation": true,
"modifiers": [
@@ -51,6 +62,18 @@
"minSdk": 19,
"name": "createReliablePipe()"
},
+ "dup()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "android.os.ParcelFileDescriptor",
+ "exceptions": [
+ "java.io.IOException"
+ ],
+ "name": "dup()"
+ },
"getFd()": {
"isImplementation": true,
"modifiers": [
@@ -61,6 +84,16 @@
"exceptions": [],
"name": "getFd()"
},
+ "getFile()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [],
+ "returnType": "java.io.RandomAccessFile",
+ "exceptions": [],
+ "name": "getFile()"
+ },
"getFileDescriptor()": {
"isImplementation": true,
"modifiers": [
@@ -94,6 +127,17 @@
"exceptions": [],
"name": "getStatSize()"
},
+ "newParcelFileDescriptor()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private",
+ "static"
+ ],
+ "params": [],
+ "returnType": "android.os.ParcelFileDescriptor",
+ "exceptions": [],
+ "name": "newParcelFileDescriptor()"
+ },
"open(java.io.File,int)": {
"isImplementation": true,
"modifiers": [
@@ -128,32 +172,66 @@
],
"minSdk": 19,
"name": "open(java.io.File,int,android.os.Handler,android.os.ParcelFileDescriptor.OnCloseListener)"
+ },
+ "reset()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "reset()"
+ },
+ "writeToParcel(android.os.Parcel,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "out",
+ "flags"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "writeToParcel(android.os.Parcel,int)"
}
},
"imports": [
"android.os.Build.VERSION_CODES.JELLY_BEAN",
"android.os.Build.VERSION_CODES.KITKAT",
+ "android.os.Parcelable.PARCELABLE_WRITE_RETURN_VALUE",
"org.robolectric.shadow.api.Shadow.invokeConstructor",
"org.robolectric.util.ReflectionHelpers.ClassParameter.from",
"org.robolectric.util.reflector.Reflector.reflector",
"android.annotation.SuppressLint",
"android.os.Handler",
+ "android.os.Parcel",
"android.os.ParcelFileDescriptor",
+ "android.os.Parcelable",
"java.io.File",
"java.io.FileDescriptor",
"java.io.FileNotFoundException",
"java.io.IOException",
"java.io.RandomAccessFile",
+ "java.nio.file.Files",
+ "java.util.Collections",
+ "java.util.HashMap",
+ "java.util.Map",
"java.util.UUID",
+ "java.util.concurrent.atomic.AtomicInteger",
"org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
+ "org.robolectric.annotation.Resetter",
"org.robolectric.shadow.api.Shadow",
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.ReflectionHelpers.ClassParameter",
"org.robolectric.util.reflector.Direct",
"org.robolectric.util.reflector.ForType",
+ "org.robolectric.shadows.ShadowParcelFileDescriptor.FileDescriptorFromParcelUnavailableException",
"org.robolectric.shadows.ShadowParcelFileDescriptor.ParcelFileDescriptorReflector"
],
"name": "org.robolectric.shadows.ShadowParcelFileDescriptor"
diff --git a/assets/json-docs/android.os.PowerManager.WakeLock.json b/assets/json-docs/android.os.PowerManager.WakeLock.json
index b22ce3ef0..784090267 100644
--- a/assets/json-docs/android.os.PowerManager.WakeLock.json
+++ b/assets/json-docs/android.os.PowerManager.WakeLock.json
@@ -169,24 +169,26 @@
"android.os.Build.VERSION_CODES.R",
"android.os.Build.VERSION_CODES.S",
"android.os.Build.VERSION_CODES.TIRAMISU",
+ "android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE",
"com.google.common.base.Preconditions.checkState",
"java.util.Comparator.comparing",
"java.util.stream.Collectors.toCollection",
"org.robolectric.util.reflector.Reflector.reflector",
- "android.Manifest.permission",
"android.annotation.NonNull",
"android.annotation.Nullable",
"android.annotation.RequiresPermission",
"android.annotation.SystemApi",
+ "android.annotation.TargetApi",
"android.content.Context",
"android.content.Intent",
"android.os.Binder",
"android.os.Build.VERSION_CODES",
"android.os.PowerManager",
+ "android.os.PowerManager.LowPowerStandbyPortDescription",
+ "android.os.PowerManager.LowPowerStandbyPortsLock",
"android.os.PowerManager.WakeLock",
"android.os.SystemClock",
"android.os.WorkSource",
- "com.google.common.collect.ImmutableList",
"com.google.common.collect.ImmutableSet",
"java.time.Duration",
"java.util.ArrayList",
diff --git a/assets/json-docs/android.os.PowerManager.json b/assets/json-docs/android.os.PowerManager.json
index 7226c6ea5..e30a54d32 100644
--- a/assets/json-docs/android.os.PowerManager.json
+++ b/assets/json-docs/android.os.PowerManager.json
@@ -1,5 +1,17 @@
{
"methods": {
+ "addAllowedInLowPowerStandby(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "feature"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addAllowedInLowPowerStandby(java.lang.String)"
+ },
"addThermalStatusListener(java.lang.Object)": {
"isImplementation": true,
"modifiers": [
@@ -114,10 +126,10 @@
"public"
],
"params": [],
- "returnType": "com.google.common.collect.ImmutableList\u003cjava.lang.String\u003e",
+ "returnType": "java.util.List\u003cjava.lang.String\u003e",
"exceptions": [],
"name": "getRebootReasons()",
- "documentation": "Returns the list of reasons for each reboot, in chronological order. "
+ "documentation": "Returns the list of reasons for each reboot, in chronological order. May contain {@code null}.\n"
},
"getThermalStatusListeners()": {
"isImplementation": false,
@@ -141,6 +153,19 @@
"name": "getTimesRebooted()",
"documentation": "Returns the number of times {@link #reboot(String)} was called. "
},
+ "isAllowedInLowPowerStandby(java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "feature"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "isAllowedInLowPowerStandby(java.lang.String)"
+ },
"isAmbientDisplayAvailable()": {
"isImplementation": true,
"modifiers": [
@@ -200,6 +225,17 @@
"minSdk": 33,
"name": "isDeviceLightIdleMode()"
},
+ "isExemptFromLowPowerStandby()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "isExemptFromLowPowerStandby()"
+ },
"isIgnoringBatteryOptimizations(java.lang.String)": {
"isImplementation": true,
"modifiers": [
@@ -236,6 +272,28 @@
"name": "isLightDeviceIdleMode()",
"documentation": "@return false by default, or the value specified via {@link #setIsLightDeviceIdleMode(boolean)}\n"
},
+ "isLowPowerStandbyEnabled()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "isLowPowerStandbyEnabled()"
+ },
+ "isLowPowerStandbySupported()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "isLowPowerStandbySupported()"
+ },
"isPowerSaveMode()": {
"isImplementation": true,
"modifiers": [
@@ -282,6 +340,19 @@
"minSdk": 21,
"name": "isWakeLockLevelSupported(int)"
},
+ "newLowPowerStandbyPortsLock(java.util.List\u003candroid.os.PowerManager.LowPowerStandbyPortDescription\u003e)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "ports"
+ ],
+ "returnType": "java.lang.Object",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "newLowPowerStandbyPortsLock(java.util.List\u003candroid.os.PowerManager.LowPowerStandbyPortDescription\u003e)"
+ },
"newWakeLock(int,java.lang.String)": {
"isImplementation": true,
"modifiers": [
@@ -388,6 +459,18 @@
"name": "setCurrentThermalStatus(int)",
"documentation": "Sets the value returned by {@link #getCurrentThermalStatus()}. "
},
+ "setExemptFromLowPowerStandby(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "exemptFromLowPowerStandby"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setExemptFromLowPowerStandby(boolean)"
+ },
"setIgnoringBatteryOptimizations(java.lang.String,boolean)": {
"isImplementation": false,
"modifiers": [
@@ -489,7 +572,7 @@
"returnType": "void",
"exceptions": [],
"name": "setIsScreenOn(boolean)",
- "documentation": "@deprecated Use {@link #setIsInteractive(boolean)} instead.\n"
+ "documentation": "@deprecated Use {@link #turnScreenOn(boolean)} instead.\n"
},
"setIsWakeLockLevelSupported(int,boolean)": {
"isImplementation": false,
@@ -517,6 +600,31 @@
"name": "setLocationPowerSaveMode(int)",
"documentation": "Sets the value returned by {@link #getLocationPowerSaveMode()} when battery saver is on. "
},
+ "setLowPowerStandbyEnabled(boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "lowPowerStandbyEnabled"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "setLowPowerStandbyEnabled(boolean)"
+ },
+ "setLowPowerStandbySupported(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "lowPowerStandbySupported"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setLowPowerStandbySupported(boolean)"
+ },
"suppressAmbientDisplay(java.lang.String,boolean)": {
"isImplementation": true,
"modifiers": [
@@ -559,24 +667,26 @@
"android.os.Build.VERSION_CODES.R",
"android.os.Build.VERSION_CODES.S",
"android.os.Build.VERSION_CODES.TIRAMISU",
+ "android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE",
"com.google.common.base.Preconditions.checkState",
"java.util.Comparator.comparing",
"java.util.stream.Collectors.toCollection",
"org.robolectric.util.reflector.Reflector.reflector",
- "android.Manifest.permission",
"android.annotation.NonNull",
"android.annotation.Nullable",
"android.annotation.RequiresPermission",
"android.annotation.SystemApi",
+ "android.annotation.TargetApi",
"android.content.Context",
"android.content.Intent",
"android.os.Binder",
"android.os.Build.VERSION_CODES",
"android.os.PowerManager",
+ "android.os.PowerManager.LowPowerStandbyPortDescription",
+ "android.os.PowerManager.LowPowerStandbyPortsLock",
"android.os.PowerManager.WakeLock",
"android.os.SystemClock",
"android.os.WorkSource",
- "com.google.common.collect.ImmutableList",
"com.google.common.collect.ImmutableSet",
"java.time.Duration",
"java.util.ArrayList",
@@ -597,6 +707,7 @@
"org.robolectric.util.reflector.Accessor",
"org.robolectric.util.reflector.ForType",
"org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock",
+ "org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock",
"org.robolectric.shadows.ShadowPowerManager.ReflectorPowerManager"
],
"name": "org.robolectric.shadows.ShadowPowerManager",
diff --git a/assets/json-docs/android.os.UserManager.json b/assets/json-docs/android.os.UserManager.json
index dd2b96d69..618f81ca9 100644
--- a/assets/json-docs/android.os.UserManager.json
+++ b/assets/json-docs/android.os.UserManager.json
@@ -13,6 +13,21 @@
"exceptions": [],
"name": "__constructor__(android.content.Context,android.os.IUserManager)"
},
+ "addProfile(int,int,android.content.pm.UserInfo)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "userHandle",
+ "profileUserHandle",
+ "profileUserInfo"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addProfile(int,int,android.content.pm.UserInfo)",
+ "documentation": "Add a profile to be returned by {@link #getProfiles(int)}. "
+ },
"addProfile(int,int,java.lang.String,int)": {
"isImplementation": false,
"modifiers": [
@@ -27,7 +42,7 @@
"returnType": "void",
"exceptions": [],
"name": "addProfile(int,int,java.lang.String,int)",
- "documentation": "Add a profile to be returned by {@link #getProfiles(int)}.* "
+ "documentation": "Add a profile to be returned by {@link #getProfiles(int)}. "
},
"addUser(int,java.lang.String,int)": {
"isImplementation": false,
@@ -528,6 +543,18 @@
"minSdk": 33,
"name": "hasUserRestrictionForUser(java.lang.String,int)"
},
+ "isCloneProfile()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "isCloneProfile()",
+ "documentation": "If permissions are enforced (see {@link #enforcePermissionChecks(boolean)}) and the application\ndoesn\u0027t have the {@link android.Manifest.permission#MANAGE_USERS} permission, throws a {@link\nSecurityManager} exception.\n\n@return true if the user is clone, or the value specified via {@link #setCloneProfile(boolean)}\n@see #enforcePermissionChecks(boolean)\n@see #setCloneProfile(boolean)\n"
+ },
"isDemoUser()": {
"isImplementation": true,
"modifiers": [
@@ -666,6 +693,17 @@
"name": "isSystemUser()",
"documentation": "@return \u0027true\u0027 by default, or the value specified via {@link #setIsSystemUser(boolean)} "
},
+ "isUserForeground()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "isUserForeground()"
+ },
"isUserOfType(java.lang.String)": {
"isImplementation": true,
"modifiers": [
@@ -784,6 +822,20 @@
"minSdk": 17,
"name": "removeUser(int)"
},
+ "removeUserWhenPossible(android.os.UserHandle,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "user",
+ "overrideDevicePolicy"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "removeUserWhenPossible(android.os.UserHandle,boolean)"
+ },
"requestQuietModeEnabled(boolean,android.os.UserHandle)": {
"isImplementation": true,
"modifiers": [
@@ -867,6 +919,19 @@
"name": "setCanSwitchUser(boolean)",
"documentation": "Sets whether switching users is allowed or not; controls the return value of {@link\nUserManager#canSwitchUser()}\n\n@deprecated use {@link #setUserSwitchability} instead\n"
},
+ "setCloneProfile(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "cloneProfile"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setCloneProfile(boolean)",
+ "documentation": "Setter for {@link UserManager#isCloneProfile()}. "
+ },
"setHeadlessSystemUserMode(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -1090,6 +1155,19 @@
"name": "setSupportsMultipleUsers(boolean)",
"documentation": "Sets whether multiple users are supported; controls the return value of {@link\nUserManager#supportsMultipleUser}.\n"
},
+ "setUserForeground(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "foreground"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setUserForeground(boolean)",
+ "documentation": "Sets whether or not the current user is the foreground user. "
+ },
"setUserIcon(android.graphics.Bitmap)": {
"isImplementation": true,
"modifiers": [
diff --git a/assets/json-docs/android.os.Vibrator.json b/assets/json-docs/android.os.Vibrator.json
index 7091f2e4f..03121bdf5 100644
--- a/assets/json-docs/android.os.Vibrator.json
+++ b/assets/json-docs/android.os.Vibrator.json
@@ -96,21 +96,10 @@
"public"
],
"params": [],
- "returnType": "android.os.VibrationAttributes",
+ "returnType": "java.lang.Object",
"exceptions": [],
"name": "getVibrationAttributesFromLastVibration()",
- "documentation": "Returns the {@link VibrationAttributes} from the last vibration. "
- },
- "getVibrationEffectSegments()": {
- "isImplementation": false,
- "modifiers": [
- "public"
- ],
- "params": [],
- "returnType": "java.util.List\u003candroid.os.vibrator.VibrationEffectSegment\u003e",
- "exceptions": [],
- "name": "getVibrationEffectSegments()",
- "documentation": "Returns the last list of {@link VibrationEffectSegment}. "
+ "documentation": "Returns the {@link android.os.VibrationAttributes} from the last vibration. "
},
"isCancelled()": {
"isImplementation": false,
@@ -189,11 +178,9 @@
"imports": [
"android.os.Build.VERSION_CODES.R",
"android.media.AudioAttributes",
- "android.os.VibrationAttributes",
"android.os.VibrationEffect",
"android.os.Vibrator",
"android.os.vibrator.PrimitiveSegment",
- "android.os.vibrator.VibrationEffectSegment",
"java.util.ArrayList",
"java.util.Collection",
"java.util.List",
diff --git a/assets/json-docs/android.provider.MediaStore.Images.Media.json b/assets/json-docs/android.provider.MediaStore.Images.Media.json
index edadefff3..09c0f13f3 100644
--- a/assets/json-docs/android.provider.MediaStore.Images.Media.json
+++ b/assets/json-docs/android.provider.MediaStore.Images.Media.json
@@ -16,12 +16,19 @@
}
},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
+ "android.annotation.NonNull",
+ "android.annotation.Nullable",
"android.content.ContentResolver",
"android.graphics.Bitmap",
"android.graphics.BitmapFactory.Options",
"android.net.Uri",
"android.provider.MediaStore",
+ "com.google.auto.value.AutoValue",
+ "com.google.common.collect.ImmutableList",
+ "java.util.ArrayList",
+ "java.util.List",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter",
diff --git a/assets/json-docs/android.provider.MediaStore.Images.Thumbnails.json b/assets/json-docs/android.provider.MediaStore.Images.Thumbnails.json
index f19c403d3..1d310fc43 100644
--- a/assets/json-docs/android.provider.MediaStore.Images.Thumbnails.json
+++ b/assets/json-docs/android.provider.MediaStore.Images.Thumbnails.json
@@ -18,12 +18,19 @@
}
},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
+ "android.annotation.NonNull",
+ "android.annotation.Nullable",
"android.content.ContentResolver",
"android.graphics.Bitmap",
"android.graphics.BitmapFactory.Options",
"android.net.Uri",
"android.provider.MediaStore",
+ "com.google.auto.value.AutoValue",
+ "com.google.common.collect.ImmutableList",
+ "java.util.ArrayList",
+ "java.util.List",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter",
diff --git a/assets/json-docs/android.provider.MediaStore.Images.json b/assets/json-docs/android.provider.MediaStore.Images.json
index 567b36da9..73e3f0380 100644
--- a/assets/json-docs/android.provider.MediaStore.Images.json
+++ b/assets/json-docs/android.provider.MediaStore.Images.json
@@ -1,12 +1,19 @@
{
"methods": {},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
+ "android.annotation.NonNull",
+ "android.annotation.Nullable",
"android.content.ContentResolver",
"android.graphics.Bitmap",
"android.graphics.BitmapFactory.Options",
"android.net.Uri",
"android.provider.MediaStore",
+ "com.google.auto.value.AutoValue",
+ "com.google.common.collect.ImmutableList",
+ "java.util.ArrayList",
+ "java.util.List",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter",
diff --git a/assets/json-docs/android.provider.MediaStore.Video.Thumbnails.json b/assets/json-docs/android.provider.MediaStore.Video.Thumbnails.json
index 0dc9a0c8f..387a77056 100644
--- a/assets/json-docs/android.provider.MediaStore.Video.Thumbnails.json
+++ b/assets/json-docs/android.provider.MediaStore.Video.Thumbnails.json
@@ -18,12 +18,19 @@
}
},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
+ "android.annotation.NonNull",
+ "android.annotation.Nullable",
"android.content.ContentResolver",
"android.graphics.Bitmap",
"android.graphics.BitmapFactory.Options",
"android.net.Uri",
"android.provider.MediaStore",
+ "com.google.auto.value.AutoValue",
+ "com.google.common.collect.ImmutableList",
+ "java.util.ArrayList",
+ "java.util.List",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter",
diff --git a/assets/json-docs/android.provider.MediaStore.Video.json b/assets/json-docs/android.provider.MediaStore.Video.json
index 113f9a77c..cd1a3f257 100644
--- a/assets/json-docs/android.provider.MediaStore.Video.json
+++ b/assets/json-docs/android.provider.MediaStore.Video.json
@@ -1,12 +1,19 @@
{
"methods": {},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
+ "android.annotation.NonNull",
+ "android.annotation.Nullable",
"android.content.ContentResolver",
"android.graphics.Bitmap",
"android.graphics.BitmapFactory.Options",
"android.net.Uri",
"android.provider.MediaStore",
+ "com.google.auto.value.AutoValue",
+ "com.google.common.collect.ImmutableList",
+ "java.util.ArrayList",
+ "java.util.List",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter",
diff --git a/assets/json-docs/android.provider.MediaStore.json b/assets/json-docs/android.provider.MediaStore.json
index 777c05818..f2bb4c172 100644
--- a/assets/json-docs/android.provider.MediaStore.json
+++ b/assets/json-docs/android.provider.MediaStore.json
@@ -1,5 +1,100 @@
{
"methods": {
+ "addSupportedCloudMediaProviderAuthorities(java.util.List\u003cjava.lang.String\u003e)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "authorities"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addSupportedCloudMediaProviderAuthorities(java.util.List\u003cjava.lang.String\u003e)",
+ "documentation": "Mutator method to add the input {@code authorities} to the list of supported cloud media\nprovider authorities.\n"
+ },
+ "clearCloudMediaChangedEventList()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "clearCloudMediaChangedEventList()"
+ },
+ "clearSupportedCloudMediaProviderAuthorities()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "clearSupportedCloudMediaProviderAuthorities()",
+ "documentation": "Mutator method to clear the list of supported cloud media provider authorities. "
+ },
+ "getCloudMediaChangedEvents()": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [],
+ "returnType": "com.google.common.collect.ImmutableList\u003corg.robolectric.shadows.ShadowMediaStore.CloudMediaChangedEvent\u003e",
+ "exceptions": [],
+ "name": "getCloudMediaChangedEvents()",
+ "documentation": "Returns an {@link ImmutableList} of all {@link CloudMediaChangedEvent} objects that {@link\nMediaStore} has been notified of.\n"
+ },
+ "isCurrentCloudMediaProviderAuthority(android.content.ContentResolver,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "resolver",
+ "authority"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "isCurrentCloudMediaProviderAuthority(android.content.ContentResolver,java.lang.String)"
+ },
+ "isSupportedCloudMediaProviderAuthority(android.content.ContentResolver,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "resolver",
+ "authority"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "isSupportedCloudMediaProviderAuthority(android.content.ContentResolver,java.lang.String)"
+ },
+ "notifyCloudMediaChangedEvent(android.content.ContentResolver,java.lang.String,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "resolver",
+ "authority",
+ "currentMediaCollectionId"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "notifyCloudMediaChangedEvent(android.content.ContentResolver,java.lang.String,java.lang.String)"
+ },
"reset()": {
"isImplementation": false,
"modifiers": [
@@ -11,6 +106,20 @@
"exceptions": [],
"name": "reset()"
},
+ "setCurrentCloudMediaProviderAuthority(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "authority"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setCurrentCloudMediaProviderAuthority(java.lang.String)",
+ "documentation": "Mutator method to set the value of the current cloud media provider authority. "
+ },
"setStubBitmapForThumbnails(android.graphics.Bitmap)": {
"isImplementation": false,
"modifiers": [
@@ -26,12 +135,19 @@
}
},
"imports": [
+ "android.os.Build.VERSION_CODES.TIRAMISU",
"org.robolectric.util.reflector.Reflector.reflector",
+ "android.annotation.NonNull",
+ "android.annotation.Nullable",
"android.content.ContentResolver",
"android.graphics.Bitmap",
"android.graphics.BitmapFactory.Options",
"android.net.Uri",
"android.provider.MediaStore",
+ "com.google.auto.value.AutoValue",
+ "com.google.common.collect.ImmutableList",
+ "java.util.ArrayList",
+ "java.util.List",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.Resetter",
@@ -40,7 +156,8 @@
"org.robolectric.shadows.ShadowMediaStore.ShadowImages",
"org.robolectric.shadows.ShadowMediaStore.ShadowVideo",
"org.robolectric.shadows.ShadowMediaStore.ImagesThumbnailsReflector",
- "org.robolectric.shadows.ShadowMediaStore.VideoThumbnailsReflector"
+ "org.robolectric.shadows.ShadowMediaStore.VideoThumbnailsReflector",
+ "org.robolectric.shadows.ShadowMediaStore.CloudMediaChangedEvent"
],
"name": "org.robolectric.shadows.ShadowMediaStore",
"documentation": "Shadow for {@link MediaStore}. "
diff --git a/assets/json-docs/android.service.voice.AlwaysOnHotwordDetector.RefreshAvailabiltyTask.json b/assets/json-docs/android.service.voice.AlwaysOnHotwordDetector.RefreshAvailabiltyTask.json
new file mode 100644
index 000000000..c941f95aa
--- /dev/null
+++ b/assets/json-docs/android.service.voice.AlwaysOnHotwordDetector.RefreshAvailabiltyTask.json
@@ -0,0 +1,79 @@
+{
+ "methods": {
+ "internalGetInitialAvailability()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "internalGetInitialAvailability()"
+ },
+ "internalGetIsEnrolled(int,java.util.Locale)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "keyphraseId",
+ "locale"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "internalGetIsEnrolled(int,java.util.Locale)"
+ },
+ "internalUpdateEnrolledKeyphraseMetadata()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 30,
+ "name": "internalUpdateEnrolledKeyphraseMetadata()"
+ }
+ },
+ "imports": [
+ "android.os.Build.VERSION_CODES.LOLLIPOP",
+ "android.os.Build.VERSION_CODES.Q",
+ "android.os.Build.VERSION_CODES.R",
+ "android.os.Build.VERSION_CODES.S",
+ "android.os.Build.VERSION_CODES.TIRAMISU",
+ "android.os.Build.VERSION_CODES.UPSIDE_DOWN_CAKE",
+ "android.service.voice.AlwaysOnHotwordDetector.EventPayload.DATA_FORMAT_TRIGGER_AUDIO",
+ "android.service.voice.AlwaysOnHotwordDetector.STATE_KEYPHRASE_ENROLLED",
+ "org.robolectric.shadow.api.Shadow.invokeConstructor",
+ "org.robolectric.util.ReflectionHelpers.ClassParameter.from",
+ "org.robolectric.util.reflector.Reflector.reflector",
+ "android.hardware.soundtrigger.KeyphraseEnrollmentInfo",
+ "android.hardware.soundtrigger.KeyphraseMetadata",
+ "android.hardware.soundtrigger.SoundTrigger.KeyphraseRecognitionExtra",
+ "android.media.AudioFormat",
+ "android.os.ParcelFileDescriptor",
+ "android.os.PersistableBundle",
+ "android.os.SharedMemory",
+ "android.service.voice.AlwaysOnHotwordDetector",
+ "android.service.voice.AlwaysOnHotwordDetector.Callback",
+ "android.service.voice.AlwaysOnHotwordDetector.EventPayload",
+ "android.service.voice.HotwordDetectedResult",
+ "android.service.voice.IVoiceInteractionService",
+ "com.android.internal.app.IVoiceInteractionManagerService",
+ "java.util.ArrayList",
+ "java.util.List",
+ "java.util.Locale",
+ "java.util.concurrent.Executor",
+ "javax.annotation.Nonnull",
+ "javax.annotation.Nullable",
+ "org.robolectric.RuntimeEnvironment",
+ "org.robolectric.annotation.Implementation",
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.annotation.RealObject",
+ "org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.Constructor",
+ "org.robolectric.util.reflector.ForType"
+ ],
+ "name": "org.robolectric.shadows.ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask",
+ "documentation": "Shadow for AsyncTask kicked off in the constructor of AlwaysOnHotwordDetector. "
+}
\ No newline at end of file
diff --git a/assets/json-docs/android.service.voice.VoiceInteractionService.json b/assets/json-docs/android.service.voice.VoiceInteractionService.json
index 5e1f8edb9..33b6b05e1 100644
--- a/assets/json-docs/android.service.voice.VoiceInteractionService.json
+++ b/assets/json-docs/android.service.voice.VoiceInteractionService.json
@@ -33,42 +33,6 @@
"name": "getPreviousUiHintBundles()",
"documentation": "Returns list of bundles provided with calls to {@link #setUiHints(Bundle bundle)} in invocation\norder.\n"
},
- "isActiveService(android.content.Context,android.content.ComponentName)": {
- "isImplementation": true,
- "modifiers": [
- "protected",
- "static"
- ],
- "params": [
- "context",
- "componentName"
- ],
- "returnType": "boolean",
- "exceptions": [],
- "name": "isActiveService(android.content.Context,android.content.ComponentName)"
- },
- "onReady()": {
- "isImplementation": true,
- "modifiers": [
- "protected"
- ],
- "params": [],
- "returnType": "void",
- "exceptions": [],
- "name": "onReady()"
- },
- "reset()": {
- "isImplementation": false,
- "modifiers": [
- "public",
- "static"
- ],
- "params": [],
- "returnType": "void",
- "exceptions": [],
- "name": "reset()",
- "documentation": "Resets this shadow instance. "
- },
"setActiveService(android.content.ComponentName)": {
"isImplementation": false,
"modifiers": [
@@ -81,7 +45,7 @@
"returnType": "void",
"exceptions": [],
"name": "setActiveService(android.content.ComponentName)",
- "documentation": "Sets return value for {@link #isActiveService(Context context, ComponentName componentName)}\nmethod.\n"
+ "documentation": "Sets return value for {@link VoiceInteractionService#isActiveService(Context context,\nComponentName componentName)} method.\n"
},
"setUiHints(android.os.Bundle)": {
"isImplementation": true,
@@ -115,18 +79,24 @@
"android.os.Build.VERSION_CODES.LOLLIPOP",
"android.os.Build.VERSION_CODES.M",
"android.os.Build.VERSION_CODES.Q",
+ "org.robolectric.util.reflector.Reflector.reflector",
"android.content.ComponentName",
"android.content.Context",
"android.os.Bundle",
+ "android.provider.Settings",
"android.service.voice.VoiceInteractionService",
"com.google.common.collect.Iterables",
"java.util.ArrayList",
"java.util.Collections",
"java.util.List",
"javax.annotation.Nullable",
+ "org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
- "org.robolectric.annotation.Resetter"
+ "org.robolectric.annotation.RealObject",
+ "org.robolectric.util.reflector.Direct",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.shadows.ShadowVoiceInteractionService.VoiceInteractionServiceReflector"
],
"name": "org.robolectric.shadows.ShadowVoiceInteractionService",
"documentation": "Shadow implementation of {@link android.service.voice.VoiceInteractionService}. "
diff --git a/assets/json-docs/android.service.voice.VoiceInteractionSession.json b/assets/json-docs/android.service.voice.VoiceInteractionSession.json
index 379f100c7..70ad87372 100644
--- a/assets/json-docs/android.service.voice.VoiceInteractionSession.json
+++ b/assets/json-docs/android.service.voice.VoiceInteractionSession.json
@@ -11,6 +11,23 @@
"name": "create()",
"documentation": "Simulates the creation of the {@link VoiceInteractionSession}, as if it was being created by\nthe framework.\n\n\u003cp\u003eThis method must be called before state changing methods of {@link VoiceInteractionSession}.\n"
},
+ "createCommandRequest(java.lang.String,int,com.android.internal.app.IVoiceInteractorCallback,java.lang.String,android.os.Bundle)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [
+ "packageName",
+ "uid",
+ "callback",
+ "command",
+ "extras"
+ ],
+ "returnType": "android.service.voice.VoiceInteractionSession.CommandRequest",
+ "exceptions": [],
+ "name": "createCommandRequest(java.lang.String,int,com.android.internal.app.IVoiceInteractorCallback,java.lang.String,android.os.Bundle)",
+ "documentation": "Creates the {@link VoiceInteractionSession.CommandRequest}.\n\n@param packageName: Package name of the application that initiated the request.\n@param uid: User ID of the application that initiated the request.\n@param callback: IVoiceInteractorCallback.\n@param command: RequestCommand command.\n@param extras: Additional extra information that was supplied as part of the request.\n@return created {@link VoiceInteractionSession.CommandRequest}.\n"
+ },
"getAssistantActivityIntents()": {
"isImplementation": false,
"modifiers": [
@@ -99,6 +116,34 @@
"name": "isWindowVisible()",
"documentation": "Returns whether the window from {@link VoiceInteractionSession} is currently visible. Although\nwindow is visible this method does not check whether UI content of window is also showed.\n"
},
+ "sendCommandRequest(android.app.VoiceInteractor.CommandRequest,java.lang.String,int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "commandRequest",
+ "packageName",
+ "uid"
+ ],
+ "returnType": "android.service.voice.VoiceInteractionSession.CommandRequest",
+ "exceptions": [],
+ "name": "sendCommandRequest(android.app.VoiceInteractor.CommandRequest,java.lang.String,int)",
+ "documentation": "Simulates the creation of the {@link VoiceInteractionSession.CommandRequest} related to the\nprovided {@link VoiceInteractor.CommandRequest}, as if it was being created by the framework.\nThe method calls {@link VoiceInteractionSession#onRequestCommand(CommandRequest)} with newly\ncreated {@link VoiceInteractionSession.CommandRequest}.\n\n@param commandRequest: Command request sent by a third-party application.\n@param packageName: Package name of the application that initiated the request.\n@param uid: User ID of the application that initiated the request.\n@return newly created {@link VoiceInteractionSession.CommandRequest}\n"
+ },
+ "setStartAssistantActivityException(java.lang.RuntimeException)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "exception"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setStartAssistantActivityException(java.lang.RuntimeException)",
+ "documentation": "Sets a {@link RuntimeException} that should be thrown when {@link\nVoiceInteractionSession#startAssistantActivity(Intent)} is invoked.\n"
+ },
"setStartVoiceActivityException(java.lang.RuntimeException)": {
"isImplementation": false,
"modifiers": [
@@ -115,22 +160,32 @@
},
"imports": [
"android.os.Build.VERSION_CODES.LOLLIPOP",
+ "org.robolectric.util.ReflectionHelpers.callConstructor",
"android.app.Dialog",
+ "android.app.VoiceInteractor",
+ "android.app.VoiceInteractor.PickOptionRequest.Option",
"android.content.Intent",
"android.os.Binder",
"android.os.Bundle",
"android.os.IBinder",
+ "android.os.RemoteException",
"android.service.voice.VoiceInteractionSession",
+ "android.service.voice.VoiceInteractionSession.CommandRequest",
+ "android.service.voice.VoiceInteractionSession.Request",
+ "com.android.internal.app.IVoiceInteractorCallback",
+ "com.android.internal.app.IVoiceInteractorRequest",
"com.google.common.collect.ImmutableList",
"com.google.common.collect.Iterables",
"java.util.ArrayList",
"java.util.List",
+ "javax.annotation.Nonnull",
"javax.annotation.Nullable",
"org.robolectric.annotation.Implements",
"org.robolectric.annotation.RealObject",
"org.robolectric.util.ReflectionHelpers",
"org.robolectric.util.ReflectionHelpers.ClassParameter",
- "org.robolectric.shadows.ShadowVoiceInteractionSession.FakeVoiceInteractionManagerService"
+ "org.robolectric.shadows.ShadowVoiceInteractionSession.FakeVoiceInteractionManagerService",
+ "org.robolectric.shadows.ShadowVoiceInteractionSession.ShadowVoiceInteractorCallback"
],
"name": "org.robolectric.shadows.ShadowVoiceInteractionSession",
"documentation": "Shadow implementation of {@link android.service.voice.VoiceInteractionSession}. "
diff --git a/assets/json-docs/android.telecom.TelecomManager.json b/assets/json-docs/android.telecom.TelecomManager.json
index f957415cf..2d9825c7e 100644
--- a/assets/json-docs/android.telecom.TelecomManager.json
+++ b/assets/json-docs/android.telecom.TelecomManager.json
@@ -98,6 +98,26 @@
"exceptions": [],
"name": "cancelMissedCallsNotification()"
},
+ "checkCallPhonePermission()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "checkCallPhonePermission()"
+ },
+ "checkReadPhoneStatePermission()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "checkReadPhoneStatePermission()"
+ },
"clearAccounts()": {
"isImplementation": true,
"modifiers": [
@@ -324,6 +344,18 @@
"exceptions": [],
"name": "getConnectionManager()"
},
+ "getConnectionService(android.telecom.PhoneAccountHandle)": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [
+ "phoneAccount"
+ ],
+ "returnType": "android.telecom.ConnectionService",
+ "exceptions": [],
+ "name": "getConnectionService(android.telecom.PhoneAccountHandle)"
+ },
"getCurrentTtyMode()": {
"isImplementation": true,
"modifiers": [
@@ -671,6 +703,19 @@
"name": "removeDefaultOutgoingPhoneAccount(java.lang.String)",
"documentation": "Remove default outgoing phone account for corresponding {@code uriScheme}. "
},
+ "setCallPhonePermission(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "callPhonePermission"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setCallPhonePermission(boolean)",
+ "documentation": "When set to false methods requiring {@link android.Manifest.permission.CALL_PHONE} permission\nwill throw a {@link SecurityException}. By default it\u0027s set to true for backwards\ncompatibility.\n"
+ },
"setCallRequestMode(org.robolectric.shadows.ShadowTelecomManager.CallRequestMode)": {
"isImplementation": false,
"modifiers": [
@@ -683,6 +728,19 @@
"exceptions": [],
"name": "setCallRequestMode(org.robolectric.shadows.ShadowTelecomManager.CallRequestMode)"
},
+ "setConnectionService(android.telecom.ConnectionService)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "service"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setConnectionService(android.telecom.ConnectionService)",
+ "documentation": "Set connection service.\n\u003cp\u003e\nThis method can be used in case, when you already created connection service\nand would like to use it in telecom manager instead of creating new one.\n\n@param service existing connection service\n"
+ },
"setDefaultDialer(java.lang.String)": {
"isImplementation": true,
"modifiers": [
@@ -724,6 +782,18 @@
"name": "setDefaultOutgoingPhoneAccount(java.lang.String,android.telecom.PhoneAccountHandle)",
"documentation": "Set default outgoing phone account to be returned from {@link\n#getDefaultOutgoingPhoneAccount(String)} for corresponding {@code uriScheme}.\n"
},
+ "setHandleMmiValue(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "handleMmiValue"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setHandleMmiValue(boolean)"
+ },
"setIsInCall(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -737,6 +807,19 @@
"name": "setIsInCall(boolean)",
"documentation": "Sets the return value for {@link TelecomManager#isInCall}. "
},
+ "setLine1Number(android.telecom.PhoneAccountHandle,java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "accountHandle",
+ "number"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setLine1Number(android.telecom.PhoneAccountHandle,java.lang.String)"
+ },
"setManageBlockNumbersIntent(android.content.Intent)": {
"isImplementation": false,
"modifiers": [
@@ -750,6 +833,19 @@
"name": "setManageBlockNumbersIntent(android.content.Intent)",
"documentation": "Sets the BlockNumbersIntent to be returned by {@link\nShadowTelecomManager#createManageBlockedNumbersIntent()}\n"
},
+ "setReadPhoneStatePermission(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "readPhoneStatePermission"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setReadPhoneStatePermission(boolean)",
+ "documentation": "When set to false methods requiring {@link android.Manifest.permission.READ_PHONE_STATE}\npermission will throw a {@link SecurityException}. By default it\u0027s set to true for backwards\ncompatibility.\n"
+ },
"setSimCallManager(android.telecom.PhoneAccountHandle)": {
"isImplementation": true,
"modifiers": [
@@ -869,6 +965,7 @@
"android.os.Build.VERSION_CODES.N",
"android.os.Build.VERSION_CODES.O",
"android.os.Build.VERSION_CODES.R",
+ "com.google.common.base.Preconditions.checkNotNull",
"com.google.common.base.Verify.verifyNotNull",
"android.annotation.SystemApi",
"android.annotation.TargetApi",
diff --git a/assets/json-docs/android.telephony.CarrierConfigManager.json b/assets/json-docs/android.telephony.CarrierConfigManager.json
index 02e2c6362..742391d8a 100644
--- a/assets/json-docs/android.telephony.CarrierConfigManager.json
+++ b/assets/json-docs/android.telephony.CarrierConfigManager.json
@@ -23,6 +23,21 @@
"name": "getConfigForSubId(int)",
"documentation": "Returns {@link android.os.PersistableBundle} previously set by {@link #overrideConfig} or\n{@link #setConfigForSubId(int, PersistableBundle)}, or default values for an invalid {@code\nsubId}.\n"
},
+ "getConfigForSubId(int,java.lang.String...)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "subId",
+ "keys"
+ ],
+ "returnType": "android.os.PersistableBundle",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "getConfigForSubId(int,java.lang.String...)",
+ "documentation": "@see #getConfigForSubId(int). Currently the \u0027keys\u0027 parameter is ignored.\n"
+ },
"overrideConfig(int,android.os.PersistableBundle)": {
"isImplementation": true,
"modifiers": [
@@ -71,10 +86,12 @@
"android.annotation.Nullable",
"android.os.PersistableBundle",
"android.telephony.CarrierConfigManager",
+ "com.google.common.base.Preconditions",
"java.util.HashMap",
"org.robolectric.annotation.HiddenApi",
"org.robolectric.annotation.Implementation",
- "org.robolectric.annotation.Implements"
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.versioning.AndroidVersions.U"
],
"name": "org.robolectric.shadows.ShadowCarrierConfigManager"
}
\ No newline at end of file
diff --git a/assets/json-docs/android.telephony.SubscriptionManager.json b/assets/json-docs/android.telephony.SubscriptionManager.json
index 2ab34683a..cecd7df5f 100644
--- a/assets/json-docs/android.telephony.SubscriptionManager.json
+++ b/assets/json-docs/android.telephony.SubscriptionManager.json
@@ -14,6 +14,31 @@
"name": "addOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)",
"documentation": "Adds a listener to a local list of listeners. Will be triggered by {@link\n#setActiveSubscriptionInfoList} when the local list of {@link SubscriptionInfo} is updated.\n"
},
+ "addOnSubscriptionsChangedListener(java.util.concurrent.Executor,android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "executor",
+ "listener"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 30,
+ "name": "addOnSubscriptionsChangedListener(java.util.concurrent.Executor,android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)",
+ "documentation": "Adds a listener to a local list of listeners. Will be triggered by {@link\n#setActiveSubscriptionInfoList} when the local list of {@link SubscriptionInfo} is updated.\n"
+ },
+ "checkReadPhoneNumbersPermission()": {
+ "isImplementation": false,
+ "modifiers": [
+ "private"
+ ],
+ "params": [],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "checkReadPhoneNumbersPermission()"
+ },
"checkReadPhoneStatePermission()": {
"isImplementation": false,
"modifiers": [
@@ -95,7 +120,7 @@
"exceptions": [],
"minSdk": 22,
"name": "getActiveSubscriptionInfo(int)",
- "documentation": "Returns subscription that were set via {@link #setActiveSubscriptionInfoList} if it can find\none with the specified id or null if none found.\n"
+ "documentation": "Returns subscription that were set via {@link #setActiveSubscriptionInfoList} if it can find\none with the specified id or null if none found.\n\n\u003cp\u003eAn exception will be thrown if the READ_PHONE_STATE permission has not been granted.\n"
},
"getActiveSubscriptionInfoCount()": {
"isImplementation": true,
@@ -287,7 +312,35 @@
"exceptions": [],
"minSdk": 33,
"name": "getPhoneNumber(int)",
- "documentation": "Returns the phone number for the given {@code subscriptionId}, or an empty string if not\navailable.\n\n\u003cp\u003eThe phone number can be set by {@link #setPhoneNumber(int, String)}\n"
+ "documentation": "Returns the phone number for the given {@code subscriptionId}, or an empty string if not\navailable.\n\n\u003cp\u003eThe phone number can be set by {@link #setPhoneNumber(int, String)}\n\n\u003cp\u003eAn exception will be thrown if the READ_PHONE_NUMBERS permission has not been granted.\n"
+ },
+ "getPhoneNumber(int,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "subscriptionId",
+ "source"
+ ],
+ "returnType": "java.lang.String",
+ "exceptions": [],
+ "minSdk": 33,
+ "name": "getPhoneNumber(int,int)",
+ "documentation": "Returns the phone number for the given {@code subscriptionId}, or an empty string if not\navailable. {@code source} is ignored and will return the same as {@link #getPhoneNumber(int)}.\n\n\u003cp\u003eThe phone number can be set by {@link #setPhoneNumber(int, String)}\n"
+ },
+ "hasOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "listener"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "name": "hasOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)",
+ "documentation": "Check if a listener exists in the {@link ShadowSubscriptionManager.listeners}.\n\n@param listener The listener to check.\n@return boolean True if the listener already added, otherwise false.\n"
},
"isNetworkRoaming(int)": {
"isImplementation": true,
@@ -504,6 +557,19 @@
"name": "setPhoneNumber(int,java.lang.String)",
"documentation": "Sets the phone number returned by {@link #getPhoneNumber(int)}. "
},
+ "setReadPhoneNumbersPermission(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "readPhoneNumbersPermission"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setReadPhoneNumbersPermission(boolean)",
+ "documentation": "When set to false methods requiring {@link android.Manifest.permission.READ_PHONE_NUMBERS}\npermission will throw a {@link SecurityException}. By default it\u0027s set to true for backwards\ncompatibility.\n"
+ },
"setReadPhoneStatePermission(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -539,6 +605,7 @@
"java.util.List",
"java.util.Map",
"java.util.Set",
+ "java.util.concurrent.Executor",
"org.robolectric.annotation.HiddenApi",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
diff --git a/assets/json-docs/android.telephony.TelephonyManager.json b/assets/json-docs/android.telephony.TelephonyManager.json
index 9334ee0e8..4177588ec 100644
--- a/assets/json-docs/android.telephony.TelephonyManager.json
+++ b/assets/json-docs/android.telephony.TelephonyManager.json
@@ -172,6 +172,18 @@
"name": "getCallState()",
"documentation": "Call state may be specified via {@link #setCallState(int)}. "
},
+ "getCallStateForSubscription()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "getCallStateForSubscription()",
+ "documentation": "Call state may be specified via {@link #setCallState(int)}. "
+ },
"getCarrierConfig()": {
"isImplementation": true,
"modifiers": [
@@ -245,6 +257,17 @@
"minSdk": 23,
"name": "getCurrentPhoneType(int)"
},
+ "getDataActivity()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "int",
+ "exceptions": [],
+ "name": "getDataActivity()",
+ "documentation": "Data activity may be specified via {@link #setDataActivity(int)}. If no override is set, this\ndefaults to {@link TelephonyManager#DATA_ACTIVITY_NONE}.\n"
+ },
"getDataNetworkType()": {
"isImplementation": true,
"modifiers": [
@@ -292,6 +315,16 @@
"name": "getDeviceId(int)",
"documentation": "Returns {@code null} by default or the value specified via {@link #setDeviceId(int, String)}.\n"
},
+ "getDeviceSoftwareVersion()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.lang.String",
+ "exceptions": [],
+ "name": "getDeviceSoftwareVersion()"
+ },
"getEmergencyCallbackMode()": {
"isImplementation": true,
"modifiers": [
@@ -303,6 +336,18 @@
"minSdk": 26,
"name": "getEmergencyCallbackMode()"
},
+ "getEmergencyNumberList()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.util.Map\u003cjava.lang.Integer,java.util.List\u003candroid.telephony.emergency.EmergencyNumber\u003e\u003e",
+ "exceptions": [],
+ "minSdk": 30,
+ "name": "getEmergencyNumberList()",
+ "documentation": "Implementation for {@link TelephonyManager#getEmergencyNumberList}.\n\n@return an immutable map by default, unless set with {@link #setEmergencyNumberList}.\n"
+ },
"getEventFlags()": {
"isImplementation": false,
"modifiers": [
@@ -458,6 +503,17 @@
"exceptions": [],
"name": "getNetworkOperatorName()"
},
+ "getNetworkSpecifier()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "java.lang.String",
+ "exceptions": [],
+ "minSdk": 26,
+ "name": "getNetworkSpecifier()"
+ },
"getNetworkType()": {
"isImplementation": true,
"modifiers": [
@@ -468,6 +524,17 @@
"exceptions": [],
"name": "getNetworkType()"
},
+ "getPhoneCapability()": {
+ "isImplementation": true,
+ "modifiers": [
+ "public"
+ ],
+ "params": [],
+ "returnType": "java.lang.Object",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "getPhoneCapability()"
+ },
"getPhoneCount()": {
"isImplementation": true,
"modifiers": [
@@ -659,6 +726,19 @@
"exceptions": [],
"name": "getSubscriberId()"
},
+ "getSubscriptionId(android.telecom.PhoneAccountHandle)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "handle"
+ ],
+ "returnType": "int",
+ "exceptions": [],
+ "minSdk": 30,
+ "name": "getSubscriptionId(android.telecom.PhoneAccountHandle)"
+ },
"getUiccCardsInfo()": {
"isImplementation": true,
"modifiers": [
@@ -754,6 +834,20 @@
"name": "getVoicemailRingtoneUri(android.telecom.PhoneAccountHandle)",
"documentation": "Returns {@code null} by default or the value specified via {@link\n#setVoicemailRingtoneUri(PhoneAccountHandle, Uri)}.\n"
},
+ "hasCarrierPrivileges(int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "subId"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 24,
+ "name": "hasCarrierPrivileges(int)",
+ "documentation": "@return False by default, unless set with {@link #setHasCarrierPrivileges(int, boolean)}.\n"
+ },
"initListener(android.telephony.PhoneStateListener,int)": {
"isImplementation": false,
"modifiers": [
@@ -802,6 +896,20 @@
"name": "isDataEnabled()",
"documentation": "Implementation for {@link TelephonyManager#isDataEnabled}.\n\n@return False by default, unless set with {@link TelephonyManager#setDataEnabled}.\n"
},
+ "isDataEnabledForReason(int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "reason"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "isDataEnabledForReason(int)",
+ "documentation": "Implementation for {@link TelephonyManager#isDataEnabledForReason}.\n\n@return True by default, unless reason is set to false with {@link\n TelephonyManager#setDataEnabledForReason}.\n"
+ },
"isEmergencyNumber(java.lang.String)": {
"isImplementation": true,
"modifiers": [
@@ -875,6 +983,18 @@
"name": "isSmsCapable()",
"documentation": "@return true by default, or the value specified via {@link #setIsSmsCapable(boolean)}\n"
},
+ "isTtyModeSupported()": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 23,
+ "name": "isTtyModeSupported()",
+ "documentation": "Implementation for {@link TelephonyManager#isTtyModeSupported}.\n\n@return False by default, unless set with {@link #setTtyModeSupported(boolean)}.\n"
+ },
"isVoiceCapable()": {
"isImplementation": true,
"modifiers": [
@@ -1165,6 +1285,19 @@
"name": "setCurrentPhoneType(int,int)",
"documentation": "Sets the phone type for the given {@code subId}. "
},
+ "setDataActivity(int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "dataActivity"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setDataActivity(int)",
+ "documentation": "Sets the value to be returned by calls to {@link #getDataActivity()}. This \u003cb\u003eshould\u003c/b\u003e\ncorrespond to one of the {@code DATA_ACTIVITY_*} constants defined on {@link TelephonyManager},\nbut this is not enforced.\n"
+ },
"setDataEnabled(boolean)": {
"isImplementation": true,
"modifiers": [
@@ -1179,6 +1312,21 @@
"name": "setDataEnabled(boolean)",
"documentation": "Implementation for {@link TelephonyManager#setDataEnabled}. Marked as public in order to allow\nit to be used as a test API.\n"
},
+ "setDataEnabledForReason(int,boolean)": {
+ "isImplementation": true,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "reason",
+ "enabled"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 31,
+ "name": "setDataEnabledForReason(int,boolean)",
+ "documentation": "Implementation for {@link TelephonyManager#setDataEnabledForReason}. Marked as public in order\nto allow it to be used as a test API.\n"
+ },
"setDataNetworkType(int)": {
"isImplementation": true,
"modifiers": [
@@ -1232,6 +1380,18 @@
"exceptions": [],
"name": "setDeviceId(java.lang.String)"
},
+ "setDeviceSoftwareVersion(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "newDeviceSoftwareVersion"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setDeviceSoftwareVersion(java.lang.String)"
+ },
"setEmergencyCallbackMode(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -1245,6 +1405,20 @@
"name": "setEmergencyCallbackMode(boolean)",
"documentation": "Emergency Callback Mode (ECBM) is typically set by the carrier, for a time window of 5 minutes\nafter the last outgoing emergency call. The user can exit ECBM via a system notification.\n\n@param emergencyCallbackMode whether the device is in ECBM or not.\n"
},
+ "setEmergencyNumberList(java.util.Map\u003cjava.lang.Integer,java.util.List\u003candroid.telephony.emergency.EmergencyNumber\u003e\u003e)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public",
+ "static"
+ ],
+ "params": [
+ "emergencyNumbersList"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setEmergencyNumberList(java.util.Map\u003cjava.lang.Integer,java.util.List\u003candroid.telephony.emergency.EmergencyNumber\u003e\u003e)",
+ "documentation": "Sets the emergency numbers list returned by {@link TelephonyManager#getEmergencyNumberList}.\n"
+ },
"setGroupIdLevel1(java.lang.String)": {
"isImplementation": false,
"modifiers": [
@@ -1257,6 +1431,32 @@
"exceptions": [],
"name": "setGroupIdLevel1(java.lang.String)"
},
+ "setHasCarrierPrivileges(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "hasCarrierPrivileges"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setHasCarrierPrivileges(boolean)"
+ },
+ "setHasCarrierPrivileges(int,boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "subId",
+ "hasCarrierPrivileges"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setHasCarrierPrivileges(int,boolean)",
+ "documentation": "Sets the {@code hasCarrierPrivileges} for the given {@code subId}. "
+ },
"setHearingAidCompatibilitySupported(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -1411,8 +1611,35 @@
"returnType": "void",
"exceptions": [],
"minSdk": 22,
+ "maxSdk": 34,
"name": "setNetworkOperatorName(java.lang.String)"
},
+ "setNetworkOperatorNameForPhone(int,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "phoneId",
+ "networkOperatorName"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "setNetworkOperatorNameForPhone(int,java.lang.String)"
+ },
+ "setNetworkSpecifier(java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "networkSpecifier"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setNetworkSpecifier(java.lang.String)"
+ },
"setNetworkType(int)": {
"isImplementation": false,
"modifiers": [
@@ -1426,6 +1653,31 @@
"name": "setNetworkType(int)",
"documentation": "@deprecated {@link TelephonyManager#getNetworkType()} was replaced with {@link\n TelephonyManager#getDataNetworkType()} in Android N, and has been deprecated in Android R.\n Use {@link #setDataNetworkType instead}.\n"
},
+ "setPhoneAccountHandleSubscriptionId(android.telecom.PhoneAccountHandle,int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "handle",
+ "subscriptionId"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setPhoneAccountHandleSubscriptionId(android.telecom.PhoneAccountHandle,int)"
+ },
+ "setPhoneCapability(java.lang.Object)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "phoneCapability"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setPhoneCapability(java.lang.Object)"
+ },
"setPhoneCount(int)": {
"isImplementation": false,
"modifiers": [
@@ -1450,8 +1702,23 @@
"returnType": "void",
"exceptions": [],
"minSdk": 22,
+ "maxSdk": 34,
"name": "setPhoneType(int)"
},
+ "setPhoneType(int,int)": {
+ "isImplementation": true,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "phoneId",
+ "type"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "setPhoneType(int,int)"
+ },
"setReadPhoneStatePermission(boolean)": {
"isImplementation": false,
"modifiers": [
@@ -1593,8 +1860,23 @@
"returnType": "void",
"exceptions": [],
"minSdk": 22,
+ "maxSdk": 34,
"name": "setSimOperatorName(java.lang.String)"
},
+ "setSimOperatorNameForPhone(int,java.lang.String)": {
+ "isImplementation": true,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "phoneId",
+ "name"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 35,
+ "name": "setSimOperatorNameForPhone(int,java.lang.String)"
+ },
"setSimSerialNumber(java.lang.String)": {
"isImplementation": false,
"modifiers": [
@@ -1689,6 +1971,19 @@
"name": "setTelephonyManagerForSubscriptionId(int,android.telephony.TelephonyManager)",
"documentation": "Sets the value returned by {@link TelephonyManager#createForSubscriptionId(int)}. "
},
+ "setTtyModeSupported(boolean)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "isTtyModeSupported"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setTtyModeSupported(boolean)",
+ "documentation": "Sets the value to be returned by {@link #isTtyModeSupported()} "
+ },
"setUiccCardsInfo(java.lang.Object)": {
"isImplementation": false,
"modifiers": [
@@ -1890,20 +2185,25 @@
"android.telephony.TelephonyManager",
"android.telephony.TelephonyManager.CellInfoCallback",
"android.telephony.VisualVoicemailSmsFilterSettings",
+ "android.telephony.emergency.EmergencyNumber",
"android.text.TextUtils",
"android.util.SparseArray",
+ "android.util.SparseBooleanArray",
"android.util.SparseIntArray",
"com.google.common.base.Ascii",
"com.google.common.base.Preconditions",
"com.google.common.base.Predicate",
"com.google.common.collect.ImmutableList",
+ "com.google.common.collect.ImmutableMap",
"com.google.common.collect.Iterables",
"java.util.ArrayList",
"java.util.Collections",
"java.util.HashMap",
+ "java.util.HashSet",
"java.util.List",
"java.util.Locale",
"java.util.Map",
+ "java.util.Set",
"java.util.concurrent.Executor",
"org.robolectric.RuntimeEnvironment",
"org.robolectric.annotation.HiddenApi",
@@ -1913,6 +2213,8 @@
"org.robolectric.annotation.Resetter",
"org.robolectric.shadow.api.Shadow",
"org.robolectric.util.ReflectionHelpers",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.versioning.AndroidVersions.V",
"org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams"
],
"name": "org.robolectric.shadows.ShadowTelephonyManager"
diff --git a/assets/json-docs/android.text.TextUtils.json b/assets/json-docs/android.text.TextUtils.json
index 70f5d75a5..85ff00a19 100644
--- a/assets/json-docs/android.text.TextUtils.json
+++ b/assets/json-docs/android.text.TextUtils.json
@@ -25,5 +25,5 @@
"org.robolectric.annotation.Implements"
],
"name": "org.robolectric.shadows.ShadowTextUtils",
- "documentation": "Implement {@lint TextUtils#ellipsize} by truncating the text.\n"
+ "documentation": "Implement {@link TextUtils#ellipsize} by truncating the text. "
}
\ No newline at end of file
diff --git a/assets/json-docs/android.view.PixelCopy.json b/assets/json-docs/android.view.PixelCopy.json
index d22df0213..44a20c978 100644
--- a/assets/json-docs/android.view.PixelCopy.json
+++ b/assets/json-docs/android.view.PixelCopy.json
@@ -15,31 +15,51 @@
"exceptions": [],
"name": "alertFinished(android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler,int)"
},
- "getActivity(android.content.Context)": {
+ "findViewForSurface(android.view.Surface)": {
"isImplementation": false,
"modifiers": [
"private",
"static"
],
"params": [
- "context"
+ "source"
],
- "returnType": "android.app.Activity",
+ "returnType": "android.view.View",
"exceptions": [],
- "name": "getActivity(android.content.Context)"
+ "name": "findViewForSurface(android.view.Surface)"
},
- "getActivity(android.view.View)": {
- "isImplementation": false,
+ "request(android.view.Surface,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)": {
+ "isImplementation": true,
"modifiers": [
- "private",
+ "protected",
"static"
],
"params": [
- "view"
+ "source",
+ "srcRect",
+ "dest",
+ "listener",
+ "listenerThread"
],
- "returnType": "android.app.Activity",
+ "returnType": "void",
"exceptions": [],
- "name": "getActivity(android.view.View)"
+ "name": "request(android.view.Surface,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"
+ },
+ "request(android.view.SurfaceView,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "source",
+ "dest",
+ "listener",
+ "listenerThread"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "request(android.view.SurfaceView,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"
},
"request(android.view.SurfaceView,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)": {
"isImplementation": true,
@@ -91,20 +111,36 @@
"exceptions": [],
"name": "request(android.view.Window,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"
},
- "takeScreenshot(android.view.Window,android.graphics.Bitmap,android.graphics.Rect)": {
+ "request(java.lang.Object,java.lang.Object,java.lang.Object)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected",
+ "static"
+ ],
+ "params": [
+ "requestObject",
+ "callbackExecutor",
+ "listener"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "request(java.lang.Object,java.lang.Object,java.lang.Object)"
+ },
+ "takeScreenshot(android.view.View,android.graphics.Bitmap,android.graphics.Rect)": {
"isImplementation": false,
"modifiers": [
"private",
"static"
],
"params": [
- "window",
+ "view",
"screenshot",
"srcRect"
],
"returnType": "void",
"exceptions": [],
- "name": "takeScreenshot(android.view.Window,android.graphics.Bitmap,android.graphics.Rect)"
+ "name": "takeScreenshot(android.view.View,android.graphics.Bitmap,android.graphics.Rect)"
},
"validateBitmap(android.graphics.Bitmap)": {
"isImplementation": false,
@@ -115,16 +151,15 @@
"params": [
"bitmap"
],
- "returnType": "void",
+ "returnType": "android.graphics.Bitmap",
"exceptions": [],
"name": "validateBitmap(android.graphics.Bitmap)"
}
},
"imports": [
- "android.os.Build.VERSION_CODES.P",
- "android.app.Activity",
- "android.content.Context",
- "android.content.ContextWrapper",
+ "android.os.Build.VERSION_CODES.O",
+ "com.google.common.base.Preconditions.checkNotNull",
+ "org.robolectric.util.reflector.Reflector.reflector",
"android.graphics.Bitmap",
"android.graphics.Canvas",
"android.graphics.Paint",
@@ -133,14 +168,29 @@
"android.os.Looper",
"android.view.PixelCopy",
"android.view.PixelCopy.OnPixelCopyFinishedListener",
+ "android.view.Surface",
"android.view.SurfaceView",
"android.view.View",
- "android.view.ViewGroup",
+ "android.view.ViewRootImpl",
"android.view.Window",
+ "android.view.WindowManagerGlobal",
"androidx.annotation.NonNull",
"androidx.annotation.Nullable",
+ "java.util.function.Consumer",
"org.robolectric.annotation.Implementation",
- "org.robolectric.annotation.Implements"
+ "org.robolectric.annotation.Implements",
+ "org.robolectric.shadow.api.Shadow",
+ "org.robolectric.shadows.ShadowWindowManagerGlobal.WindowManagerGlobalReflector",
+ "org.robolectric.util.reflector.Accessor",
+ "org.robolectric.util.reflector.Constructor",
+ "org.robolectric.util.reflector.ForType",
+ "org.robolectric.util.reflector.Static",
+ "org.robolectric.versioning.AndroidVersions.U",
+ "org.robolectric.shadows.ShadowPixelCopy.ShadowPixelCopyRequestBuilder",
+ "org.robolectric.shadows.ShadowPixelCopy.PixelCopyReflector",
+ "org.robolectric.shadows.ShadowPixelCopy.BuilderReflector",
+ "org.robolectric.shadows.ShadowPixelCopy.RequestReflector",
+ "org.robolectric.shadows.ShadowPixelCopy.ResultReflector"
],
"name": "org.robolectric.shadows.ShadowPixelCopy",
"documentation": "Shadow for PixelCopy that uses View.draw to create screenshots. The real PixelCopy performs a\nfull hardware capture of the screen at the given location, which is impossible in Robolectric.\n\n\u003cp\u003eIf listenerThread is backed by a paused looper, make sure to call ShadowLooper.idle() to\nensure the screenshot finishes.\n"
diff --git a/assets/json-docs/android.view.View.json b/assets/json-docs/android.view.View.json
index c8d925d16..bec9a8b3f 100644
--- a/assets/json-docs/android.view.View.json
+++ b/assets/json-docs/android.view.View.json
@@ -29,6 +29,7 @@
"returnType": "void",
"exceptions": [],
"minSdk": 20,
+ "maxSdk": 30,
"name": "__constructor__(android.content.Context,android.util.AttributeSet,int,int)"
},
"addGlobalPerformClickListener(android.view.View.OnClickListener)": {
@@ -327,6 +328,18 @@
"exceptions": [],
"name": "getLayerType()"
},
+ "getLocationInSurfaceCompat(android.view.View)": {
+ "isImplementation": false,
+ "modifiers": [
+ "static"
+ ],
+ "params": [
+ "view"
+ ],
+ "returnType": "int[]",
+ "exceptions": [],
+ "name": "getLocationInSurfaceCompat(android.view.View)"
+ },
"getLocationOnScreen(int[])": {
"isImplementation": true,
"modifiers": [
@@ -1019,7 +1032,6 @@
"android.os.Build.VERSION_CODES.O",
"android.os.Build.VERSION_CODES.Q",
"android.os.Build.VERSION_CODES.R",
- "org.robolectric.shadow.api.Shadow.invokeConstructor",
"org.robolectric.shadows.ShadowLooper.shadowMainLooper",
"org.robolectric.util.ReflectionHelpers.getField",
"org.robolectric.util.reflector.Reflector.reflector",
@@ -1031,6 +1043,7 @@
"android.graphics.Rect",
"android.graphics.RectF",
"android.graphics.drawable.Drawable",
+ "android.os.Build",
"android.os.Looper",
"android.os.RemoteException",
"android.os.SystemClock",
@@ -1066,7 +1079,7 @@
"org.robolectric.annotation.Resetter",
"org.robolectric.config.ConfigurationRegistry",
"org.robolectric.shadow.api.Shadow",
- "org.robolectric.util.ReflectionHelpers.ClassParameter",
+ "org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector",
"org.robolectric.util.TimeUtils",
"org.robolectric.util.reflector.Accessor",
"org.robolectric.util.reflector.Direct",
diff --git a/assets/json-docs/android.view.ViewGroup.json b/assets/json-docs/android.view.ViewGroup.json
index 86d6e55b0..82ab4b566 100644
--- a/assets/json-docs/android.view.ViewGroup.json
+++ b/assets/json-docs/android.view.ViewGroup.json
@@ -105,7 +105,7 @@
"java.io.PrintStream",
"org.robolectric.annotation.Implementation",
"org.robolectric.annotation.Implements",
- "org.robolectric.annotation.LooperMode",
+ "org.robolectric.annotation.LooperMode.Mode",
"org.robolectric.annotation.RealObject",
"org.robolectric.shadow.api.Shadow",
"org.robolectric.util.reflector.Direct",
diff --git a/assets/json-docs/android.view.accessibility.AccessibilityManager.json b/assets/json-docs/android.view.accessibility.AccessibilityManager.json
index fd59ad380..d33cfa95b 100644
--- a/assets/json-docs/android.view.accessibility.AccessibilityManager.json
+++ b/assets/json-docs/android.view.accessibility.AccessibilityManager.json
@@ -238,6 +238,30 @@
"exceptions": [],
"name": "setInstalledAccessibilityServiceList(java.util.List\u003candroid.accessibilityservice.AccessibilityServiceInfo\u003e)"
},
+ "setInteractiveUiTimeout(int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "interactiveUiTimeoutMillis"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setInteractiveUiTimeout(int)"
+ },
+ "setNonInteractiveUiTimeout(int)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "nonInteractiveUiTimeoutMillis"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "setNonInteractiveUiTimeout(int)"
+ },
"setTouchExplorationEnabled(boolean)": {
"isImplementation": false,
"modifiers": [
diff --git a/assets/json-docs/android.view.inputmethod.InputMethodManager.json b/assets/json-docs/android.view.inputmethod.InputMethodManager.json
index dc40c7f3b..e284467f0 100644
--- a/assets/json-docs/android.view.inputmethod.InputMethodManager.json
+++ b/assets/json-docs/android.view.inputmethod.InputMethodManager.json
@@ -341,6 +341,23 @@
"maxSdk": 33,
"name": "showSoftInput(android.view.View,int,android.os.ResultReceiver,int)"
},
+ "showSoftInput(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)": {
+ "isImplementation": true,
+ "modifiers": [
+ "protected"
+ ],
+ "params": [
+ "view",
+ "statsToken",
+ "flags",
+ "resultReceiver",
+ "reason"
+ ],
+ "returnType": "boolean",
+ "exceptions": [],
+ "minSdk": 34,
+ "name": "showSoftInput(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"
+ },
"startInputInner(int,android.os.IBinder,int,int,int)": {
"isImplementation": true,
"modifiers": [
@@ -406,9 +423,11 @@
"org.robolectric.util.reflector.Direct",
"org.robolectric.util.reflector.ForType",
"org.robolectric.util.reflector.Static",
+ "org.robolectric.versioning.AndroidVersions.U",
"org.robolectric.shadows.ShadowInputMethodManager.SoftInputVisibilityChangeHandler",
"org.robolectric.shadows.ShadowInputMethodManager.PrivateCommandListener",
"org.robolectric.shadows.ShadowInputMethodManager._InputMethodManager_"
],
- "name": "org.robolectric.shadows.ShadowInputMethodManager"
+ "name": "org.robolectric.shadows.ShadowInputMethodManager",
+ "documentation": "Shadow for InputMethodManager. "
}
\ No newline at end of file
diff --git a/assets/json-docs/android.webkit.MimeTypeMap.json b/assets/json-docs/android.webkit.MimeTypeMap.json
index b402d8c41..376e2ed56 100644
--- a/assets/json-docs/android.webkit.MimeTypeMap.json
+++ b/assets/json-docs/android.webkit.MimeTypeMap.json
@@ -11,7 +11,21 @@
],
"returnType": "void",
"exceptions": [],
- "name": "addExtensionMimeTypMapping(java.lang.String,java.lang.String)"
+ "name": "addExtensionMimeTypMapping(java.lang.String,java.lang.String)",
+ "documentation": "@deprecated use addExtensionMimeTypeMapping\n"
+ },
+ "addExtensionMimeTypeMapping(java.lang.String,java.lang.String)": {
+ "isImplementation": false,
+ "modifiers": [
+ "public"
+ ],
+ "params": [
+ "extension",
+ "mimeType"
+ ],
+ "returnType": "void",
+ "exceptions": [],
+ "name": "addExtensionMimeTypeMapping(java.lang.String,java.lang.String)"
},
"clearMappings()": {
"isImplementation": false,
diff --git a/javadoc/4.11/allclasses-index.html b/javadoc/4.11/allclasses-index.html
new file mode 100644
index 000000000..1c96e6347
--- /dev/null
+++ b/javadoc/4.11/allclasses-index.html
@@ -0,0 +1,4911 @@
+
+
+
+
+All Classes and Interfaces
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
All Classes and Interfaces Interfaces Classes Enums Exceptions Annotation Types
+
+
+
+
+
+
+
Indicates that the annotated method is an accessor for a non-visible field.
+
+
+
+
+
+
ActivityController provides low-level APIs to control activity's lifecycle.
+
+
+
+
+
+
Instruments the Android jars
+
+
+
+
+
+
Maps calls to Cleaner, which moved between Java 8 and 9:
+
+
+ sun.misc.Cleaner.create()
-> new java.lang.ref.Cleaner().register()
+ sun.misc.Cleaner.clean()
-> java.lang.ref.Cleaner.Cleanable().clean()
+
+
+
+
+
+
+
+
+
+
+
AndroidInterceptor for NioUtils.freeDirectBuffer.
+
+
+
+
+
+
AndroidInterceptor for Reference.refersTo which is not available until JDK 16.
+
+
+
+
Intercepts calls to methods in
Socket
not present in the OpenJDK.
+
+
+
+
+
+
AndroidInterceptor for System.logE and System.logW.
+
+
+
+
+
+
A wrapper for an Android App Manifest, which represents information about one's App to an Android
+ system.
+
+
+
+
Data related to Android tests.
+
+
+
+
Sandbox simulating an Android device.
+
+
+
+
Adapter from Sdk to ResourceLoader.
+
+
+
+
Provides a mechanism for tests to inject a different AndroidTestEnvironment.
+
+
+
+
Android-specific rules for matching shadow classes and methods by SDK level.
+
+
+
+
+
+
Utility access method to allow robolectric to instantiate AndroidVersions without cluttering code
+ completion for users of AndroidVersions's embedded Types of one per Android Releases.
+
+
+
+
Android versioning is complicated.
+ 1) There is a yearly letter release with an increasing of one alpha step each year A-> B, B-> C,
+ and so on.
+
+
+
+
Representation of an android release, one that has occurred, or is expected.
+
+
+
+
Version: 4.1
+ ShortCode: J
+ SDK API Level: 16
+ release: true
+
+
+
+
Version: 4.2
+ ShortCode: JMR1
+ SDK API Level: 17
+ release: true
+
+
+
+
Version: 4.3
+ ShortCode: JMR2
+ SDK API Level: 18
+ release: true
+
+
+
+
Version: 4.4
+ ShortCode: K
+ SDK API Level: 19
+ release: true
+
+
+
+
Version: 5.0
+ ShortCode: L
+ SDK API Level: 21
+ release: true
+
+
+
+
Version: 5.1
+ ShortCode: LMR1
+ SDK API Level: 22
+ release: true
+
+
+
+
Version: 6.0
+ ShortCode: M
+ SDK API Level: 23
+ release: true
+
+
+
+
Version: 7.0
+ ShortCode: N
+ SDK API Level: 24
+ release: true
+
+
+
+
Release: 7.1
+ ShortCode: NMR1
+ SDK Framework: 25
+ release: true
+
+
+
+
Release: 8.0
+ ShortCode: O
+ SDK API Level: 26
+ release: true
+
+
+
+
Release: 8.1
+ ShortCode: OMR1
+ SDK API Level: 27
+ release: true
+
+
+
+
Release: 9.0
+ ShortCode: P
+ SDK API Level: 28
+ release: true
+
+
+
+
Release: 10.0
+ ShortCode: Q
+ SDK API Level: 29
+ release: true
+
+
+
+
Release: 11.0
+ ShortCode: R
+ SDK API Level: 30
+ release: true
+
+
+
+
Release: 12.0
+ ShortCode: S
+ SDK API Level: 31
+ release: true
+
+
+
+
Release: 12.1
+ ShortCode: Sv2
+ SDK API Level: 32
+ release: true
+
+
+
+
Release: 13.0
+ ShortCode: T
+ SDK API Level: 33
+ release: true
+
+
+
+
Potential Release: 14.0
+ ShortCode: U
+ SDK API Level: 34
+ release: false
+
+
+
+
Potential Release: 15.0
+ ShortCode: V
+ SDK API Level: 34+
+ release: false
+
+
+
+
Native methods for AnimatedImageDrawable JNI registration.
+
+
+
+
Native methods for AnimatedVectorDrawable JNI registration.
+
+
+
+
A global cache for ApkAssets (framework and app resources).
+
+
+
+
The cache key for this cache.
+
+
+
+
+
+
Mediates loading of "APKs" in legacy mode.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Factory to create AttestedKeyPair.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Indicates that the annotated type will be used as a factory.
+
+
+
+
Utility class for running code off the main looper thread aka Robolectric test thread.
+
+
+
Deprecated.
+
+
+
+
+
Annotation for test methods that need to be executed in a background thread.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for BaseCanvas JNI registration.
+
+
+
Deprecated.
+
+
+
+
+
Native methods for BaseRecordingCanvas JNI registration.
+
+
+
+
Native methods for BitmapFactory JNI registration.
+
+
+
+
Native methods for Bitmap JNI registration.
+
+
+
+
Native methods for BitmapShader JNI registration.
+
+
+
+
Native methods for BlendModeColorFilter JNI registration.
+
+
+
+
Native methods for BlurMaskFilter JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
Stores a sparsely populated array.
+
+
+
+
Class that returns iterators for a given path.
+
+
+
+
Native methods for Canvas JNI registration.
+
+
+
+
Native methods for CanvasProperty JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This interface is used by Robolectric when instrumented classes are created and interacted with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rule for failing tests that leave any CloseGuards open.
+
+
+
+
Native methods for ColorFilter JNI registration.
+
+
+
+
Native methods for ColorMatrixColorFilter JNI registration.
+
+
+
+
Native methods for Color JNI registration.
+
+
+
+
Native methods for BitmapFactory JNI registration.
+
+
+
+
+
+
Native methods for ComposePathEffect JNI registration.
+
+
+
+
Native methods for ComposeShader JNI registration.
+
+
+
+
Configuration settings that can be used on a per-class or per-test basis.
+
+
+
+
+
+
+
+
Provides configuration to Robolectric for its @
Config
annotation.
+
+
+
+
transliterated from
+ https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/tools/aapt2/ConfigDescription.cpp
+
+
+
+
+
Deprecated.
+
+
+
+
+
Holds configuration objects for the current test, computed using Configurer
.
+
+
+
+
Strategy for configuring individual tests.
+
+
+
+
Heterogeneous typesafe collection of configuration objects managed by their
Configurer
.
+
+
+
+
+
+
Provides configuration data for tests.
+
+
+
+
+
+
Annotation for Conscrypt modes in Robolectric.
+
+
+
+
Specifies the different supported Conscrypt modes.
+
+
+
+
Provides configuration to Robolectric for its @
ConscryptMode
annotation.
+
+
+
+
Indicates that the annotated method is a constructor.
+
+
+
+
Represents an operation that accepts a single input argument and returns no
+ result.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for CornerPathEffect JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for CursorWindow JNI registration.
+
+
+
+
Native methods for DashPathEffect JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
Loads the Robolectric native runtime.
+
+
+
+
Default implementation of RequestDirector
.
+
+
+
+
+
+
+
+
+
+
+
+
Provides mapping between a Maven coordinate (e.g.
+
+
+
+
+
+
Checks for the deprecated methods.
+
+
+
+
Supports device configuration for Robolectric tests.
+
+
+
+
Standard sizes for the screen size qualifier.
+
+
+
+
+
+
+
+
Indicates that the annotated method should use the original $$robo$$-prefixed implementation so
+ that it can be invoked in the shadow for the method.
+
+
+
+
+
+
Native methods for DiscretePathEffect JNI registration.
+
+
+
+
Describes the characteristics of a particular logical display.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Indicates that a class should not be stripped/instrumented under any circumstances.
+
+
+
+
+
+
DrawableResourceLoader
+
+
+
+
Holds the shared library ID table.
+
+
+
+
Native methods for EmbossMaskFilter JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
Allows tests to assert about the presence of log messages, and turns logged errors that are not
+ explicitly expected into test failures.
+
+
+
+
Marks a component of Robolectric that may be replaced with a custom implementation.
+
+
+
+
Collection of static methods used interact with HTTP requests / responses.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for android.graphics.fonts.Font$Builder JNI registration.
+
+
+
+
Native methods for android.graphics.fonts.FontFamily$Builder JNI registration.
+
+
+
+
Native methods for the deprecated android.graphics.FontFamily JNI registration.
+
+
+
+
Native methods for android.graphics.fonts.FontFileUtil JNI registration.
+
+
+
+
Native methods for android.graphics.fonts.Font JNI registration.
+
+
+
+
Native methods for android.graphics.fonts.FontFamily JNI registration.
+
+
+
+
+
+
Indicates that the annotated interface is an accessor object for use by
Reflector
.
+
+
+
+
+
Deprecated.
+
+
+
+
Deprecated.
+
+
+
+
+
+
+
+
Deprecated.
+
+
+
+
+
Interface defining a function object.
+
+
+
+
Base class for code generators.
+
+
+
+
A
Configurer
annotation for controlling how Robolectric
+ executes
PackageManager#getInstallerPackageName
method.
+
+
+
+
Specifies the different ShadowApplicationPackageManager#getInstallerPackageName
modes.
+
+
+
+
+
+
Provides the default config for a test.
+
+
+
Deprecated.
+
+
+
+
+
Information about a single satellite in a
GnssStatus
.
+
+
+
+
+
+
+
+
Specifies the different supported graphics modes.
+
+
+
+
Provides configuration to Robolectric for its @
GraphicsMode
annotation.
+
+
+
+
A
ShadowPicker
that selects between shadows given the Graphics mode.
+
+
+
+
Native methods for HardwareRenderer
JNI registration.
+
+
+
+
Native methods for ImageDecoder
JNI registration.
+
+
+
+
+
+
Matchers for ShadowUsageCheck
.
+
+
+
+
Matches implementations of the given interface.
+
+
+
+
Indicates that the annotated method is hidden in the public Android API.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Timeout exception thrown when idling resources are not idle for longer than the configured
+ timeout.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Image information descriptor.
+
+
+
+
Indicates that a method declaration is intended to shadow a method with the same signature on the
+ associated Android class.
+
+
+
+
+
+
Indicates that a class declaration is intended to shadow an Android class declaration.
+
+
+
+
An interface used as the default for the picker
param.
+
+
+
+
+
+
Supported modes for validation of
Implementation
methods against SDKs.
+
+
+
+
+
+
A tiny dependency injection and plugin helper for Robolectric.
+
+
+
+
+
+
Identifies an injection point.
+
+
+
+
Executor service that executes posted tasks as soon as they are posted.
+
+
+
+
Indicates that a class should always be instrumented regardless of its package.
+
+
+
+
+
+
+
+
Marker interface used by Robolectric to indicate that an interface has been instrumented
+
+
+
+
ClassWriter implementation that verifies classes by comparing type information obtained
+ from loading the classes as resources.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for Interpolator JNI registration.
+
+
+
+
+
Deprecated.
+
+
+
+
+
+
+
+
+
A class that gets instrumented by both Robolectric (for shadowing) and Jacoco.
+
+
+
+
Runs Robolectric invokedynamic instrumentation on an android-all jar.
+
+
+
+
Primarily used by the Robolectric Chrome extension for Robolectric docs alongside of Android SDK
+ docs.
+
+
+
+
+
+
Utility class used to join strings together with a delimiter.
+
+
+
+
A
Configurer
annotation that dictates whether or not
+ Robolectric should lazily instantiate the Application under test.
+
+
+
+
Whether or not the Application should be lazily loaded
+
+
+
+
A
Configurer
that reads the
LazyApplication
to
+ dictate whether Robolectric should lazily instantiate the Application under test (as well as the
+ test Instrumentation).
+
+
+
+
Robolectric's historical dependency resolver (which is currently still the default), which is
+ used by
DefaultSdkProvider
to locate SDK jars.
+
+
+
+
+
+
Native methods for LightingColorFilter JNI registration.
+
+
+
+
Native methods for LinearGradient JNI registration.
+
+
+
+
Native methods for LineBreaker JNI registration.
+
+
+
+
+
+
An
ActivityInvoker
that drives
Activity
lifecycles manually.
+
+
+
+
A Robolectric implementation for ControlledLooper
.
+
+
+
+
+
+
+
+
+
+
A PermissionGranter
that runs on a local JVM with Robolectric.
+
+
+
+
A UiController
that runs on a local JVM with Robolectric.
+
+
+
+
Logger for Robolectric.
+
+
+
+
+
+
+
+
Specifies the different supported Looper modes.
+
+
+
+
Provides configuration to Robolectric for its @
LooperMode
annotation.
+
+
+
+
+
+
A factory that detects what build system is in use and provides a ManifestFactory that can create
+ an AndroidManifest for that environment.
+
+
+
+
+
+
Native methods for MaskFilter JNI registration.
+
+
+
+
Native methods for Matrix JNI registration.
+
+
+
+
Class responsible for fetching artifacts from Maven.
+
+
+
+
This class is mainly responsible for fetching Android framework JAR dependencies from
+ MavenCentral.
+
+
+
+
Encapsulates some parts of a Maven artifact.
+
+
+
Deprecated.
+
+
+
+
Deprecated.
+
+
+
+
+
Native methods for MeasuredText.Builder JNI registration.
+
+
+
+
Native methods for MeasuredText JNI registration.
+
+
+
+
+
+
+
+
Metadata for perf stats collection.
+
+
+
+
+
+
+
+
+
+
Reference to a specific method on a class.
+
+
+
+
+
+
Metric for perf stats collection.
+
+
+
+
Builder for
ModuleInfo
as ModuleInfo has hidden constructors, this builder class has been
+ added as a way to make custom ModuleInfo objects when needed.
+
+
+
+
+
+
Marker interface for
InputStream
that need special handling.
+
+
+
+
Native methods for NativeAllocationRegistry JNI registration.
+
+
+
+
Java representation of framework native system headers Transliterated from oreo-mr1 (SDK 27)
+ frameworks/native/include/android/Input.h
+
+
+
+
Transliteration of native BitSet64.
+
+
+
+
Handler for native calls instrumented by ClassInstrumentor.
+
+
+
+
Java representation of framework native input Transliterated from oreo-mr1 (SDK 27)
+ frameworks/native/include/input/Input.h and libs/input/Input.cpp
+
+
+
+
Native methods for NativeInterpolatorFactory JNI registration.
+
+
+
+
Thrown when a particular Robolectric native method cannot be found.
+
+
+
+
A unique id per object registry.
+
+
+
+
Loads the Robolectric native runtime.
+
+
+
+
+
+
Native methods for NinePatch JNI registration.
+
+
+
+
Analogue to libcore's
NIOAccess ,
+ which provides access to some internal methods and properties of
Buffer
.
+
+
+
+
+
+
+
+
Provides cached access to robolectric-properties
files, for all your configuration needs!
+
+
+
+
+
+
Builder for PackageRollbackInfo
as PackageRollbackInfo has hidden constructors, this
+ builder class has been added as a way to make custom PackageRollbackInfo objects when needed.
+
+
+
+
Native methods for Paint JNI registration.
+
+
+
+
A Parameterized test runner for Robolectric.
+
+
+
+
Annotation for fields of the test class which will be initialized by the method annotated by
+ Parameters
+ By using directly this annotation, the test class constructor isn't needed.
+ Index range must start at 0.
+
+
+
+
Annotation for a method which provides parameters to be injected into the test class
+ constructor by Parameterized
+
+
+
+
+
+
Native methods for PathDashPathEffect JNI registration.
+
+
+
+
Native methods for PathEffect JNI registration.
+
+
+
+
Native methods for PathMeasure JNI registration.
+
+
+
+
Native methods for Path JNI registration.
+
+
+
+
Native methods for PathParser JNI registration.
+
+
+
+
+
+
Executor service that queues any posted tasks.
+
+
+
+
+
+
Runnable that throws an exception.
+
+
+
+
Supplier that throws an exception.
+
+
+
+
+
+
Holds permission data from manifest.
+
+
+
+
Holds permission data from manifest.
+
+
+
+
+
+
Factory to create PhoneCapability.
+
+
+
+
Native methods for Picture JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for PorterDuffColorFilter JNI registration.
+
+
+
+
Native methods for PositionedGlyphs JNI registration.
+
+
+
+
+
+
+
+
Native methods for PropertyValuesHolder JNI registration.
+
+
+
+
+
Deprecated.
+
+
+
+
+
Android qualifers as defined by
+ https://developer.android.com/guide/topics/resources/providing-resources.html
+
+
+
+
Native methods for RadialGradient JNI registration.
+
+
+
+
Class to build RangingSession
+
+
+
+
+
+
Shadow fields annotated @RealObject will have the real instance injected.
+
+
+
+
+
+
Native methods for RecordingCanvas JNI registration.
+
+
+
+
+
+
Collection of helper methods for calling methods and accessing fields reflectively.
+
+
+
+
Typed parameter used with reflective method calls.
+
+
+
+
String parameter used with reflective method calls.
+
+
+
+
Provides accessor objects for efficiently calling otherwise inaccessible (non-public) methods.
+
+
+
+
Serves to cache the reflector object instance and lower test runtime.
+
+
+
+
Native methods for RegionIterator JNI registration.
+
+
+
+
Native methods for Region JNI registration.
+
+
+
+
+
+
Native methods for RenderEffect JNI registration.
+
+
+
+
Native methods for RenderNodeAnimator JNI registration.
+
+
+
+
Native methods for RenderNode JNI registration.
+
+
+
+
+
+
+
+
+
+
Indicates that the annotated method is used to reset static state in a shadow.
+
+
+
+
Validator that checks usages of
Resetter
.
+
+
+
+
+
+
Helper class to provide various conversion method used in handling android resources.
+
+
+
+
Helper class to provide various conversion method used in handling android resources.
+
+
+
+
Tracks resource ids and generates new unique values.
+
+
+
+
Utility class to that checks if a resource ID is a framework resource or application resource.
+
+
+
+
+
+
+
+
+
+
A provider of resources (Ã la ClassLoader).
+
+
+
+
+
+
Provides utilities to decode/encode a String packed in an arsc resource file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Representation of a value in a resource, supplying type
+ information.
+
+
+
+
Header that appears at the front of every data chunk in a resource.
+
+
+
+
Definition for a pool of strings.
+
+
+
+
+
+
Reference to a string in a string pool.
+
+
+
+
This structure defines a span of style information associated with
+ a string in the pool.
+
+
+
+
A single name/value mapping that is part of a complex resource
+ entry.
+
+
+
+
This is a reference to a unique entry (a ResTable_entry structure)
+ in a resource table.
+
+
+
+
Extended XML tree node for start tags -- includes attribute
+ information.
+
+
+
+
+
+
Extended XML tree node for element start/end nodes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Convenience class for accessing data in a ResStringPool resource.
+
+
+
+
Definition for a pool of strings.
+
+
+
+
+
+
Describes a particular resource configuration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated.
+
+
+
+
Deprecated.
+
+
+
+
+
A response cache that supports statistics tracking and updating stored
+ responses.
+
+
+
+
+
+
+
Deprecated.
+
+
+
+
+
GeneratorAdapter implementation specific to generate code for Robolectric purposes
+
+
+
+
+
+
Model describing the Robolectric source file.
+
+
+
+
+
+
+
+
+
+
Annotation processor entry point for Robolectric annotations.
+
+
+
+
Ensure Robolectric shadow's method marked with @Implementation
is protected
+
+
+
+
Loads and runs a test in a
SandboxClassLoader
in order to provide a simulation of the
+ Android runtime environment.
+
+
+
Deprecated.
+
+
+
+
+
A FrameworkMethod
subclass that contains data required to run Robolectric tests.
+
+
+
+
Performs thread checking when in INSTRUMENTAION_TEST Looper Mode where the test thread is
+ distinct from the main thread.
+
+
+
+
Robolectric implementation of
Menu
.
+
+
+
+
+
+
A Robolectric instrumentation that acts like a slimmed down MonitoringInstrumentation
with only the parts needed for Robolectric.
+
+
+
+
+
+
Where the HTTP client should look for a response.
+
+
+
Deprecated.
+
+
+
+
+
+
+
Robolectric implementation of
SubMenu
.
+
+
+
+
+
+
+
+
Builder for RollbackInfo
as RollbackInfo has hidden constructors, this builder class has
+ been added as a way to make custom RollbackInfo objects when needed.
+
+
+
+
Defines a rectangle with rounded corners, where the sizes of the corners are potentially
+ different.
+
+
+
+
+
+
+
+
+
+
Native methods for RuntimeShader JNI registration.
+
+
+
+
+
+
Class loader that modifies the bytecode of Android classes to insert calls to Robolectric's
+ shadow classes.
+
+
+
+
Configuration settings that can be used on a per-class or per-test basis.
+
+
+
+
+
+
Factory interface for AndroidSandbox.
+
+
+
+
Sandbox test runner that runs each test in a sandboxed class loader environment.
+
+
+
+
+
+
Class that manages a queue of Runnables that are scheduled to run now (or at some time in the
+ future).
+
+
+
+
+
+
Represents a unique build of the Android SDK.
+
+
+
+
Holds and provides details on the list of known SDKs.
+
+
+
+
+
Deprecated.
+
+
+
+
+
A provider of known instances of
Sdk
.
+
+
+
+
Encapsulates a collection of Android framework jars.
+
+
+
+
+
+
Holds parsed service data from manifest.
+
+
+
+
Generator that creates the service loader metadata for a shadow package.
+
+
+
+
+
+
Native methods for Shader JNI registration.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow of AccessibilityService that tracks global actions and provides a mechanism to simulate
+ the window list.
+
+
+
+
Represents a gesture that has been dispatched through the accessibility service.
+
+
+
+
+
+
+
+
+
+
Container object to hold an Intent, together with the requestCode used in a call to
+ Activity.startActivityForResult(Intent, int)
+
+
+
+
Class to holds details of a startIntentSenderForResult request.
+
+
+
+
Class to hold a permissions request, including its request code.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Accessor interface for ActivityThread.AppBindData
's internals.
+
+
+
+
+
+
+
+
Represents a set alarm.
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for AsyncTask kicked off in the constructor of AlwaysOnHotwordDetector.
+
+
+
+
Shadow of AmbientContextManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow of AppIntegrityManager
+
+
+
+
+
+
+
+
+
+
+
+
Class holding usage mode and excpetion packages.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Implements
AudioEffect
by shadowing its native methods.
+
+
+
+
+
+
+
+
Shadow
AudioRecord
which by default will fulfil any requests for audio data by completely
+ filling any requested buffers.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Robolectric implementation of android.os.AutofillManager
.
+
+
+
+
Shadow for BackdropFrameRenderer
+
+
+
+
+
+
Shadow for BackupDataInput.
+
+
+
+
Shadow for BackupDataOutput.
+
+
+
+
+
+
+
+
Extends BasicTagTechnology to allow for testing.
+
+
+
+
+
+
+
+
Bridge between shadow and
Binder
.
+
+
+
+
+
+
Base class for
Bitmap
shadows.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adds Robolectric support for BLE scanning.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Robolectric test for
Call
.
+
+
+
+
+
+
Shadow for the system's CallLog.Call class that allows tests to configure the most recent call.
+
+
+
+
+
+
+
+
Shadow of the CamcorderProfile that allows the caller to add custom profile settings.
+
+
+
+
+
+
Shadows the Android Camera.Parameters
class.
+
+
+
+
Shadow class for CameraCaptureSessionImpl
+
+
+
+
+
+
Shadow class for CameraDeviceImpl
+
+
+
+
+
+
Shadow class for internal class CameraManager$CameraManagerGlobal
+
+
+
+
Shadow class for CameraMetadataNative
+
+
+
+
Shadow class for CameraMetadataNative
+
+
+
+
Base class for
Canvas
shadow classes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Captures round rectangle drawing events
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for CompanionDeviceManager.
+
+
+
+
Robolectric shadow to disable CALL_ACTIVITY_RESULT_BEFORE_RESUME using Compatibility's
+ isChangeEnabled.
+
+
+
+
+
+
Shadow for
Connection
that represents a phone call or connection to a remote endpoint
+ that carries voice and/or video traffic.
+
+
+
+
+
+
+
+
A Shadow for android.view.contentcapture.ContentCaptureManager added in Android R.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for ContextHubClient
.
+
+
+
+
Shadow for ContextHubManager
.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Decorator which adds Robolectric's shadowing behavior to a class.
+
+
+
+
+
+
+
+
+
+
+
+
Shadow implementation of dalvik.system.Dexfile.
+
+
+
+
+
+
+
+
It is possible to override some display properties using setters on
ShadowDisplay
.
+
+
+
+
+
+
+
+
+
+
Shadow for android.view.DisplayListCanvas
from API versions M to R
+
+
+
+
For tests, display properties may be changed and devices may be added or removed
+ programmatically.
+
+
+
+
+
+
+
+
+
+
Value class to represent a "completed download" sent to
DownloadManager
using the
+ addCompletedDownload APIs.
+
+
+
+
+
+
+
+
+
+
Fake dropbox manager that starts with no entries.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A shadow implementation of FileObserver that uses java.nio.file.WatchService.
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
Font
for Android S
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fake implementation for Gainmap class.
+
+
+
+
+
+
+
+
+
+
Fake implementation of GLSurfaceView
+
+
+
+
+
+
+
+
Class containing methods with same signatures of the static methods of GoogleAuthUtil
+
+
+
+
+
+
Class containing methods with same signatures of the static methods of
+ GooglePlayServicesUtil
.
+
+
+
+
+
+
Shadow of android.hardware.HardwareBuffer.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Supports IMS by default.
+
+
+
+
+
+
+
+
+
+
Shadow InetAddressUtils class that doesn't use native Libcore function.
+
+
+
+
+
+
+
+
A builder for creating ShadowInformationElement objects.
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for new InputManagerGlobal introduced in android U.
+
+
+
+
Shadow for InputMethodManager.
+
+
+
+
Handler for receiving PrivateCommands.
+
+
+
+
Handler for receiving soft input visibility changed event.
+
+
+
+
Intercepts calls to [InsetsController] to monitor system bars functionality (hide/show).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Extends IsoDep to allow for testing.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
ApkAssets
that is used for legacy resources.
+
+
+
+
+
+
+
+
A
AsyncTask
shadow for
LooperMode.Mode.LEGACY
.
+
+
+
+
+
+
+
+
+
+
+
+
Legacy shadow for CursowWindow
.
+
+
+
+
The shadow Looper implementation for LooperMode.Mode.LEGACY
.
+
+
+
+
+
+
The shadow
Message
for
LooperMode.Mode.LEGACY
.
+
+
+
+
+
+
The shadow only supports straight-line paths.
+
+
+
+
+
+
+
+
+
+
A shadow SystemClock for LooperMode.Mode.LEGACY
+
+
+
+
+
+
+
+
Implements OsConstants on APIs 20 and below.
+
+
+
+
+
+
Shadow for android.graphics.text.LineBreaker
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Accessor interface for
LoadedApk
's internals.
+
+
+
+
Robolectric only supports en_US regardless of the default locale set in the JVM.
+
+
+
+
+
+
+
+
+
+
ProviderProperties is not public prior to S, so a new class is required to represent it prior
+ to that platform.
+
+
+
+
LocationRequest doesn't exist prior to Kitkat, and is not public prior to S, so a new class is
+ required to represent it prior to those platforms.
+
+
+
+
Controls the behavior of
Log
and provides access to log messages.
+
+
+
+
+
+
Failure thrown when wtf_is_fatal is true and Log.wtf is called.
+
+
+
+
The base shadow API class for controlling Loopers.
+
+
+
+
+
+
Shadow of MagnificationController.
+
+
+
+
Maps from instrumented class to shadow class.
+
+
+
+
+
+
ShadowMatcher is used by
ShadowWrangler
to provide library-specific
+ rules about whether shadow classes and methods should be considered matches.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Implementation of
MediaCodec
which supports both asynchronous and
+ synchronous modes.
+
+
+
+
Configuration that can be supplied to
ShadowMediaCodec
to simulate actual
+ encoding/decoding.
+
+
+
+
A codec is implemented as part of the configuration to allow the
ShadowMediaCodec
to
+ simulate actual encoding/decoding.
+
+
+
+
Shadows CodecBuffer to prevent attempting to free non-direct ByteBuffer objects.
+
+
+
+
+
+
+
+
A shadow for the MediaExtractor class.
+
+
+
+
+
+
Implementation of
MediaMuxer
which directly passes input bytes to the
+ specified file, with no modification.
+
+
+
+
Automated testing of media playback can be a difficult thing - especially testing that your code
+ properly handles asynchronous errors and events.
+
+
+
+
Callback interface for clients that wish to be informed when a new
MediaPlayer
instance
+ is constructed.
+
+
+
+
Possible behavior modes for the media player when a method is invoked in an invalid state.
+
+
+
+
+
+
Class specifying information for an emulated media object.
+
+
+
+
+
+
Possible states for the media player to be in.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is used by Android to load and inferFromValue time zone information.
+
+
+
+
+
+
Fork of ShadowMemoryMappedFile to adjust to changed package names of MemoryMappedFile in S.
+
+
+
+
+
+
+
+
The shadow Picker for this class
+
+
+
+
+
+
The shadow Picker for this class.
+
+
+
+
+
+
+
+
Shadow of MotionEvent.
+
+
+
+
No-op shadow for android.support.multidex.MultiDex
.
+
+
+
+
Shadow for NativeAllocationRegistry
that is backed by native code
+
+
+
+
Shadow picker for NativeAllocationRegistry
.
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
BaseCanvas
that is backed by native code
+
+
+
+
+
+
+
+
+
+
Shadow for
Bitmap
that is backed by native code
+
+
+
+
Disable the legacy ShadowBitmapDrawable as it fakes the draw logic.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
Canvas
that is backed by native code
+
+
+
+
+
+
+
+
Shadow for
Color
that is backed by native code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for android.view.DisplayListCanvas
that is backed by native code
+
+
+
+
Shadow picker for android.view.DisplayListCanvas
.
+
+
+
+
+
+
+
+
Shadow for
Font
that is backed by native code
+
+
+
+
+
+
+
+
+
+
Shadow for
FontFamily
that is backed by native code
+
+
+
+
+
+
+
+
+
+
Shadow for
FontFamily
that is backed by native code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for ImageReader.SurfaceImage
that is backed by native code.
+
+
+
+
Shadow picker for ImageReader.SurfaceImage
.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
MaskFilter
that is backed by native code
+
+
+
+
+
+
Shadow for
Matrix
that is backed by native code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for NativeInterpolatorFactory
that is backed by native code
+
+
+
+
Shadow picker for NativeInterpolatorFactory
.
+
+
+
+
Shadow for
NinePatch
that is backed by native code
+
+
+
+
+
+
Shadow for
Paint
that is backed by native code
+
+
+
+
+
+
Shadow for
Path
that is backed by native code
+
+
+
+
+
+
+
+
Shadow for
PathEffect
that is backed by native code
+
+
+
+
+
+
+
+
+
+
Shadow for
PathParser
that is backed by native code
+
+
+
+
+
+
Shadow for
Picture
that is backed by native code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
Region
that is backed by native code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
RenderNode
that is backed by native code
+
+
+
+
+
+
Shadow for RenderNodeAnimator
that is backed by native code
+
+
+
+
Shadow picker for RenderNodeAnimator
.
+
+
+
+
+
+
+
+
Shadow for
RenderNode
that is backed by native code
+
+
+
+
+
+
+
+
+
+
Shadow for
Shader
that is backed by native code
+
+
+
+
+
+
+
+
Shadow for
StaticLayout
that is backed by native code for Android O-P.
+
+
+
+
+
+
+
+
+
+
Shadow for
Surface
that is backed by native code
+
+
+
+
+
+
+
+
+
+
Shadow for
SystemFonts
for the Robolectric native runtime.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for
Typeface
that is backed by native code
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for VirtualRefBasePtr
that is backed by native code
+
+
+
+
Shadow picker for VirtualRefBasePtr
.
+
+
+
+
+
+
Robolectic provides overrides for fetching and updating transport.
+
+
+
+
+
+
+
+
+
+
Shadow for new NfcFrameworkInitializer class in U.
+
+
+
+
+
+
Shadow for NativeAllocationRegistry
that is a no-op.
+
+
+
+
+
+
+
+
Shadows for NotificationManager.
+
+
+
+
+
+
+
+
+
+
A Shadow for android.system.Os
+
+
+
+
+
+
Shadow for OverlayConfig
.
+
+
+
+
Shadow of PackageBackwardCompatibility
to handle a scenario that can come up when
+ multiple Android versions end up on the classpath
+
+
+
+
Shadow for PackageInstaller.
+
+
+
+
+
+
Shadow for PackageInstaller.SessionInfo.
+
+
+
+
+
+
+
+
+
+
Settings for a particular package.
+
+
+
+
+
+
+
+
+
+
Robolectric's
Parcel
pretends to be backed by a byte buffer, closely matching
Parcel
's position, size, and capacity behavior.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A
AsyncTask
shadow for
LooperMode.Mode.PAUSED
+
+
+
+
+
+
+
+
The shadow Looper for and @link
+ LooperMode.Mode.INSTRUMENTATION_TEST
.
+
+
+
+
The shadow
Message
for
LooperMode.Mode.PAUSED
.
+
+
+
+
The shadow MessageQueue} for LooperMode.Mode.PAUSED
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for PhoneWindow for APIs 23+
+
+
+
+
Shadow for the API 16-22 PhoneWindow.li
+
+
+
+
+
+
+
+
Shadow for PixelCopy that uses View.draw to create screenshots.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow of PowerManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Interface implemented by packages that provide shadows to Robolectric.
+
+
+
+
Generator that creates the "ShadowProvider" implementation for a shadow package.
+
+
+
+
+
+
Shadow for private class PublicFormatUtils.
+
+
+
+
+
+
+
+
+
+
A builder for creating ShadowRangingResults.
+
+
+
+
Adds Robolectric support for UWB ranging.
+
+
+
+
Adapter interface for state change events, provided by the tester to dictate ranging results.
+
+
+
+
+
+
+
+
A data class holding the info for a failed capabilities exchange
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Copy of ShadowRenderNodeAnimator that reflects move of RenderNodeAnimator to android.graphics in
+ R
+
+
+
+
+
+
+
+
+
+
Listener callback that's called when the configuration is updated for a resources.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A Shadow for android.content.rollback.RollbackManager added in Android Q.
+
+
+
+
Shadow for RotationWatcher for API 23+
+
+
+
+
Shadow for RotationWatcher for API 16-22
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for SafetyCenterManager
.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Placeholder container class for nested shadow class
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow of SoftKeyboardController.
+
+
+
+
+
+
+
+
A Shadow SoundTriggerManager in Android O+.
+
+
+
+
Robolectric shadow for SpeechRecognizer.
+
+
+
+
+
+
+
+
+
+
Avoid calls to setIdleConnectionTimeout.
+
+
+
+
+
+
+
+
Robolectic doesn't provide actual filesystem stats; rather, it provides the ability to specify
+ stats values in advance.
+
+
+
+
Shadow for android.text.StaticLayout
+
+
+
+
+
+
Single atom log item for write api.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for new SurfaceSyncGroup introduced in android U.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Accessor interface for
+ android.app.SystemServiceRegistry.StaticOuterContextServiceFetcher
's internals (for M).
+
+
+
+
Accessor interface for
+ android.app.SystemServiceRegistry.StaticApplicationContextServiceFetcher
's
+ internals (for N+).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for internal Android TimeManager
class introduced in S.
+
+
+
+
+
+
Shadow of TimeZoneFinder for Android O and P.
+
+
+
+
Shadow for TimeZoneFinder on Q after Developer Preview 1.
+
+
+
+
Shadow for TimeZoneFinder on S or above.
+
+
+
+
+
+
Shadow of ToneGenerator.
+
+
+
+
Stores data about a tone played by the ToneGenerator
+
+
+
+
+
+
+
+
Shadow implementation for
Trace
, which stores the traces locally in arrays (unlike the
+ real implementation) and allows reading them.
+
+
+
+
AutoValue representation of a trace triggered by one of the async apis
+
+
+
+
Builder for traces triggered by one of the async apis
+
+
+
+
Counters emitted with the setCounter API
+
+
+
+
Builder for counters emitted with the setCounter API
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Contains data about a font.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Usage session observer registered via UsageStatsManager#registerUsageSessionObserver(int, String[], long, TimeUnit, long, TimeUnit, PendingIntent, PendingIntent)
.
+
+
+
+
+
+
+
+
+
+
+
+
Accessor interface for
UsbManager
's internals (Q+).
+
+
+
+
+
+
+
+
Describes the current state of the user.
+
+
+
+
Adds Robolectric support for UWB adapter state listener methods.
+
+
+
+
Adds Robolectric support for UWB ranging.
+
+
+
+
+
+
A Shadow for android.net.vcn.VcnManager added in Android S.
+
+
+
+
+
+
+
+
+
+
A data class for exposing VibrationEffect.Composition$PrimitiveEffect
, which is a
+ hidden non TestApi class introduced in Android R.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for VirtualDeviceManager.
+
+
+
+
Shadow for inner class VirtualDeviceManager.VirtualDevice.
+
+
+
+
+
+
Shadow for VirtualSensor.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow for VirtualDeviceManager.
+
+
+
+
Shadow of
WebSettings
which returns a dummy user a stub instance rather than the
+ User-Agent used by a WebView.
+
+
+
+
Shadow of
WebStorage
which constructs a stub instance rather than attempting to create a
+ full Chromium-backed instance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Class to record scores passed to WifiManager#updateWifiUsabilityScore
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ShadowWrangler matches shadowed classes up with corresponding shadows based on a
ShadowMap
.
+
+
+
+
+
+
Shadow of XmlBlock.Parser.
+
+
+
+
+
+
+
Deprecated.
+
+
+
+
+
Simple implementation of PerfStatsReporter that writes stats to stdout.
+
+
+
+
Soft reference to a java.lang.ThreadLocal
.
+
+
+
+
+
+
Native methods for SQLiteConnection JNI registration.
+
+
+
+
Initializes sqlite native libraries.
+
+
+
+
+
+
+
+
Specifies the different supported SQLite modes.
+
+
+
+
Provides configuration to Robolectric for its @
SQLiteMode
annotation.
+
+
+
+
A
ShadowPicker
that selects between shadows given the SQLite mode
+
+
+
+
Marks
Reflector
methods which serve as accessors for static members.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Builder for StreamConfigurationMap
+
+
+
+
An implementation of the Unix strftime with some glibc extensions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Native methods for SumPathEffect JNI registration.
+
+
+
+
Indicates that the annotated type is intended as a replacement for another type.
+
+
+
+
Native methods for Surface JNI registration.
+
+
+
+
Native methods for SweepGradient JNI registration.
+
+
+
+
Native methods for TableMaskFilter JNI registration.
+
+
+
+
+
+
An environment for running tests.
+
+
+
+
Plugin which allows behaviour extension in TestEnvironment.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A
Configurer
annotation for controlling how Robolectric
+ performs UI layout.
+
+
+
+
Specifies the different supported Text layout modes.
+
+
+
+
Provides configuration to Robolectric for its @
TextLayoutMode
annotation.
+
+
+
+
Native methods for TextRunShaper JNI registration.
+
+
+
+
Represents the list of styles applied to a Theme.
+
+
+
+
Utility methods for dealing with time.
+
+
+
+
+
+
Native methods for Typeface JNI registration.
+
+
+
+
Builder for
UiccCardInfo
which includes modifications made in Android T to support MEP.
+
+
+
+
+
+
+
+
Access to sun.misc.Unsafe and the various scary things within.
+
+
+
+
ResourceProvider using URLs.
+
+
+
+
Represents the contents of a uses-sdk
element in an Android manifest file.
+
+
+
+
+
+
Generic collection of utility methods.
+
+
+
+
Base class for validators.
+
+
+
+
Native methods for VectorDrawable JNI registration.
+
+
+
+
+
+
Native methods for VirtualRefBasePtr JNI registration.
+
+
+
+
+
+
Parameters with types that can't be resolved at compile time may be annotated @WithType.
+
+
+
+
An XML block is a parsed representation of a resource XML file.
+
+
+
+
+
+
+
+
+
+
+
+
Accessor interface for
Activity
's internals.
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/allpackages-index.html b/javadoc/4.11/allpackages-index.html
new file mode 100644
index 000000000..330fb3a89
--- /dev/null
+++ b/javadoc/4.11/allpackages-index.html
@@ -0,0 +1,175 @@
+
+
+
+
+All Packages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Package Summary
+
+
+
+
+
+
+
+
Package containing main Robolectric classes.
+
+
+
+
+
+
+
+
+
+
+
+
Package containing Robolectric annotations.
+
+
+
+
+
+
+
+
Robolectric annotation processor.
+
+
+
+
Classes used to generate code.
+
+
+
+
Classes used to perform compile-time checking of shadows.
+
+
+
+
+
+
+
+
Package containing fake implementations of Android classes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Extension points for customizing Robolectric.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Package containing shadow classes for the Android SDK.
+
+
+
+
Shadows for the Google Play Services Library.
+
+
+
+
+
+
Shadows for Apache HTTP Client.
+
+
+
+
Shadows for the Android Multidex Library.
+
+
+
+
Package containing shadow related utility classes.
+
+
+
+
Package containing general utility classes.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/android/webkit/RoboCookieManager.html b/javadoc/4.11/android/webkit/RoboCookieManager.html
new file mode 100644
index 000000000..2a95cf648
--- /dev/null
+++ b/javadoc/4.11/android/webkit/RoboCookieManager.html
@@ -0,0 +1,405 @@
+
+
+
+
+RoboCookieManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Robolectric implementation of
CookieManager
.
+
+
Basic implementation which does not fully implement RFC2109.
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
boolean
+
+
+
boolean
+
+
+
protected boolean
+
+
+
void
+
+
+
+
+
+
+
+
+
boolean
+
+
+
boolean
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
protected void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+RoboCookieManager
+public RoboCookieManager ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/android/webkit/package-summary.html b/javadoc/4.11/android/webkit/package-summary.html
new file mode 100644
index 000000000..31857689a
--- /dev/null
+++ b/javadoc/4.11/android/webkit/package-summary.html
@@ -0,0 +1,85 @@
+
+
+
+
+android.webkit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package android.webkit
+
+
+
+
+
+
diff --git a/javadoc/4.11/android/webkit/package-tree.html b/javadoc/4.11/android/webkit/package-tree.html
new file mode 100644
index 000000000..ac1c6da64
--- /dev/null
+++ b/javadoc/4.11/android/webkit/package-tree.html
@@ -0,0 +1,76 @@
+
+
+
+
+android.webkit Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/javadoc/4.11/constant-values.html b/javadoc/4.11/constant-values.html
new file mode 100644
index 000000000..50627be11
--- /dev/null
+++ b/javadoc/4.11/constant-values.html
@@ -0,0 +1,2174 @@
+
+
+
+
+Constant Field Values
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+org.robolectric.*
+
+
+
+
+
+
+
+
+
+
"robolectric.properties"
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
160
+
+
+
+
+
+org.robolectric.annotation.Config
+
+
+
+
+
public static final int
+
+
-2
+
+
+
"assets"
+
public static final float
+
+
1.0f
+
+
+
"AndroidManifest.xml"
+
+
+
""
+
+
+
""
+
+
+
"res"
+
public static final int
+
+
-1
+
+
+
"--default"
+
public static final int
+
+
-5
+
+
+
"--none"
+
public static final int
+
+
-4
+
public static final int
+
+
-3
+
+
+
+
+
+
+
+
+
public static final int
+
+
-1
+
+
+
+
+
+org.robolectric.annotation.processing.generator.Generator
+
+
+
+
+
+
+
+
+
+
+
+
+
"__constructor__"
+
+
+
"org.robolectric.annotation.Implements"
+
public static final int
+
+
10000
+
+
+
"__staticInitializer__"
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
1
+
+
+
+
+
+
+
+
+
+
+
+
+
"__robo_data__"
+
+
+
"__constructor__"
+
+
+
"$$robo$getData"
+
+
+
"$$robo$$"
+
+
+
"__staticInitializer__"
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
0
+
+
+
+
+
+
+
+
+
+
+
+
+
"http://schemas.android.com/apk/res/android"
+
+
+
"http://schemas.android.com/apk/res/"
+
+
+
"@empty"
+
+
+
"@null"
+
+
+
"http://schemas.android.com/apk/res-auto"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
65536
+
public static final int
+
+
256
+
public static final int
+
+
65534
+
public static final int
+
+
0
+
public static final int
+
+
240
+
public static final int
+
+
120
+
public static final int
+
+
160
+
public static final int
+
+
65535
+
public static final int
+
+
213
+
public static final int
+
+
320
+
public static final int
+
+
480
+
public static final int
+
+
640
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
16
+
public static final int
+
+
3
+
public static final int
+
+
0
+
public static final int
+
+
32
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
3
+
public static final int
+
+
2
+
public static final int
+
+
16384
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
65535
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
64
+
public static final int
+
+
0
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
3
+
public static final int
+
+
4
+
public static final int
+
+
128
+
public static final int
+
+
0
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
3
+
public static final int
+
+
0
+
public static final int
+
+
2048
+
public static final int
+
+
32768
+
public static final int
+
+
512
+
public static final int
+
+
0
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
0
+
public static final int
+
+
3
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
4
+
public static final int
+
+
8192
+
public static final int
+
+
0
+
public static final int
+
+
8
+
public static final int
+
+
0
+
public static final int
+
+
3
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
4096
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
0
+
public static final int
+
+
5
+
public static final int
+
+
3
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
4
+
public static final int
+
+
7
+
public static final int
+
+
6
+
public static final int
+
+
1024
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
public static final int
+
+
-1
+
+
+
+org.robolectric.res.android.Asset
+
+
+
+
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
0
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
false
+
public static final int
+
+
2
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
5
+
public static final int
+
+
6
+
public static final int
+
+
3
+
public static final int
+
+
0
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
false
+
public static final int
+
+
2
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
5
+
public static final int
+
+
7
+
public static final int
+
+
3
+
public static final int
+
+
6
+
public static final int
+
+
0
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
false
+
public static final int
+
+
2
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
5
+
public static final int
+
+
6
+
public static final int
+
+
3
+
public static final int
+
+
0
+
+
+
+
+
+
+
+
+
public static final int
+
+
3
+
public static final int
+
+
4
+
public static final int
+
+
5
+
public static final int
+
+
6
+
public static final int
+
+
7
+
public static final int
+
+
8
+
public static final int
+
+
9
+
public static final int
+
+
10
+
public static final int
+
+
11
+
public static final int
+
+
12
+
public static final int
+
+
13
+
public static final int
+
+
14
+
public static final int
+
+
15
+
public static final int
+
+
16
+
public static final int
+
+
17
+
public static final int
+
+
18
+
public static final int
+
+
19
+
public static final int
+
+
20
+
public static final int
+
+
21
+
public static final int
+
+
22
+
public static final int
+
+
23
+
public static final int
+
+
24
+
public static final int
+
+
25
+
public static final int
+
+
26
+
+
+
+org.robolectric.res.android.Errors
+
+
+
+
+
public static final int
+
+
-2147483647
+
public static final int
+
+
-2147483646
+
public static final int
+
+
-2147483645
+
public static final int
+
+
-2147483643
+
public static final int
+
+
0
+
public static final int
+
+
-2147483642
+
public static final int
+
+
-2147483644
+
public static final int
+
+
-2147483648
+
+
+
+
+
+
+
+
+
+
+
"http://schemas.android.com/apk/res/android"
+
+
+
"http://schemas.android.com/apk/res-auto"
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
515
+
public static final int
+
+
512
+
public static final int
+
+
518
+
public static final int
+
+
2
+
public static final int
+
+
514
+
public static final int
+
+
513
+
public static final int
+
+
260
+
public static final int
+
+
259
+
public static final int
+
+
257
+
public static final int
+
+
256
+
public static final int
+
+
383
+
public static final int
+
+
384
+
public static final int
+
+
258
+
public static final int
+
+
256
+
public static final int
+
+
3
+
public static final int
+
+
40
+
+
+
+
+
+
+
+
+
public static final int
+
+
16777215
+
public static final int
+
+
8
+
public static final int
+
+
3
+
public static final int
+
+
1
+
public static final int
+
+
0
+
public static final int
+
+
2
+
public static final int
+
+
3
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
4
+
public static final int
+
+
15
+
public static final int
+
+
5
+
public static final int
+
+
3
+
public static final int
+
+
0
+
public static final int
+
+
0
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
0
+
public static final int
+
+
2
+
public static final int
+
+
5
+
public static final int
+
+
8
+
public static final int
+
+
7
+
public static final int
+
+
28
+
public static final int
+
+
16
+
public static final int
+
+
4
+
public static final int
+
+
6
+
public static final int
+
+
18
+
public static final int
+
+
30
+
public static final int
+
+
28
+
public static final int
+
+
31
+
public static final int
+
+
29
+
public static final int
+
+
16
+
public static final int
+
+
17
+
public static final int
+
+
31
+
public static final int
+
+
31
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
3
+
+
+
+
+
+
+
+
+
public static final int
+
+
1
+
public static final int
+
+
256
+
+
+
+
+
+
+
+
+
public static final int
+
+
4
+
+
+
+
+
+
+
+
+
public static final int
+
+
-1
+
public static final int
+
+
12
+
+
+
+
+
+
+
+
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
12
+
public static final int
+
+
65535
+
public static final int
+
+
8
+
public static final int
+
+
16
+
public static final int
+
+
64
+
public static final int
+
+
65536
+
public static final int
+
+
131072
+
public static final int
+
+
32
+
public static final int
+
+
128
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
public static final int
+
+
4
+
+
+
+
+
+
+
+
+
public static final int
+
+
1
+
public static final int
+
+
256
+
+
+
+
+
+
+
+
+
public static final int
+
+
65534
+
public static final int
+
+
0
+
public static final int
+
+
65534
+
public static final int
+
+
160
+
public static final int
+
+
65535
+
public static final int
+
+
0
+
public static final int
+
+
240
+
public static final int
+
+
120
+
public static final int
+
+
160
+
public static final int
+
+
65535
+
public static final int
+
+
213
+
public static final int
+
+
320
+
public static final int
+
+
480
+
public static final int
+
+
640
+
public static final int
+
+
0
+
public static final int
+
+
4
+
public static final int
+
+
8
+
public static final int
+
+
0
+
public static final byte
+
+
0x0
+
public static final byte
+
+
0x1
+
public static final byte
+
+
0x3
+
public static final byte
+
+
0x2
+
public static final int
+
+
0
+
public static final int
+
+
64
+
public static final int
+
+
128
+
public static final int
+
+
12
+
public static final int
+
+
3
+
public static final int
+
+
192
+
public static final int
+
+
12
+
public static final int
+
+
48
+
public static final int
+
+
48
+
public static final int
+
+
15
+
public static final int
+
+
3
+
public static final int
+
+
0
+
public static final byte
+
+
0x0
+
public static final byte
+
+
0x4
+
public static final byte
+
+
0x8
+
public static final int
+
+
0
+
public static final int
+
+
0
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
3
+
public static final int
+
+
28
+
public static final int
+
+
0
+
public static final int
+
+
0
+
public static final int
+
+
16
+
public static final int
+
+
32
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
0
+
public static final int
+
+
3
+
public static final int
+
+
2
+
public static final int
+
+
1
+
public static final int
+
+
4
+
public static final int
+
+
0
+
public static final int
+
+
0
+
public static final int
+
+
6
+
public static final int
+
+
2
+
public static final int
+
+
4
+
public static final int
+
+
4
+
public static final int
+
+
52
+
public static final int
+
+
0
+
public static final int
+
+
3
+
public static final int
+
+
0
+
public static final int
+
+
16
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
0
+
public static final int
+
+
1
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
public static final int
+
+
-1
+
public static final int
+
+
1
+
public static final int
+
+
257
+
public static final int
+
+
259
+
public static final int
+
+
256
+
public static final int
+
+
0
+
public static final int
+
+
256
+
public static final int
+
+
258
+
public static final int
+
+
260
+
+
+
+org.robolectric.res.android.Util
+
+
+
+
+
public static final boolean
+
+
false
+
public static final boolean
+
+
true
+
public static final int
+
+
4
+
public static final int
+
+
4
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
-1
+
+
+
+
+
+
+
+
+
public static final long
+
+
0L
+
public static final long
+
+
-1L
+
+
+
+
+
+
+
+
+
protected static final int
+
+
10
+
protected static final long
+
+
1400000000L
+
+
+
""
+
protected static final int
+
+
0
+
protected static final long
+
+
0L
+
+
+
+
+
+
+
+
+
public static final int
+
+
7
+
public static final int
+
+
7
+
public static final int
+
+
0
+
public static final int
+
+
0
+
public static final int
+
+
15
+
public static final int
+
+
0
+
+
+
+
+
+
+
+
+
protected static final int
+
+
1024
+
+
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
2004
+
public static final int
+
+
2001
+
public static final int
+
+
2000
+
+
+
+
+
+
+
+
+
public static final int
+
+
4
+
public static final int
+
+
3
+
public static final int
+
+
1
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
+
+
"android.app.ContextImpl"
+
+
+
+
+
+
+
+
+
+
+
"libcore.icu.LocaleData"
+
+
+
+
+
+
+
+
+
+
+
"matrix"
+
+
+
"rotate"
+
+
+
"scale"
+
+
+
"sincos"
+
+
+
"skew"
+
+
+
"translate"
+
+
+
+
+
+
+
+
+
public static final int
+
+
1
+
+
+
+
+
+
+
+
+
public static final int
+
+
3
+
public static final int
+
+
-1
+
public static final int
+
+
1
+
public static final int
+
+
2
+
public static final int
+
+
4
+
public static final int
+
+
5
+
public static final int
+
+
6
+
+
+
+
+
+
+
+
+
+
+
"TestBluetoothDevice"
+
+
+
+
+
+
+
+
+
+
+
+
+
public static final int
+
+
4096
+
+
+
+
+
+
+
+
+
public static final int
+
+
134152192
+
public static final int
+
+
31
+
public static final int
+
+
8388608
+
public static final int
+
+
65536
+
public static final int
+
+
2097152
+
public static final int
+
+
0
+
public static final int
+
+
262144
+
public static final int
+
+
16777216
+
public static final int
+
+
33554432
+
public static final int
+
+
0
+
public static final int
+
+
16
+
+
+
+
+
+
+
+
+
public static final long
+
+
4294967296L
+
public static final long
+
+
8589934592L
+
+
+
+
+
+
+
+
+
+
+
"configure_geo_detection_capability"
+
+
+
+
+
+
+
+
+
public static final int
+
+
10
+
public static final int
+
+
2
+
public static final int
+
+
512
+
public static final int
+
+
1024
+
public static final int
+
+
4
+
public static final int
+
+
32
+
public static final int
+
+
1
+
public static final int
+
+
4096
+
public static final int
+
+
8
+
public static final int
+
+
2048
+
+
+
+
+
+
+
+
+
public static final int
+
+
3
+
public static final int
+
+
4
+
public static final int
+
+
1
+
public static final int
+
+
0
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
public static final int
+
+
50
+
+
+
+
+
+
+
+
+
public static final int
+
+
2
+
+
+
+
+
+
+
+
+
+
+
public static final long
+
+
1000000L
+
+
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
16
+
+
+
"J"
+
+
+
"4.1"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
17
+
+
+
"JMR1"
+
+
+
"4.2"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
18
+
+
+
"JMR2"
+
+
+
"4.3"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
19
+
+
+
"K"
+
+
+
"4.4"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
21
+
+
+
"L"
+
+
+
"5.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
22
+
+
+
"LMR1"
+
+
+
"5.1"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
23
+
+
+
"M"
+
+
+
"6.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
24
+
+
+
"N"
+
+
+
"7.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
25
+
+
+
"NMR1"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
26
+
+
+
"O"
+
+
+
"8.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
27
+
+
+
"OMR1"
+
+
+
"8.1"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
28
+
+
+
"P"
+
+
+
"9.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
29
+
+
+
"Q"
+
+
+
"10.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
30
+
+
+
"R"
+
+
+
"11.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
31
+
+
+
"S"
+
+
+
"12.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
32
+
+
+
"Sv2"
+
+
+
"12.1"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
33
+
+
+
"T"
+
+
+
"13.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
true
+
public static final int
+
+
34
+
+
+
"U"
+
+
+
"14.0"
+
+
+
+
+
+
+
+
+
public static final boolean
+
+
false
+
public static final int
+
+
35
+
+
+
"V"
+
+
+
"15"
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/deprecated-list.html b/javadoc/4.11/deprecated-list.html
new file mode 100644
index 000000000..7289a9b23
--- /dev/null
+++ b/javadoc/4.11/deprecated-list.html
@@ -0,0 +1,1116 @@
+
+
+
+
+Deprecated List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
Deprecated Interfaces
+
+
+
+
+
+
+
+
Deprecated Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated Constructors
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated Enum Constants
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Deprecated Annotation Type Elements
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/element-list b/javadoc/4.11/element-list
new file mode 100644
index 000000000..c7a58ccc2
--- /dev/null
+++ b/javadoc/4.11/element-list
@@ -0,0 +1,43 @@
+android.webkit
+org.robolectric
+org.robolectric.android
+org.robolectric.android.controller
+org.robolectric.android.internal
+org.robolectric.android.util.concurrent
+org.robolectric.annotation
+org.robolectric.annotation.experimental
+org.robolectric.annotation.internal
+org.robolectric.annotation.processing
+org.robolectric.annotation.processing.generator
+org.robolectric.annotation.processing.validator
+org.robolectric.config
+org.robolectric.errorprone.bugpatterns
+org.robolectric.fakes
+org.robolectric.integrationtests.jacoco
+org.robolectric.interceptors
+org.robolectric.internal
+org.robolectric.internal.bytecode
+org.robolectric.internal.dependency
+org.robolectric.junit.rules
+org.robolectric.manifest
+org.robolectric.nativeruntime
+org.robolectric.pluginapi
+org.robolectric.pluginapi.config
+org.robolectric.pluginapi.perf
+org.robolectric.plugins
+org.robolectric.preinstrumented
+org.robolectric.res
+org.robolectric.res.android
+org.robolectric.res.builder
+org.robolectric.sandbox
+org.robolectric.shadow.api
+org.robolectric.shadows
+org.robolectric.shadows.gms
+org.robolectric.shadows.gms.common
+org.robolectric.shadows.httpclient
+org.robolectric.shadows.multidex
+org.robolectric.shadows.util
+org.robolectric.util
+org.robolectric.util.inject
+org.robolectric.util.reflector
+org.robolectric.versioning
diff --git a/javadoc/4.11/help-doc.html b/javadoc/4.11/help-doc.html
new file mode 100644
index 000000000..ac3fee7c3
--- /dev/null
+++ b/javadoc/4.11/help-doc.html
@@ -0,0 +1,192 @@
+
+
+
+
+API Help
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+JavaDoc Help
+
+
+
+
Navigation
+Starting from the
Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The
Index and Search box allow you to navigate to specific declarations and summary pages, including:
All Packages ,
All Classes and Interfaces
+
+Search
+You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
+
+j.l.obj
will match "java.lang.Object"
+InpStr
will match "java.io.InputStream"
+HM.cK
will match "java.util.HashMap.containsKey(Object)"
+
+Refer to the Javadoc Search Specification for a full description of search features.
+
+
+
+
+
Kinds of Pages
+The following sections describe the different kinds of pages in this collection.
+
+Overview
+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+
+Package
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
+
+Interfaces
+Classes
+Enums
+Exceptions
+Errors
+Annotation Types
+
+
+
+Class or Interface
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
+
+Class Inheritance Diagram
+Direct Subclasses
+All Known Subinterfaces
+All Known Implementing Classes
+Class or Interface Declaration
+Class or Interface Description
+
+
+
+Nested Class Summary
+Enum Constant Summary
+Field Summary
+Property Summary
+Constructor Summary
+Method Summary
+Required Element Summary
+Optional Element Summary
+
+
+
+Enum Constant Details
+Field Details
+Property Details
+Constructor Details
+Method Details
+Element Details
+
+Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
+The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+Other Files
+Packages and modules may contain pages with additional information related to the declarations nearby.
+
+
+Tree (Class Hierarchy)
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object
. Interfaces do not inherit from java.lang.Object
.
+
+When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
+When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
+
+
+
+Deprecated API
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+
+
+
+
+All Packages
+The All Packages page contains an alphabetic index of all packages contained in the documentation.
+
+
+All Classes and Interfaces
+The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/index-all.html b/javadoc/4.11/index-all.html
new file mode 100644
index 000000000..95180d0bc
--- /dev/null
+++ b/javadoc/4.11/index-all.html
@@ -0,0 +1,40480 @@
+
+
+
+
+Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+$
+
+$$robo$getData() - Method in interface org.robolectric.internal.bytecode.ShadowedObject
+
+
+A
+
+abandon() - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+abandonAudioFocus(AudioManager.OnAudioFocusChangeListener) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+abandonAudioFocusRequest(AudioFocusRequest) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Provides a mock like interface for the abandonAudioFocusRequest method by storing the request
+ object for later inspection and returning the value specified in setNextFocusRequestResponse.
+
+abandonSession(int) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+abortBroadcast() - Method in class org.robolectric.shadows.ShadowBroadcastReceiver
+
+abortCreation() - Method in class org.robolectric.shadows.ShadowFontFamily
+
+accept(int) - Method in class org.robolectric.shadows.ShadowBluetoothServerSocket
+
+
+
+accept(T) - Method in interface org.robolectric.util.Consumer
+
+Performs this operation on the given argument.
+
+acceptCookie() - Method in class android.webkit.RoboCookieManager
+
+acceptRingingCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+acceptThirdPartyCookies(WebView) - Method in class android.webkit.RoboCookieManager
+
+ACCESS_BUFFER - Enum constant in enum org.robolectric.res.android.Asset.AccessMode
+
+ACCESS_RANDOM - Enum constant in enum org.robolectric.res.android.Asset.AccessMode
+
+ACCESS_STREAMING - Enum constant in enum org.robolectric.res.android.Asset.AccessMode
+
+ACCESS_UNKNOWN - Enum constant in enum org.robolectric.res.android.Asset.AccessMode
+
+Accessor - Annotation Type in org.robolectric.util.reflector
+
+Indicates that the annotated method is an accessor for a non-visible field.
+
+AConfiguration - Class in org.robolectric.res.android
+
+AConfiguration() - Constructor for class org.robolectric.res.android.AConfiguration
+
+ACONFIGURATION_COLOR_MODE - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_DENSITY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for
+
density
+ configuration.
+
+ACONFIGURATION_DENSITY_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: any density.
+
+ACONFIGURATION_DENSITY_DEFAULT - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: default density.
+
+ACONFIGURATION_DENSITY_HIGH - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
hdpi
+ resource qualifier.
+
+ACONFIGURATION_DENSITY_LOW - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
ldpi
+ resource qualifier.
+
+ACONFIGURATION_DENSITY_MEDIUM - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
mdpi
+ resource qualifier.
+
+ACONFIGURATION_DENSITY_NONE - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: no density specified.
+
+ACONFIGURATION_DENSITY_TV - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
tvdpi
+ resource qualifier.
+
+ACONFIGURATION_DENSITY_XHIGH - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
xhdpi
+ resource qualifier.
+
+ACONFIGURATION_DENSITY_XXHIGH - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
xxhdpi
+ resource qualifier.
+
+ACONFIGURATION_DENSITY_XXXHIGH - Static variable in class org.robolectric.res.android.AConfiguration
+
+Density: value corresponding to the
+
xxxhdpi
+ resource qualifier.
+
+ACONFIGURATION_HDR_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+HDR: not specified.
+
+ACONFIGURATION_HDR_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+HDR: value that corresponds to
+
+ lowdr resource qualifier specified.
+
+ACONFIGURATION_HDR_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+HDR: value that corresponds to
+
+ highdr resource qualifier specified.
+
+ACONFIGURATION_KEYBOARD - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for
+
keyboard
+ configuration.
+
+ACONFIGURATION_KEYBOARD_12KEY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard: value corresponding to the
+
12key
+ resource qualifier.
+
+ACONFIGURATION_KEYBOARD_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard: not specified.
+
+ACONFIGURATION_KEYBOARD_HIDDEN - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_KEYBOARD_NOKEYS - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard: value corresponding to the
+
nokeys
+ resource qualifier.
+
+ACONFIGURATION_KEYBOARD_QWERTY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard: value corresponding to the
+
qwerty
+ resource qualifier.
+
+ACONFIGURATION_KEYSHIDDEN_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard availability: not specified.
+
+ACONFIGURATION_KEYSHIDDEN_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard availability: value corresponding to the
+
keysexposed
+ resource qualifier.
+
+ACONFIGURATION_KEYSHIDDEN_SOFT - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard availability: value corresponding to the
+
keyssoft
+ resource qualifier.
+
+ACONFIGURATION_KEYSHIDDEN_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+Keyboard availability: value corresponding to the
+
keyshidden
+ resource qualifier.
+
+ACONFIGURATION_LAYOUTDIR - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_LAYOUTDIR_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Layout direction: not specified.
+
+ACONFIGURATION_LAYOUTDIR_LTR - Static variable in class org.robolectric.res.android.AConfiguration
+
+Layout direction: value that corresponds to
+
ldltr resource qualifier specified.
+
+ACONFIGURATION_LAYOUTDIR_RTL - Static variable in class org.robolectric.res.android.AConfiguration
+
+Layout direction: value that corresponds to
+
ldrtl resource qualifier specified.
+
+ACONFIGURATION_LOCALE - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for
+
locale
+ configuration.
+
+ACONFIGURATION_MCC - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for
+
mcc
+ configuration.
+
+ACONFIGURATION_MNC - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for
+
mnc
+ configuration.
+
+ACONFIGURATION_MNC_ZERO - Static variable in class org.robolectric.res.android.AConfiguration
+
+Constant used to to represent MNC (Mobile Network Code) zero.
+
+ACONFIGURATION_NAVHIDDEN_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation availability: not specified.
+
+ACONFIGURATION_NAVHIDDEN_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation availability: value corresponding to the
+
navexposed
+ resource qualifier.
+
+ACONFIGURATION_NAVHIDDEN_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation availability: value corresponding to the
+
navhidden
+ resource qualifier.
+
+ACONFIGURATION_NAVIGATION - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_NAVIGATION_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation: not specified.
+
+ACONFIGURATION_NAVIGATION_DPAD - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation: value corresponding to the
+
dpad
+ resource qualifier.
+
+ACONFIGURATION_NAVIGATION_NONAV - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation: value corresponding to the
+
nonav
+ resource qualifier.
+
+ACONFIGURATION_NAVIGATION_TRACKBALL - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation: value corresponding to the
+
trackball
+ resource qualifier.
+
+ACONFIGURATION_NAVIGATION_WHEEL - Static variable in class org.robolectric.res.android.AConfiguration
+
+Navigation: value corresponding to the
+
wheel
+ resource qualifier.
+
+ACONFIGURATION_ORIENTATION - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_ORIENTATION_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Orientation: not specified.
+
+ACONFIGURATION_ORIENTATION_LAND - Static variable in class org.robolectric.res.android.AConfiguration
+
+Orientation: value corresponding to the
+
land
+ resource qualifier.
+
+ACONFIGURATION_ORIENTATION_PORT - Static variable in class org.robolectric.res.android.AConfiguration
+
+Orientation: value corresponding to the
+
port
+ resource qualifier.
+
+ACONFIGURATION_ORIENTATION_SQUARE - Static variable in class org.robolectric.res.android.AConfiguration
+
+Deprecated.
+
+
+
+ACONFIGURATION_SCREEN_HEIGHT_DP_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen height DPI: not specified.
+
+ACONFIGURATION_SCREEN_LAYOUT - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for screen layout configuration.
+
+ACONFIGURATION_SCREEN_ROUND - Static variable in class org.robolectric.res.android.AConfiguration
+
+ACONFIGURATION_SCREEN_SIZE - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_SCREEN_WIDTH_DP_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen width DPI: not specified.
+
+ACONFIGURATION_SCREENLONG_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen layout: not specified.
+
+ACONFIGURATION_SCREENLONG_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen layout: value that corresponds to the
+
notlong
+ resource qualifier.
+
+ACONFIGURATION_SCREENLONG_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen layout: value that corresponds to the
+
long
+ resource qualifier.
+
+ACONFIGURATION_SCREENROUND_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+ACONFIGURATION_SCREENROUND_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+ACONFIGURATION_SCREENROUND_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+ACONFIGURATION_SCREENSIZE_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen size: not specified.
+
+ACONFIGURATION_SCREENSIZE_LARGE - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen size: value indicating the screen is at least
+ approximately 480x640 dp units, corresponding to the
+
large
+ resource qualifier.
+
+ACONFIGURATION_SCREENSIZE_NORMAL - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen size: value indicating the screen is at least
+ approximately 320x470 dp units, corresponding to the
+
normal
+ resource qualifier.
+
+ACONFIGURATION_SCREENSIZE_SMALL - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen size: value indicating the screen is at least
+ approximately 320x426 dp units, corresponding to the
+
small
+ resource qualifier.
+
+ACONFIGURATION_SCREENSIZE_XLARGE - Static variable in class org.robolectric.res.android.AConfiguration
+
+Screen size: value indicating the screen is at least
+ approximately 720x960 dp units, corresponding to the
+
xlarge
+ resource qualifier.
+
+ACONFIGURATION_SMALLEST_SCREEN_SIZE - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_SMALLEST_SCREEN_WIDTH_DP_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Smallest screen width DPI: not specified.
+
+ACONFIGURATION_TOUCHSCREEN - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_TOUCHSCREEN_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Touchscreen: not specified.
+
+ACONFIGURATION_TOUCHSCREEN_FINGER - Static variable in class org.robolectric.res.android.AConfiguration
+
+Touchscreen: value corresponding to the
+
finger
+ resource qualifier.
+
+ACONFIGURATION_TOUCHSCREEN_NOTOUCH - Static variable in class org.robolectric.res.android.AConfiguration
+
+Touchscreen: value corresponding to the
+
notouch
+ resource qualifier.
+
+ACONFIGURATION_TOUCHSCREEN_STYLUS - Static variable in class org.robolectric.res.android.AConfiguration
+
+Deprecated.
+
+
+
+ACONFIGURATION_UI_MODE - Static variable in class org.robolectric.res.android.AConfiguration
+
+Bit mask for
+
ui mode
+ configuration.
+
+ACONFIGURATION_UI_MODE_NIGHT_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI night mode: not specified.
+
+ACONFIGURATION_UI_MODE_NIGHT_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI night mode: value that corresponds to
+
notnight resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_NIGHT_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI night mode: value that corresponds to
+
night resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_TYPE_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: not specified.
+
+ACONFIGURATION_UI_MODE_TYPE_APPLIANCE - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: value that corresponds to
+
appliance resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_TYPE_CAR - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: value that corresponds to
+
car resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_TYPE_DESK - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: value that corresponds to
+
desk resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_TYPE_NORMAL - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_UI_MODE_TYPE_TELEVISION - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: value that corresponds to
+
television resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_TYPE_VR_HEADSET - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: value that corresponds to
+
vr resource qualifier specified.
+
+ACONFIGURATION_UI_MODE_TYPE_WATCH - Static variable in class org.robolectric.res.android.AConfiguration
+
+UI mode: value that corresponds to
+
watch resource qualifier specified.
+
+ACONFIGURATION_VERSION - Static variable in class org.robolectric.res.android.AConfiguration
+
+
+
+ACONFIGURATION_WIDE_COLOR_GAMUT_ANY - Static variable in class org.robolectric.res.android.AConfiguration
+
+Wide color gamut: not specified.
+
+ACONFIGURATION_WIDE_COLOR_GAMUT_NO - Static variable in class org.robolectric.res.android.AConfiguration
+
+Wide color gamut: value that corresponds to
+
no
+ nowidecg resource qualifier specified.
+
+ACONFIGURATION_WIDE_COLOR_GAMUT_YES - Static variable in class org.robolectric.res.android.AConfiguration
+
+Wide color gamut: value that corresponds to
+
+ widecg resource qualifier specified.
+
+acquire() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+acquire() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+acquire() - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock
+
+acquire() - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock
+
+acquire(long) - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+ACQUIRE_MAX_IMAGES - Static variable in class org.robolectric.nativeruntime.ImageReaderNatives
+
+Returned by nativeImageSetup when we couldn't acquire the buffer because the consumer has
+ already acquired maxImages
and cannot acquire more than that.
+
+ACQUIRE_NO_BUFS - Static variable in class org.robolectric.nativeruntime.ImageReaderNatives
+
+Returned by nativeImageSetup when we couldn't acquire the buffer, because there were no buffers
+ available to acquire.
+
+ACQUIRE_SUCCESS - Static variable in class org.robolectric.nativeruntime.ImageReaderNatives
+
+Returned by nativeImageSetup when acquiring the image was successful.
+
+acquireContentProviderClient(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireContentProviderClient(String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireProvider(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireProvider(String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireUnstableContentProviderClient(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireUnstableContentProviderClient(String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireUnstableProvider(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+acquireUnstableProvider(String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+action - Variable in class org.robolectric.shadows.ShadowWallpaperManager.WallpaperCommandRecord
+
+
+
+activateResetToken(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Activates reset token for given admin.
+
+ActivityController <T extends Activity > - Class in org.robolectric.android.controller
+
+ActivityController provides low-level APIs to control activity's lifecycle.
+
+ActivityData - Class in org.robolectric.manifest
+
+ActivityData(String, Map<String, String>, List<IntentFilterData>) - Constructor for class org.robolectric.manifest.ActivityData
+
+ActivityData(String, Map<String, String>, List<IntentFilterData>, ActivityData, MetaData) - Constructor for class org.robolectric.manifest.ActivityData
+
+ActivityData(Map<String, String>, List<IntentFilterData>) - Constructor for class org.robolectric.manifest.ActivityData
+
+activityThreadReflector - Variable in class org.robolectric.shadows.ShadowActivityThread
+
+actualIsPublic() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+add(int) - Method in class org.robolectric.fakes.RoboMenu
+
+add(int, int, int, int) - Method in class org.robolectric.fakes.RoboMenu
+
+add(int, int, int, CharSequence) - Method in class org.robolectric.fakes.RoboMenu
+
+add(CharSequence) - Method in class org.robolectric.fakes.RoboMenu
+
+add(T) - Method in class org.robolectric.res.android.SortedVector
+
+addAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+addAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener, Handler) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+addAccount(Account) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+addAccount(Account, String...) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback<Bundle>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+addAccountExplicitly(Account, String, Bundle) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+addAction(String) - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+addAction(String) - Method in class org.robolectric.manifest.ServiceData
+
+addActiveNotification(StatusBarNotification) - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+
+
+addActiveNotification(String, int, Notification) - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+Adds the given
Notification
to the list of active Notifications.
+
+addActivity(UserHandle, LauncherActivityInfo) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+addActivityIcon(ComponentName, Drawable) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+addActivityIcon(Intent, Drawable) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+addActivityIfNotPresent(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Makes sure that given activity exists.
+
+addAllowedInLowPowerStandby(String) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+addAllowedNonPcmEncoding(int) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+Add a non-PCM encoding for which
AudioTrack
instances are allowed to be created.
+
+addAllSatellites(Collection<GnssStatusBuilder.GnssSatelliteInfo>) - Method in class org.robolectric.shadows.GnssStatusBuilder
+
+Deprecated.
+Adds a collection of satellites to the
GnssStatus
being built.
+
+addApplicationExitInfo(Object) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+addApplicationExitInfo(String, int, int, int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+Deprecated.
+
+
+
+addApplicationInfo(UserHandle, String, ApplicationInfo) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+addArc(float, float, float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addAssetPath(String) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+addAssetPath(String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+addAssetPath(String8, Ref<Integer>, boolean) - Method in class org.robolectric.res.android.CppAssetManager
+
+addAssetPath(String8, Ref<Integer>, boolean, boolean) - Method in class org.robolectric.res.android.CppAssetManager
+
+addAssetPathNative(String) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+addAssetPathNative(String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+addAssetPathNative(String, boolean) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+addAssetPathNative(String, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+addAssociation(AssociationInfo) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+addAssociation(String) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+addAttribute(int, String) - Method in interface org.robolectric.android.AttributeSetBuilder
+
+Set an attribute to the given value.
+
+addAttribute(int, String) - Method in class org.robolectric.android.AttributeSetBuilderImpl
+
+addAttribute(int, String) - Method in interface org.robolectric.Robolectric.AttributeSetBuilder
+
+Deprecated.
+Set an attribute to the given value.
+
+addAudioDataListener(ShadowAudioTrack.OnAudioDataWrittenListener) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+
+
+addAuthenticator(AuthenticatorDescription) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+addAuthenticator(String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+addAuthority(String, String) - Method in class org.robolectric.manifest.IntentFilterData
+
+addAutomaticZenRule(AutomaticZenRule) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+addAvailableCommunicationDevice(AudioDeviceInfo, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Adds an available communication
AudioDeviceInfo
and notifies the list of
AudioDeviceCallback
if the device was not present before and indicated by
+ notifyAudioDeviceCallbacks
.
+
+addAvailableRestoreSets(long, List<String>) - Method in class org.robolectric.shadows.ShadowBackupManager
+
+Adds a restore set available to be restored.
+
+addAvailableRole(String) - Method in class org.robolectric.shadows.ShadowRoleManager
+
+
+
+addAvailableRollbacks(RollbackInfo) - Method in class org.robolectric.shadows.ShadowRollbackManager
+
+addBarringServiceInfo(int, BarringInfo.BarringServiceInfo) - Method in class org.robolectric.shadows.BarringInfoBuilder
+
+addBinderService(String, Class<? extends IInterface>) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+addBinderService(String, Class<? extends IInterface>, boolean) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+addBinderService(String, Class<? extends IInterface>, String, boolean) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+addBinderService(String, String) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+addBluetoothRoute() - Method in class org.robolectric.shadows.ShadowMediaRouter
+
+Adds the Bluetooth A2DP route and ensures it's the selected route, simulating connecting a
+ Bluetooth device.
+
+addBoundWidget(int, AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+addBroadcastResponseStats(Object) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+addCall(Call) - Method in class org.robolectric.shadows.ShadowInCallService
+
+addCall(Call) - Method in class org.robolectric.shadows.ShadowPhone
+
+Add Call to a collection that returns when getCalls is called.
+
+addCall(ParcelableCall) - Method in class org.robolectric.shadows.ShadowInCallService
+
+addCallback(SurfaceHolder.Callback) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+addCallbackBuffer(byte[]) - Method in class org.robolectric.shadows.ShadowCamera
+
+addCallToRoboInit(MutableClass, MethodNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Adds a call $$robo$init, which instantiates a shadow object if required.
+
+addCamera(String, CameraCharacteristics) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+Adds the given cameraId and characteristics to this shadow.
+
+addCameraInfo(int, Camera.CameraInfo) - Static method in class org.robolectric.shadows.ShadowCamera
+
+Add a mock Camera.CameraInfo
object to simulate the existence of one or more cameras.
+
+addCanonicalName(String, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds a canonical package name for a package.
+
+addCapability(int) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+Adds capability
to the NetworkCapabilities.
+
+addCaptioningChangeListener(CaptioningManager.CaptioningChangeListener) - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+addChangedPackage(int, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds packageName
to the list of changed packages for the particular
+ sequenceNumber
.
+
+addChild(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Add a child node to this one.
+
+addChild(AccessibilityWindowInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+addChild(View) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+addChild(View, int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+addCircle(float, float, float, Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addClassNameTranslation(String, String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+addCodec(MediaCodecInfo) - Static method in class org.robolectric.shadows.ShadowMediaCodecList
+
+
+
+addCompletedDownload(String, String, boolean, String, String, long, boolean) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+addCompletedDownload(String, String, boolean, String, String, long, boolean, Uri, Uri) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+addConfigurationChangeListener(ShadowResources.OnConfigurationChangeListener) - Method in class org.robolectric.shadows.ShadowResources
+
+Add a listener to observe resource configuration changes.
+
+addConnectedDevice(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+Adds the given BluetoothDevice to the shadow's list of "connected devices"
+
+addController(MediaController) - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+
+
+addCrossProfileIntentFilter(IntentFilter, int, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+addCurrentToCannonicalName(String, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+addData(String, long, byte[]) - Method in class org.robolectric.shadows.ShadowDropBoxManager
+
+Adds entry to the DropboxManager with the flag indicating data is text.
+
+addDecoder(String, ShadowMediaCodec.CodecConfig) - Static method in class org.robolectric.shadows.ShadowMediaCodec
+
+Add a fake decoding codec to the Shadow.
+
+addDefaultAssets(String) - Method in class org.robolectric.res.android.CppAssetManager
+
+addDefaultAssets(Path) - Method in class org.robolectric.res.android.CppAssetManager
+
+addDefaultNetworkActiveListener(ConnectivityManager.OnNetworkActiveListener) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+addDevice(int, int, BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothManager
+
+
+
+addDevice(BluetoothDevice, int) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+addDevice(BluetoothDevice, int) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+Adds the provided BluetoothDevice to the shadow profile's device list with an associated
+ connectionState.
+
+addDirectPlaybackSupport(AudioFormat, AudioAttributes) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+
+
+addDiscoverableService(BluetoothGattService) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+addDisplay(String) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Adds a simulated display and drain the main looper queue to ensure all the callbacks are
+ processed.
+
+addDrawableResolution(String, int, Drawable) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+addDynamicShortcut(ShortcutInfo) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+addDynamicShortcuts(List<ShortcutInfo>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+addEffect(AudioEffect.Descriptor) - Static method in class org.robolectric.shadows.ShadowAudioEffect
+
+
+
+addEnabledPackage(UserHandle, String) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+addEncoder(String, ShadowMediaCodec.CodecConfig) - Static method in class org.robolectric.shadows.ShadowMediaCodec
+
+Add a fake encoding codec to the Shadow.
+
+addEntity(BackupDataEntity) - Method in class org.robolectric.shadows.BackupDataInputBuilder
+
+Adds the given entity to the input.
+
+addEvent(UsageEvents.Event) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+addEvent(EventLog.Event) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+
+
+addEvent(String, long, int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Deprecated.
+
+
+
+addException(DataSource, IOException) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+addException(DataSource, RuntimeException) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+
+
+addException(DataSource, RuntimeException) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+addExtensionMimeTypeMapping(String, String) - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+addExtensionMimeTypMapping(String, String) - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+Deprecated.
+
+
+
+addExternalDir(String) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+addExtraShadow(String, String) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+addExtraShadowPicker(String, TypeElement) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+addField(int, FieldNode) - Method in class org.robolectric.internal.bytecode.MutableClass
+
+addFontFromAssetManager(AssetManager, String, int, boolean, int, int, int, FontVariationAxis[]) - Method in class org.robolectric.shadows.ShadowFontFamily
+
+addFrame(Context, Uri, long, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+Adds the given bitmap at the given time for the given data source.
+
+addFrame(FileDescriptor, long, long, long, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+Adds the given bitmap at the given time for the given data source.
+
+addFrame(FileDescriptor, long, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+Adds the given bitmap at the given time for the given data source.
+
+addFrame(String, long, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+Adds the given bitmap at the given time for the given data source.
+
+addFrame(String, Map<String, String>, long, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+Adds the given bitmap at the given time for the given data source.
+
+addFrame(DataSource, long, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+addGlobalPerformClickListener(View.OnClickListener) - Static method in class org.robolectric.shadows.ShadowView
+
+
+
+addGlobalPerformLongClickListener(View.OnLongClickListener) - Static method in class org.robolectric.shadows.ShadowView
+
+
+
+addGpsStatusListener(GpsStatus.Listener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+addHandler(String, NodeHandler) - Method in class org.robolectric.res.StaxPluralsLoader
+
+addHeader(String, String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+addHeader(Header) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+addHeader(Header) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+addHeldRole(String) - Method in class org.robolectric.shadows.ShadowRoleManager
+
+
+
+addHttpResponse(HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+As a consumer of the fake http call, you should never call this method.
+
+addHttpResponseContent(byte[]) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addHttpResponseRule(String, String) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Adds an HTTP response rule.
+
+addHttpResponseRule(String, String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addHttpResponseRule(String, String, HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Adds an HTTP response rule.
+
+addHttpResponseRule(String, String, HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addHttpResponseRule(String, HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Adds an HTTP response rule with a default method of GET.
+
+addHttpResponseRule(String, HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addHttpResponseRule(HttpEntityStub.ResponseRule) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addHttpResponseRule(RequestMatcher, List<? extends HttpResponse>) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Adds an HTTP response rule.
+
+addHttpResponseRule(RequestMatcher, List<? extends HttpResponse>) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+Add a response rule.
+
+addHttpResponseRule(RequestMatcher, HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Adds an HTTP response rule.
+
+addHttpResponseRule(RequestMatcher, HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addIncidentReport(Uri, IncidentManager.IncidentReport) - Method in class org.robolectric.shadows.ShadowIncidentManager
+
+
+
+addIncomingRfcommConnection(BluetoothDevice, UUID) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+addInputDevice(AudioDeviceInfo, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+addInputSize(int, Size) - Method in class org.robolectric.shadows.StreamConfigurationMapBuilder
+
+
+
+addInstalledProvider(AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+addInstalledProvidersForProfile(UserHandle, AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+addInstalledUser(int) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Adds installed user.
+
+addInstrumentedClass(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+addInstrumentedPackage(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+addIntentFilterForActivity(ComponentName, IntentFilter) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Add intent filter for given activity.
+
+addIntentFilterForProvider(ComponentName, IntentFilter) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Add intent filter for given provider.
+
+addIntentFilterForReceiver(ComponentName, IntentFilter) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Add intent filter for given receiver.
+
+addIntentFilterForService(ComponentName, IntentFilter) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Add intent filter for given service.
+
+addIntentOptions(int, int, int, ComponentName, Intent[], Intent, int, MenuItem[]) - Method in class org.robolectric.fakes.RoboMenu
+
+addInterceptedMethod(MethodRef) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+addInterface(String) - Method in class org.robolectric.internal.bytecode.MutableClass
+
+addJavascriptInterface(Object, String) - Method in class org.robolectric.shadows.ShadowWebView
+
+addLanguageAvailability(Locale) - Static method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+addLikelySubtags(String) - Static method in class org.robolectric.shadows.ShadowICU
+
+addListener(AccessibilityService.MagnificationController.OnMagnificationChangedListener) - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+addListener(AccessibilityService.MagnificationController.OnMagnificationChangedListener, Handler) - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+addLocalOnlyConnectionFailureListener(Executor, WifiManager.LocalOnlyConnectionFailureListener) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+addMediaInfo(DataSource, ShadowMediaPlayer.MediaInfo) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+addMetadata(String, int, String) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+Adds the given keyCode/value pair for the given data source.
+
+addMetadata(DataSource, int, String) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+addMethod(MethodNode) - Method in class org.robolectric.internal.bytecode.MutableClass
+
+addMimeType(String) - Method in class org.robolectric.manifest.IntentFilterData
+
+addMovement(MotionEvent) - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+addNanoApp(ContextHubInfo, int, long, int) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+Adds a nanoApp to the list of nanoApps that are supported by the provided contexthubinfo.
+
+addNetwork(Network, NetworkInfo) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Adds new
network
to the list of all
Network
s.
+
+addNetwork(WifiConfiguration) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+addNetworkPrivileged(WifiConfiguration) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+addNewIncomingCall(PhoneAccountHandle, Bundle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+addNewUnknownCall(PhoneAccountHandle, Bundle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+addNmeaListener(OnNmeaMessageListener, Handler) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+addNmeaListener(Executor, OnNmeaMessageListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+addOnAccountsUpdatedListener(OnAccountsUpdateListener, Handler, boolean) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+addOnAccountsUpdatedListener(OnAccountsUpdateListener, Handler, boolean, String[]) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+addOnActiveSessionsChangedListener(MediaSessionManager.OnActiveSessionsChangedListener, ComponentName) - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+addOnActiveSessionsChangedListener(MediaSessionManager.OnActiveSessionsChangedListener, ComponentName, Handler) - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - Method in class org.robolectric.shadows.ShadowView
+
+addOnFrameMetricsAvailableListener(Window.OnFrameMetricsAvailableListener, Handler) - Method in class org.robolectric.shadows.ShadowWindow
+
+addOnLayoutChangeListener(View.OnLayoutChangeListener) - Method in class org.robolectric.shadows.ShadowView
+
+addOnPermissionsChangeListener(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener) - Method in class org.robolectric.shadows.ShadowSoftKeyboardController
+
+addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener, Handler) - Method in class org.robolectric.shadows.ShadowSoftKeyboardController
+
+addOnSubscriptionsChangedListener(SubscriptionManager.OnSubscriptionsChangedListener) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+Adds a listener to a local list of listeners.
+
+addOnSubscriptionsChangedListener(Executor, SubscriptionManager.OnSubscriptionsChangedListener) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+Adds a listener to a local list of listeners.
+
+addOnUidImportanceListener(Object, Object) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+addOnWifiUsabilityStatsListener(Object, Object) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+addOptionalUpdater(List<PackageSharedLibraryUpdater>, String, Supplier<PackageSharedLibraryUpdater>) - Static method in class org.robolectric.shadows.ShadowPackageBackwardCompatibility
+
+Stubbing this out as if Android S+ is on the classpath, we'll get a ClassCastException instead
+ of a ClassNotFoundException.
+
+addOrUpdateActivity(ActivityInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds or updates given activity in the system.
+
+addOrUpdateProvider(ProviderInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds or updates given content provider in the system.
+
+addOrUpdateReceiver(ActivityInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds or updates given broadcast receiver in the system.
+
+addOrUpdateService(ServiceInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds or updates given service in the system.
+
+addOrUpdateUsbDevice(UsbDevice, boolean) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Adds a USB device into available USB devices map with permission value.
+
+addOutputDevice(AudioDeviceInfo, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+addOutputSize(int, Size) - Method in class org.robolectric.shadows.StreamConfigurationMapBuilder
+
+
+
+addOutputSize(Size) - Method in class org.robolectric.shadows.StreamConfigurationMapBuilder
+
+
+
+addOval(float, float, float, float, Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addPackage(PackageInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+addPackage(PackageInfo, PackageStats) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+addPackage(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+addPackageInternal(PackageParser.Package) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Internal use only.
+
+addPackageNoDefaults(PackageInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds a package to the
PackageManager
, but doesn't set any default values on it.
+
+addPackageToPreferred(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+addPath(Path) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addPath(Path, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addPath(Path, Matrix) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addPath(String) - Method in class org.robolectric.manifest.IntentFilterData
+
+addPathPattern(String) - Method in class org.robolectric.manifest.IntentFilterData
+
+addPathPrefix(String) - Method in class org.robolectric.manifest.IntentFilterData
+
+addPendingBackup(int) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Adds pending backup.
+
+addPendingHttpResponse(int, String, Header...) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Sets up an HTTP response to be returned by calls to Apache's HttpClient
implementers.
+
+addPendingHttpResponse(int, String, Header...) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addPendingHttpResponse(HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Sets up an HTTP response to be returned by calls to Apache's HttpClient
implementers.
+
+addPendingHttpResponse(HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addPendingHttpResponse(HttpResponseGenerator) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Sets up an HTTP response to be returned by calls to Apache's HttpClient
implementers.
+
+addPendingHttpResponse(HttpResponseGenerator) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+addPendingHttpResponseWithContentType(int, String, Header) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Deprecated.
+
+
+
+addPendingRestore(int, int, String) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Adds pending restores.
+
+addPeriodicSync(Account, String, Bundle, long) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+addPermission(PermissionInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+addPermissionAsync(PermissionInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+addPermissionGroupInfo(PermissionGroupInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Allows overriding or adding permission-group elements.
+
+addPermissionInfo(PermissionInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+addPermissions(String...) - Method in class org.robolectric.android.internal.LocalPermissionGranter
+
+addPersistentPreferredActivity(ComponentName, IntentFilter, ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+addPlatformVersion(String, int) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+addPort(String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Adds a USB port with given ID to UsbManager.
+
+addPort(String, int, int, boolean) - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+addPort(String, int, int, int, int) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Adds a USB port with given ID and
UsbPortStatus
parameters to UsbManager for Q+.
+
+addPreferredActivity(IntentFilter, int, ComponentName[], ComponentName) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+addPreferredActivityInternal(IntentFilter, ComponentName, SortedMap<ComponentName, List<IntentFilter>>) - Static method in class org.robolectric.shadows.ShadowPackageManager
+
+addPrimaryClipChangedListener(ClipboardManager.OnPrimaryClipChangedListener) - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+addPrivateFlags(int) - Method in class org.robolectric.shadows.ShadowWindow
+
+addProfile(int, int, UserInfo) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+addProfile(int, int, CamcorderProfile) - Static method in class org.robolectric.shadows.ShadowCamcorderProfile
+
+addProfile(int, int, String, int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+addProviderIfNotPresent(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Makes sure that given provider exists.
+
+addReceiverIfNotPresent(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Makes sure that given receiver exists.
+
+addRecentlyCommittedRollbacks(RollbackInfo) - Method in class org.robolectric.shadows.ShadowRollbackManager
+
+addRect(float, float, float, float, Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addRect(RectF, Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addRemoteAddress(InetSocketAddress) - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+addRemoteAddress(InetSocketAddress) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+addReportData(long, byte[]) - Static method in class org.robolectric.shadows.ShadowStatsManager
+
+addRequestInfo(HttpRequestInfo) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+This method is not supposed to be consumed by tests.
+
+addResetter(TypeElement, ExecutableElement) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+addResolveInfoForIntent(Intent, ResolveInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+addResolveInfoForIntent(Intent, List<ResolveInfo>) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+addResolveInfoForIntentNoDefaults(Intent, ResolveInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+address - Variable in class org.robolectric.shadows.ShadowTelecomManager.OutgoingCallRecord
+
+addressOf(Object) - Method in class org.robolectric.shadows.ShadowVMRuntime
+
+Returns a unique identifier of the object instead of a 'native' address.
+
+addRoundRect(float, float, float, float, float[], Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addRoundRect(float, float, float, float, float, float, Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addRoundRect(RectF, float[], Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addRoundRect(RectF, float, float, Path.Direction) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+addSatellite(GnssStatusBuilder.GnssSatelliteInfo) - Method in class org.robolectric.shadows.GnssStatusBuilder
+
+Deprecated.
+
+
+addScaledFrame(DataSource, long, int, int, Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+addScheme(String) - Method in class org.robolectric.manifest.IntentFilterData
+
+addScreenWidth(String, int) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+addSensor(int, Sensor) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+Deprecated.
+
+
+
+addSensor(Sensor) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+
+
+addSensorOrientationMap(long[]) - Method in class org.robolectric.shadows.DeviceStateSensorOrientationBuilder
+
+addService(String, IBinder) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+addServiceIfNotPresent(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Makes sure that given service exists.
+
+addShadowClasses(Class<?>...) - Method in class org.robolectric.internal.bytecode.ShadowMap.Builder
+
+addShadowType(TypeElement, TypeElement, TypeElement) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+addShortcutConfigActivity(UserHandle, LauncherActivityInfo) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+addSmallestScreenWidth(String, int) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+addSnapshottedUser(int) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Adds snapshotted user.
+
+addState(int[], Drawable) - Method in class org.robolectric.shadows.ShadowStateListDrawable
+
+addStorageStats(UUID, String, UserHandle, StorageStats) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+Sets the
StorageStats
for given
storageUuid
,
packageName
and
+ userHandle
.
+
+addStorageVolume(StorageVolume) - Method in class org.robolectric.shadows.ShadowStorageManager
+
+
+
+addStringResource(String, int, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds a String resource with resId
corresponding to packageName
.
+
+addSubMenu(int) - Method in class org.robolectric.fakes.RoboMenu
+
+addSubMenu(int, int, int, int) - Method in class org.robolectric.fakes.RoboMenu
+
+addSubMenu(int, int, int, CharSequence) - Method in class org.robolectric.fakes.RoboMenu
+
+addSubMenu(CharSequence) - Method in class org.robolectric.fakes.RoboMenu
+
+addSupportedCloudMediaProviderAuthorities(List<String>) - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+Mutator method to add the input authorities
to the list of supported cloud media
+ provider authorities.
+
+addSupportedPreviewSize(int, int) - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+addSuspendedPackageLauncherExtras(UserHandle, String, Bundle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+addSystemAvailableFeature(FeatureInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+addSystemFlags(int) - Method in class org.robolectric.shadows.ShadowWindow
+
+addSystemSharedLibraryName(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+addTab(TabHost.TabSpec) - Method in class org.robolectric.shadows.ShadowTabHost
+
+addTargetUserProfile(UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Adds userHandle
to the list of accessible handles.
+
+addText(String, String) - Method in class org.robolectric.shadows.ShadowDropBoxManager
+
+Adds a text entry to dropbox with the current timestamp using UTF-8 encoding.
+
+addTextChangedListener(TextWatcher) - Method in class org.robolectric.shadows.ShadowTextView
+
+addThermalStatusListener(Object) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+This function adds a listener for thermal status change.
+
+addTimeZoneDetectorListener(Executor, TimeManager.TimeZoneDetectorListener) - Method in class org.robolectric.shadows.ShadowTimeManager
+
+addTrack(DataSource, MediaFormat, byte[]) - Static method in class org.robolectric.shadows.ShadowMediaExtractor
+
+
+
+addTransportType(int) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+Updates the transport types for this network capablities to include transportType
.
+
+addUsageStats(int, UsageStats) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+addUser(int, String, int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Creates a user with the specified name, userId and flags.
+
+addUserProfile(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+addUserRestriction(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+addView(View, int, ViewGroup.LayoutParams) - Method in class org.robolectric.shadows.ShadowViewGroup
+
+addView(View, ViewGroup.LayoutParams) - Method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+addVoice(Voice) - Static method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+addWakeLock(PowerManager.WakeLock) - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+addWindow(PhoneWindow) - Method in class org.robolectric.shadows.ShadowRotationWatcher
+
+addWindow(Object) - Method in class org.robolectric.shadows.ShadowRotationWatcherFor22
+
+adjustStreamVolume(int, int, int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+advance() - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+advanceBy(long) - Method in class org.robolectric.util.Scheduler
+
+Deprecated.
+
+
+
+advanceBy(long, TimeUnit) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+advanceBy(long, TimeUnit) - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+
+
+advanceBy(long, TimeUnit) - Method in class org.robolectric.util.Scheduler
+
+Run all runnables that are scheduled to run in the next time interval.
+
+advanceBy(Duration) - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+
+
+advanceTo(long) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+advanceTo(long) - Method in class org.robolectric.util.Scheduler
+
+Run all runnables that are scheduled before the endTime.
+
+advanceToLastPostedRunnable() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+advanceToLastPostedRunnable() - Method in class org.robolectric.util.Scheduler
+
+Run all runnables in the queue, and any additional runnables they schedule that are scheduled
+ before the latest scheduled runnable currently in the queue.
+
+advanceToNextPostedRunnable() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+advanceToNextPostedRunnable() - Method in class org.robolectric.util.Scheduler
+
+Run the next runnable in the queue.
+
+after(Time) - Method in class org.robolectric.shadows.ShadowTime
+
+afterClass() - Method in class org.robolectric.internal.SandboxTestRunner
+
+afterClass() - Method in class org.robolectric.RobolectricTestRunner
+
+afterTest(Method) - Method in class org.robolectric.DefaultTestLifecycle
+
+Called after each test method is run.
+
+afterTest(Method) - Method in interface org.robolectric.TestLifecycle
+
+Called after each test method is run.
+
+afterTest(Method) - Method in interface org.robolectric.TestLifecycleApplication
+
+afterTest(FrameworkMethod, Method) - Method in class org.robolectric.internal.SandboxTestRunner
+
+afterTest(FrameworkMethod, Method) - Method in class org.robolectric.RobolectricTestRunner
+
+all() - Static method in class org.robolectric.interceptors.AndroidInterceptors
+
+ALL_SDKS - Static variable in annotation type org.robolectric.annotation.Config
+
+ALL_STREAMS - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+allocateAppWidgetId() - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+ALLOW_ALL - Enum constant in enum org.robolectric.shadows.ShadowTelecomManager.CallRequestMode
+
+Automatically allows all call requests.
+
+allowCharacteristicNotification(BluetoothGattCharacteristic) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Allows the incoming characteristic to be set to enable notification.
+
+allowFileSchemeCookiesImpl() - Method in class android.webkit.RoboCookieManager
+
+allowIncomingCall(ShadowTelecomManager.IncomingCallRecord) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+allowOutgoingCall(ShadowTelecomManager.OutgoingCallRecord) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+allowWhileIdle - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+ALOGI(String, Object...) - Static method in class org.robolectric.res.android.Util
+
+ALOGV(String, Object...) - Static method in class org.robolectric.res.android.Util
+
+ANDROID_NS - Static variable in class org.robolectric.res.android.ResourceTypes
+
+ANDROID_NS - Static variable in class org.robolectric.res.AttributeResource
+
+ANDROID_RES_NS_PREFIX - Static variable in class org.robolectric.res.AttributeResource
+
+android.webkit - package android.webkit
+
+AndroidConfigurer - Class in org.robolectric.config
+
+Instruments the Android jars
+
+AndroidConfigurer(ShadowProviders) - Constructor for class org.robolectric.config.AndroidConfigurer
+
+AndroidInterceptors - Class in org.robolectric.interceptors
+
+AndroidInterceptors() - Constructor for class org.robolectric.interceptors.AndroidInterceptors
+
+AndroidInterceptors.CleanerInterceptor - Class in org.robolectric.interceptors
+
+Maps calls to Cleaner, which moved between Java 8 and 9:
+
+
+ sun.misc.Cleaner.create()
-> new java.lang.ref.Cleaner().register()
+ sun.misc.Cleaner.clean()
-> java.lang.ref.Cleaner.Cleanable().clean()
+
+
+AndroidInterceptors.FileDescriptorInterceptor - Class in org.robolectric.interceptors
+
+
+
+AndroidInterceptors.LinkedHashMapEldestInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptor for NioUtils.freeDirectBuffer.
+
+AndroidInterceptors.NoOpInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptors.ReferenceRefersToInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptor for Reference.refersTo which is not available until JDK 16.
+
+AndroidInterceptors.SocketInterceptor - Class in org.robolectric.interceptors
+
+Intercepts calls to methods in
Socket
not present in the OpenJDK.
+
+AndroidInterceptors.SystemArrayCopyInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptors.SystemLogInterceptor - Class in org.robolectric.interceptors
+
+AndroidInterceptor for System.logE and System.logW.
+
+AndroidInterceptors.SystemTimeInterceptor - Class in org.robolectric.interceptors
+
+AndroidManifest - Class in org.robolectric.manifest
+
+A wrapper for an Android App Manifest, which represents information about one's App to an Android
+ system.
+
+AndroidManifest(Path, Path, Path) - Constructor for class org.robolectric.manifest.AndroidManifest
+
+Creates a Robolectric configuration using specified locations.
+
+AndroidManifest(Path, Path, Path, String) - Constructor for class org.robolectric.manifest.AndroidManifest
+
+Creates a Robolectric configuration using specified values.
+
+AndroidManifest(Path, Path, Path, List<AndroidManifest>, String) - Constructor for class org.robolectric.manifest.AndroidManifest
+
+Creates a Robolectric configuration using specified values.
+
+AndroidManifest(Path, Path, Path, List<AndroidManifest>, String, Path) - Constructor for class org.robolectric.manifest.AndroidManifest
+
+AndroidMetadata - Class in org.robolectric
+
+Data related to Android tests.
+
+AndroidMetadata(Map<String, String>, String) - Constructor for class org.robolectric.AndroidMetadata
+
+AndroidRelease() - Constructor for class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+AndroidSandbox - Class in org.robolectric.internal
+
+Sandbox simulating an Android device.
+
+AndroidSandbox(Sdk, Sdk, ResourcesMode, ApkLoader, AndroidSandbox.TestEnvironmentSpec, AndroidSandbox.SdkSandboxClassLoader, ShadowProviders, SQLiteMode.Mode) - Constructor for class org.robolectric.internal.AndroidSandbox
+
+AndroidSandbox.SdkSandboxClassLoader - Class in org.robolectric.internal
+
+Adapter from Sdk to ResourceLoader.
+
+AndroidSandbox.TestEnvironmentSpec - Class in org.robolectric.internal
+
+Provides a mechanism for tests to inject a different AndroidTestEnvironment.
+
+AndroidSdkShadowMatcher - Class in org.robolectric.android
+
+Android-specific rules for matching shadow classes and methods by SDK level.
+
+AndroidSdkShadowMatcher(int) - Constructor for class org.robolectric.android.AndroidSdkShadowMatcher
+
+AndroidTestEnvironment - Class in org.robolectric.android.internal
+
+AndroidTestEnvironment(Sdk, Sdk, ResourcesMode, ApkLoader, ShadowProvider[], TestEnvironmentLifecyclePlugin[]) - Constructor for class org.robolectric.android.internal.AndroidTestEnvironment
+
+AndroidVersionInitTools - Class in org.robolectric.versioning
+
+Utility access method to allow robolectric to instantiate AndroidVersions without cluttering code
+ completion for users of AndroidVersions's embedded Types of one per Android Releases.
+
+AndroidVersions - Class in org.robolectric.versioning
+
+Android versioning is complicated.
+ 1) There is a yearly letter release with an increasing of one alpha step each year A-> B, B-> C,
+ and so on.
+
+AndroidVersions.AndroidRelease - Class in org.robolectric.versioning
+
+Representation of an android release, one that has occurred, or is expected.
+
+AndroidVersions.J - Class in org.robolectric.versioning
+
+Version: 4.1
+ ShortCode: J
+ SDK API Level: 16
+ release: true
+
+AndroidVersions.JMR1 - Class in org.robolectric.versioning
+
+Version: 4.2
+ ShortCode: JMR1
+ SDK API Level: 17
+ release: true
+
+AndroidVersions.JMR2 - Class in org.robolectric.versioning
+
+Version: 4.3
+ ShortCode: JMR2
+ SDK API Level: 18
+ release: true
+
+AndroidVersions.K - Class in org.robolectric.versioning
+
+Version: 4.4
+ ShortCode: K
+ SDK API Level: 19
+ release: true
+
+AndroidVersions.L - Class in org.robolectric.versioning
+
+Version: 5.0
+ ShortCode: L
+ SDK API Level: 21
+ release: true
+
+AndroidVersions.LMR1 - Class in org.robolectric.versioning
+
+Version: 5.1
+ ShortCode: LMR1
+ SDK API Level: 22
+ release: true
+
+AndroidVersions.M - Class in org.robolectric.versioning
+
+Version: 6.0
+ ShortCode: M
+ SDK API Level: 23
+ release: true
+
+AndroidVersions.N - Class in org.robolectric.versioning
+
+Version: 7.0
+ ShortCode: N
+ SDK API Level: 24
+ release: true
+
+AndroidVersions.NMR1 - Class in org.robolectric.versioning
+
+Release: 7.1
+ ShortCode: NMR1
+ SDK Framework: 25
+ release: true
+
+AndroidVersions.O - Class in org.robolectric.versioning
+
+Release: 8.0
+ ShortCode: O
+ SDK API Level: 26
+ release: true
+
+AndroidVersions.OMR1 - Class in org.robolectric.versioning
+
+Release: 8.1
+ ShortCode: OMR1
+ SDK API Level: 27
+ release: true
+
+AndroidVersions.P - Class in org.robolectric.versioning
+
+Release: 9.0
+ ShortCode: P
+ SDK API Level: 28
+ release: true
+
+AndroidVersions.Q - Class in org.robolectric.versioning
+
+Release: 10.0
+ ShortCode: Q
+ SDK API Level: 29
+ release: true
+
+AndroidVersions.R - Class in org.robolectric.versioning
+
+Release: 11.0
+ ShortCode: R
+ SDK API Level: 30
+ release: true
+
+AndroidVersions.S - Class in org.robolectric.versioning
+
+Release: 12.0
+ ShortCode: S
+ SDK API Level: 31
+ release: true
+
+AndroidVersions.Sv2 - Class in org.robolectric.versioning
+
+Release: 12.1
+ ShortCode: Sv2
+ SDK API Level: 32
+ release: true
+
+AndroidVersions.T - Class in org.robolectric.versioning
+
+Release: 13.0
+ ShortCode: T
+ SDK API Level: 33
+ release: true
+
+AndroidVersions.U - Class in org.robolectric.versioning
+
+Potential Release: 14.0
+ ShortCode: U
+ SDK API Level: 34
+ release: false
+
+AndroidVersions.V - Class in org.robolectric.versioning
+
+Potential Release: 15.0
+ ShortCode: V
+ SDK API Level: 34+
+ release: false
+
+andThen(Consumer<? super T>) - Method in interface org.robolectric.util.Consumer
+
+Returns a composed Consumer
that performs, in sequence, this operation followed by the
+ after
operation.
+
+AnimatedImageDrawableNatives - Class in org.robolectric.nativeruntime
+
+Native methods for AnimatedImageDrawable JNI registration.
+
+AnimatedVectorDrawableNatives - Class in org.robolectric.nativeruntime
+
+Native methods for AnimatedVectorDrawable JNI registration.
+
+annotationType - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+annotationType() - Method in class org.robolectric.annotation.Config.Implementation
+
+apiLevel() - Method in class org.robolectric.res.android.ApkAssetsCache.Key
+
+ApkAssetsCache - Class in org.robolectric.res.android
+
+A global cache for ApkAssets (framework and app resources).
+
+ApkAssetsCache.Key - Class in org.robolectric.res.android
+
+The cache key for this cache.
+
+ApkAssetsCookie - Class in org.robolectric.res.android
+
+ApkLoader - Class in org.robolectric
+
+Mediates loading of "APKs" in legacy mode.
+
+ApkLoader() - Constructor for class org.robolectric.ApkLoader
+
+append(String) - Method in class org.robolectric.res.android.String8
+
+appendDescription(String) - Method in class org.robolectric.shadows.ShadowBitmap
+
+appendDescription(String) - Method in class org.robolectric.shadows.ShadowCanvas
+
+appendDescription(String) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+appendDescription(String) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+appendDescription(String) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+appendDescription(String) - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+appendParameterList(StringBuilder, List<? extends TypeParameterElement>) - Method in class org.robolectric.annotation.processing.Helpers
+
+appendPath(String) - Method in class org.robolectric.res.android.String8
+
+appHeight - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The height of the portion of the display that is available to applications, in pixels.
+
+application - Variable in class org.robolectric.annotation.Config.Builder
+
+application - Static variable in class org.robolectric.RuntimeEnvironment
+
+Deprecated.
+
+
+
+application() - Element in annotation type org.robolectric.annotation.Config
+
+The
Application
class to use in the test, this takes precedence over any
+ application specified in the AndroidManifest.xml.
+
+application() - Method in class org.robolectric.annotation.Config.Implementation
+
+apply() - Method in class org.robolectric.shadows.ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl
+
+apply(Type, VisitorState) - Method in class org.robolectric.errorprone.bugpatterns.Helpers.CastableTo
+
+apply(String, byte) - Method in interface org.robolectric.res.android.CppAssetManager2.PackageFunc
+
+apply(Statement, Description) - Method in class org.robolectric.junit.rules.BackgroundTestRule
+
+Deprecated.
+
+apply(Statement, Description) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+apply(Style, boolean) - Method in class org.robolectric.res.ThemeStyleSet
+
+applyBatch(String, ArrayList<ContentProviderOperation>) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+applyBatch(ArrayList<ContentProviderOperation>) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+applyFreeFunction(long, long) - Static method in class org.robolectric.nativeruntime.NativeAllocationRegistryNatives
+
+applyFreeFunction(long, long) - Static method in class org.robolectric.shadows.ShadowNativeAllocationRegistry
+
+applyQualifiers(String, int, Configuration, DisplayMetrics) - Static method in class org.robolectric.android.Bootstrap
+
+applyStyle(int, boolean) - Method in class org.robolectric.res.android.ResTableTheme
+
+applyStyle(int, int, int, int, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+applyStyle(int, int, int, int, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+applyStyle(long, int, int, long, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+applyStyle(long, int, int, long, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+applyStyle(long, int, int, long, int[], int, long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+applyStyle(long, int, int, long, int[], int, long, long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+ApplyStyle(int, boolean) - Method in class org.robolectric.res.android.CppAssetManager2.Theme
+
+ApplyStyle(CppAssetManager2.Theme, ResXMLParser, int, int, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution10
+
+ApplyStyle(CppAssetManager2.Theme, ResXMLParser, int, int, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution9
+
+ApplyStyle(ResTableTheme, ResXMLParser, int, int, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution
+
+applyStyleToTheme(long, int, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+applyThemeStyle(int, int, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+applyThemeStyle(int, int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+applyThemeStyle(long, int, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+applyThemeStyle(long, int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+applyTransformation(float, Transformation) - Method in class org.robolectric.shadows.ShadowAnimationBridge
+
+approximate(float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+AppUsageLimitObserver(int, List<String>, Duration, Duration, PendingIntent) - Constructor for class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+AppUsageObserver() - Constructor for class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+appVsyncOffsetNanos - Variable in class org.robolectric.android.internal.DisplayConfig
+
+This is a positive value indicating the phase offset of the VSYNC events provided by
+ Choreographer relative to the display refresh.
+
+AppWidgetProviderInfoBuilder - Class in org.robolectric.shadows
+
+
+
+appWidth - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The width of the portion of the display that is available to applications, in pixels.
+
+ArcPaintHistoryEvent(RectF, float, float, boolean, Paint) - Constructor for class org.robolectric.shadows.ShadowCanvas.ArcPaintHistoryEvent
+
+arcTo(float, float, float, float, float, float, boolean) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+arcTo(RectF, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+arcTo(RectF, float, float, boolean) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+areAllPrimitivesSupported(int...) - Method in class org.robolectric.shadows.ShadowVibrator
+
+areAnyRunnable() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+areAnyRunnable() - Method in class org.robolectric.util.Scheduler
+
+Determine if any enqueued runnables are enqueued before the current time.
+
+areNotificationsEnabled() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+areThereUnrecycledNodes(boolean) - Static method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Check for leaked objects that were obtain
ed but never
+ recycle
d.
+
+areThereUnrecycledWindows(boolean) - Static method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+Check for leaked objects that were obtain
ed but never
+ recycle
d.
+
+ArscBase() - Constructor for class org.robolectric.shadows.ShadowAssetManager.ArscBase
+
+ArscResourceResolver(Context) - Constructor for class org.robolectric.android.AttributeSetBuilderImpl.ArscResourceResolver
+
+asCharSequence(TypedResource) - Method in class org.robolectric.shadows.Converter
+
+asCharSequence(TypedResource) - Method in class org.robolectric.shadows.Converter.FromAttrData
+
+asCharSequence(TypedResource) - Method in class org.robolectric.shadows.Converter.FromCharSequence
+
+asElement(TypeMirror) - Method in class org.robolectric.annotation.processing.Helpers
+
+asIdmap_header() - Method in class org.robolectric.res.android.StringPiece
+
+asInt(TypedResource) - Method in class org.robolectric.shadows.Converter
+
+asInt(TypedResource) - Method in class org.robolectric.shadows.Converter.FromCharSequence
+
+asInt(TypedResource) - Method in class org.robolectric.shadows.Converter.FromColor
+
+asInterface(IBinder) - Static method in class org.robolectric.shadows.ShadowIAppOpsService.ShadowStub
+
+ASSERT - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.InvalidStateBehavior
+
+assertLooperMode(LooperMode.Mode) - Static method in class org.robolectric.shadows.ShadowLooper
+
+assertNoBroadcastListenersOfActionRegistered(ContextWrapper, String) - Method in class org.robolectric.shadows.ShadowApplication
+
+Asset - Class in org.robolectric.res.android
+
+Asset.AccessMode - Enum in org.robolectric.res.android
+
+assetDir - Variable in class org.robolectric.annotation.Config.Builder
+
+assetDir() - Element in annotation type org.robolectric.annotation.Config
+
+Deprecated.
+
+
+
+assetDir() - Method in class org.robolectric.annotation.Config.Implementation
+
+AssetDir - Class in org.robolectric.res.android
+
+AssetPath - Class in org.robolectric.res.android
+
+AssetPath(Path, boolean) - Constructor for class org.robolectric.res.android.AssetPath
+
+asShared() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+assistantPackageName - Static variable in class org.robolectric.shadows.ShadowVoiceInteractor
+
+associate(AssociationRequest, CompanionDeviceManager.Callback, Handler) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+associate(AssociationRequest, Executor, CompanionDeviceManager.Callback) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+associate(String, MacAddress, byte[]) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+AssociationInfoBuilder - Class in org.robolectric.shadows
+
+
+
+associations - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+asString() - Method in class org.robolectric.res.TypedResource
+
+AsyncTraceSection() - Constructor for class org.robolectric.shadows.ShadowTrace.AsyncTraceSection
+
+atomId() - Method in class org.robolectric.shadows.ShadowStatsLog.StatsLogItem
+
+ATRACE_NAME(String) - Static method in class org.robolectric.res.android.Util
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration) - Method in interface org.robolectric.shadows._Activity_
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, Object) - Method in interface org.robolectric.shadows._Activity_
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object) - Method in interface org.robolectric.shadows._Activity_
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window) - Method in interface org.robolectric.shadows._Activity_
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window, Object) - Method in interface org.robolectric.shadows._Activity_
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window, Object, IBinder) - Method in interface org.robolectric.shadows._Activity_
+
+attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window, Object, IBinder, IBinder) - Method in interface org.robolectric.shadows._Activity_
+
+attach(AttachCallback, Handler) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+attachAuxEffect(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+attachController(ActivityController) - Method in class org.robolectric.shadows.ShadowActivity
+
+For internal use only.
+
+attached - Variable in class org.robolectric.android.controller.ComponentController
+
+AttestedKeyPairFactory - Class in org.robolectric.shadows
+
+Factory to create AttestedKeyPair.
+
+AttestedKeyPairFactory() - Constructor for class org.robolectric.shadows.AttestedKeyPairFactory
+
+attr(int, int, int, ResourceTypes.Res_value, String) - Method in class org.robolectric.res.android.ResourceTypes.ResXMLTree_attrExt.Writer
+
+ATTR_DATA - Enum constant in enum org.robolectric.res.ResType
+
+ATTR_FEW - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_L10N - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_MANY - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_MAX - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_MIN - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_ONE - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_OTHER - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_TWO - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ATTR_ZERO - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+AttrData - Class in org.robolectric.res
+
+AttrData(String, String, List<AttrData.Pair>) - Constructor for class org.robolectric.res.AttrData
+
+AttrData.Pair - Class in org.robolectric.res
+
+ATTRIBUTE - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds an attribute resource identifier.
+
+ATTRIBUTE_TYPE_PRECIDENCE - Static variable in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+AttributeResolution - Class in org.robolectric.res.android
+
+AttributeResolution() - Constructor for class org.robolectric.res.android.AttributeResolution
+
+AttributeResolution.BagAttributeFinder - Class in org.robolectric.res.android
+
+AttributeResolution.XmlAttributeFinder - Class in org.robolectric.res.android
+
+AttributeResolution10 - Class in org.robolectric.res.android
+
+AttributeResolution10() - Constructor for class org.robolectric.res.android.AttributeResolution10
+
+AttributeResolution10.BagAttributeFinder - Class in org.robolectric.res.android
+
+AttributeResolution10.XmlAttributeFinder - Class in org.robolectric.res.android
+
+AttributeResolution9 - Class in org.robolectric.res.android
+
+AttributeResolution9() - Constructor for class org.robolectric.res.android.AttributeResolution9
+
+AttributeResolution9.BagAttributeFinder - Class in org.robolectric.res.android
+
+AttributeResolution9.XmlAttributeFinder - Class in org.robolectric.res.android
+
+AttributeResource - Class in org.robolectric.res
+
+AttributeResource(ResName, String, String) - Constructor for class org.robolectric.res.AttributeResource
+
+AttributeResource(ResName, String, String, Integer) - Constructor for class org.robolectric.res.AttributeResource
+
+attributeSet - Variable in class org.robolectric.shadows.ShadowView
+
+AttributeSetBuilder - Interface in org.robolectric.android
+
+
+
+AttributeSetBuilderImpl - Class in org.robolectric.android
+
+AttributeSetBuilderImpl(AttributeSetBuilderImpl.ResourceResolver) - Constructor for class org.robolectric.android.AttributeSetBuilderImpl
+
+AttributeSetBuilderImpl.ArscResourceResolver - Class in org.robolectric.android
+
+AttributeSetBuilderImpl.LegacyResourceResolver - Class in org.robolectric.android
+
+AttributeSetBuilderImpl.ResourceResolver - Interface in org.robolectric.android
+
+attrType - Variable in class org.robolectric.res.StaxLoader
+
+audioAttributesFromLastVibration - Static variable in class org.robolectric.shadows.ShadowVibrator
+
+AudioDeviceInfoBuilder - Class in org.robolectric.shadows
+
+
+
+audioFocusRequest - Variable in class org.robolectric.shadows.ShadowAudioManager.AudioFocusRequest
+
+authenticate(FingerprintManager.CryptoObject, CancellationSignal, int, FingerprintManager.AuthenticationCallback, Handler) - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+
+
+authenticationFails() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+Simulates a failed fingerprint authentication.
+
+authenticationSucceeds() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+Simulates a successful fingerprint authentication.
+
+authority() - Method in class org.robolectric.shadows.ShadowMediaStore.CloudMediaChangedEvent
+
+AUTO_NS - Static variable in class org.robolectric.res.android.ResourceTypes
+
+AutoFactory - Annotation Type in org.robolectric.util.inject
+
+Indicates that the annotated type will be used as a factory.
+
+autoFocus(Camera.AutoFocusCallback) - Method in class org.robolectric.shadows.ShadowCamera
+
+available() - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+AVAILABLE_FEATURES - Static variable in class org.robolectric.android.XmlResourceParserImpl
+
+All the parser features currently supported by Android.
+
+awaitTermination(long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+awaitTermination(long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+awaitTermination(long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+
+B
+
+backgroundDrawable - Variable in class org.robolectric.shadows.ShadowWindow
+
+BackgroundExecutor - Class in org.robolectric.android.util.concurrent
+
+Utility class for running code off the main looper thread aka Robolectric test thread.
+
+BackgroundTestRule - Class in org.robolectric.junit.rules
+
+Deprecated.
+
+
+
+BackgroundTestRule() - Constructor for class org.robolectric.junit.rules.BackgroundTestRule
+
+Deprecated.
+
+BackgroundTestRule.BackgroundTest - Annotation Type in org.robolectric.junit.rules
+
+Deprecated.
+Annotation for test methods that need to be executed in a background thread.
+
+BackupAgentController <T extends BackupAgent > - Class in org.robolectric.android.controller
+
+BackupDataEntity - Class in org.robolectric.shadows
+
+
+
+BackupDataEntity() - Constructor for class org.robolectric.shadows.BackupDataEntity
+
+BackupDataInputBuilder - Class in org.robolectric.shadows
+
+
+
+BackupDataOutputFactory - Class in org.robolectric.shadows
+
+
+
+BAD_DOCUMENT - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+BAD_INDEX - Static variable in class org.robolectric.res.android.Errors
+
+BAD_TYPE - Static variable in class org.robolectric.res.android.Errors
+
+BAD_VALUE - Static variable in class org.robolectric.res.android.Errors
+
+bag_entry() - Constructor for class org.robolectric.res.android.ResTable.bag_entry
+
+BagAttributeFinder(ResTable.bag_entry[], int) - Constructor for class org.robolectric.res.android.AttributeResolution.BagAttributeFinder
+
+BarringInfoBuilder - Class in org.robolectric.shadows
+
+
+
+BarringInfoBuilder.BarringServiceInfoBuilder - Class in org.robolectric.shadows
+
+
+
+BaseCanvasNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BaseCanvas JNI registration.
+
+BaseCursor - Class in org.robolectric.fakes
+
+Deprecated.
+
+
+
+BaseCursor() - Constructor for class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+BaseRecordingCanvasNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BaseRecordingCanvas JNI registration.
+
+baseUrl - Variable in class org.robolectric.shadows.ShadowWebView.LoadDataWithBaseURL
+
+before(Time) - Method in class org.robolectric.shadows.ShadowTime
+
+beforeTest(Method) - Method in class org.robolectric.DefaultTestLifecycle
+
+Called before each test method is run.
+
+beforeTest(Method) - Method in interface org.robolectric.TestLifecycle
+
+Called before each test method is run.
+
+beforeTest(Method) - Method in interface org.robolectric.TestLifecycleApplication
+
+beforeTest(Sandbox, FrameworkMethod, Method) - Method in class org.robolectric.internal.SandboxTestRunner
+
+beforeTest(Sandbox, FrameworkMethod, Method) - Method in class org.robolectric.RobolectricTestRunner
+
+beginAsyncSection(String, int) - Static method in class org.robolectric.shadows.ShadowTrace
+
+Starts a new async trace section with given name.
+
+beginBroadcast() - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+beginRecording(int, int) - Method in class org.robolectric.shadows.ShadowPicture
+
+beginRestoreSession() - Method in class org.robolectric.shadows.ShadowBackupManager
+
+beginSection(String) - Static method in class org.robolectric.shadows.ShadowTrace
+
+Starts a new trace section with given name.
+
+bidi(int, char[], byte[], int, boolean) - Static method in class org.robolectric.shadows.ShadowAndroidBidi
+
+bigEndianIterator() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+bigEndianIterator() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+BINARY - Enum constant in enum org.robolectric.internal.ResourcesMode
+
+bind() - Method in class org.robolectric.android.controller.IntentServiceController
+
+bind() - Method in class org.robolectric.android.controller.ServiceController
+
+bind(Class<T>, Class<? extends T>) - Method in class org.robolectric.util.inject.Injector.Builder
+
+Registers an implementing class for the given dependency type.
+
+bind(Class<T>, T) - Method in class org.robolectric.util.inject.Injector.Builder
+
+Registers an instance for the given dependency type.
+
+bind(Injector.Key<T>, T) - Method in class org.robolectric.util.inject.Injector.Builder
+
+Registers an instance for the given key.
+
+bindAppWidgetId(int, ComponentName) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+bindAppWidgetId(int, ComponentName, Bundle) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+bindAppWidgetIdIfAllowed(int, ComponentName) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Create an internal presentation of the widget and cache it locally.
+
+bindAppWidgetIdIfAllowed(int, ComponentName, Bundle) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Create an internal presentation of the widget locally and store the options
Bundle
with
+ it.
+
+bindDefault(Class<T>, Class<? extends T>) - Method in class org.robolectric.util.inject.Injector.Builder
+
+Registers a fallback implementing class for the given dependency type.
+
+bindDeviceAdminServiceAsUser(ComponentName, Intent, ServiceConnection, int, UserHandle) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Bind to the same package in another user.
+
+bindProcessToNetwork(Network) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+bindService(Intent, int, Executor, ServiceConnection) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+bindService(Intent, int, Executor, ServiceConnection) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+bindService(Intent, ServiceConnection, int) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+bindService(Intent, ServiceConnection, int) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+bindServiceAsUser(Intent, ServiceConnection, int, UserHandle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+Binds to a service but ignores the given UserHandle.
+
+bindSocket(FileDescriptor) - Method in class org.robolectric.shadows.ShadowNetwork
+
+Simulates a socket bind.
+
+bindSocket(DatagramSocket) - Method in class org.robolectric.shadows.ShadowNetwork
+
+Simulates a socket bind.
+
+bindSocket(Socket) - Method in class org.robolectric.shadows.ShadowNetwork
+
+Simulates a socket bind.
+
+biometricServiceConnected - Variable in class org.robolectric.shadows.ShadowBiometricManager
+
+BitmapFactoryNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BitmapFactory JNI registration.
+
+BitmapNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Bitmap JNI registration.
+
+BitmapShaderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BitmapShader JNI registration.
+
+BlendModeColorFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BlendModeColorFilter JNI registration.
+
+BLOCK_SIZE - Static variable in class org.robolectric.shadows.ShadowStatFs
+
+blockingGetAuthToken(Account, String, boolean) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+BLUETOOTH_DEVICE_NAME - Static variable in class org.robolectric.shadows.ShadowMediaRouter
+
+bluetoothGattReflector - Variable in class org.robolectric.shadows.ShadowBluetoothGatt
+
+bluetoothGattServerReflector - Variable in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+bluetoothLeAdvertiserReflector - Variable in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+BlurMaskFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BlurMaskFilter JNI registration.
+
+BOOLEAN - Enum constant in enum org.robolectric.res.ResType
+
+bootstrap(MethodHandles.Lookup, String, MethodType, MethodHandle) - Static method in class org.robolectric.internal.bytecode.InvokeDynamicSupport
+
+Bootstrap - Class in org.robolectric.android
+
+Bootstrap() - Constructor for class org.robolectric.android.Bootstrap
+
+bootstrapAuthenticationRequest(Object, Object, Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+bootstrapInit(MethodHandles.Lookup, String, MethodType) - Static method in class org.robolectric.internal.bytecode.InvokeDynamicSupport
+
+bootstrapIntrinsic(MethodHandles.Lookup, String, MethodType, String) - Static method in class org.robolectric.internal.bytecode.InvokeDynamicSupport
+
+bootstrappedClass(Class<?>) - Method in class org.robolectric.internal.bytecode.Sandbox
+
+bootstrapStatic(MethodHandles.Lookup, String, MethodType, MethodHandle) - Static method in class org.robolectric.internal.bytecode.InvokeDynamicSupport
+
+bottom - Variable in class org.robolectric.shadows.ShadowCanvas.RectPaintHistoryEvent
+
+bottom - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+boundSocketCount() - Method in class org.robolectric.shadows.ShadowNetwork
+
+Returns the total number of sockets bound to this network interface.
+
+BrightnessChangeEventBuilder - Class in org.robolectric.shadows
+
+
+
+BrightnessChangeEventBuilder() - Constructor for class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+broadcastPermission - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+broadcastReceiver - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+BroadcastReceiverData - Class in org.robolectric.manifest
+
+BroadcastReceiverData(String, MetaData) - Constructor for class org.robolectric.manifest.BroadcastReceiverData
+
+BroadcastReceiverData(Map<String, String>, MetaData, List<IntentFilterData>) - Constructor for class org.robolectric.manifest.BroadcastReceiverData
+
+BuckManifestFactory - Class in org.robolectric.internal
+
+BuckManifestFactory() - Constructor for class org.robolectric.internal.BuckManifestFactory
+
+buffer - Variable in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+buffer - Variable in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+build() - Method in interface org.robolectric.android.AttributeSetBuilder
+
+
+
+build() - Method in class org.robolectric.android.AttributeSetBuilderImpl
+
+build() - Method in class org.robolectric.annotation.Config.Builder
+
+build() - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+build() - Method in class org.robolectric.internal.bytecode.ShadowMap.Builder
+
+build() - Method in interface org.robolectric.Robolectric.AttributeSetBuilder
+
+Deprecated.
+
+
+build() - Method in class org.robolectric.shadows.AppWidgetProviderInfoBuilder
+
+build() - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+build() - Method in class org.robolectric.shadows.AudioDeviceInfoBuilder
+
+build() - Method in class org.robolectric.shadows.BackupDataInputBuilder
+
+
+
+build() - Method in class org.robolectric.shadows.BarringInfoBuilder.BarringServiceInfoBuilder
+
+build() - Method in class org.robolectric.shadows.BarringInfoBuilder
+
+build() - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+build() - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+build() - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+build() - Method in class org.robolectric.shadows.CellInfoLteBuilder
+
+build() - Method in class org.robolectric.shadows.CellInfoNrBuilder
+
+build() - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+build() - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+build() - Method in class org.robolectric.shadows.DeviceStateSensorOrientationBuilder
+
+build() - Method in class org.robolectric.shadows.DragEventBuilder
+
+build() - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+build() - Method in class org.robolectric.shadows.FrameMetricsBuilder
+
+build() - Method in class org.robolectric.shadows.GnssStatusBuilder
+
+Deprecated.
+Builds the
GnssStatus
from the satellites previously added.
+
+build() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+build() - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+build() - Method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+build() - Method in class org.robolectric.shadows.ModuleInfoBuilder
+
+Returns a
ModuleInfo
with the data that was given.
+
+build() - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+build() - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+build() - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Returns a PackageRollbackInfo
with the data that was given.
+
+build() - Method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+build() - Method in class org.robolectric.shadows.PolicyStateBuilder
+
+build() - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+build() - Method in class org.robolectric.shadows.RangingSessionBuilder
+
+build() - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+build() - Method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Returns a RollbackInfo
with the data that was given.
+
+build() - Method in class org.robolectric.shadows.RunningTaskInfoBuilder
+
+build() - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowDisplayManager.ModeBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowEventLog.EventBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowFontsFontFamily.ShadowFontsFontFamilyBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowInformationElement.Builder
+
+build() - Method in class org.robolectric.shadows.ShadowLegacyTypeface.ShadowBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+build() - Method in class org.robolectric.shadows.ShadowTrace.AsyncTraceSection.Builder
+
+build() - Method in class org.robolectric.shadows.ShadowTrace.Counter.Builder
+
+build() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+build() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+build() - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+build() - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+build() - Method in class org.robolectric.shadows.StreamConfigurationMapBuilder
+
+Builds a StreamConfigurationMap based on data previously added to this builder.
+
+build() - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+build() - Method in class org.robolectric.shadows.UiccPortInfoBuilder
+
+build() - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+build() - Method in class org.robolectric.shadows.VibrationAttributesBuilder
+
+build() - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+build() - Method in class org.robolectric.util.inject.Injector.Builder
+
+Builds an injector as previously configured.
+
+build(int, Collection<String>, long, TimeUnit, PendingIntent) - Static method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+build(int, List<String>, Duration, Duration, PendingIntent, PendingIntent) - Static method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+build(InstrumentationConfiguration, Sdk, Sdk, ResourcesMode, SQLiteMode.Mode) - Method in interface org.robolectric.internal.SandboxManager.SandboxBuilder
+
+build(ShadowMap, ShadowMatcher, Interceptors) - Method in interface org.robolectric.internal.bytecode.ClassHandlerBuilder
+
+
+
+buildActivity(Class<T>) - Static method in class org.robolectric.Robolectric
+
+Creates a ActivityController for the given activity class.
+
+buildActivity(Class<T>, Intent) - Static method in class org.robolectric.Robolectric
+
+Creates a ActivityController for the given activity class with the intent.
+
+buildActivity(Class<T>, Intent, Bundle) - Static method in class org.robolectric.Robolectric
+
+Creates a ActivityController for the given activity class with the intent and activity options.
+
+buildAttributeSet() - Static method in class org.robolectric.Robolectric
+
+
+
+buildBackupAgent(Class<T>) - Static method in class org.robolectric.Robolectric
+
+buildContentProvider(Class<T>) - Static method in class org.robolectric.Robolectric
+
+builder() - Static method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+Builder() - Constructor for class org.robolectric.annotation.Config.Builder
+
+Builder() - Constructor for class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+Builder() - Constructor for class org.robolectric.internal.bytecode.ShadowMap.Builder
+
+Builder() - Constructor for class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+Builder() - Constructor for class org.robolectric.shadows.ShadowInformationElement.Builder
+
+Builder() - Constructor for class org.robolectric.shadows.ShadowTrace.AsyncTraceSection.Builder
+
+Builder() - Constructor for class org.robolectric.shadows.ShadowTrace.Counter.Builder
+
+Builder() - Constructor for class org.robolectric.util.inject.Injector.Builder
+
+Creates a new builder.
+
+Builder(int, MacAddress, long, int) - Constructor for class org.robolectric.shadows.ShadowRangingResult.Builder
+
+Builder(ClassLoader) - Constructor for class org.robolectric.util.inject.Injector.Builder
+
+Creates a new builder using the specified ClassLoader for plugin loading.
+
+Builder(Config) - Constructor for class org.robolectric.annotation.Config.Builder
+
+Builder(InstrumentationConfiguration) - Constructor for class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+Builder(ShadowMap) - Constructor for class org.robolectric.internal.bytecode.ShadowMap.Builder
+
+Builder(Injector) - Constructor for class org.robolectric.util.inject.Injector.Builder
+
+Creates a new builder with a parent injector.
+
+Builder(Injector, ClassLoader) - Constructor for class org.robolectric.util.inject.Injector.Builder
+
+Creates a new builder with a parent injector and the specified ClassLoader for plugin
+ loading.
+
+buildEvent() - Static method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+buildExternalStorageAppCacheDirs(String) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+buildFragment(Class<T>) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Intent) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Intent, Bundle) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Bundle) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Class<? extends Activity>) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Class<? extends Activity>, Intent) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Class<? extends Activity>, Intent, Bundle) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFragment(Class<T>, Class<? extends Activity>, Bundle) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+buildFrom(GnssStatusBuilder.GnssSatelliteInfo...) - Static method in class org.robolectric.shadows.GnssStatusBuilder
+
+Deprecated.
+Convenience method to create a
GnssStatus
directly from known satellite info.
+
+buildGlobalConfig() - Method in class org.robolectric.RobolectricTestRunner
+
+Deprecated.
+
+
+
+buildIntentService(Class<T>) - Static method in class org.robolectric.Robolectric
+
+buildIntentService(Class<T>, Intent) - Static method in class org.robolectric.Robolectric
+
+buildResourceTable(AndroidManifest) - Method in class org.robolectric.res.ResourceMerger
+
+buildService(Class<T>) - Static method in class org.robolectric.Robolectric
+
+buildService(Class<T>, Intent) - Static method in class org.robolectric.Robolectric
+
+buildString(char[]) - Static method in class org.robolectric.res.android.ResourceString
+
+Builds a string from a null-terminated char data.
+
+buildSubscriptionInfo() - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+buildSystemFallback(String, String, FontCustomizationParser.Result, ArrayMap<String, FontFamily[]>, ArrayList<Font>) - Static method in class org.robolectric.shadows.ShadowNativeSystemFonts
+
+buildSystemFallback(String, String, FontCustomizationParser.Result, ArrayMap<String, FontFamily[]>, ArrayList<Font>) - Static method in class org.robolectric.shadows.ShadowSystemFonts
+
+buildSystemFallback(String, String, ArrayMap<String, Typeface>, ArrayMap<String, FontFamily[]>) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+buildSystemFallback(String, String, ArrayMap<String, Typeface>, ArrayMap<String, FontFamily[]>) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+bulkInsert(Uri, ContentValues[]) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+bulkInsert(Uri, ContentValues[]) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+bulkTransfer(UsbEndpoint, byte[], int, int) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+bulkTransfer(UsbEndpoint, byte[], int, int, int) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+bundle - Variable in class org.robolectric.shadows.ShadowTelecomManager.CallRecord
+
+Deprecated.
+
+
+
+ByteBucketArray <T > - Class in org.robolectric.res.android
+
+Stores a sparsely populated array.
+
+ByteBucketArray(T) - Constructor for class org.robolectric.res.android.ByteBucketArray
+
+bytes - Variable in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+bytes - Variable in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+bytes() - Method in class org.robolectric.shadows.ShadowStatsLog.StatsLogItem
+
+
+C
+
+CACHE - Enum constant in enum org.robolectric.fakes.RoboResponseSource
+
+Return the response from the cache immediately.
+
+CachedPathIteratorFactory - Class in org.robolectric.shadows
+
+Class that returns iterators for a given path.
+
+CachedPathIteratorFactory(PathIterator) - Constructor for class org.robolectric.shadows.CachedPathIteratorFactory
+
+CachedPathIteratorFactory.CachedPathIterator - Class in org.robolectric.shadows
+
+Class that allows us to iterate over a path multiple times
+
+calculateSignalLevel(int, int) - Static method in class org.robolectric.shadows.ShadowWifiManager
+
+call(Uri, String, String, Bundle) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+call(Class<?>, T, Object[]) - Method in interface org.robolectric.util.Function
+
+call(String, String, Bundle) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+CALL_REAL_CODE - Static variable in class org.robolectric.internal.bytecode.ShadowWrangler
+
+callActivityOnCreate(Activity, Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callActivityOnDestroy(Activity) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callActivityOnPause(Activity) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callActivityOnRestart(Activity) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callActivityOnResume(Activity) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callActivityOnStart(Activity) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callActivityOnStop(Activity) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callApplicationOnCreate(Application) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+callApplyConfigurationToResourcesLocked(Configuration, CompatibilityInfo) - Method in class org.robolectric.shadows.ShadowResourcesManager
+
+Exposes ResourcesManager#applyCompatConfigurationLocked(int, Configuration)
.
+
+callAttach(Activity, Context, ActivityThread, Instrumentation, Application, Intent, ActivityInfo, IBinder, CharSequence, Object) - Method in interface org.robolectric.shadows._Activity_
+
+callAttach(Context) - Method in class org.robolectric.shadows.ShadowApplication
+
+Attaches an application to a base context.
+
+callAttach(Intent) - Method in class org.robolectric.shadows.ShadowActivity
+
+callAttach(Intent, Bundle) - Method in class org.robolectric.shadows.ShadowActivity
+
+callAttach(Intent, Bundle, Object) - Method in class org.robolectric.shadows.ShadowActivity
+
+callAttach(Intent, Bundle, Object, Configuration) - Method in class org.robolectric.shadows.ShadowActivity
+
+callback() - Method in class org.robolectric.shadows.ShadowAccessibilityService.GestureDispatch
+
+The callback that is to be invoked once the gesture has finished dispatching.
+
+callConstructor(Class<? extends R>, ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively call the constructor of an object.
+
+callDispatchResized() - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+callGetThemeResId() - Method in class org.robolectric.shadows.ShadowContextThemeWrapper
+
+callInstanceMethod(Class<?>, Object, String, ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively call an instance method on an object on a specific class.
+
+callInstanceMethod(Object, String, ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively call an instance method on an object.
+
+callLastOnFinished(Intent, int, String, Bundle) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+callOnActivityResult(int, int, Intent) - Method in class org.robolectric.shadows.ShadowActivity
+
+Deprecated.
+
+callOnAttachedToHierarchy(PreferenceManager) - Method in class org.robolectric.shadows.ShadowPreference
+
+callOnAttachedToWindow() - Method in class org.robolectric.shadows.ShadowView
+
+callOnCreate(Bundle) - Method in class org.robolectric.shadows.ShadowDialog
+
+callOnDetachedFromWindow() - Method in class org.robolectric.shadows.ShadowView
+
+callOnGetDirectActions(CancellationSignal, Consumer<List<DirectAction>>) - Method in class org.robolectric.shadows.ShadowActivity
+
+Calls Activity#onGetDirectActions with the given parameters.
+
+callParsePackage(Path) - Static method in class org.robolectric.shadows.ShadowPackageParser
+
+Parses an AndroidManifest.xml file using the framework PackageParser.
+
+CallRecord(PhoneAccountHandle, Bundle) - Constructor for class org.robolectric.shadows.ShadowTelecomManager.CallRecord
+
+Deprecated.
+
+callStaticMethod(Class<?>, String, ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively call a static method on a class.
+
+callStaticMethod(ClassLoader, String, String, ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Helper method for calling a static method using a class from a custom class loader
+
+callThroughByDefault - Variable in class org.robolectric.internal.bytecode.ShadowInfo
+
+callThroughByDefault() - Element in annotation type org.robolectric.annotation.Implements
+
+If true, Robolectric will invoke the actual Android code for any method that isn't shadowed.
+
+callWindowFocusChanged(boolean) - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+canAddCall() - Method in class org.robolectric.shadows.ShadowInCallService
+
+canAuthenticate() - Method in class org.robolectric.shadows.ShadowBiometricManager
+
+canAuthenticate(int) - Method in class org.robolectric.shadows.ShadowBiometricManager
+
+canAuthenticate(int, int) - Method in class org.robolectric.shadows.ShadowBiometricManager
+
+cancel() - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+cancel() - Method in class org.robolectric.shadows.ShadowJsResult
+
+cancel() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+cancel() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimator
+
+cancel() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimatorR
+
+cancel() - Method in class org.robolectric.shadows.ShadowSslErrorHandler
+
+cancel() - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+cancel() - Method in class org.robolectric.shadows.ShadowToast
+
+cancel(boolean) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+cancel(boolean) - Method in class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+cancel(int) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+cancel(int) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+cancel(int) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+cancel(AlarmManager.OnAlarmListener) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+cancel(PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+cancel(String, int) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+cancelAll() - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+cancelAll() - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+cancelAll() - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+cancelAll() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+cancelAllNotifications() - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+cancelAutoFocus() - Method in class org.robolectric.shadows.ShadowCamera
+
+cancelBugreport() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+
+
+cancelConnection(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Disconnects an established connection, or cancels a connection attempt currently in progress.
+
+cancelDiscovery() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+cancelMissedCallsNotification() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+cancelNotification(String) - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+cancelOperation(int) - Method in class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+cancelSync(Account, String) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+canConfigureInteractAcrossProfiles(String) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Unlike the real system, we will assume a package can always configure its own cross profile
+ interaction.
+
+canDrawOverlays(Context) - Static method in class org.robolectric.shadows.ShadowSettings
+
+canGoBack() - Method in class org.robolectric.shadows.ShadowWebView
+
+canGoForward() - Method in class org.robolectric.shadows.ShadowWebView
+
+canInteractAcrossProfiles() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Checks if the current application can interact across profile.
+
+canNotifyAsPackage(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+canonicalToCurrentPackageNames(String[]) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+canPause() - Method in class org.robolectric.shadows.ShadowVideoView
+
+canRequestInteractAcrossProfiles() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Returns whether the calling package can request to navigate the user to the relevant settings
+ page to request user consent to interact across profiles.
+
+canRequestPackageInstalls() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+canScheduleExactAlarms() - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+canSwitchUsers() - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+CanvasNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Canvas JNI registration.
+
+CanvasPropertyNatives - Class in org.robolectric.nativeruntime
+
+Native methods for CanvasProperty JNI registration.
+
+canvasReflector - Variable in class org.robolectric.shadows.ShadowLegacyCanvas
+
+CapabilityFailureInfo() - Constructor for class org.robolectric.shadows.ShadowRcsUceAdapter.CapabilityFailureInfo
+
+capture(CaptureRequest, CameraCaptureSession.CaptureCallback, Handler) - Method in class org.robolectric.shadows.ShadowCameraCaptureSessionImpl
+
+captureSingleRequest(CaptureRequest, Executor, CameraCaptureSession.CaptureCallback) - Method in class org.robolectric.shadows.ShadowCameraCaptureSessionImpl
+
+CastableTo(Supplier<Type>) - Constructor for class org.robolectric.errorprone.bugpatterns.Helpers.CastableTo
+
+castNativePtr(long) - Static method in class org.robolectric.RuntimeEnvironment
+
+ceil(float) - Static method in class org.robolectric.shadows.ShadowFloatMath
+
+CellIdentityLteBuilder - Class in org.robolectric.shadows
+
+
+
+CellIdentityNrBuilder - Class in org.robolectric.shadows
+
+
+
+CellInfoLteBuilder - Class in org.robolectric.shadows
+
+
+
+CellInfoNrBuilder - Class in org.robolectric.shadows
+
+
+
+CellSignalStrengthLteBuilder - Class in org.robolectric.shadows
+
+
+
+CellSignalStrengthNrBuilder - Class in org.robolectric.shadows
+
+
+
+centerX - Variable in class org.robolectric.shadows.ShadowCanvas.CirclePaintHistoryEvent
+
+centerY - Variable in class org.robolectric.shadows.ShadowCanvas.CirclePaintHistoryEvent
+
+CESU8 - Enum constant in enum org.robolectric.res.android.ResourceString.Type
+
+changeDisplay(int, String) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Changes properties of a simulated display.
+
+CHAR_SEQUENCE - Enum constant in enum org.robolectric.res.ResType
+
+CHAR_SEQUENCE_ARRAY - Enum constant in enum org.robolectric.res.ResType
+
+charset() - Method in enum org.robolectric.res.android.ResourceString.Type
+
+CHECK(boolean) - Static method in class org.robolectric.res.android.Util
+
+checkActivities(boolean) - Method in class org.robolectric.shadows.ShadowApplication
+
+
+
+checkBluetoothAddress(String) - Static method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Validate a Bluetooth address, such as "00:43:A8:23:10:F0" Alphabetic characters must be
+ uppercase to be valid.
+
+checkCallingOrSelfPermission(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+checkCallingPermission(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+checkChar(String, int, char) - Method in class org.robolectric.shadows.ShadowTime
+
+checkedPerformClick() - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+
+
+checkIfCameraClosedOrInError() - Method in class org.robolectric.shadows.ShadowCameraDeviceImpl
+
+checkMainThread() - Method in class org.robolectric.android.internal.RobolectricThreadChecker
+
+checkNotMainThread() - Method in class org.robolectric.android.internal.RobolectricThreadChecker
+
+checkOp(String, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+
+
+checkOpNoThrow(int, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+
+
+checkOpNoThrow(String, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Deprecated.
+
+checkPackage(int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+checkPermission(String, int, int) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+checkPermission(String, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+checkRecognitionSupport(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+checkRecycled(String) - Method in interface org.robolectric.shadows.ShadowBitmap.BitmapReflector
+
+checkService(String) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+checkSignatures(int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+checkSignatures(String, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+checkSlicePermission(Uri, int, int) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+checkStateAfterTestFailure(Throwable) - Method in class org.robolectric.android.internal.AndroidTestEnvironment
+
+checkStateAfterTestFailure(Throwable) - Method in interface org.robolectric.internal.TestEnvironment
+
+claimInterface(UsbInterface, boolean) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+CLASS_HANDLER_DATA_FIELD_NAME - Static variable in class org.robolectric.internal.bytecode.ShadowConstants
+
+CLASS_NAME - Static variable in class org.robolectric.shadows.ShadowContextImpl
+
+classBlock(RunNotifier) - Method in class org.robolectric.internal.SandboxTestRunner
+
+ClassDetails - Class in org.robolectric.internal.bytecode
+
+
+
+ClassDetails(byte[]) - Constructor for class org.robolectric.internal.bytecode.ClassDetails
+
+classesToNotAcquire - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+classesToNotInstrument - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+classesToNotInstrumentRegex - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+classHandler - Variable in class org.robolectric.internal.bytecode.Sandbox
+
+ClassHandler - Interface in org.robolectric.internal.bytecode
+
+This interface is used by Robolectric when instrumented classes are created and interacted with.
+
+classHandlerBuilder - Variable in class org.robolectric.internal.SandboxTestRunner
+
+ClassHandlerBuilder - Interface in org.robolectric.internal.bytecode
+
+
+
+classInitializing(Class) - Method in interface org.robolectric.internal.bytecode.ClassHandler
+
+Called by Robolectric when an instrumented class is first loaded into a sandbox and is ready to
+ be statically initialized.
+
+classInitializing(Class) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+classInitializing(Class) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+ClassInstrumentor - Class in org.robolectric.internal.bytecode
+
+Instruments (i.e.
+
+ClassInstrumentor() - Constructor for class org.robolectric.internal.bytecode.ClassInstrumentor
+
+ClassInstrumentor(ClassInstrumentor.Decorator) - Constructor for class org.robolectric.internal.bytecode.ClassInstrumentor
+
+ClassInstrumentor.Decorator - Interface in org.robolectric.internal.bytecode
+
+className - Variable in class org.robolectric.internal.bytecode.MethodRef
+
+className - Variable in class org.robolectric.internal.bytecode.MethodSignature
+
+className - Variable in class org.robolectric.util.ReflectionHelpers.StringParameter
+
+className() - Element in annotation type org.robolectric.annotation.Implements
+
+Android class name (if the Class object is not accessible).
+
+className() - Element in annotation type org.robolectric.util.reflector.ForType
+
+ClassNameResolver <T > - Class in org.robolectric.shadows
+
+ClassNameResolver() - Constructor for class org.robolectric.shadows.ClassNameResolver
+
+classNameTranslations - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+classNameTranslations() - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+Map from a requested class to an alternate stand-in, or not.
+
+classNode - Variable in class org.robolectric.internal.bytecode.MutableClass
+
+ClassNodeProvider - Class in org.robolectric.internal.bytecode
+
+ClassNodeProvider() - Constructor for class org.robolectric.internal.bytecode.ClassNodeProvider
+
+ClassParameter(Class<? extends V>, V) - Constructor for class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+clazz - Variable in class org.robolectric.internal.bytecode.InvocationProfile
+
+clazz - Variable in class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+clean(Object) - Static method in class org.robolectric.fakes.CleanerCompat
+
+CleanerCompat - Class in org.robolectric.fakes
+
+
+
+CleanerCompat() - Constructor for class org.robolectric.fakes.CleanerCompat
+
+CleanerInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.CleanerInterceptor
+
+cleanStackTrace(Throwable) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+clear() - Method in class org.robolectric.fakes.RoboMenu
+
+clear() - Method in class org.robolectric.res.android.NativeObjRegistry
+
+
+
+clear() - Static method in class org.robolectric.shadows.ShadowLog
+
+Clear all accumulated logs.
+
+clear() - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+clear(String) - Method in class org.robolectric.shadows.ShadowTime
+
+Clear() - Method in class org.robolectric.res.android.CppAssetManager2.Theme
+
+clearAccounts() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+Deprecated.
+
+clearAccountsForPackage(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+clearAll() - Static method in class org.robolectric.shadows.ShadowEventLog
+
+clearAllNetworks() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+clearAllowedNonPcmEncodings() - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+
+
+clearAnimation() - Method in class org.robolectric.shadows.ShadowView
+
+clearAnimations() - Method in class org.robolectric.shadows.ShadowView
+
+
+
+clearApplicationUserData(String, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+clearApplicationUserData(String, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+clearBroadcastIntents() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Clears the broadcast intents sent during the tests (for all users).
+
+clearBroadcastResponseStats(String, long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+clearCache(boolean) - Method in class org.robolectric.shadows.ShadowWebView
+
+clearCameraInfo() - Static method in class org.robolectric.shadows.ShadowCamera
+
+clearCloudMediaChangedEventList() - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+clearCodecs() - Static method in class org.robolectric.shadows.ShadowMediaCodec
+
+Clears any previously added encoders and decoders.
+
+clearCommunicationDevice() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+clearControllers() - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+
+
+clearCrossProfileIntentFilters(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+clearDirectPlaybackSupportedFormats() - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+
+
+clearDispatchedMediaKeyEvents() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+clearExistingInstancesAndStates() - Static method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+clearExternalPnoScanRequest() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+clearFormData() - Method in class org.robolectric.shadows.ShadowWebView
+
+clearHasSentRttRequest() - Method in class org.robolectric.shadows.ShadowCall
+
+"Forgets" that sendRttRequest() was called.
+
+clearHeader() - Method in class org.robolectric.fakes.RoboSubMenu
+
+clearHistory() - Method in class org.robolectric.shadows.ShadowWebView
+
+clearHttpResponseRules() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+clearHttpResponseRules() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+clearHttpResponses() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+Call this method if you want to ensure that there's no http responses logged from this point until
+ the next response arrives.
+
+clearInstance() - Method in interface org.robolectric.shadows.ShadowSystemServiceRegistry._ServiceFetcherN_
+
+clearIntentFilterForActivity(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Clears intent filters for given activity.
+
+clearIntentFilterForProvider(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Clears intent filters for given provider.
+
+clearIntentFilterForReceiver(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Clears intent filters for given receiver.
+
+clearIntentFilterForService(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Clears intent filters for given service.
+
+clearIsNavigationBarVisible() - Static method in class org.robolectric.shadows.ShadowViewRootImpl
+
+Clears the last known state of ShadowViewRootImpl.isNavigationBarVisible
.
+
+clearIsStatusBarVisible() - Static method in class org.robolectric.shadows.ShadowViewRootImpl
+
+Clears the last known state of ShadowViewRootImpl.isStatusBarVisible
.
+
+clearKilledProcesses() - Static method in class org.robolectric.shadows.ShadowProcess
+
+clearLastDownloadedMultimediaMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+clearLastDragClipData() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+
+
+clearLastSentDataMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+clearLastSentMultimediaMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+clearLastSentMultipartTextMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+clearLastSentTextMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+clearLastSpokenText() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+clearLooperMode() - Static method in class org.robolectric.shadows.ShadowLooper
+
+clearMappings() - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+clearModeInvalidatedClasses() - Method in class org.robolectric.internal.AndroidSandbox
+
+clearModeInvalidatedClasses() - Method in class org.robolectric.internal.bytecode.Sandbox
+
+clearNetworkRoamingStatus() - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+clearNextStartedActivities() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+clearNextStartedActivities() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+
+
+clearOnExitAnimationListener() - Method in class org.robolectric.fakes.RoboSplashScreen
+
+clearPackagePersistentPreferredActivities(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+clearPackagePreferredActivities(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+clearPackagePreferredActivitiesInternal(String, SortedMap<ComponentName, List<IntentFilter>>) - Static method in class org.robolectric.shadows.ShadowPackageManager
+
+clearPendingHttpResponses() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+clearPendingHttpResponses() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+clearPhoneIds() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+clearPhoneTypes() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Removes all subId
to phoneType
mappings.
+
+clearPlayed() - Method in class org.robolectric.shadows.ShadowSoundPool
+
+Clears the sounds played by this SoundPool.
+
+clearPorts() - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Remove all added ports from UsbManager.
+
+clearPrimaryClip() - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+clearProfileOwner(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+clearRegisterContentProviderException(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+clearRegisteredReceivers() - Method in class org.robolectric.shadows.ShadowApplication
+
+
+
+clearRequestInfos() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+clearResponses() - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Clear the list of responses.
+
+clearSeedAccountData() - Method in class org.robolectric.shadows.ShadowUserManager
+
+clearSource() - Static method in class org.robolectric.shadows.ShadowAudioRecord
+
+
+
+clearStartedServices() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+clearStorageStats() - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+
+
+clearSupportedCloudMediaProviderAuthorities() - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+Mutator method to clear the list of supported cloud media provider authorities.
+
+clearSystemAvailableFeatures() - Method in class org.robolectric.shadows.ShadowPackageManager
+
+clearSystemSharedLibraryNames() - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+clearTargetUserProfiles() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Clears the list of accessible handles.
+
+clearThreadStatsTag() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+clearToken(Context, String) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+clearToken(Context, String) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+clearUsabilityScores() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+clearUserRestriction(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+clearUserRestrictions(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Removes all user restrictions set of a user identified by userHandle
.
+
+clearVcnConfig(ParcelUuid) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+clearView() - Method in class org.robolectric.shadows.ShadowWebView
+
+clearWakeLocks() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+clearWakeLocks() - Static method in class org.robolectric.shadows.ShadowPowerManager
+
+Clears most recent recorded wakelock.
+
+clearWasDataSetChangedCalledFlag() - Method in class org.robolectric.shadows.ShadowBaseAdapter
+
+clearWasInvalidated() - Method in class org.robolectric.shadows.ShadowView
+
+Clears the wasInvalidated flag
+
+clearWifiConnectedNetworkScorer() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+click() - Method in class org.robolectric.fakes.RoboMenuItem
+
+click() - Method in class org.robolectric.shadows.ShadowPreference
+
+clickFirstItemContainingText(String) - Method in class org.robolectric.shadows.ShadowAdapterView
+
+clickMenuItem(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+Perform a click on a menu item.
+
+clickOn(int) - Method in class org.robolectric.shadows.ShadowDialog
+
+clickOn(View) - Static method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+
+
+clickOnItem(int) - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+Simulates a click on the Dialog
item indicated by index
.
+
+clickOnText(int) - Method in class org.robolectric.shadows.ShadowDialog
+
+clickOnText(String) - Method in class org.robolectric.shadows.ShadowDialog
+
+close() - Method in class org.robolectric.android.controller.ActivityController
+
+Transitions the underlying Activity to the 'destroyed' state by progressing through the
+ appropriate lifecycle events.
+
+close() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+close() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+close() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+close() - Method in class org.robolectric.fakes.RoboMenu
+
+close() - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+close() - Method in class org.robolectric.internal.bytecode.SandboxClassLoader
+
+close() - Method in class org.robolectric.res.android.Asset
+
+close() - Method in class org.robolectric.shadows.ShadowBasicTagTechnology
+
+close() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Close this Bluetooth GATT client.
+
+close() - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Close this GATT server instance.
+
+close() - Method in class org.robolectric.shadows.ShadowBluetoothServerSocket
+
+close() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+close() - Method in class org.robolectric.shadows.ShadowCameraCaptureSessionImpl
+
+close() - Method in class org.robolectric.shadows.ShadowCameraDeviceImpl
+
+close() - Method in class org.robolectric.shadows.ShadowCloseGuard
+
+close() - Method in class org.robolectric.shadows.ShadowContextHubClient
+
+close() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+close() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+close() - Method in class org.robolectric.shadows.ShadowImageReader
+
+close() - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+close() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+close() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+close() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+close() - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+close() - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+close() - Method in class org.robolectric.shadows.ShadowRangingSession
+
+Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to
+ dictate the results of the call.
+
+close() - Method in class org.robolectric.shadows.ShadowUsbRequest
+
+close() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+Prevents a NPE when calling .close() on a VirtualDevice in unit tests.
+
+close(FileDescriptor) - Method in class org.robolectric.shadows.ShadowBlockGuardOs
+
+closeCurrentInput() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+The framework implementation does a blocking call to system server.
+
+CloseGuardRule - Class in org.robolectric.junit.rules
+
+Rule for failing tests that leave any CloseGuards open.
+
+CloseGuardRule() - Constructor for class org.robolectric.junit.rules.CloseGuardRule
+
+closeProfileProxy(int, BluetoothProfile) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+CloudMediaChangedEvent() - Constructor for class org.robolectric.shadows.ShadowMediaStore.CloudMediaChangedEvent
+
+code() - Method in enum org.robolectric.res.android.DataType
+
+CodecConfig(int, int, ShadowMediaCodec.CodecConfig.Codec) - Constructor for class org.robolectric.shadows.ShadowMediaCodec.CodecConfig
+
+collapseActionView() - Method in class org.robolectric.fakes.RoboMenuItem
+
+COLOR - Enum constant in enum org.robolectric.res.ResType
+
+COLOR_MODE_HDR - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+COLOR_MODE_WIDE_COLOR_GAMUT - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+COLOR_STATE_LIST - Enum constant in enum org.robolectric.res.ResType
+
+ColorFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for ColorFilter JNI registration.
+
+ColorMatrixColorFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for ColorMatrixColorFilter JNI registration.
+
+colorMode - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The active color mode.
+
+colorMode - Variable in class org.robolectric.res.android.ResTable_config
+
+colorModeHdr() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+colorModeWideColorGamut() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+ColorNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Color JNI registration.
+
+ColorSpaceRgbNatives - Class in org.robolectric.nativeruntime
+
+Native methods for BitmapFactory JNI registration.
+
+columnNames - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+commit() - Method in class org.robolectric.shadows.ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl
+
+commit(IntentSender) - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+compare(Intent, Intent) - Method in class org.robolectric.shadows.ShadowPackageManager.IntentComparator
+
+compare(Time, Time) - Static method in class org.robolectric.shadows.ShadowTime
+
+compareTo(Sdk) - Method in class org.robolectric.pluginapi.Sdk
+
+Instances of
Sdk
are ordered by the API level they implement.
+
+compareTo(ShadowAlarmManager.ScheduledAlarm) - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+compareTo(JavaVersion) - Method in class org.robolectric.util.JavaVersion
+
+compareTo(AndroidVersions.AndroidRelease) - Method in class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+Implements comparable.
+
+compileTimeSystemResourcesFile - Static variable in class org.robolectric.RuntimeEnvironment
+
+CompletedDownload(String, String, boolean, String, String, long, boolean) - Constructor for class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+CompletedDownload(String, String, boolean, String, String, long, boolean, Uri, Uri) - Constructor for class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+COMPLEX_MANTISSA_MASK - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_MANTISSA_SHIFT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_RADIX_0p23 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_RADIX_16p7 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_RADIX_23p0 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_RADIX_8p15 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_RADIX_MASK - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_RADIX_SHIFT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_DIP - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_FRACTION - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_FRACTION_PARENT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_IN - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_MASK - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_MM - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_PT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_PX - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_SHIFT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+COMPLEX_UNIT_SP - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+component - Variable in class org.robolectric.android.controller.ComponentController
+
+ComponentController <C extends ComponentController <C ,T >,T > - Class in org.robolectric.android.controller
+
+ComponentController(T) - Constructor for class org.robolectric.android.controller.ComponentController
+
+ComponentController(T, Intent) - Constructor for class org.robolectric.android.controller.ComponentController
+
+ComponentState(int, int) - Constructor for class org.robolectric.shadows.ShadowPackageManager.ComponentState
+
+ComposePathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for ComposePathEffect JNI registration.
+
+ComposeShaderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for ComposeShader JNI registration.
+
+compress(Bitmap.CompressFormat, int, OutputStream) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+computeBounds(RectF, boolean) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+computeCurrentSdkFromBuildProps(Properties) - Static method in class org.robolectric.versioning.AndroidVersionInitTools
+
+computeCurrentVelocity(int) - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+computeCurrentVelocity(int, float) - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+computeReleaseVersion(JarFile) - Static method in class org.robolectric.versioning.AndroidVersionInitTools
+
+CONDITIONAL_CACHE - Enum constant in enum org.robolectric.fakes.RoboResponseSource
+
+Make a conditional request to the host, returning the cache response if
+ the cache is valid and the network response otherwise.
+
+Config - Annotation Type in org.robolectric.annotation
+
+Configuration settings that can be used on a per-class or per-test basis.
+
+CONFIG_PROPERTIES - Static variable in class org.robolectric.RobolectricTestRunner
+
+Config.Builder - Class in org.robolectric.annotation
+
+Config.Implementation - Class in org.robolectric.annotation
+
+ConfigConfigurer - Class in org.robolectric.plugins
+
+Provides configuration to Robolectric for its @
Config
annotation.
+
+ConfigConfigurer(PackagePropertiesLoader) - Constructor for class org.robolectric.plugins.ConfigConfigurer
+
+ConfigConfigurer(PackagePropertiesLoader, GlobalConfigProvider) - Constructor for class org.robolectric.plugins.ConfigConfigurer
+
+ConfigDescription - Class in org.robolectric.res.android
+
+transliterated from
+ https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/tools/aapt2/ConfigDescription.cpp
+
+ConfigDescription() - Constructor for class org.robolectric.res.android.ConfigDescription
+
+ConfigDescription.LocaleValue - Class in org.robolectric.res.android
+
+ConfigMerger - Class in org.robolectric
+
+Deprecated.
+
+
+
+ConfigMerger() - Constructor for class org.robolectric.ConfigMerger
+
+Deprecated.
+
+configs - Variable in class org.robolectric.res.android.ResTable.Type
+
+configurationChange() - Method in class org.robolectric.android.controller.ActivityController
+
+Performs a configuration change on the Activity.
+
+configurationChange(Configuration) - Method in class org.robolectric.android.controller.ActivityController
+
+Performs a configuration change on the Activity.
+
+configurationChange(Configuration, DisplayMetrics, int) - Method in class org.robolectric.android.controller.ActivityController
+
+Performs a configuration change on the Activity.
+
+ConfigurationImpl() - Constructor for class org.robolectric.plugins.HierarchicalConfigurationStrategy.ConfigurationImpl
+
+ConfigurationRegistry - Class in org.robolectric.config
+
+Holds configuration objects for the current test, computed using Configurer
.
+
+ConfigurationRegistry(Map<Class<?>, Object>) - Constructor for class org.robolectric.config.ConfigurationRegistry
+
+ConfigurationStrategy - Interface in org.robolectric.pluginapi.config
+
+Strategy for configuring individual tests.
+
+ConfigurationStrategy.Configuration - Interface in org.robolectric.pluginapi.config
+
+Heterogeneous typesafe collection of configuration objects managed by their
Configurer
.
+
+ConfigurationV25 - Class in org.robolectric.android
+
+ConfigurationV25() - Constructor for class org.robolectric.android.ConfigurationV25
+
+configure(ClassHandler, Interceptors) - Method in class org.robolectric.internal.bytecode.Sandbox
+
+configure(InstrumentationConfiguration.Builder, Interceptors) - Method in class org.robolectric.config.AndroidConfigurer
+
+CONFIGURE_GEO_DETECTION_CAPABILITY - Static variable in class org.robolectric.shadows.ShadowTimeManager
+
+configureDefaultDisplay(Configuration, DisplayMetrics) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+internal only
+
+configureDefaultDisplayForJBOnly(Configuration, DisplayMetrics) - Static method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+internal only
+
+configuredSdks(Config, UsesSdk) - Method in class org.robolectric.plugins.DefaultSdkPicker
+
+Configurer <T > - Interface in org.robolectric.pluginapi.config
+
+Provides configuration data for tests.
+
+configureSandbox(Sandbox, FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner
+
+ConfigUtils - Class in org.robolectric.annotation.internal
+
+connect() - Method in class org.robolectric.shadows.ShadowBasicTagTechnology
+
+connect() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+
+
+connect() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+This method doesn't perform an actual connection and returns immediately
+
+connect(int, WifiManager.ActionListener) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+connect(WifiConfiguration, WifiManager.ActionListener) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+connectGatt(Context, boolean, BluetoothGattCallback) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+connectGatt(Context, boolean, BluetoothGattCallback, int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+connectGatt(Context, boolean, BluetoothGattCallback, int, int, Handler) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+connectionKeepAliveStrategy - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+connectionManager - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+connectionReuseStrategy - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+connManager - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The connection manager.
+
+ConscryptMode - Annotation Type in org.robolectric.annotation
+
+Annotation for Conscrypt modes in Robolectric.
+
+ConscryptMode.Mode - Enum in org.robolectric.annotation
+
+Specifies the different supported Conscrypt modes.
+
+ConscryptModeConfigurer - Class in org.robolectric.plugins
+
+Provides configuration to Robolectric for its @
ConscryptMode
annotation.
+
+ConscryptModeConfigurer(Properties) - Constructor for class org.robolectric.plugins.ConscryptModeConfigurer
+
+CONSTANT_IDLE - Enum constant in enum org.robolectric.util.Scheduler.IdleState
+
+The
Scheduler
will automatically execute any runnables (past, present or future) as
+ soon as they are posted and advance the clock if necessary.
+
+Constructor - Annotation Type in org.robolectric.util.reflector
+
+Indicates that the annotated method is a constructor.
+
+CONSTRUCTOR_METHOD_NAME - Static variable in class org.robolectric.annotation.processing.validator.ImplementsValidator
+
+CONSTRUCTOR_METHOD_NAME - Static variable in class org.robolectric.internal.bytecode.ShadowConstants
+
+consumeBatchedInputEvents(long) - Method in class org.robolectric.shadows.ShadowInputEventReceiver
+
+consumeContent() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+consumeContent() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+Consumer <T > - Interface in org.robolectric.util
+
+Represents an operation that accepts a single input argument and returns no
+ result.
+
+contains(double, double) - Method in class org.robolectric.shadows.RoundRectangle
+
+contains(double, double, double, double) - Method in class org.robolectric.shadows.RoundRectangle
+
+contains(int, int) - Method in class org.robolectric.nativeruntime.RegionNatives
+
+contains(int, int) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+containsHeader(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+containsHeader(String) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+ContentProviderController <T extends ContentProvider > - Class in org.robolectric.android.controller
+
+ContentProviderData - Class in org.robolectric.manifest
+
+ContentProviderData(String, MetaData, String, Map<String, String>, List<PathPermissionData>) - Constructor for class org.robolectric.manifest.ContentProviderData
+
+context - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+contextPackageName - Variable in class org.robolectric.res.AttributeResource
+
+controlTransfer(int, int, int, int, byte[], int, int) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+controlTransfer(int, int, int, int, byte[], int, int, int) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+Converter <T > - Class in org.robolectric.shadows
+
+Converter() - Constructor for class org.robolectric.shadows.Converter
+
+Converter.FromArray - Class in org.robolectric.shadows
+
+Converter.FromAttrData - Class in org.robolectric.shadows
+
+Converter.FromCharSequence - Class in org.robolectric.shadows
+
+Converter.FromColor - Class in org.robolectric.shadows
+
+Converter.FromFilePath - Class in org.robolectric.shadows
+
+Converter2 <T > - Class in org.robolectric.shadows
+
+Converter2() - Constructor for class org.robolectric.shadows.Converter2
+
+Converter2.FromCharSequence - Class in org.robolectric.shadows
+
+Converter2.FromColor - Class in org.robolectric.shadows
+
+convertRawValue(String) - Method in interface org.robolectric.res.ResourceValueConverter
+
+convertToShadowName(String) - Static method in class org.robolectric.internal.bytecode.ShadowMap
+
+Deprecated.
+
+
+
+cookie - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+copy() - Method in class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+copy() - Method in class org.robolectric.res.android.ResourceTypes.Res_value
+
+copy() - Method in class org.robolectric.res.ThemeStyleSet
+
+copy() - Method in class org.robolectric.shadows.ShadowWifiConfiguration
+
+copy(Bitmap.Config, boolean) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+copy(FileDescriptor, FileDescriptor, long, CancellationSignal, Executor, FileUtils.ProgressListener) - Static method in class org.robolectric.shadows.ShadowFileUtils
+
+copy(FileDescriptor, FileDescriptor, FileUtils.ProgressListener, CancellationSignal, long) - Static method in class org.robolectric.shadows.ShadowFileUtils
+
+copy(InputStream, OutputStream) - Static method in class org.robolectric.util.Util
+
+copyBackForwardList() - Method in class org.robolectric.shadows.ShadowWebView
+
+copyFrom(DisplayConfig) - Method in class org.robolectric.android.internal.DisplayConfig
+
+copyPixelsFromBuffer(Buffer) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+copyPixelsToBuffer(Buffer) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+copyStringToBuffer(int, CharArrayBuffer) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+copyStringToBuffer(int, CharArrayBuffer) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+copyTheme(int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+copyTheme(int, int) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+copyTheme(long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+copyTheme(long, long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+copyTo(DisplayInfo) - Method in class org.robolectric.android.internal.DisplayConfig
+
+CornerPathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for CornerPathEffect JNI registration.
+
+cos(float) - Static method in class org.robolectric.shadows.ShadowFloatMath
+
+Counter() - Constructor for class org.robolectric.shadows.ShadowTrace.Counter
+
+country - Variable in class org.robolectric.res.android.ResTable_config
+
+Returns a packed 2-byte country code.
+
+CppApkAssets - Class in org.robolectric.res.android
+
+CppApkAssets(ZipArchiveHandle, String) - Constructor for class org.robolectric.res.android.CppApkAssets
+
+CppAssetManager - Class in org.robolectric.res.android
+
+CppAssetManager() - Constructor for class org.robolectric.res.android.CppAssetManager
+
+CppAssetManager2 - Class in org.robolectric.res.android
+
+CppAssetManager2() - Constructor for class org.robolectric.res.android.CppAssetManager2
+
+CppAssetManager2.PackageFunc - Interface in org.robolectric.res.android
+
+CppAssetManager2.ResolvedBag - Class in org.robolectric.res.android
+
+CppAssetManager2.ResolvedBag.Entry - Class in org.robolectric.res.android
+
+CppAssetManager2.ResourceName - Class in org.robolectric.res.android
+
+CppAssetManager2.Theme - Class in org.robolectric.res.android
+
+create() - Method in class org.robolectric.android.controller.ActivityController
+
+create() - Method in class org.robolectric.android.controller.BackupAgentController
+
+create() - Method in class org.robolectric.android.controller.ComponentController
+
+create() - Method in class org.robolectric.android.controller.ContentProviderController
+
+
+
+create() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+create() - Method in class org.robolectric.android.controller.IntentServiceController
+
+create() - Method in class org.robolectric.android.controller.ServiceController
+
+create() - Static method in class org.robolectric.shadows.GnssStatusBuilder
+
+Deprecated.
+
+
+create() - Static method in class org.robolectric.shadows.PolicyValueFactory
+
+Return a real instance of StringPolicyValue
+
+create() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+create() - Method in class org.robolectric.util.SoftThreadLocal
+
+create(int, int, boolean, int[]) - Static method in class org.robolectric.shadows.PhoneCapabilityFactory
+
+Creates PhoneCapability.
+
+create(int, int, byte[]) - Static method in class org.robolectric.shadows.ShadowStatsLog.StatsLogItem
+
+create(int, long) - Static method in class org.robolectric.shadows.ShadowRcsUceAdapter.CapabilityFailureInfo
+
+create(int, Bundle) - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+Creates the activity with
Bundle
and adds the fragment to the view with ID
contentViewId
.
+
+create(Context) - Static method in class org.robolectric.shadows.ShadowWindow
+
+create(Context, int) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+create(Context, Uri) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+create(ProviderInfo) - Method in class org.robolectric.android.controller.ContentProviderController
+
+
+
+create(Resources, int[], int[], int[], int, CharSequence[]) - Static method in class org.robolectric.shadows.ShadowTypedArray
+
+create(Typeface, int) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+create(Typeface, int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+create(Bundle) - Method in class org.robolectric.android.controller.ActivityController
+
+create(Bundle) - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+Creates the activity with
Bundle
and adds the fragment to it.
+
+create(UserHandle, String, Authority) - Static method in class org.robolectric.shadows.EnforcingAdminFactory
+
+
+
+create(String) - Method in class org.robolectric.android.controller.ContentProviderController
+
+
+
+create(String) - Static method in class org.robolectric.shadows.PolicyKeyFactory
+
+create(String) - Method in class org.robolectric.util.TempDirectory
+
+create(String, byte[]) - Static method in class org.robolectric.shadows.BackupDataEntity
+
+Constructs a new entity where the size of the value is the entire array.
+
+create(String, byte[], int) - Static method in class org.robolectric.shadows.BackupDataEntity
+
+Constructs a new entity.
+
+create(String, int) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+create(String, String) - Static method in class org.robolectric.shadows.BackupDataEntity
+
+Constructs a pair with a string value.
+
+create(String, String) - Static method in class org.robolectric.shadows.ShadowMediaStore.CloudMediaChangedEvent
+
+create(Path, String) - Static method in class org.robolectric.res.builder.XmlBlock
+
+create(KeyPair, Certificate[]) - Static method in class org.robolectric.shadows.AttestedKeyPairFactory
+
+Create AttestedKeyPair.
+
+create(Map<UserHandle, Map<PolicyKey, PolicyState<?>>>) - Static method in class org.robolectric.shadows.DevicePolicyStateBuilder
+
+
+
+createAccelerateDecelerateInterpolator() - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createAccelerateDecelerateInterpolator() - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createAccelerateInterpolator(float) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createAccelerateInterpolator(float) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createActiveRecordingConfiguration(int, int, String) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Creates simple active recording configuration.
+
+createActivityContext(ActivityThread, LoadedApk, ActivityInfo, IBinder, int, Configuration) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+createAdapter(Object) - Static method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+createAndroidManifest(ManifestIdentifier) - Static method in class org.robolectric.RobolectricTestRunner
+
+Deprecated.
+
+
+
+createAnticipateInterpolator(float) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createAnticipateInterpolator(float) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createAnticipateOvershootInterpolator(float) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createAnticipateOvershootInterpolator(float) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createAppContext(ActivityThread, LoadedApk) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+createAshmemBitmap() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createAudioPlaybackConfiguration(AudioAttributes) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+createAuthenticationResult() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+createBitmap(int[], int, int, int, int, Bitmap.Config) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBitmap(int, int, Bitmap.Config) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBitmap(int, int, Bitmap.Config, boolean, ColorSpace) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBitmap(Bitmap, int, int, int, int, Matrix, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBitmap(DisplayMetrics, int[], int, int, int, int, Bitmap.Config) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBitmap(DisplayMetrics, int, int, Bitmap.Config) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBitmap(DisplayMetrics, int, int, Bitmap.Config, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createBond() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Returns whether this device has been bonded with.
+
+createBounceInterpolator() - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createBounceInterpolator() - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createBuffer(AssetManager, String, boolean, int) - Static method in class org.robolectric.shadows.ShadowFontBuilder
+
+Re-implement to avoid call to DirectByteBuffer#array, which is not supported on JDK
+
+createBuffer(AssetManager, String, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+
+
+createCaptureRequest(int) - Method in class org.robolectric.shadows.ShadowCameraDeviceImpl
+
+createCaptureSession(SessionConfiguration) - Method in class org.robolectric.shadows.ShadowCameraDeviceImpl
+
+createCaptureSession(List<Surface>, CameraCaptureSession.StateCallback, Handler) - Method in class org.robolectric.shadows.ShadowCameraDeviceImpl
+
+createClassHandler(ShadowMap, Sandbox) - Method in class org.robolectric.internal.SandboxTestRunner
+
+createClassHandler(ShadowMap, Sandbox) - Method in class org.robolectric.RobolectricTestRunner
+
+
+
+createClassLoaderConfig(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner
+
+
+
+createClassLoaderConfig(FrameworkMethod) - Method in class org.robolectric.RobolectricTestRunner
+
+
+
+createClient(Context, ContextHubInfo, PendingIntent, long) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+createClient(Object, Object) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+createClient(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+createClient(Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+createConfirmFactoryResetCredentialIntent(CharSequence, CharSequence, CharSequence) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+createConnectRequest(HttpRoute, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Creates the CONNECT request for tunnelling.
+
+createCycleInterpolator(float) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createCycleInterpolator(float) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createDateIntervalFormat(String, String, String) - Static method in class org.robolectric.shadows.ShadowDateIntervalFormat
+
+createdCameras - Static variable in class org.robolectric.shadows.ShadowCameraManager
+
+createDecelerateInterpolator(float) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createDecelerateInterpolator(float) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createDeepProxy(Class<T>) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Create a proxy for the given class which returns other deep proxies from all it's methods.
+
+createDelegatingProxy(Class<T>, Object) - Static method in class org.robolectric.util.ReflectionHelpers
+
+createDeletedEntity(String) - Static method in class org.robolectric.shadows.BackupDataEntity
+
+Constructs a new entity with the given key but a negative size.
+
+createDirectChannel(MemoryFile) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+createEventPayload(boolean, boolean, AudioFormat, int, byte[]) - Static method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+Invokes the normally hidden EventPayload constructor for passing to Callback#onDetected().
+
+createExecutorService() - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+createFetchToFileTask(URL, File) - Method in class org.robolectric.internal.dependency.MavenArtifactFetcher
+
+createFile(String, String) - Method in class org.robolectric.util.TempDirectory
+
+createForCardId(int) - Method in class org.robolectric.shadows.ShadowEuiccManager
+
+createForPhoneAccountHandle(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+createForSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Returns only one instance per subscription id.
+
+createForSubscriptionId(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+createFromAsset(AssetManager.AssetInputStream, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+createFromAsset(AssetManager.AssetInputStream, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+createFromAsset(AssetManager, String) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromFamilies(Object) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromFamiliesWithDefault(Object) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromFamiliesWithDefault(Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromFamiliesWithDefault(Object, Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromFile(File) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromFile(String) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromResourceId(int) - Static method in class org.robolectric.shadows.ShadowDrawable
+
+Deprecated.
+
+
+
+createFromResources(AssetManager, String, int) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromResources(Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createFromShadowProviders(List<ShadowProvider>) - Static method in class org.robolectric.internal.bytecode.ShadowMap
+
+createFuture(Callable<Result>) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+createGroup(WifiP2pManager.Channel, WifiP2pManager.ActionListener) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+createHardwareBitmap(Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowHardwareRenderer
+
+createHardwareBitmap(Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowThreadedRenderer
+
+createHitTestResult(int, String) - Static method in class org.robolectric.shadows.ShadowWebView
+
+
+
+createIfNotExists(String) - Method in class org.robolectric.util.TempDirectory
+
+createImmutableFrameworkIdmapsInZygote() - Method in class org.robolectric.shadows.ShadowOverlayConfig
+
+createInsecureL2capChannel(int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+createInstance(Context) - Static method in class org.robolectric.shadows.ShadowCookieSyncManager
+
+createInstanceInfo(ContextHubInfo, int, long, int) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+Creates and returns a NanoAppInstanceInfo
.
+
+createL2capChannel(int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+createLaunchEmergencyDialerIntent(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+createLinearInterpolator() - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createLinearInterpolator() - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createListener - Static variable in class org.robolectric.shadows.ShadowMediaPlayer
+
+Listener that is called when a new MediaPlayer is constructed.
+
+createLockFile() - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+createLutInterpolator(float[]) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createLutInterpolator(float[]) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createManageBlockedNumbersIntent() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+createMavenFetcher(String, String, String, String, int, File, ExecutorService) - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+createMockTag() - Static method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Factory method for creating a mock NfcAdapter.Tag
+
+createMulticastLock(String) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+createNodesFromPathData(String) - Static method in class org.robolectric.shadows.ShadowPathParser
+
+createNotificationChannel(Object) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+createNotificationChannelGroup(Object) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+createNotificationChannelGroups(List<Object>) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+createNotificationChannels(List<Object>) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+createNullProxy(Class<T>) - Static method in class org.robolectric.util.ReflectionHelpers
+
+createOnDeviceSpeechRecognizer(Context) - Static method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+createOvershootInterpolator(float) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createOvershootInterpolator(float) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createPackage(AndroidManifest) - Static method in class org.robolectric.shadows.LegacyManifestParser
+
+createPair() - Static method in class org.robolectric.fakes.RoboWebMessagePort
+
+createPathFromPathData(String) - Static method in class org.robolectric.shadows.ShadowPathParser
+
+createPathInterpolator(float[], float[]) - Static method in class org.robolectric.nativeruntime.NativeInterpolatorFactoryNatives
+
+createPathInterpolator(float[], float[]) - Static method in class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+createPipe() - Static method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+createProfile(int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowCamcorderProfile
+
+createProfile(String, String, Set<String>) - Method in class org.robolectric.shadows.ShadowUserManager
+
+createProxy(Class<T>, T) - Method in class org.robolectric.internal.bytecode.ProxyMaker
+
+Deprecated.
+
+createReliablePipe() - Static method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+createRequestInteractAcrossProfilesIntent() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Returns an intent with the same action as the one returned by system when requesting the same.
+
+createRfcommSocketToServiceRecord(UUID) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+createScaledBitmap(Bitmap, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+createSensorEvent() - Method in class org.robolectric.shadows.ShadowSensorManager
+
+createSensorEvent(int) - Static method in class org.robolectric.shadows.ShadowSensorManager
+
+Creates a
SensorEvent
with the given value array size, which the caller should set
+ based on the type of
Sensor
which is being emulated.
+
+createSensorEvent(int, int) - Static method in class org.robolectric.shadows.ShadowSensorManager
+
+Creates a
SensorEvent
for the given
Sensor
type with the given value array
+ size, which the caller should set based on the type of sensor which is being emulated.
+
+createSession(PackageInstaller.SessionParams) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+createShortcutResultIntent(ShortcutInfo) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+createSpeechRecognizer(Context, ComponentName) - Static method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+createSystemContext(ActivityThread) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+createTelephonyDisplayInfo(int, int) - Static method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+createTest() - Method in class org.robolectric.RobolectricTestRunner
+
+createTest() - Method in class org.robolectric.RobolectricTestRunner.HelperTestRunner
+
+createTheme() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Creates a tunnel to an intermediate proxy.
+
+createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Creates a tunnel to the target server.
+
+createUnderlyingTypeface(String, int) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+createView(Context, int, AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+createVirtualDevice(int, VirtualDeviceParams) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager
+
+createWebMessageChannel() - Method in class org.robolectric.shadows.ShadowWebView
+
+createWidget(Class<? extends AppWidgetProvider>, int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Creates a widget by inflating its layout.
+
+createWidgets(Class<? extends AppWidgetProvider>, int, int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Creates a bunch of widgets by inflating the same layout multiple times.
+
+createWifiLock(int, String) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+createWifiLock(String) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+CREATOR - Static variable in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+CREATOR - Static variable in class org.robolectric.shadows.ShadowGainmap
+
+CREATOR - Static variable in class org.robolectric.shadows.ShadowSigningInfo
+
+CREATOR - Static variable in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+ctor(FileDescriptor) - Static method in class org.robolectric.shadows.ShadowBackupDataInput
+
+ctor(FileDescriptor) - Static method in class org.robolectric.shadows.ShadowBackupDataOutput
+
+cubicTo(float, float, float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+CURRENT - Static variable in class org.robolectric.versioning.AndroidVersions
+
+The current release this process is running on.
+
+currentActivityThread() - Static method in class org.robolectric.shadows.ShadowActivityThread
+
+currentAnnotation - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+currentApplication() - Static method in class org.robolectric.shadows.ShadowActivityThread
+
+currentElement - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+currentGnssTimeClock() - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+currentMediaCollectionId() - Method in class org.robolectric.shadows.ShadowMediaStore.CloudMediaChangedEvent
+
+currentModeType - Variable in class org.robolectric.shadows.ShadowUIModeManager
+
+currentNetworkTimeMillis() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+currentNetworkTimeMillis() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+currentNightMode - Variable in class org.robolectric.shadows.ShadowUIModeManager
+
+currentSegment(double[]) - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+currentSegment(float[]) - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+currentSegment(float[], float) - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+Returns the current segment up to certain length.
+
+currentThreadTimeMicro() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+currentThreadTimeMicro() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+currentThreadTimeMillis() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+currentThreadTimeMillis() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+currentTimeMicro() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+currentTimeMicro() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+currentTimeMillis() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+
+
+currentTimeMillis() - Static method in class org.robolectric.shadows.ShadowSystem
+
+
+
+currentTimeMillis() - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+
+
+currentToCanonicalPackageNames(String[]) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+CursorWindowNatives - Class in org.robolectric.nativeruntime
+
+Native methods for CursorWindow JNI registration.
+
+
+D
+
+d(String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+d(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+DashPathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for DashPathEffect JNI registration.
+
+data - Variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+data - Variable in class org.robolectric.shadows.ShadowWebView.LoadData
+
+data - Variable in class org.robolectric.shadows.ShadowWebView.LoadDataWithBaseURL
+
+data() - Method in class org.robolectric.shadows.BackupDataEntity
+
+The byte array of data in a backup entity.
+
+DATA_NULL_EMPTY - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+DATA_NULL_UNDEFINED - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+DataAuthority(String, String) - Constructor for class org.robolectric.manifest.IntentFilterData.DataAuthority
+
+dataChanged() - Method in class org.robolectric.shadows.ShadowBackupManager
+
+DataMessageParams(String, String, short, byte[], PendingIntent, PendingIntent) - Constructor for class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+dataSize() - Method in class org.robolectric.shadows.BackupDataEntity
+
+The size of data in a backup entity.
+
+DataSource - Class in org.robolectric.shadows.util
+
+
+
+DataSource.FileDescriptorTransform - Interface in org.robolectric.shadows.util
+
+
+
+dataType - Variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+DataType - Enum in org.robolectric.res.android
+
+Resource type codes.
+
+deactivate() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+deactivate() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+debug(String, Object...) - Static method in class org.robolectric.util.Logger
+
+Log a debug message.
+
+declareActionUnbindable(String) - Method in class org.robolectric.shadows.ShadowApplication
+
+declareComponentUnbindable(ComponentName) - Method in class org.robolectric.shadows.ShadowApplication
+
+Configures the ShadowApplication so that bindService calls for the given ComponentName return
+ false and do not call onServiceConnected.
+
+decodeByteArray(byte[], int, int) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeByteArray(byte[], int, int, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeFile(String) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeFile(String, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decoder() - Method in enum org.robolectric.res.android.ResourceString.Type
+
+decodeRegion(Rect, BitmapFactory.Options) - Method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+decodeResource(Resources, int, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeResource(Resources, int, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+decodeResourceStream(Resources, TypedValue, InputStream, Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeSdk(int, int, int, int, int) - Method in class org.robolectric.plugins.DefaultSdkPicker
+
+decodeStream(InputStream) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeStream(InputStream, Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+decodeStream(InputStream, Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+decodeString(ByteBuffer, int, ResourceString.Type) - Static method in class org.robolectric.res.android.ResourceString
+
+Given a buffer and an offset into the buffer, returns a String.
+
+decorate(MutableClass) - Method in interface org.robolectric.internal.bytecode.ClassInstrumentor.Decorator
+
+decorate(MutableClass) - Method in class org.robolectric.internal.bytecode.ShadowDecorator
+
+decorFitsSystemWindows - Variable in class org.robolectric.shadows.ShadowPhoneWindow
+
+deepEquals(Object) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+DEFAULT_APPLICATION - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_ASSET_FOLDER - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_DENSITY - Static variable in class org.robolectric.android.DeviceConfig
+
+DEFAULT_DISABLE_MASK - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DEFAULT_DISABLE2_MASK - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DEFAULT_FONT_SCALE - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_MANIFEST_NAME - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_MAX_VOLUME - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+DEFAULT_MIN_BUFFER_SIZE - Static variable in class org.robolectric.shadows.ShadowAudioTrack
+
+DEFAULT_PACKAGE_NAME - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_QUALIFIERS - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_RES_FOLDER - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_SCREEN_SIZE - Static variable in class org.robolectric.android.DeviceConfig
+
+DEFAULT_SDK - Static variable in annotation type org.robolectric.annotation.Implementation
+
+DEFAULT_SECONDARY_USER_ID - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+The default user ID user for secondary user testing, when the ID is not otherwise specified.
+
+DEFAULT_STORAGE_FREE_BYTES - Static variable in class org.robolectric.shadows.ShadowStorageStatsManager
+
+DEFAULT_STORAGE_TOTAL_BYTES - Static variable in class org.robolectric.shadows.ShadowStorageStatsManager
+
+DEFAULT_VALUE_INT - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_VALUE_STRING - Static variable in annotation type org.robolectric.annotation.Config
+
+DEFAULT_VOLUME - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+defaultConfig() - Method in interface org.robolectric.pluginapi.config.Configurer
+
+Returns the default configuration for tests that do not specify a configuration of this type.
+
+defaultConfig() - Method in class org.robolectric.plugins.ConfigConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.ConscryptModeConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.GraphicsModeConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.LazyApplicationConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.LooperModeConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.SQLiteModeConfigurer
+
+defaultConfig() - Method in class org.robolectric.plugins.TextLayoutModeConfigurer
+
+defaultInjector() - Static method in class org.robolectric.internal.SandboxTestRunner
+
+defaultInjector() - Static method in class org.robolectric.RobolectricTestRunner
+
+DefaultManifestFactory - Class in org.robolectric.internal
+
+DefaultManifestFactory(Properties) - Constructor for class org.robolectric.internal.DefaultManifestFactory
+
+defaultModeId - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The default display mode.
+
+DefaultNativeRuntimeLoader - Class in org.robolectric.nativeruntime
+
+Loads the Robolectric native runtime.
+
+DefaultNativeRuntimeLoader() - Constructor for class org.robolectric.nativeruntime.DefaultNativeRuntimeLoader
+
+DefaultRequestDirector - Class in org.robolectric.shadows.httpclient
+
+Default implementation of RequestDirector
.
+
+DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+DefaultRequestMatcher(String, String) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.DefaultRequestMatcher
+
+defaults() - Static method in class org.robolectric.annotation.Config.Builder
+
+This returns actual default values where they exist, in the sense that we could use the
+ values, rather than markers like -1
or --default
.
+
+DefaultSdk(int, String, String, String, int) - Constructor for class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+DefaultSdkPicker - Class in org.robolectric.plugins
+
+
+
+DefaultSdkPicker(SdkCollection, String) - Constructor for class org.robolectric.plugins.DefaultSdkPicker
+
+DefaultSdkPicker(SdkCollection, Properties) - Constructor for class org.robolectric.plugins.DefaultSdkPicker
+
+DefaultSdkProvider - Class in org.robolectric.plugins
+
+
+
+DefaultSdkProvider(DependencyResolver) - Constructor for class org.robolectric.plugins.DefaultSdkProvider
+
+DefaultSdkProvider.DefaultSdk - Class in org.robolectric.plugins
+
+Represents an Android SDK stored at Maven Central.
+
+defaultsFor(Class<A>) - Static method in class org.robolectric.util.ReflectionHelpers
+
+DefaultTestLifecycle - Class in org.robolectric
+
+
+
+DefaultTestLifecycle() - Constructor for class org.robolectric.DefaultTestLifecycle
+
+defaultValueForType(String) - Static method in class org.robolectric.util.ReflectionHelpers
+
+defineEntityReplacementText(String, String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+delay - Variable in class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+delete() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+delete(Uri, String, String[]) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+delete(Uri, String, String[]) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+deleteApplicationCacheFiles(String, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+deleteApplicationCacheFilesAsUser(String, int, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+deleteIncidentReports(Uri) - Method in class org.robolectric.shadows.ShadowIncidentManager
+
+deleteModule(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deletes a module when given the module's package name
ModuleInfo
be sure to give the
+ correct name as this method does not ensure existence of the module before deletion.
+
+deleteNotificationChannel(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+deleteNotificationChannelGroup(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Delete a notification channel group and all notification channels associated with the group.
+
+deletePackage(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+deletePackage(String, IPackageDeleteObserver, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+deletePackage(String, IPackageDeleteObserver, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+deletePackageAsUser(String, IPackageDeleteObserver, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+deleteProvisionedVpnProfile() - Method in class org.robolectric.shadows.ShadowVpnManager
+
+deleteTheme(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+deleteTheme(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+deleteTheme(long) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+deleteTheme(long) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+density - Variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_DEFAULT - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_DPI - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+DENSITY_DPI_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_DPI_MDPI - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_DPI_NONE - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_DPI_UNDEFINED - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_HIGH - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_LOW - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_MEDIUM - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_NONE - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_TV - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_XHIGH - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_XXHIGH - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENSITY_XXXHIGH - Static variable in class org.robolectric.res.android.ResTable_config
+
+DENY_ALL - Enum constant in enum org.robolectric.shadows.ShadowTelecomManager.CallRequestMode
+
+Automatically denies all call requests.
+
+denyIncomingCall(ShadowTelecomManager.IncomingCallRecord) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+denyOutgoingCall(ShadowTelecomManager.OutgoingCallRecord) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+denyPermissions(int, int, String...) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Revoke the given permissions for the given process and user.
+
+denyPermissions(String...) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Revoke the given permissions for the current process and user.
+
+DependencyJar - Class in org.robolectric.internal.dependency
+
+DependencyJar(String, String, String) - Constructor for class org.robolectric.internal.dependency.DependencyJar
+
+DependencyJar(String, String, String, String) - Constructor for class org.robolectric.internal.dependency.DependencyJar
+
+DependencyResolver - Interface in org.robolectric.internal.dependency
+
+Provides mapping between a Maven coordinate (e.g.
+
+DeprecatedMethodMarkerException - Exception in org.robolectric.internal
+
+DeprecatedMethodMarkerException() - Constructor for exception org.robolectric.internal.DeprecatedMethodMarkerException
+
+DeprecatedMethodsCheck - Class in org.robolectric.errorprone.bugpatterns
+
+Checks for the deprecated methods.
+
+DeprecatedMethodsCheck() - Constructor for class org.robolectric.errorprone.bugpatterns.DeprecatedMethodsCheck
+
+DeprecatedTestRunnerDefaultConfigProvider() - Constructor for class org.robolectric.RobolectricTestRunner.DeprecatedTestRunnerDefaultConfigProvider
+
+Deprecated.
+
+describeContents() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+describeContents() - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+description - Variable in class org.robolectric.res.android.ResourceTable.flag_entry
+
+description() - Method in class org.robolectric.shadows.ShadowAccessibilityService.GestureDispatch
+
+The description of the gesture to be dispatched.
+
+destroy() - Method in class org.robolectric.android.controller.ActivityController
+
+destroy() - Method in class org.robolectric.android.controller.BackupAgentController
+
+destroy() - Method in class org.robolectric.android.controller.ComponentController
+
+destroy() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+destroy() - Method in class org.robolectric.android.controller.IntentServiceController
+
+destroy() - Method in class org.robolectric.android.controller.ServiceController
+
+destroy() - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+destroy() - Method in class org.robolectric.shadows.ShadowWebView
+
+destroy() - Method in class org.robolectric.util.TempDirectory
+
+destroyAsset(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+destroyAsset(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+destroyAsset(long) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+destroyAsset(long) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+destroyDateIntervalFormat(long) - Static method in class org.robolectric.shadows.ShadowDateIntervalFormat
+
+determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Determines the route for a request.
+
+device - Variable in class org.robolectric.shadows.ShadowInputEvent
+
+DeviceConfig - Class in org.robolectric.android
+
+Supports device configuration for Robolectric tests.
+
+DeviceConfig.ScreenSize - Enum in org.robolectric.android
+
+Standard sizes for the screen size qualifier.
+
+deviceConnected(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothServerSocket
+
+
+
+deviceHasKeys(int, int[]) - Method in class org.robolectric.shadows.ShadowInputManager
+
+DevicePolicyStateBuilder - Class in org.robolectric.shadows
+
+
+
+DeviceStateSensorOrientationBuilder - Class in org.robolectric.shadows
+
+
+
+didClearCacheIncludeDiskFiles() - Method in class org.robolectric.shadows.ShadowWebView
+
+didRequestLayout() - Method in class org.robolectric.shadows.ShadowView
+
+DIMEN - Enum constant in enum org.robolectric.res.ResType
+
+DIMENSION - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds a complex number encoding a dimension value, such as "100in".
+
+direct() - Element in annotation type org.robolectric.util.reflector.ForType
+
+Direct - Annotation Type in org.robolectric.util.reflector
+
+Indicates that the annotated method should use the original $$robo$$-prefixed implementation so
+ that it can be invoked in the shadow for the method.
+
+directInitialize(Class<?>) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+directInitialize(Class<?>) - Method in interface org.robolectric.internal.IShadow
+
+directInitialize(Class<?>) - Static method in class org.robolectric.shadow.api.Shadow
+
+directlyOn(Class<T>, String, ReflectionHelpers.ClassParameter...) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+directlyOn(Class<T>, String, ReflectionHelpers.ClassParameter...) - Method in interface org.robolectric.internal.IShadow
+
+directlyOn(Class<T>, String, ReflectionHelpers.ClassParameter...) - Static method in class org.robolectric.shadow.api.Shadow
+
+directlyOn(Object, String, String, ReflectionHelpers.ClassParameter...) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+directlyOn(Object, String, String, ReflectionHelpers.ClassParameter...) - Method in interface org.robolectric.internal.IShadow
+
+directlyOn(Object, String, String, ReflectionHelpers.ClassParameter...) - Static method in class org.robolectric.shadow.api.Shadow
+
+directlyOn(T, Class<T>) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+Deprecated.
+
+
+
+directlyOn(T, Class<T>) - Method in interface org.robolectric.internal.IShadow
+
+Deprecated.
+
+
+
+directlyOn(T, Class<T>) - Static method in class org.robolectric.shadow.api.Shadow
+
+Deprecated.
+
+
+
+directlyOn(T, Class<T>, String, ReflectionHelpers.ClassParameter...) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+directlyOn(T, Class<T>, String, ReflectionHelpers.ClassParameter...) - Method in interface org.robolectric.internal.IShadow
+
+directlyOn(T, Class<T>, String, ReflectionHelpers.ClassParameter...) - Static method in class org.robolectric.shadow.api.Shadow
+
+directMethodName(String, String) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+directMethodName(String, String) - Method in interface org.robolectric.internal.IShadow
+
+directMethodName(String, String) - Static method in class org.robolectric.shadow.api.Shadow
+
+directMethodName(MutableClass, String) - Static method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+DirectObjectMarker - Class in org.robolectric.internal.bytecode
+
+disable() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+disable() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+disable(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+disable(int) - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_CLOCK - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_EXPAND - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_HOME - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_NONE - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_NOTIFICATION_ALERTS - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_RECENT - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE_SEARCH - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+disable2(int) - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE2_NONE - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+DISABLE2_ROTATE_SUGGESTIONS - Static variable in class org.robolectric.shadows.ShadowStatusBarManager
+
+disableCarMode(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+disableForegroundDispatch(Activity) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+disableKeyguard() - Method in class org.robolectric.shadows.ShadowKeyguardManager.ShadowKeyguardLock
+
+
+
+disableNetwork(int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+disableReaderMode(Activity) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+disableScoring() - Method in class org.robolectric.shadows.ShadowNetworkScoreManager
+
+disableShortcuts(List<String>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+disableShortcuts(List<String>, CharSequence) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+disableVsync() - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+disableVsync() - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+disallowCharacteristicNotification(BluetoothGattCharacteristic) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Disallows the incoming characteristic to be set to enable notification.
+
+disassociate(int) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+disassociate(String) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+disconnect() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Disconnects an established connection, or cancels a connection attempt currently in progress.
+
+discoverServices() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+
+
+DiscretePathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for DiscretePathEffect JNI registration.
+
+dismiss() - Method in class org.robolectric.shadows.ShadowDialog
+
+dismiss() - Method in class org.robolectric.shadows.ShadowPopupMenu
+
+dismissDialog(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+dispatchActivityResult(String, int, int, Intent) - Method in interface org.robolectric.shadows._Activity_
+
+dispatchActivityResult(String, int, int, Intent, String) - Method in interface org.robolectric.shadows._Activity_
+
+dispatchGesture(GestureDescription, AccessibilityService.GestureResultCallback, Handler) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+dispatchMediaKeyEvent(KeyEvent) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Sends a simulated key event for a media button.
+
+dispatchResized(int, int, Rect, Rect, boolean, Configuration) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, boolean, Configuration) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, Rect, boolean, Configuration) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, Rect, Rect, boolean, Configuration) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Configuration) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Configuration, Rect, boolean, boolean) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Object, Rect, boolean, boolean, int) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Object, Rect, boolean, boolean, int, Object) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+dispatchTagDiscovered(Tag) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Dispatches the tag onto any registered readers.
+
+displayCompletions(View, CompletionInfo[]) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+DisplayConfig - Class in org.robolectric.android.internal
+
+Describes the characteristics of a particular logical display.
+
+DisplayConfig() - Constructor for class org.robolectric.android.internal.DisplayConfig
+
+DisplayConfig(DisplayInfo) - Constructor for class org.robolectric.android.internal.DisplayConfig
+
+DisplayConfig(DisplayConfig) - Constructor for class org.robolectric.android.internal.DisplayConfig
+
+displayCutout - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The area of the display that is not functional for displaying content
+
+displaySet - Static variable in class org.robolectric.android.Bootstrap
+
+internal only
+
+dispose() - Method in class org.robolectric.shadows.ShadowCursorWindow
+
+dispose(boolean) - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+dispose(boolean) - Method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+dispose(boolean) - Method in class org.robolectric.shadows.ShadowInputEventReceiver
+
+dispose(boolean) - Method in class org.robolectric.shadows.ShadowSQLiteConnection
+
+DO_NOTHING - Static variable in class org.robolectric.internal.bytecode.ShadowWrangler
+
+DO_NOTHING_HANDLER - Static variable in class org.robolectric.internal.bytecode.ShadowWrangler
+
+DO_NOTHING_METHOD - Static variable in class org.robolectric.internal.bytecode.ShadowWrangler
+
+DocumentedElement - Class in org.robolectric.annotation.processing
+
+DocumentedElement(String) - Constructor for class org.robolectric.annotation.processing.DocumentedElement
+
+DocumentedMethod - Class in org.robolectric.annotation.processing
+
+DocumentedMethod(String) - Constructor for class org.robolectric.annotation.processing.DocumentedMethod
+
+DocumentedPackage - Class in org.robolectric.annotation.processing
+
+DocumentedType - Class in org.robolectric.annotation.processing
+
+DocumentLoader - Class in org.robolectric.res
+
+DocumentLoader(String, Path) - Constructor for class org.robolectric.res.DocumentLoader
+
+documentMethod(TypeElement, DocumentedMethod) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+documentPackage(String, String) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+documentType(TypeElement, String, List<String>) - Method in class org.robolectric.annotation.processing.RobolectricModel.Builder
+
+doFrame(long, int) - Method in interface org.robolectric.shadows.ShadowChoreographer.ChoreographerReflector
+
+doFrame(long, int) - Method in class org.robolectric.shadows.ShadowChoreographer
+
+doLoad() - Method in class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+done() - Method in class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+doNotAcquireClass(Class<?>) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+doNotAcquireClass(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+doNotAcquirePackage(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+DoNotInstrument - Annotation Type in org.robolectric.annotation.internal
+
+Indicates that a class should not be stripped/instrumented under any circumstances.
+
+doNotInstrumentClass(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+doNotInstrumentPackage(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+doNotUseSetCrashOnIncorrectUsage(boolean) - Static method in class org.robolectric.shadows.ShadowTrace
+
+Do not use this method unless absolutely necessary.
+
+doParse(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxDocumentLoader
+
+doPendingUninstallCallbacks() - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+doSetDataSource(DataSource) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Sets the data source without doing any other emulation.
+
+doStart() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Starts simulated playback.
+
+doStart() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimator
+
+doStart() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimatorR
+
+doStop() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Pauses simulated playback.
+
+downloadMultimediaMessage(Context, String, Uri, Bundle, PendingIntent) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+downloadMultimediaMessage(Context, String, Uri, Bundle, PendingIntent, long) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+DownloadMultimediaMessageParams(Uri, String, Bundle, PendingIntent, long) - Constructor for class org.robolectric.shadows.ShadowSmsManager.DownloadMultimediaMessageParams
+
+DragEventBuilder - Class in org.robolectric.shadows
+
+
+
+drainMainThreadUntilIdle() - Method in class org.robolectric.android.internal.LocalControlledLooper
+
+draw(Canvas) - Method in class org.robolectric.shadows.ShadowBitmapDrawable
+
+Draws the contained bitmap onto the canvas at 0,0 with a default Paint
+
+draw(Canvas) - Method in class org.robolectric.shadows.ShadowView
+
+DRAWABLE - Enum constant in enum org.robolectric.res.ResType
+
+DrawableResourceLoader - Class in org.robolectric.res
+
+DrawableResourceLoader
+
+drawArc(RectF, float, float, boolean, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawBitmap(Bitmap, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawBitmap(Bitmap, Matrix, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawBitmap(Bitmap, Rect, RectF, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawBitmap(Bitmap, Rect, Rect, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawCircle(float, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawColor(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawLine(float, float, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawOval(RectF, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawPaint(Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawPath(Path, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawRect(float, float, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawRect(Rect, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawRoundRect(RectF, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawText(char[], int, int, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawText(CharSequence, int, int, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawText(String, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+drawText(String, int, int, float, float, Paint) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+dtor(long) - Static method in class org.robolectric.shadows.ShadowBackupDataOutput
+
+dump() - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+
+
+dump(TypedArray) - Static method in class org.robolectric.shadows.ShadowTypedArray
+
+dump(View) - Static method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+
+
+dump(PrintStream, int) - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+
+
+dump(PrintStream, int) - Method in class org.robolectric.shadows.ShadowViewGroup
+
+Deprecated.
+
+
+
+dumpAttribute(PrintStream, String, String) - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+dumpAttributes(PrintStream) - Method in class org.robolectric.shadows.ShadowTextView
+
+dumpAttributes(PrintStream) - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+dumpFirstPart(PrintStream, int) - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+dumpIndent(PrintStream, int) - Method in class org.robolectric.shadows.ShadowView
+
+Deprecated.
+
+dumpTheme(long, int, String, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+dumpTheme(long, int, String, String) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+dup() - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+duration - Variable in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+duration() - Method in class org.robolectric.shadows.ShadowToneGenerator.Tone
+
+DURATION - Static variable in class org.robolectric.shadows.ShadowAppOpsManager
+
+durationHint - Variable in class org.robolectric.shadows.ShadowAudioManager.AudioFocusRequest
+
+DYNAMIC_ATTRIBUTE - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds an attribute resource identifier, which needs to be resolved
+ before it can be used like a TYPE_ATTRIBUTE.
+
+DYNAMIC_REFERENCE - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds a dynamic ResourceTableChunk
entry reference.
+
+DynamicRefTable - Class in org.robolectric.res.android
+
+Holds the shared library ID table.
+
+
+E
+
+e(String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+e(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+eglChooseConfig(EGLDisplay, int[], int, EGLConfig[], int, int, int[], int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglCreateContext(EGLDisplay, EGLConfig, EGLContext, int[], int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglCreatePbufferSurface(EGLDisplay, EGLConfig, int[], int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglCreateWindowSurface(EGLDisplay, EGLConfig, Object, int[], int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglGetCurrentContext() - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglGetDisplay(int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglGetError() - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglInitialize(EGLDisplay, int[], int, int[], int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglQueryContext(EGLDisplay, EGLContext, int, int[], int) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+eglSwapBuffers(EGLDisplay, EGLSurface) - Static method in class org.robolectric.shadows.ShadowEGL14
+
+elapsedRealtime() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+elapsedRealtime() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+elapsedRealtimeNanos() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+elapsedRealtimeNanos() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+elements - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+elementSizeShift(Buffer) - Static method in class org.robolectric.nativeruntime.NIOAccess
+
+The Android version of java.nio.Buffer has an extra final field called _elementSizeShift that
+ only depend on the implementation of the buffer.
+
+ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt) - Static method in class org.robolectric.shadows.ShadowTextUtils
+
+EmbossMaskFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for EmbossMaskFilter JNI registration.
+
+EMPTY_VALUE - Static variable in class org.robolectric.res.AttributeResource
+
+EmptyStyle - Class in org.robolectric.res
+
+EmptyStyle() - Constructor for class org.robolectric.res.EmptyStyle
+
+EMULATE - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.InvalidStateBehavior
+
+emulateRequest(HttpHost, HttpRequest, HttpContext, RequestDirector) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+enable() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+enable() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+enableCarMode(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+enableCarMode(int, int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+enableForegroundDispatch(Activity, PendingIntent, IntentFilter[], String[][]) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+enableNetwork(int, boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+enablePhoneAccount(PhoneAccountHandle, boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+enableReaderMode(Activity, NfcAdapter.ReaderCallback, int, Bundle) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+enableShortcuts(List<String>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+enableShutterSound(boolean) - Method in class org.robolectric.shadows.ShadowCamera
+
+enableSmoothTransition() - Method in class org.robolectric.fakes.RoboWebSettings
+
+enableSystemApp(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+encodeString(String, ResourceString.Type) - Static method in class org.robolectric.res.android.ResourceString
+
+Encodes a string in either UTF-8 or UTF-16 and returns the bytes of the encoded string.
+
+encoding - Variable in class org.robolectric.shadows.ShadowWebView.LoadData
+
+encoding - Variable in class org.robolectric.shadows.ShadowWebView.LoadDataWithBaseURL
+
+end() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimator
+
+end() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimatorR
+
+end(Object) - Method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+END - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+END - Static variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_span
+
+END_DOCUMENT - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+END_NAMESPACE - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+END_TAG - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+endAsyncSection(String, int) - Static method in class org.robolectric.shadows.ShadowTrace
+
+Ends async trace trace section.
+
+endCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+endSection() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Ends the most recent active trace section.
+
+enforceInstallerCheck(boolean) - Method in class org.robolectric.shadows.ShadowLocaleManager
+
+Sets the value of ShadowLocaleManager.enforceInstallerCheck
.
+
+enforcePermissionChecks(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+EnforcingAdminFactory - Class in org.robolectric.shadows
+
+
+
+enqueue(DownloadManager.Request) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+enqueue(JobInfo, JobWorkItem) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+enqueue(JobInfo, JobWorkItem) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+enqueueMessage(Message, long) - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+enqueueMessage(Message, long) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+ensureLoaded() - Method in class org.robolectric.nativeruntime.DefaultNativeRuntimeLoader
+
+ensureLoaded() - Method in interface org.robolectric.pluginapi.NativeRuntimeLoader
+
+ensureProviderCreated() - Method in class org.robolectric.shadows.ShadowWebView
+
+ensureStringBlocks() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+enterPictureInPictureMode() - Method in class org.robolectric.shadows.ShadowActivity
+
+enterPictureInPictureMode(PictureInPictureParams) - Method in class org.robolectric.shadows.ShadowActivity
+
+entityContentStreamsHaveBeenClosed() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+entries - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag
+
+entries() - Method in class org.robolectric.res.android.DynamicRefTable
+
+entry - Variable in class org.robolectric.res.android.CppAssetManager2.ResourceName
+
+Entry() - Constructor for class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+Entry() - Constructor for class org.robolectric.res.android.ResTable.Entry
+
+entry_count - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag
+
+entryCount - Variable in class org.robolectric.res.android.ResTable.Type
+
+enumerateEnabledSdks(SdkCollection, String) - Static method in class org.robolectric.plugins.DefaultSdkPicker
+
+EpsBearerQosSessionAttributesBuilder - Class in org.robolectric.shadows
+
+
+
+equals(Object) - Method in class org.robolectric.android.internal.DisplayConfig
+
+equals(Object) - Method in class org.robolectric.fakes.RoboIntentSender
+
+equals(Object) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+equals(Object) - Method in class org.robolectric.internal.bytecode.InvocationProfile
+
+equals(Object) - Method in class org.robolectric.internal.bytecode.MethodRef
+
+equals(Object) - Method in class org.robolectric.internal.bytecode.ShadowInfo
+
+equals(Object) - Method in class org.robolectric.internal.bytecode.ShadowMap
+
+equals(Object) - Method in class org.robolectric.internal.ManifestIdentifier
+
+equals(Object) - Method in class org.robolectric.manifest.AndroidManifest
+
+equals(Object) - Method in class org.robolectric.pluginapi.perf.Metric
+
+equals(Object) - Method in class org.robolectric.pluginapi.Sdk
+
+equals(Object) - Method in class org.robolectric.res.android.String8
+
+equals(Object) - Method in class org.robolectric.res.ResName
+
+equals(Object) - Method in class org.robolectric.res.ResourcePath
+
+equals(Object) - Method in class org.robolectric.res.StyleData
+
+equals(Object) - Method in class org.robolectric.res.StyleResolver
+
+equals(Object) - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Equality check based on reference equality of the Views from which these instances were
+ created, or the equality of their assigned IDs.
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedMainActivity
+
+Deprecated.
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowLog.LogItem
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowPath.Point
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowRegion
+
+The real
Region.equals(Object)
calls into native code, which is a no-op in Robolectric,
+ and will always return false no matter what is compared.
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+equals(Object) - Method in class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+equals(Object) - Method in class org.robolectric.shadows.util.DataSource
+
+equals(Object) - Method in class org.robolectric.util.inject.Injector.Key
+
+equals(DisplayConfig) - Method in class org.robolectric.android.internal.DisplayConfig
+
+eraseColor(int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+error(String) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+error(String, Object...) - Static method in class org.robolectric.util.Logger
+
+Log an error message.
+
+error(String, Throwable) - Static method in class org.robolectric.util.Logger
+
+Log an error message.
+
+error(String, AnnotationValue) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+ERROR - Enum constant in enum org.robolectric.annotation.processing.validator.ImplementsValidator.SdkCheckMode
+
+ERROR - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+errorCode() - Method in class org.robolectric.shadows.ShadowRcsUceAdapter.CapabilityFailureInfo
+
+Errors - Class in org.robolectric.res.android
+
+Errors() - Constructor for class org.robolectric.res.android.Errors
+
+establishRoute(HttpRoute, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Establishes the target route.
+
+evaluateJavascript(String, ValueCallback<String>) - Method in class org.robolectric.shadows.ShadowWebView
+
+event_code_t() - Constructor for class org.robolectric.res.android.ResXMLParser.event_code_t
+
+EventBuilder(int, Object) - Constructor for class org.robolectric.shadows.ShadowEventLog.EventBuilder
+
+events - Variable in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Map that maps time offsets to media events.
+
+exception - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+exceptionArray(MethodNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+exceptionPackages - Variable in class org.robolectric.shadows.ShadowAppOpsManager.ModeAndException
+
+exceptions - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+EXCLUDED_ASSET - Static variable in class org.robolectric.res.android.Asset
+
+execStartActivities(Context, IBinder, IBinder, Activity, Intent[], Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+execStartActivities(Context, IBinder, IBinder, Activity, Intent[], Bundle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle) - Method in interface org.robolectric.shadows.ShadowInstrumentation._Instrumentation_
+
+execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle, UserHandle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+Behaves as {@link #execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle).
+
+execStartActivity(Context, IBinder, IBinder, Fragment, Intent, int, Bundle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+This API was added in Android API 23 (M)
+
+execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle) - Method in interface org.robolectric.shadows.ShadowInstrumentation._Instrumentation_
+
+execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle, UserHandle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+This API was added in Android API 17 (JELLY_BEAN_MR1)
+
+execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle, UserHandle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+Behaves as {@link #execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle).
+
+execute(Runnable) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+execute(Runnable) - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+execute(Runnable) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+execute(HttpUriRequest) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpUriRequest, HttpContext) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpHost, HttpRequest) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+execute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+execute(HttpHost, HttpRequest, HttpContext) - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+execute(Params...) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+executeOnError(int) - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+
+
+executeOnExecutor(Executor, Params...) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+executeOnExecutor(Executor, Params...) - Method in class org.robolectric.shadows.ShadowPausedAsyncTask
+
+executeOnFinished() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+
+
+executeOnMetadataChanged(MediaMetadata) - Method in class org.robolectric.shadows.ShadowMediaController
+
+Executes all registered onMetadataChanged callbacks.
+
+executeOnPlaybackStateChanged(PlaybackState) - Method in class org.robolectric.shadows.ShadowMediaController
+
+Executes all registered onPlaybackStateChanged callbacks.
+
+executeOnProgress(float) - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+
+
+executeOnSessionDestroyed() - Method in class org.robolectric.shadows.ShadowMediaController
+
+Executes all registered onSessionDestroyed callbacks.
+
+executor - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+exit(int) - Method in class org.robolectric.preinstrumented.JarInstrumentor
+
+
+
+expandActionView() - Method in class org.robolectric.fakes.RoboMenuItem
+
+expected - Variable in class org.robolectric.errorprone.bugpatterns.Helpers.CastableTo
+
+ExpectedLogMessagesRule - Class in org.robolectric.junit.rules
+
+Allows tests to assert about the presence of log messages, and turns logged errors that are not
+ explicitly expected into test failures.
+
+ExpectedLogMessagesRule() - Constructor for class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+expectErrorsForTag(String) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Blanket suppress test failures due to errors from a tag.
+
+expectLogMessage(int, String, String) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement.
+
+expectLogMessage(int, String, Matcher<String>) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement.
+
+expectLogMessagePattern(int, String, Pattern) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement using a regular expression.
+
+expectLogMessagePatternWithThrowableMatcher(int, String, Pattern, Matcher<Throwable>) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement using a regular expression, with an extra check of
org.hamcrest.Matcher<Throwable >
.
+
+expectLogMessageWithThrowable(int, String, String, Throwable) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement with extra check of
Throwable
.
+
+expectLogMessageWithThrowable(int, String, Matcher<String>, Matcher<Throwable>) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement with extra check of
Throwable
.
+
+expectLogMessageWithThrowableMatcher(int, String, String, Matcher<Throwable>) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+Adds an expected log statement with extra check of Matcher
.
+
+extendVerificationTimeout(int, int, long) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+ExtensionPoint - Annotation Type in org.robolectric.pluginapi
+
+Marks a component of Robolectric that may be replaced with a custom implementation.
+
+externalize(Path) - Static method in class org.robolectric.res.Fs
+
+extract(Object) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+extract(Object) - Method in interface org.robolectric.internal.IShadow
+
+extract(Object) - Static method in class org.robolectric.shadow.api.Shadow
+
+Retrieve corresponding Shadow of the object.
+
+extractAlpha() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+extractAlpha(Paint, int[]) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+
+
+extractMetadata(int) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+extraFlags - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+extras - Variable in class org.robolectric.shadows.ShadowTelecomManager.CallRecord
+
+Deprecated.
+
+extras - Variable in class org.robolectric.shadows.ShadowTelecomManager.OutgoingCallRecord
+
+extras - Variable in class org.robolectric.shadows.ShadowWallpaperManager.WallpaperCommandRecord
+
+
+
+
+F
+
+failExpeditedJob(boolean) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+Whether to fail a job if it is set as expedited.
+
+failExpeditedJob(boolean) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+failOnJob(int) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+failOnJob(int) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+failSetApplicationHiddenFor(Collection<String>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+FakeHttp - Class in org.robolectric.shadows.httpclient
+
+Collection of static methods used interact with HTTP requests / responses.
+
+FakeHttp() - Constructor for class org.robolectric.shadows.httpclient.FakeHttp
+
+FakeHttpLayer - Class in org.robolectric.shadows.httpclient
+
+FakeHttpLayer() - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+FakeHttpLayer.DefaultRequestMatcher - Class in org.robolectric.shadows.httpclient
+
+FakeHttpLayer.RequestMatcherBuilder - Class in org.robolectric.shadows.httpclient
+
+FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher - Interface in org.robolectric.shadows.httpclient
+
+FakeHttpLayer.RequestMatcherResponseRule - Class in org.robolectric.shadows.httpclient
+
+FakeHttpLayer.UriRegexMatcher - Class in org.robolectric.shadows.httpclient
+
+FakeHttpLayer.UriRequestMatcher - Class in org.robolectric.shadows.httpclient
+
+FakeSurfaceHolder() - Constructor for class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+familyName - Variable in class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+fetchArtifact(MavenJarArtifact) - Method in class org.robolectric.internal.dependency.MavenArtifactFetcher
+
+fetchUuidsWithSdp() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+file - Variable in class org.robolectric.res.android.AssetPath
+
+file(File, String...) - Static method in class org.robolectric.util.Util
+
+file(String...) - Static method in class org.robolectric.util.Util
+
+FILE - Enum constant in enum org.robolectric.res.ResType
+
+FileDescriptorInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.FileDescriptorInterceptor
+
+fileFromPath(String) - Static method in class org.robolectric.res.Fs
+
+Deprecated.
+
+
+
+FileMap - Class in org.robolectric.res.android
+
+FileMap() - Constructor for class org.robolectric.res.android.FileMap
+
+FileTypedResource - Class in org.robolectric.res
+
+FileTypedResource.Image - Class in org.robolectric.res
+
+fillBounds(RectF) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+Fills the given
RectF
with the path bounds.
+
+fillBounds(RectF) - Method in class org.robolectric.shadows.ShadowNativePath
+
+fillBounds(RectF) - Method in class org.robolectric.shadows.ShadowPath
+
+Fills the given
RectF
with the path bounds.
+
+fillInIntent - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+fillTypedValue(String, TypedValue) - Method in class org.robolectric.shadows.Converter.FromCharSequence
+
+fillTypedValue(String, TypedValue) - Method in class org.robolectric.shadows.Converter.FromColor
+
+fillTypedValue(String, TypedValue) - Method in class org.robolectric.shadows.Converter.FromFilePath
+
+fillTypedValue(String, TypedValue, boolean) - Method in class org.robolectric.shadows.Converter2.FromCharSequence
+
+fillTypedValue(String, TypedValue, boolean) - Method in class org.robolectric.shadows.Converter2.FromColor
+
+fillTypedValue(AttrData, TypedValue) - Method in class org.robolectric.shadows.Converter.FromAttrData
+
+fillTypedValue(T, TypedValue) - Method in class org.robolectric.shadows.Converter
+
+fillTypedValue(T, TypedValue, boolean) - Method in class org.robolectric.shadows.Converter2
+
+filter(CharSequence, Filter.FilterListener) - Method in class org.robolectric.shadows.ShadowFilter
+
+finalize() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+finalize() - Method in class org.robolectric.res.android.ResStringPool
+
+finalize() - Method in class org.robolectric.res.android.ResXMLTree
+
+finalize() - Method in class org.robolectric.res.android.ZipFileRO
+
+finalize() - Method in class org.robolectric.shadows.ShadowFileObserver
+
+finalize() - Method in class org.robolectric.shadows.ShadowSurface
+
+finalize() - Method in class org.robolectric.shadows.ShadowSurfaceControl
+
+finalizeWorkProfileProvisioning(UserHandle, Account) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+finallyAfterTest(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner
+
+finallyAfterTest(FrameworkMethod) - Method in class org.robolectric.RobolectricTestRunner
+
+find(int) - Method in class org.robolectric.res.android.AttributeResolution.BagAttributeFinder
+
+find(int) - Method in class org.robolectric.res.android.AttributeResolution.XmlAttributeFinder
+
+find(int) - Method in class org.robolectric.res.PluralRules
+
+Find(int) - Method in class org.robolectric.res.android.AttributeResolution10.XmlAttributeFinder
+
+Find(int) - Method in class org.robolectric.res.android.AttributeResolution9.XmlAttributeFinder
+
+findAddress(String) - Static method in class org.robolectric.shadows.ShadowWebView
+
+findIndexOfItemContainingText(String) - Method in class org.robolectric.shadows.ShadowAdapterView
+
+findInterceptor(String, String) - Method in class org.robolectric.internal.bytecode.Interceptors
+
+findInterceptors() - Method in class org.robolectric.internal.SandboxTestRunner
+
+findInterceptors() - Method in class org.robolectric.RobolectricTestRunner
+
+findItem(int) - Method in class org.robolectric.fakes.RoboMenu
+
+findItemContainingText(String) - Method in class org.robolectric.shadows.ShadowAdapterView
+
+findMenuItem(CharSequence) - Method in class org.robolectric.fakes.RoboMenu
+
+findMenuItemContaining(CharSequence) - Method in class org.robolectric.fakes.RoboMenu
+
+findShadowMethodHandle(Class<?>, String, MethodType, boolean) - Method in interface org.robolectric.internal.bytecode.ClassHandler
+
+Called by Robolectric when an instrumented method is invoked.
+
+findShadowMethodHandle(Class<?>, String, MethodType, boolean) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+findShadowMethodHandle(Class<?>, String, MethodType, boolean) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+findViewById(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+Checks to ensure that thecontentView
has been set
+
+finish() - Method in class org.robolectric.shadows.ShadowActivity
+
+finish() - Method in class org.robolectric.shadows.ShadowBroadcastPendingResult
+
+finish() - Method in class org.robolectric.shadows.ShadowVisualVoicemailTask
+
+finish(int, Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+finishActivity(Activity) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+finishAffinity() - Method in class org.robolectric.shadows.ShadowActivity
+
+finishAndRemoveTask() - Method in class org.robolectric.shadows.ShadowActivity
+
+finishAndRemoveTask() - Method in class org.robolectric.shadows.ShadowAppTask
+
+For tests, marks the task as finished.
+
+finishBroadcast() - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+finished() - Method in class org.robolectric.util.PerfStatsCollector.Event
+
+finished(boolean) - Method in class org.robolectric.util.PerfStatsCollector.Event
+
+finishOp(int, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Removes a fake long-running operation from the set.
+
+finishOp(String, int, String, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Removes a fake long-running operation from the set.
+
+finishSession(Bundle, Activity, AccountManagerCallback<Bundle>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+Returns sessionBundle as the result of finishSession.
+
+fireAlarm(ShadowAlarmManager.ScheduledAlarm) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+Immediately removes the given alarm from the list of scheduled alarms (and then reschedules it
+ in the case of a repeating alarm) and fires it.
+
+FIRST_CHUNK_CODE - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+fixTracePath(String) - Static method in class org.robolectric.shadows.ShadowDebug
+
+FLAG_ADMIN - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_DEMO - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+flag_entry(String, int, String) - Constructor for class org.robolectric.res.android.ResourceTable.flag_entry
+
+FLAG_FULL - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_GUEST - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_MANAGED_PROFILE - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_NO_ACTION - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+FLAG_PRIMARY - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_PROFILE - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_RESTRICTED - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+FLAG_SYSTEM - Static variable in class org.robolectric.shadows.ShadowUserManager
+
+flags - Variable in class org.robolectric.android.internal.DisplayConfig
+
+Display flags.
+
+flags - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+flags - Variable in class org.robolectric.shadows.ShadowPackageManager.ComponentState
+
+flagsMask - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+flagsValues - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+FLOAT - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds a single-precision floating point number.
+
+FLOAT - Enum constant in enum org.robolectric.res.ResType
+
+floor(float) - Static method in class org.robolectric.shadows.ShadowFloatMath
+
+flush() - Method in class android.webkit.RoboCookieManager
+
+flush() - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+flush(SensorEventListener) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+flushBackgroundThreadScheduler() - Static method in class org.robolectric.Robolectric
+
+Execute all runnables that have been enqueued on the background scheduler.
+
+flushForegroundThreadScheduler() - Static method in class org.robolectric.Robolectric
+
+Execute all runnables that have been enqueued on the foreground scheduler.
+
+flushGnssBatch() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+flushPackageRestrictionsAsUser(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+focusIn(View) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+FontBuilderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for android.graphics.fonts.Font$Builder JNI registration.
+
+FontDesc(String, int) - Constructor for class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+FontFamilyBuilderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for android.graphics.fonts.FontFamily$Builder JNI registration.
+
+FontFamilyNatives - Class in org.robolectric.nativeruntime
+
+Native methods for the deprecated android.graphics.FontFamily JNI registration.
+
+FontFileUtilNatives - Class in org.robolectric.nativeruntime
+
+Native methods for android.graphics.fonts.FontFileUtil JNI registration.
+
+FontNatives - Class in org.robolectric.nativeruntime
+
+Native methods for android.graphics.fonts.Font JNI registration.
+
+fontScale - Variable in class org.robolectric.annotation.Config.Builder
+
+fontScale() - Element in annotation type org.robolectric.annotation.Config
+
+The default font scale.
+
+fontScale() - Method in class org.robolectric.annotation.Config.Implementation
+
+FontsFontFamilyNatives - Class in org.robolectric.nativeruntime
+
+Native methods for android.graphics.fonts.FontFamily JNI registration.
+
+forceListenersToFail - Variable in class org.robolectric.shadows.ShadowSensorManager
+
+ForEachPackage(CppAssetManager2.PackageFunc) - Method in class org.robolectric.res.android.CppAssetManager2
+
+forInt(int) - Static method in class org.robolectric.res.android.ApkAssetsCookie
+
+forJar(URL) - Static method in class org.robolectric.res.Fs
+
+forJar(Path) - Static method in class org.robolectric.res.Fs
+
+format(String) - Method in class org.robolectric.shadows.ShadowTime
+
+format(String, Date, Locale, TimeZone) - Static method in class org.robolectric.util.Strftime
+
+Format a date string.
+
+format2445() - Method in class org.robolectric.shadows.ShadowTime
+
+format3339(boolean) - Method in class org.robolectric.shadows.ShadowTime
+
+formatDateInterval(long, long, long) - Static method in class org.robolectric.shadows.ShadowDateIntervalFormat
+
+Formatter - Class in org.robolectric.res.android
+
+Formatter() - Constructor for class org.robolectric.res.android.Formatter
+
+ForType - Annotation Type in org.robolectric.util.reflector
+
+Indicates that the annotated interface is an accessor object for use by
Reflector
.
+
+FoundOnImplementsValidator - Class in org.robolectric.annotation.processing.validator
+
+
+
+FoundOnImplementsValidator(RobolectricModel.Builder, ProcessingEnvironment, String) - Constructor for class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+FRACTION - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds a complex number encoding a fraction of a container.
+
+FRACTION - Enum constant in enum org.robolectric.res.ResType
+
+FragmentController <F extends Fragment > - Class in org.robolectric.android.controller
+
+Deprecated.
+
+
+
+FragmentTestUtil - Class in org.robolectric.util
+
+Deprecated.
+
+
+
+FragmentTestUtil() - Constructor for class org.robolectric.util.FragmentTestUtil
+
+Deprecated.
+
+FrameMetricsBuilder - Class in org.robolectric.shadows
+
+
+
+FrameMetricsBuilder() - Constructor for class org.robolectric.shadows.FrameMetricsBuilder
+
+FRAMEWORK_APK_PATH - Static variable in class org.robolectric.shadows.ShadowArscApkAssets9
+
+frameworkMethod - Variable in class org.robolectric.internal.SandboxTestRunner.HelperTestRunner
+
+free() - Method in class org.robolectric.shadows.ShadowMediaCodec.ShadowCodecBuffer
+
+Prevents attempting to free non-direct ByteBuffer objects.
+
+freeByteBuffer(ByteBuffer) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Prevents attempting to free non-direct ByteBuffer objects.
+
+freeByteBufferLocked(ByteBuffer) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+freeStorage(long, IntentSender) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+freeStorage(String, long, IntentSender) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+freeStorageAndNotify(long, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+freeStorageAndNotify(long, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+freeStorageAndNotify(String, long, IPackageDataObserver) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+freeze() - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_header.Writer
+
+freeze() - Method in class org.robolectric.shadows.ShadowFontFamily
+
+from(Class<? extends V>, V) - Static method in class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+from(String, V) - Static method in class org.robolectric.util.ReflectionHelpers.StringParameter
+
+FromArray() - Constructor for class org.robolectric.shadows.Converter.FromArray
+
+FromAttrData() - Constructor for class org.robolectric.shadows.Converter.FromAttrData
+
+FromCharSequence() - Constructor for class org.robolectric.shadows.Converter.FromCharSequence
+
+FromCharSequence() - Constructor for class org.robolectric.shadows.Converter2.FromCharSequence
+
+fromCode(byte) - Static method in enum org.robolectric.res.android.DataType
+
+fromCode(int) - Static method in enum org.robolectric.res.android.DataType
+
+FromColor() - Constructor for class org.robolectric.shadows.Converter.FromColor
+
+FromColor() - Constructor for class org.robolectric.shadows.Converter2.FromColor
+
+fromComponentLists(Class<?>[], Object[]) - Static method in class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+fromEvent(UsageEvents.Event) - Static method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+FromFilePath() - Constructor for class org.robolectric.shadows.Converter.FromFilePath
+
+fromInt(int) - Static method in enum org.robolectric.res.android.Asset.AccessMode
+
+fromParentDir(Path) - Static method in class org.robolectric.res.Qualifiers
+
+fromProperties(Properties) - Static method in class org.robolectric.annotation.Config.Implementation
+
+fromUrl(String) - Static method in class org.robolectric.res.Fs
+
+
+
+fromUrl(URL) - Static method in class org.robolectric.res.Fs
+
+
+
+Fs - Class in org.robolectric.res
+
+Fs() - Constructor for class org.robolectric.res.Fs
+
+FsFile - Interface in org.robolectric.res
+
+Deprecated.
+
+
+
+fstat(FileDescriptor) - Method in class org.robolectric.shadows.ShadowLinux
+
+fstat(FileDescriptor) - Static method in class org.robolectric.shadows.ShadowPosix
+
+fstat(String) - Method in class org.robolectric.shadows.ShadowLinux
+
+fsync(OutputStream) - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+Function <R ,T > - Interface in org.robolectric.util
+
+Interface defining a function object.
+
+
+G
+
+GEN_CLASS - Static variable in class org.robolectric.annotation.processing.generator.Generator
+
+generate() - Method in class org.robolectric.annotation.processing.generator.Generator
+
+generate() - Method in class org.robolectric.annotation.processing.generator.JavadocJsonGenerator
+
+generate() - Method in class org.robolectric.annotation.processing.generator.ServiceLoaderGenerator
+
+generate() - Method in class org.robolectric.annotation.processing.generator.ShadowProviderGenerator
+
+generate(String, String) - Method in class org.robolectric.res.ResourceIdGenerator
+
+generateAudioSessionId() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+generateClassHandlerCall(MutableClass, MethodNode, String, RobolectricGeneratorAdapter) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+generatePackageInfo(PackageParser.Package, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Generator - Class in org.robolectric.annotation.processing.generator
+
+Base class for code generators.
+
+Generator() - Constructor for class org.robolectric.annotation.processing.generator.Generator
+
+GestureDispatch(GestureDescription, AccessibilityService.GestureResultCallback) - Constructor for class org.robolectric.shadows.ShadowAccessibilityService.GestureDispatch
+
+get() - Method in class org.robolectric.android.controller.ComponentController
+
+get() - Method in class org.robolectric.android.controller.ContentProviderController
+
+get() - Method in interface org.robolectric.pluginapi.config.GlobalConfigProvider
+
+get() - Method in class org.robolectric.res.android.Ref
+
+get() - Method in class org.robolectric.RobolectricTestRunner.DeprecatedTestRunnerDefaultConfigProvider
+
+Deprecated.
+
+get() - Method in interface org.robolectric.shadows.Provider
+
+get() - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+get() - Method in interface org.robolectric.util.PerfStatsCollector.ThrowingSupplier
+
+get() - Method in class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+get() - Method in class org.robolectric.util.SoftThreadLocal
+
+get(int, int) - Static method in class org.robolectric.shadows.ShadowCamcorderProfile
+
+get(int, int) - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+get(long, Class<T>) - Static method in class org.robolectric.shadows.ShadowVirtualRefBasePtr
+
+get(long, TimeUnit) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+get(long, TimeUnit) - Method in class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+get(Context) - Static method in class org.robolectric.shadows.ShadowAccountManager
+
+get(Context) - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+get(CameraCharacteristics.Key<T>) - Method in class org.robolectric.shadows.ShadowCameraCharacteristics
+
+get(CaptureRequest.Key<T>) - Method in class org.robolectric.shadows.ShadowCaptureRequestBuilder
+
+Original implementation would store its state in a local CameraMetadataNative object.
+
+get(CaptureResult.Key<T>) - Method in class org.robolectric.shadows.ShadowCaptureResult
+
+Obtain a property of the CaptureResult.
+
+get(AudioRecord) - Method in interface org.robolectric.shadows.ShadowAudioRecord.AudioRecordSourceProvider
+
+get(Class<T>) - Static method in class org.robolectric.config.ConfigurationRegistry
+
+Returns the configuration object of the specified class, computed using
+ Configurer
.
+
+get(Class<T>) - Method in interface org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration
+
+Returns the configuration instance of the specified class for the current test.
+
+get(Class<T>) - Method in class org.robolectric.pluginapi.perf.Metadata
+
+get(Class<T>) - Method in class org.robolectric.plugins.HierarchicalConfigurationStrategy.ConfigurationImpl
+
+get(String, boolean, int) - Static method in class org.robolectric.res.android.ApkAssetsCache
+
+get(URI, String, Map<String, List<String>>) - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+get(Locale) - Static method in class org.robolectric.shadows.ShadowLocaleData
+
+get(ConfigurationStrategy.Configuration) - Static method in class org.robolectric.plugins.ConfigConfigurer
+
+get(ResName, ResTable_config) - Method in class org.robolectric.res.ResBunch
+
+get(ResName, ResTable_config) - Method in class org.robolectric.res.ResBundle
+
+get(DataSource) - Method in interface org.robolectric.shadows.ShadowMediaPlayer.MediaInfoProvider
+
+GET_ROBO_DATA_METHOD_NAME - Static variable in class org.robolectric.internal.bytecode.ShadowConstants
+
+getAcceptThirdPartyCookies() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAccessibilityServiceList() - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+getAccessoryList() - Method in class org.robolectric.shadows.ShadowUsbManager
+
+getAccountChangeEvents(Context, int, String) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getAccountChangeEvents(Context, int, String) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getAccountId(Context, String) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getAccountId(Context, String) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getAccounts() - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAccountsByType(String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAccountsByTypeAndFeatures(String, String[], AccountManagerCallback<Account[]>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAccountsByTypeForPackage(String, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAccountTypesWithManagementDisabled() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getAccuracy() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+getAcquireCount() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+getActionProvider() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getActions() - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+getActions() - Method in class org.robolectric.manifest.IntentFilterData
+
+getActions() - Method in class org.robolectric.manifest.ServiceData
+
+getActionView() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getActiveAdmins() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getActiveDataSubscriptionId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getActiveDevice() - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+getActiveDevice() - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+getActiveLockCount() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Returns the number of WifiLocks and MulticastLocks that are currently acquired.
+
+getActiveModemCount() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getActiveNetwork() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getActiveNetworkInfo() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getActiveNotifications() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getActiveNotifications(String[], int) - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+
+
+getActivePlaybackConfigurations() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getActiveProjectionTypes() - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+getActiveRecordingConfigurations() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+getActiveScans() - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+
+
+getActiveScorerPackage() - Method in class org.robolectric.shadows.ShadowNetworkScoreManager
+
+getActiveSessions(ComponentName) - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+getActiveSubscriptionIdList() - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getActiveSubscriptionInfo(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getActiveSubscriptionInfoCount() - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getActiveSubscriptionInfoCountMax() - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+getActiveSubscriptionInfoForSimSlotIndex(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getActiveSubscriptionInfoList() - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getActivities() - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+getActivities(Context, int, Intent[], int) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getActivities(Context, int, Intent[], int, Bundle) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getActivity() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+getActivity(Context, int, Intent, int) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getActivity(Context, int, Intent, int, Bundle) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getActivityData(String) - Method in class org.robolectric.manifest.AndroidManifest
+
+getActivityDatas() - Method in class org.robolectric.manifest.AndroidManifest
+
+getActivityIcon(ComponentName) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getActivityInfo(ComponentName, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getActivityLabel(String) - Method in class org.robolectric.manifest.AndroidManifest
+
+getActivityList(String, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+getActivityResult() - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+getActivityThread() - Static method in class org.robolectric.RuntimeEnvironment
+
+getActualBinaryName() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getActualName() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getActualRepeatCount() - Method in class org.robolectric.shadows.ShadowValueAnimator
+
+Returns the value that was set as the repeat count.
+
+getActualTypeWithParams() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getAdapter() - Method in class org.robolectric.shadows.ShadowAlertController
+
+getAdapter() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getAdapter() - Method in class org.robolectric.shadows.ShadowBluetoothManager
+
+
+
+getAdapterState() - Method in class org.robolectric.shadows.ShadowUwbAdapterStateListener
+
+
+
+getAdaptivePowerSaveEnabled() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+getAddedCallbackBuffers() - Method in class org.robolectric.shadows.ShadowCamera
+
+getAddress() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getAdnUriForPhoneAccount(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAdvertisementRequestCount() - Method in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+Returns the count of current ongoing Bluetooth LE advertising requests.
+
+getAffectedClasses() - Static method in class org.robolectric.shadows.SQLiteShadowPicker
+
+Returns a list of shadow classes that need to be invalidated when the SQLite Mode is switched.
+
+getAffiliationIds(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getAffineTransform() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+getAlarmClockInfo() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getAlias() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+getAliasName() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+getAllAttributes() - Method in class org.robolectric.manifest.ActivityData
+
+Get the map for all attributes defined for the activity XML.
+
+getAllAttributes() - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+Get the map for all attributes defined for the broadcast receiver.
+
+getAllAttributes() - Method in class org.robolectric.manifest.ServiceData
+
+Get the map for all attributes defined for the service.
+
+getAllCellInfo() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getAllHeaders() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getAllHeaders() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getAllIncomingCalls() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAllIntentFilters(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getAllLoopers() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Return all created loopers.
+
+getAllManifests() - Method in class org.robolectric.manifest.AndroidManifest
+
+Returns all transitively reachable manifests, including this one, in order and without
+ duplicates.
+
+getAllMethodRefs() - Method in class org.robolectric.internal.bytecode.Interceptors
+
+getAllNetworkInfo() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getAllNetworks() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getAllNotifications() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getAllocationByteCount() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getAllOutgoingCalls() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAllowContentAccess() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAllowedNetworkTypes() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getAllowedOverMetered() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getAllowedOverRoaming() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getAllowFileAccess() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAllowFileAccessFromFileURLs() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAllowUniversalAccessFromFileURLs() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAllPackageInstallerSessions() - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+getAllPendingJobs() - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+getAllPendingJobs() - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+getAllPermissionGroups(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getAllPhoneAccountHandles() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAllPhoneAccounts() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAllPhoneAccountsCount() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAllProfiles() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getAllProviders() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getAllSessionCallbacks() - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+getAllSessions() - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+getAllShadowTypes() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getAllStartedServices() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Returns all Intent
started by #startService(android.content.Intent)
without
+ consuming them.
+
+getAllUnknownCalls() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getAlpha() - Method in class org.robolectric.shadows.ShadowPaint
+
+getAlpha() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getAlpha() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getAlphabeticShortcut() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getAlwaysRecreateViewsDuringUpdate() - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getAnchor() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getAndroidCodeName() - Method in class org.robolectric.pluginapi.Sdk
+
+Returns the Android codename for this SDK.
+
+getAndroidCodeName() - Method in class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+getAndroidFrameworkJarPath() - Static method in class org.robolectric.RuntimeEnvironment
+
+getAndroidJarSDKVersion() - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+getAndroidManifestFile() - Method in class org.robolectric.manifest.AndroidManifest
+
+getAndroidSandbox(InstrumentationConfiguration, Sdk, ResourcesMode, LooperMode.Mode, SQLiteMode.Mode, GraphicsMode.Mode) - Method in class org.robolectric.internal.SandboxManager
+
+getAndroidVersion() - Method in class org.robolectric.pluginapi.Sdk
+
+Returns the Android Version for this SDK.
+
+getAndroidVersion() - Method in class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+getAnimations() - Method in class org.robolectric.shadows.ShadowView
+
+Returns a list of all animations that have been set on this view.
+
+getAnnotationIntValue(AnnotationValue) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getAnnotationMirror(Types, Element, TypeElement) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getAnnotationStringValue(AnnotationValue) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getAnnotationType() - Method in class org.robolectric.annotation.processing.validator.Validator
+
+getAnnotationTypeMirrorValue(AnnotationMirror, String) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getAnnotationTypeMirrorValue(AnnotationValue) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getAnnotationTypeMirrorValue(Element) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getApiLevel() - Method in class org.robolectric.pluginapi.Sdk
+
+Returns the Android API level for this SDK.
+
+getApiLevel() - Static method in class org.robolectric.RuntimeEnvironment
+
+GetApkAssets() - Method in class org.robolectric.res.android.CppAssetManager2
+
+getApkContentsSigners() - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+getApkFile() - Method in class org.robolectric.internal.ManifestIdentifier
+
+getApkFile() - Method in class org.robolectric.manifest.AndroidManifest
+
+getAppCacheEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAppCacheMaxSize() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAppCachePath() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getAppComponentFactory() - Method in class org.robolectric.manifest.AndroidManifest
+
+getAppIcon() - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSessionInfo
+
+Real method makes a system call not available in tests.
+
+getApplication() - Static method in class org.robolectric.RuntimeEnvironment
+
+
+
+getApplication() - Method in class org.robolectric.shadows.ShadowActivityThread
+
+getApplicationAttributes() - Method in class org.robolectric.manifest.AndroidManifest
+
+getApplicationEnabledSetting(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getApplicationHiddenSettingAsUser(String, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getApplicationIcon(ApplicationInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getApplicationIcon(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getApplicationInfo(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getApplicationInfo(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getApplicationInfo(String, int, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+getApplicationLocales(String) - Method in class org.robolectric.shadows.ShadowLocaleManager
+
+
+
+getApplicationMetaData() - Method in class org.robolectric.manifest.AndroidManifest
+
+getApplicationName() - Method in class org.robolectric.manifest.AndroidManifest
+
+getApplicationNightMode() - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+getApplicationRestrictions() - Method in class org.robolectric.shadows.ShadowRestrictionsManager
+
+getApplicationRestrictions(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getApplicationRestrictions(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Returns all application restrictions of the
packageName
in a
Bundle
.
+
+getApplicationRestrictions(String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Compared to real Android, there is no check that the package name matches the application
+ package name and the method returns instantly.
+
+getAppResourceTable() - Static method in class org.robolectric.RuntimeEnvironment
+
+getAppResourceTable(AndroidManifest) - Method in class org.robolectric.ApkLoader
+
+getAppSaturationLevel(String) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+Returns the current display saturation level for the packageName
.
+
+getAppStandbyBucket() - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Returns the current app's standby bucket that is set by setCurrentAppStandbyBucket
.
+
+getAppStandbyBucket(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Returns the current standby bucket of the specified app that is set by
+ setAppStandbyBucket
.
+
+getAppStandbyBuckets() - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+getAppTasks() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+getAppWidgetId() - Method in class org.robolectric.shadows.ShadowAppWidgetHostView
+
+getAppWidgetIds(ComponentName) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getAppWidgetInfo() - Method in class org.robolectric.shadows.ShadowAppWidgetHostView
+
+getAppWidgetInfo(int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getAppWidgetManager() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getAppWidgetOptions(int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Gets the appWidgetOptions Bundle stored in a local cache.
+
+getAppWidgetProviderFor(int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getArcPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getArcPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getArcPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getArrayIntResource(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getArrayIntResource(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getArraySize(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getArraySize(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getArrayStringInfo(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getArrayStringInfo(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getArrayStringResource(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getArrayStringResource(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getArtifactId() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+getAssetAllocations() - Static method in class org.robolectric.res.android.Asset
+
+getAssetAllocations() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+getAssetAllocations() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+getAssetDir() - Method in class org.robolectric.internal.ManifestIdentifier
+
+getAssetLength(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getAssetLength(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getAssetLength(long) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getAssetLength(long) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+GetAssetManager() - Method in class org.robolectric.res.android.CppAssetManager2.Theme
+
+getAssetPath() - Method in class org.robolectric.shadows.ShadowLegacyApkAssets
+
+getAssetPaths() - Method in class org.robolectric.res.android.CppAssetManager
+
+getAssetPaths() - Method in class org.robolectric.res.android.CppAssetManager2
+
+getAssetRemainingLength(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getAssetRemainingLength(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getAssetRemainingLength(long) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getAssetRemainingLength(long) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getAssetsDir() - Method in class org.robolectric.res.ResourcePath
+
+getAssetsDirectory() - Method in class org.robolectric.manifest.AndroidManifest
+
+getAssignedPackageIdentifiers() - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getAssignedPackageIdentifiers() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getAssistantActivityIntents() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+getAssociations() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+getAttribute(String, String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+GetAttribute(int, Ref<ResourceTypes.Res_value>, Ref<Integer>) - Method in class org.robolectric.res.android.CppAssetManager2.Theme
+
+GetAttribute(int, Ref<ResourceTypes.Res_value>, Ref<Integer>) - Method in class org.robolectric.res.android.ResTableTheme
+
+getAttributeBooleanValue(int, boolean) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeBooleanValue(String, String, boolean) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeCount() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeCount() - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributeData(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributeDataType(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributeFloatValue(int, float) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeFloatValue(String, String, float) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeIntValue(int, int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeIntValue(String, String, int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeListValue(int, String[], int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeListValue(String, String, String[], int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeName(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeNameID(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributeNameResID(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributeNameResource(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeNamespace(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeNamespaceID(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributePrefix(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeResourceValue(int, int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeResourceValue(String, String, int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeSetSourceResId(AttributeSet) - Static method in class org.robolectric.shadows.ShadowResources
+
+Returns the layout resource id the attribute set was inflated from.
+
+getAttributeType(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeUnsignedIntValue(int, int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeUnsignedIntValue(String, String, int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeValue(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeValue(int, Ref<ResourceTypes.Res_value>) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttributeValue(String, String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getAttributeValueStringID(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+getAttrTypeData(ResName) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getAttrValue(ResName) - Method in class org.robolectric.res.EmptyStyle
+
+getAttrValue(ResName) - Method in interface org.robolectric.res.Style
+
+getAttrValue(ResName) - Method in class org.robolectric.res.StyleData
+
+getAttrValue(ResName) - Method in class org.robolectric.res.StyleResolver
+
+getAttrValue(ResName) - Method in class org.robolectric.res.ThemeStyleSet
+
+getAudioAttributesFromLastVibration() - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+getAudioChannels() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getAudioEffects() - Static method in class org.robolectric.shadows.ShadowAudioEffect
+
+Returns all effects created with an AudioEffect
constructor.
+
+getAudioEncoder() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getAudioEncodingBitRate() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getAudioRoute() - Method in class org.robolectric.shadows.ShadowInCallAdapter
+
+Returns audioRoute set by setAudioRoute.
+
+getAudioSamplingRate() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getAudioSession() - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+
+
+getAudioSessionId() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getAudioSource() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getAuthenticatorTypes() - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAuthorities() - Method in class org.robolectric.manifest.ContentProviderData
+
+getAuthorities() - Method in class org.robolectric.manifest.IntentFilterData
+
+getAuthToken(Account, String, Bundle, boolean, AccountManagerCallback<Bundle>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAuthToken(Account, String, Bundle, Activity, AccountManagerCallback<Bundle>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getAutofillServiceComponentName() - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+
+
+getAutomaticZenRule(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getAutomaticZenRules() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getAutoTimeEnabled(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getAutoTimeRequired() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getAutoTimeZoneEnabled(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getAuxEffect() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Useful for assertions.
+
+getAvailableBlocks() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getAvailableBlocksLong() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getAvailableBytes() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getAvailableCommunicationDevices() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getAvailableRestoreToken(String) - Method in class org.robolectric.shadows.ShadowBackupManager
+
+getAvailableRollbacks() - Method in class org.robolectric.shadows.ShadowRollbackManager
+
+getAvailableSubscriptionInfoList() - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getAzimuth() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+Gets the
azimuth
of the satellite, in degrees.
+
+getBackgroundColor() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+getBackgroundDataSetting() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getBackgroundDrawable() - Method in class org.robolectric.shadows.ShadowWindow
+
+getBackgroundPackage() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getBackgroundThreadScheduler() - Static method in class org.robolectric.Robolectric
+
+Return the background scheduler.
+
+getBackgroundThreadScheduler() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+GetBag(int) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getBagLocked(int, Ref<ResTable.bag_entry[]>, Ref<Integer>) - Method in class org.robolectric.res.android.ResTable
+
+getBasePackageCount() - Method in class org.robolectric.res.android.ResTable
+
+getBasePackageId(int) - Method in class org.robolectric.res.android.ResTable
+
+getBasePackageName(int) - Method in class org.robolectric.res.android.ResTable
+
+getBasePath() - Method in class org.robolectric.util.TempDirectory
+
+getBasePointer(Buffer) - Static method in class org.robolectric.nativeruntime.NIOAccess
+
+Returns the underlying native pointer to the data of the given Buffer starting at the Buffer's
+ current position, or 0 if the Buffer is not backed by native heap storage.
+
+getBaseShadowMap() - Method in class org.robolectric.internal.bytecode.ShadowProviders
+
+getBatteryDischargePrediction() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Returns the current battery life remaining estimate.
+
+getBatteryLevel() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+getBestDateTimePattern(String, String) - Static method in class org.robolectric.shadows.ShadowICU
+
+getBestDateTimePattern(String, Locale) - Static method in class org.robolectric.shadows.ShadowICU
+
+getBestProvider(Criteria, boolean) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getBigContentText() - Method in class org.robolectric.shadows.ShadowNotification
+
+getBigContentTitle() - Method in class org.robolectric.shadows.ShadowNotification
+
+getBigPicture() - Method in class org.robolectric.shadows.ShadowNotification
+
+getBigText() - Method in class org.robolectric.shadows.ShadowNotification
+
+getBindDeviceAdminTargetUsers(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getBitmap() - Method in class org.robolectric.shadows.ShadowIcon
+
+getBitmap(int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Returns the memory cached
Bitmap
associated with
which
.
+
+getBitmap(ContentResolver, Uri) - Static method in class org.robolectric.shadows.ShadowMediaStore.ShadowImages.ShadowMedia
+
+getBlob(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getBlob(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getBlob(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getBlockCount() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getBlockCountLong() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getBlockNetworkImage() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getBlockNetworkLoads() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getBlockSize() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getBlockSizeLong() - Method in class org.robolectric.shadows.ShadowStatFs
+
+Robolectric always uses a block size of 4096.
+
+getBluetoothAdapter() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getBluetoothAudio() - Method in class org.robolectric.shadows.ShadowInCallService
+
+getBluetoothClass() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getBluetoothConnectionManager() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+getBluetoothConnectionManager() - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+getBluetoothGatts() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getBondedDevices() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getBondState() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getBootstrapAuthenticationCallback() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getBottom() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getBottom() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getBoundApplication() - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+getBoundNetworkForProcess() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getBounds() - Method in class org.robolectric.shadows.ShadowTouchDelegate
+
+getBounds2D() - Method in class org.robolectric.shadows.RoundRectangle
+
+getBoundServiceConnections() - Method in class org.robolectric.shadows.ShadowApplication
+
+getBoundServiceConnections() - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+getBoundsInScreen(Rect) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getBrightnessConfigurationForUser(int) - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+getBrightnessEvents(String) - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+getBroadcast(Context, int, Intent, int) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getBroadcastCookie(int) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+getBroadcastIntents() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Returns the broadcast intents sent during the tests (for all users).
+
+getBroadcastIntentsForUser(UserHandle) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Returns the broadcast intents sent to the given user.
+
+getBroadcastItem(int) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+getBroadcastOptions(Intent) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Returns the broadcast options when the intent was last sent.
+
+getBroadcastReceiver() - Method in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+getBroadcastReceiver(String) - Method in class org.robolectric.manifest.AndroidManifest
+
+Returns data for the broadcast receiver with the provided name from this manifest.
+
+getBroadcastReceivers() - Method in class org.robolectric.manifest.AndroidManifest
+
+getBuffer(boolean) - Method in class org.robolectric.res.android.Asset
+
+getBuffer(boolean, int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Returns the input or output buffer corresponding to the given index, or null if invalid.
+
+getBufferLengthMillis(int) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+getBuffers(boolean) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Returns the shadow buffers used for input or output.
+
+getBuildSystemApiProperties() - Method in class org.robolectric.RobolectricTestRunner
+
+getBuiltInZoomControls() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getBulkContentValues() - Method in class org.robolectric.shadows.ShadowContentResolver.InsertStatement
+
+getButtonDrawable() - Method in class org.robolectric.shadows.ShadowCompoundButton
+
+getButtonDrawableId() - Method in class org.robolectric.shadows.ShadowCompoundButton
+
+getByte(int) - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_header
+
+getByteCode(String) - Method in class org.robolectric.internal.bytecode.SandboxClassLoader
+
+getByteCount() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getBytes(Path) - Static method in class org.robolectric.res.Fs
+
+getBytesSoFar() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getCacheMode() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getCalendar() - Method in class org.robolectric.shadows.ShadowDatePickerDialog
+
+getCallAudioState() - Method in class org.robolectric.shadows.ShadowInCallService
+
+getCallAudioState() - Method in class org.robolectric.shadows.ShadowPhone
+
+getCallbackForListener(Class<T>) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Returns a view of telephonyCallbackRegistrations
containing all elements that are of
+ the type clazz
.
+
+getCallbackIntent() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+getCallbackIntent() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+getCallbacks() - Method in class org.robolectric.shadows.ShadowMediaController
+
+Gets the callbacks registered to MediaController.
+
+getCallbacks() - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+getCallCapablePhoneAccounts() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getCallCapablePhoneAccounts(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getCallComposerStatus() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getCallDetails() - Method in class org.robolectric.shadows.ShadowCallScreeningService.RespondToCallInput
+
+getCallerConfiguredNetworks() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+The original implementation allows this to be called by the Device Owner (DO), Profile Owner
+ (PO), callers with carrier privilege and system apps, but this shadow can be called by all apps
+ carrying the ACCESS_WIFI_STATE permission.
+
+getCallingActivity() - Method in class org.robolectric.shadows.ShadowActivity
+
+getCallingPackage() - Method in class org.robolectric.shadows.ShadowActivity
+
+getCallingPackage() - Method in class org.robolectric.shadows.ShadowContentProvider
+
+getCallingPid() - Static method in class org.robolectric.shadows.ShadowBinder
+
+getCallingUid() - Static method in class org.robolectric.shadows.ShadowBinder
+
+getCallingUidOrThrow() - Static method in class org.robolectric.shadows.ShadowBinder
+
+
+
+getCallingUserHandle() - Static method in class org.robolectric.shadows.ShadowBinder
+
+getCallRequestMode() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getCallResponse() - Method in class org.robolectric.shadows.ShadowCallScreeningService.RespondToCallInput
+
+getCalls() - Method in class org.robolectric.shadows.ShadowPhone
+
+getCallState() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getCallState() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getCallStateForSubscription() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getCamera() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getCameraCharacteristics(String) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+getCameraDisabled(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getCameraDistance() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getCameraDistance() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getCameraIdList() - Method in class org.robolectric.shadows.ShadowCameraManager
+
+getCameraInfo(int, Camera.CameraInfo) - Static method in class org.robolectric.shadows.ShadowCamera
+
+getCap() - Method in class org.robolectric.shadows.ShadowPaint
+
+getCaptivePortalServerUrl() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+getCarrierConfig() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getCarrierFrequencyHz() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+getCarrierIdFromSimMccMnc() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getCarrierPackageNamesForIntent(Intent) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getCarrierPackageNamesForIntentAndPhone(Intent, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getCategories() - Method in class org.robolectric.manifest.IntentFilterData
+
+getCellLocation() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getCenterX() - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+getCenterY() - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+getChangedPackages(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+GetChangingConfigurations() - Method in class org.robolectric.res.android.CppAssetManager2.Theme
+
+getChar(String, int, int) - Static method in class org.robolectric.shadows.ShadowTime
+
+getChild(int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getChild(int) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getChildCount() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getChildCount() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getChildren() - Method in class org.robolectric.ParameterizedRobolectricTestRunner
+
+getChildren() - Method in class org.robolectric.RobolectricTestRunner
+
+getChipInfos() - Method in class org.robolectric.shadows.ShadowUwbManager
+
+
+
+getCirclePaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getCirclePaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getCirclePaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getClassAttribute() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getClassBytes() - Method in class org.robolectric.internal.bytecode.ClassDetails
+
+getClassBytes(String) - Method in class org.robolectric.internal.bytecode.ClassNodeProvider
+
+getClasses(ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+getClassifier() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+getClassLoader() - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+getClassLoader() - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getClassLoader() - Method in class org.robolectric.shadows.ShadowLoadedApk
+
+getClassName() - Method in class org.robolectric.manifest.PackageItemData
+
+Deprecated.
+
+
+
+getClassType() - Method in class org.robolectric.internal.bytecode.MutableClass
+
+getClazz() - Method in class org.robolectric.internal.AndroidSandbox.TestEnvironmentSpec
+
+getClearedApplicationUserDataPackages() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+Returns the list of package names that were requested to be cleared.
+
+getClientsWithAttributionTag(String) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+getClipBounds(Rect) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getClipToOutline() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getClipToOutline() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getCloseGuard() - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+getCloseWasCalled() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getCloudMediaChangedEvents() - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+
+
+getCn0DbHz() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+getColor() - Method in class org.robolectric.shadows.ShadowPaint
+
+getColor() - Method in class org.robolectric.shadows.ShadowPorterDuffColorFilter
+
+getColor(String) - Static method in class org.robolectric.manifest.MetaData
+
+Returns the color value represented by the given string value
+
+getColor(String) - Static method in class org.robolectric.shadows.ResourceHelper
+
+Returns the color value represented by the given string value
+
+getColorFilter() - Method in class org.robolectric.shadows.ShadowPaint
+
+getColorSpace() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getColorType(String) - Static method in class org.robolectric.shadows.ResourceHelper
+
+Returns the TypedValue color type represented by the given string value
+
+getColumnCount() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getColumnCount() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getColumnCount() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getColumnIndex(String) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getColumnIndex(String) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getColumnIndex(String) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getColumnIndexOrThrow(String) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getColumnIndexOrThrow(String) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getColumnIndexOrThrow(String) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getColumnName(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getColumnName(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getColumnName(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getColumnNames() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getColumnNames() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getColumnNames() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getColumnNumber() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getCommonSuperClass(String, String) - Method in class org.robolectric.internal.bytecode.InstrumentingClassWriter
+
+Returns the common super type of the two given types without actually loading
+ the classes in the ClassLoader.
+
+getCommunicationDevice() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getCompileTimeResourceTable() - Static method in class org.robolectric.RuntimeEnvironment
+
+getCompileTimeResTable() - Method in class org.robolectric.shadows.ShadowAssetManager.ArscBase
+
+Deprecated.
+
+
+
+getCompileTimeSdkResourceTable() - Method in class org.robolectric.ApkLoader
+
+Returns the ResourceTable for the compile time SDK.
+
+getCompletedDownload(long) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+getCompletedDownloadsCount() - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+getComponentEnabledSetting(ComponentName) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getComponentEnabledSettingFlags(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+getComponentName() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+getComponentName() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedMainActivity
+
+Deprecated.
+
+getCompoundDrawablesWithIntrinsicBoundsBottom() - Method in class org.robolectric.shadows.ShadowTextView
+
+getCompoundDrawablesWithIntrinsicBoundsLeft() - Method in class org.robolectric.shadows.ShadowTextView
+
+getCompoundDrawablesWithIntrinsicBoundsRight() - Method in class org.robolectric.shadows.ShadowTextView
+
+getCompoundDrawablesWithIntrinsicBoundsTop() - Method in class org.robolectric.shadows.ShadowTextView
+
+getConfig() - Method in class org.robolectric.res.Qualifiers
+
+getConfig() - Method in class org.robolectric.res.TypedResource
+
+getConfig() - Method in class org.robolectric.res.XmlContext
+
+getConfig() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getConfig(Class<?>, Method) - Method in interface org.robolectric.pluginapi.config.ConfigurationStrategy
+
+Determine the configuration for the given test class and method.
+
+getConfig(Class<?>, Method) - Method in class org.robolectric.plugins.HierarchicalConfigurationStrategy
+
+getConfig(Class<?>, Method, Config) - Method in class org.robolectric.ConfigMerger
+
+Deprecated.
+Calculate the
Config
for the given test.
+
+getConfig(Method) - Method in class org.robolectric.RobolectricTestRunner
+
+Deprecated.
+
+
+
+getConfigChanges() - Method in class org.robolectric.manifest.ActivityData
+
+getConfigClass() - Method in interface org.robolectric.pluginapi.config.Configurer
+
+Retrieve the class type for this Configurer
+
+getConfigClass() - Method in class org.robolectric.plugins.ConfigConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.ConscryptModeConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.GraphicsModeConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.LazyApplicationConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.LooperModeConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.SQLiteModeConfigurer
+
+getConfigClass() - Method in class org.robolectric.plugins.TextLayoutModeConfigurer
+
+getConfigFor(Class<?>) - Method in interface org.robolectric.pluginapi.config.Configurer
+
+Returns the configuration for the given class.
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.ConfigConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.ConscryptModeConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.GraphicsModeConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.LazyApplicationConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.LooperModeConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.SQLiteModeConfigurer
+
+getConfigFor(Class<?>) - Method in class org.robolectric.plugins.TextLayoutModeConfigurer
+
+getConfigFor(Method) - Method in interface org.robolectric.pluginapi.config.Configurer
+
+Returns the configuration for the given method.
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.ConfigConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.ConscryptModeConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.GraphicsModeConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.LazyApplicationConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.LooperModeConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.SQLiteModeConfigurer
+
+getConfigFor(Method) - Method in class org.robolectric.plugins.TextLayoutModeConfigurer
+
+getConfigFor(String) - Method in interface org.robolectric.pluginapi.config.Configurer
+
+Returns the configuration for a given package.
+
+getConfigFor(String) - Method in class org.robolectric.plugins.ConfigConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.ConscryptModeConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.GraphicsModeConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.LazyApplicationConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.LooperModeConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.SQLiteModeConfigurer
+
+getConfigFor(String) - Method in class org.robolectric.plugins.TextLayoutModeConfigurer
+
+getConfigForSubId(int) - Method in class org.robolectric.shadows.ShadowCarrierConfigManager
+
+
+
+getConfigForSubId(int, String...) - Method in class org.robolectric.shadows.ShadowCarrierConfigManager
+
+getConfigOverrides() - Method in class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+getConfigProperties(String) - Method in class org.robolectric.ConfigMerger
+
+Deprecated.
+Return a
Properties
file for the given package name, or
null
if none is available.
+
+getConfigProperties(String) - Method in class org.robolectric.plugins.PackagePropertiesLoader
+
+Return a
Properties
file for the given package name, or
null
if none is
+ available.
+
+getConfiguration() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+getConfiguration(Ref<ResTable_config>) - Method in class org.robolectric.res.android.CppAssetManager
+
+getConfiguredApplicationClass() - Static method in class org.robolectric.RuntimeEnvironment
+
+getConfiguredNetworks() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getConfiguredSubscriptionGroups() - Method in class org.robolectric.shadows.ShadowVcnManager
+
+getConnectedDevices() - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+getConnectedDevices() - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+
+
+getConnectedPort() - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+getConnectionInfo() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getConnectionKeepAliveStrategy() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getConnectionManager() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getConnectionManager() - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+getConnectionManager() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getConnectionPriority() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+getConnectionReuseStrategy() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getConnectionState(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+getConnectionState(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+
+
+getConstellation() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+getContent() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+getContent() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+getContentAsIntent() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getContentCaptureConditions() - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+getContentEncoding() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+getContentEncoding() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+getContentInfo() - Method in class org.robolectric.shadows.ShadowNotification
+
+getContentLength() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+getContentLength() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+getContentObservers(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Returns the content observers registered for updates under the given URI.
+
+getContentProvider() - Method in class org.robolectric.shadows.ShadowContentResolver.Statement
+
+getContentProviderOperations(String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+getContentProviders() - Method in class org.robolectric.manifest.AndroidManifest
+
+getContentResolver() - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getContentText() - Method in class org.robolectric.shadows.ShadowNotification
+
+getContentTitle() - Method in class org.robolectric.shadows.ShadowNotification
+
+getContentType() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+getContentType() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+getContentUri() - Method in class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+getContentValues() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getContentValues() - Method in class org.robolectric.shadows.ShadowContentResolver.InsertStatement
+
+getContentValues() - Method in class org.robolectric.shadows.ShadowContentResolver.UpdateStatement
+
+getContentView() - Method in class org.robolectric.shadows.ShadowActivity
+
+getContentView() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getContentViewId() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getContext() - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+getContext() - Method in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+getContext() - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+getContext() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+getContextHubClientWithPendingIntentList() - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+getContextHubHandles() - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+Provides an array of fake handles.
+
+getContextHubInfo(int) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+getContextHubs() - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+Provides a list with fake ContextHubInfo
s.
+
+getConverter(ResType) - Static method in class org.robolectric.shadows.Converter
+
+getConverterFor(AttrData, String) - Static method in class org.robolectric.shadows.Converter2
+
+getCookie() - Method in class org.robolectric.shadows.ShadowTrace.AsyncTraceSection
+
+getCookie(String) - Method in class android.webkit.RoboCookieManager
+
+getCookie(String, boolean) - Method in class android.webkit.RoboCookieManager
+
+getCount() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getCount() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getCount() - Method in class org.robolectric.pluginapi.perf.Metric
+
+getCount() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getCountDownInterval() - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+getCounters() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Returns an ordered list of previous counters.
+
+getCreatedFromBitmap() - Method in class org.robolectric.shadows.ShadowBitmap
+
+Reference to original Bitmap from which this Bitmap was created.
+
+getCreatedFromBitmap() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Reference to original Bitmap from which this Bitmap was created.
+
+getCreatedFromBitmap() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromBytes() - Method in class org.robolectric.shadows.ShadowBitmap
+
+Bytes from which this Bitmap was created.
+
+getCreatedFromBytes() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Bytes from which this Bitmap was created.
+
+getCreatedFromBytes() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromColors() - Method in class org.robolectric.shadows.ShadowBitmap
+
+Color array from which this Bitmap was created.
+
+getCreatedFromColors() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Color array from which this Bitmap was created.
+
+getCreatedFromColors() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromFilter() - Method in class org.robolectric.shadows.ShadowBitmap
+
+true
if this Bitmap was created with filtering.
+
+getCreatedFromFilter() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+true
if this Bitmap was created with filtering.
+
+getCreatedFromFilter() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromHeight() - Method in class org.robolectric.shadows.ShadowBitmap
+
+
+
+getCreatedFromHeight() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+
+
+getCreatedFromHeight() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromMatrix() - Method in class org.robolectric.shadows.ShadowBitmap
+
+Matrix from which this Bitmap's content was transformed, or null
.
+
+getCreatedFromMatrix() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Matrix from which this Bitmap's content was transformed, or null
.
+
+getCreatedFromMatrix() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromPath() - Method in class org.robolectric.shadows.ShadowBitmap
+
+Path from which this Bitmap was created.
+
+getCreatedFromPath() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Path from which this Bitmap was created.
+
+getCreatedFromPath() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromResId() - Method in class org.robolectric.shadows.ShadowBitmap
+
+Resource ID from which this Bitmap was created.
+
+getCreatedFromResId() - Method in class org.robolectric.shadows.ShadowBitmapDrawable
+
+Deprecated.
+
+
+
+getCreatedFromResId() - Method in class org.robolectric.shadows.ShadowDrawable
+
+getCreatedFromResId() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Resource ID from which this Bitmap was created.
+
+getCreatedFromResId() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+Resource ID from which this Bitmap was created.
+
+getCreatedFromResId() - Method in class org.robolectric.shadows.ShadowNativeBitmapDrawable
+
+getCreatedFromStream() - Method in class org.robolectric.shadows.ShadowBitmap
+
+
+
+getCreatedFromStream() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+
+
+getCreatedFromStream() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromWidth() - Method in class org.robolectric.shadows.ShadowBitmap
+
+
+
+getCreatedFromWidth() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+
+
+getCreatedFromWidth() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromX() - Method in class org.robolectric.shadows.ShadowBitmap
+
+
+
+getCreatedFromX() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+
+
+getCreatedFromX() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedFromY() - Method in class org.robolectric.shadows.ShadowBitmap
+
+
+
+getCreatedFromY() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+
+
+getCreatedFromY() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getCreatedPorts() - Method in class org.robolectric.shadows.ShadowWebView
+
+getCreatorPackage() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getCreatorUid() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getCurrentActivity() - Method in class org.robolectric.shadows.ShadowActivityGroup
+
+getCurrentAnnotation() - Method in class org.robolectric.annotation.processing.validator.Validator
+
+getCurrentAsyncSections() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Returns a set of all the current active async trace sections.
+
+getCurrentEdgeEffectBehavior() - Method in class org.robolectric.shadows.ShadowEdgeEffect
+
+Disable edge effects for Android S and above.
+
+getCurrentFocus() - Method in class org.robolectric.shadows.ShadowActivity
+
+getCurrentInputMethodSubtype() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+
+
+getCurrentInstructionSet() - Static method in class org.robolectric.shadows.ShadowVMRuntime
+
+Returns the instruction set of the current runtime.
+
+getCurrentInterruptionFilter() - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+getCurrentInterruptionFilter() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getCurrentLanguage() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+getCurrentListenerHints() - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+getCurrentLocation(String, LocationRequest, CancellationSignal, Executor, Consumer<Location>) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getCurrentLocation(String, CancellationSignal, Executor, Consumer<Location>) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getCurrentModeType() - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+getCurrentPhoneType(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getCurrentPosition() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getCurrentPosition() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getCurrentPositionRaw() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getCurrentRanking() - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+getCurrentRuleSetProvider() - Method in class org.robolectric.shadows.ShadowAppIntegrityManager
+
+Overrides the implementation of the getCurrentRuleSetProvider
method to return the
+ gmscore package name for all the requests when a rule set exists.
+
+getCurrentRuleSetVersion() - Method in class org.robolectric.shadows.ShadowAppIntegrityManager
+
+Overrides the implementation of the getCurrentRuleSetVersion
method to return the
+ version stored in the recorded rule set.
+
+getCurrentSections() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Returns a stack of the currently active trace sections for the current thread.
+
+getCurrentSegmentEnd(float[]) - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+Returns the point where the current segment ends
+
+getCurrentSegmentLength() - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+getCurrentSizeRange(Point, Point) - Method in class org.robolectric.shadows.ShadowDisplay
+
+getCurrentSyncs() - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getCurrentTab() - Method in class org.robolectric.shadows.ShadowTabHost
+
+getCurrentTabSpec() - Method in class org.robolectric.shadows.ShadowTabHost
+
+getCurrentTabTag() - Method in class org.robolectric.shadows.ShadowTabHost
+
+getCurrentThermalStatus() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+This function returns the current thermal status of the device.
+
+getCurrentTime() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+getCurrentTime() - Method in class org.robolectric.util.Scheduler
+
+Get the current time (as seen by the scheduler), in milliseconds.
+
+getCurrentTimezone() - Static method in class org.robolectric.shadows.ShadowTime
+
+getCurrentTtyMode() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getCurrentUser() - Static method in class org.robolectric.shadows.ShadowActivityManager
+
+getCurrentVideoState() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getCurrentView() - Method in class org.robolectric.shadows.ShadowTabHost
+
+getCurrentView() - Method in class org.robolectric.shadows.ShadowViewAnimator
+
+getCurrentVoice() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+getCurrentWebViewPackage() - Static method in class org.robolectric.shadows.ShadowWebView
+
+Overrides the system implementation for getting the WebView package.
+
+getCursiveFontFamily() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getCustomTitleView() - Method in class org.robolectric.shadows.ShadowAlertController
+
+getCustomTitleView() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getCustomView() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getData() - Method in class org.robolectric.res.TypedResource
+
+getData() - Method in class org.robolectric.shadows.ShadowEventLog.ShadowEvent
+
+getData() - Method in class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+getDataActivity() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getDatabaseEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDatabasePath() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDatabasePath(String) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+getDatabasePath(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getDataBytes() - Method in class org.robolectric.shadows.ShadowIcon
+
+getDataChangedCount() - Method in class org.robolectric.shadows.ShadowBackupManager
+
+
+
+getDataLength() - Method in class org.robolectric.shadows.ShadowIcon
+
+getDataNetworkType() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getDataOffset() - Method in class org.robolectric.shadows.ShadowIcon
+
+getDataSource() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getDataState() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getDayOfMonth() - Method in class org.robolectric.shadows.ShadowDatePickerDialog
+
+getDecorFitsSystemWindows() - Method in class org.robolectric.shadows.ShadowPhoneWindow
+
+
+
+getDefault() - Static method in class org.robolectric.shadows.ShadowActivityManagerNative
+
+getDefaultActivityIcon() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getDefaultAdapter() - Static method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getDefaultBrightnessConfiguration() - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+getDefaultBrowserPackageNameAsUser(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getDefaultDataSubId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+getDefaultDataSubscriptionId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getDefaultDialerPackage() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getDefaultDisplay() - Static method in class org.robolectric.shadows.ShadowDisplay
+
+Returns the default display.
+
+getDefaultDisplay() - Method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+getDefaultDisplay() - Method in class org.robolectric.shadows.ShadowWindowManagerImpl.ShadowCompatModeWrapper
+
+getDefaultFixedFontSize() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDefaultFontSize() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDefaultInstance() - Static method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+getDefaultInstance() - Static method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+getDefaultInstance() - Static method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+getDefaultInstance() - Static method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+getDefaultKeymode() - Method in class org.robolectric.shadows.ShadowActivity
+
+getDefaultOutgoingPhoneAccount(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+getDefaultParameter(ByteBuffer) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+Allows sub-classes to provide default parameters.
+
+getDefaultParameter(ByteBuffer) - Method in class org.robolectric.shadows.ShadowDynamicsProcessing
+
+getDefaultPhoneApp() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+Deprecated.
+
+getDefaultSensor(int) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+getDefaultSmsPackage(Context) - Static method in class org.robolectric.shadows.ShadowTelephony.ShadowSms
+
+getDefaultSmsSubId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+getDefaultSmsSubscriptionId() - Static method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+getDefaultSmsSubscriptionId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getDefaultSubId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+getDefaultSubscriptionId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getDefaultTextEncodingName() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDefaultUserAgent(Context) - Static method in class org.robolectric.shadows.ShadowWebSettings
+
+Returns the default User-Agent used by a WebView.
+
+getDefaultVoiceSubId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+getDefaultVoiceSubscriptionId() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getDefaultZoom() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDelegateView() - Method in class org.robolectric.shadows.ShadowTouchDelegate
+
+getDeletedPackages() - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+getDeletedUris() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+getDeleteStatements() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+getDeliveryIntent() - Method in class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+getDeliveryIntent() - Method in class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+getDeliveryIntents() - Method in class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+getDepth() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getDescription() - Method in class org.robolectric.manifest.PermissionGroupItemData
+
+getDescription() - Method in class org.robolectric.manifest.PermissionItemData
+
+getDescription() - Method in class org.robolectric.shadows.ShadowBitmap
+
+getDescription() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDescription() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getDescription() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getDescription() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getDescription() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDescription() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+getDescription() - Method in class org.robolectric.shadows.ShadowMatrix
+
+getDescription() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDescription() - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+getDescription() - Method in class org.robolectric.shadows.ShadowNativeMatrix
+
+getDestination() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getDestinationAddress() - Method in class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+getDestinationAddress() - Method in class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+getDestinationAddress() - Method in class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+getDestinationAddress() - Method in class org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams
+
+getDestinationPort() - Method in class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+getDetailedState() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+getDevice() - Method in class org.robolectric.shadows.ShadowInputEvent
+
+getDeviceBootProperties() - Method in class org.robolectric.AndroidMetadata
+
+getDeviceConfigurationInfo() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getDeviceId() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getDeviceId() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+getDeviceId() - Method in class org.robolectric.shadows.ShadowVirtualSensor
+
+getDeviceId(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getDeviceList() - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Returns a HashMap containing all USB devices currently attached.
+
+getDeviceOwner() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getDevicePolicy(int, int) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager
+
+getDevicePolicyManagementRoleHolderPackage() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getDevicePolicyState() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getDevices(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getDevicesForAttributes(AudioAttributes) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Returns the devices associated with the given audio stream.
+
+getDevicesMatchingConnectionStates(int[]) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+getDevicesMatchingConnectionStates(int, int[]) - Method in class org.robolectric.shadows.ShadowBluetoothManager
+
+getDeviceSoftwareVersion() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getDhcpInfo() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getDialogById(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+getDialogInfo() - Method in class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+getDialogMessage() - Method in class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+getDialogMessage() - Method in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+
+
+getDialogMessageResId() - Method in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+Returns the resource id of the text to be shown in the dialog's body.
+
+getDirectActionsInvalidationCount() - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+Returns the number of times
notifyDirectActionsChanged
was called on the
VoiceInteractor
instance associated with this shadow
+
+getDirectPlaybackSupport(AudioFormat, AudioAttributes) - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+
+
+getDisable2Flags() - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+
+
+getDisabledActionModeMenuItems() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDisabledActivity() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getDisableFlags() - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+
+
+getDisallowInterceptTouchEvent() - Method in class org.robolectric.shadows.ShadowViewGroup
+
+getDiscoverableTimeout() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Needs looseSignatures because the return value changed from
int
to
Duration
+ starting in T.
+
+getDispatchedMediaKeyEvents() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getDisplay() - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+getDisplay() - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+getDisplayedChild() - Method in class org.robolectric.shadows.ShadowViewAnimator
+
+getDisplayedValues() - Method in class org.robolectric.shadows.ShadowNumberPicker
+
+getDisplayId() - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+getDisplayLabel(int) - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+getDisplayOrientation() - Method in class org.robolectric.shadows.ShadowCamera
+
+getDisplayZoomControls() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDistractingPackageRestrictions(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Returns the last value provided to setDistractingPackageRestrictions
for pkg
.
+
+getDocument() - Method in class org.robolectric.res.builder.XmlBlock
+
+getDocumentation() - Method in class org.robolectric.annotation.processing.DocumentedElement
+
+getDocumentedMethod(String) - Method in class org.robolectric.annotation.processing.DocumentedType
+
+getDocumentedPackages() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getDocumentedType(String) - Method in class org.robolectric.annotation.processing.DocumentedPackage
+
+getDocumentedTypes() - Method in class org.robolectric.annotation.processing.DocumentedPackage
+
+getDomStorageEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getDouble(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getDouble(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getDouble(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getDoubleTapTimeout() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getDownEvent(char) - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+getDownloadedIntent() - Method in class org.robolectric.shadows.ShadowSmsManager.DownloadMultimediaMessageParams
+
+getDownloadListener() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+getDrawable(String, int, ApplicationInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getDrawableForState(int[]) - Method in class org.robolectric.shadows.ShadowStateListDrawable
+
+Non Android accessor to retrieve drawable added for a specific state.
+
+getDrawnArc(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnArc(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnArc(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnCircle(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnCircle(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnCircle(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnLine(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnLine(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnLine(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnOval(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnOval(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnOval(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnPaint() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnPaint() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnPaint() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnPath(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnPath(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnPath(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnPathPaint(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnPathPaint(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnPathPaint(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnRect(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnRect(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnRect(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnRoundRect(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnRoundRect(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnRoundRect(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDrawnTextEvent(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+getDrawnTextEvent(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getDrawnTextEvent(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getDuration() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getDuration() - Method in class org.robolectric.shadows.ShadowToast
+
+getDuration() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getDurationRaw() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Retrieves the current duration without doing the state checking that the emulated version does.
+
+getDynamicBufferSupport() - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+getDynamicRefTableForCookie(int) - Method in class org.robolectric.res.android.ResTable
+
+GetDynamicRefTableForCookie(ApkAssetsCookie) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getDynamicShortcuts() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+getEdgeSlop() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getEffectId() - Method in class org.robolectric.shadows.ShadowVibrator
+
+Returns the last vibration effect ID of a VibrationEffect#Prebaked
(e.g.
+
+getEid() - Method in class org.robolectric.shadows.ShadowEuiccManager
+
+getElapsedNs() - Method in class org.robolectric.pluginapi.perf.Metric
+
+getElementNameID() - Method in class org.robolectric.res.android.ResXMLParser
+
+getElementNamespaceID() - Method in class org.robolectric.res.android.ResXMLParser
+
+getElevation() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+Gets the
elevation
of the satellite, in degrees.
+
+getElevation() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getElevation() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getEmergencyCallbackMode() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getEmergencyNumberList() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getEnabledAccessibilityServiceList(int) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+getEnabledActivity() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getEnabledInputMethodList() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+
+
+getEnabledProfiles() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getEnrolledFingerprints() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+getEntities() - Method in class org.robolectric.shadows.ShadowBackupDataOutput
+
+
+
+getEntity() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getEntity() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getEntryIdentifier(int) - Static method in class org.robolectric.res.ResourceIds
+
+getError() - Method in class org.robolectric.res.android.ResStringPool
+
+getError() - Method in class org.robolectric.res.android.ResXMLTree
+
+getErrorDialog(int, Activity, int) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getErrorDialog(int, Activity, int) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+getErrorDialog(int, Activity, int, DialogInterface.OnCancelListener) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getErrorDialog(int, Activity, int, DialogInterface.OnCancelListener) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+getErrorDialog(Activity, int, int) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+getErrorDialog(Activity, int, int, DialogInterface.OnCancelListener) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+getErrorListener() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getErrorPendingIntent(int, Context, int) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getErrorPendingIntent(int, Context, int) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+getErrors() - Static method in class org.robolectric.shadows.ShadowCloseGuard
+
+getEventFlags() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Deprecated.
+
+
+
+getEvents(char[]) - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+getEventType() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getExceptionMessage(String, String, String) - Method in class org.robolectric.internal.bytecode.NativeCallHandler
+
+Returns the detailed message to be used by the ClassInstrumentor in the generated bytecode.
+
+getExpectedCount() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getExtensionFromMimeType(String) - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+getExternalDirs() - Method in class org.robolectric.shadows.ShadowEnvironment.ShadowUserEnvironment
+
+getExternalFilesDir(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getExternalFilesDirs(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getExternalStorageAppCacheDirectory(String) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getExternalStorageDirectory() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getExternalStoragePublicDirectory(String) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getExternalStorageState() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getExternalStorageState(File) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getExtras() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getExtras() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getExtras() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getExtras() - Method in class org.robolectric.shadows.ShadowMediaController
+
+Gets the extras set via ShadowMediaController.extras
.
+
+getExtraShadowPickers() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getExtraShadows(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner
+
+getExtraShadows(FrameworkMethod) - Method in class org.robolectric.RobolectricTestRunner
+
+getExtraShadowTypes() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getFactory() - Static method in class org.robolectric.shadows.ShadowWebView
+
+getFadingEdgeLength() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getFakeHttpLayer() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+getFakeSurfaceHolder() - Method in class org.robolectric.shadows.ShadowSurfaceView
+
+getFamilyName() - Method in class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+getFantasyFontFamily() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getFavicon() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+getFd() - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+getFeature(String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getFetchUuidsWithSdpCount() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Returns the number of times fetchUuidsWithSdp has been called.
+
+getFft(byte[]) - Method in interface org.robolectric.shadows.ShadowVisualizer.VisualizerSource
+
+getField(Object, String) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively get the value of a field.
+
+getFields() - Method in class org.robolectric.internal.bytecode.MutableClass
+
+getFields() - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+getFile() - Method in class org.robolectric.res.android.Asset
+
+getFileCount() - Method in class org.robolectric.res.android.AssetDir
+
+getFileDescriptor() - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+getFileName() - Method in class org.robolectric.res.android.Asset
+
+getFileName(int) - Method in class org.robolectric.res.android.AssetDir
+
+getFillEventHistory() - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+getFillType() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+getFilters() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getFingerprintId(int) - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+getFirstHeader(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getFirstHeader(String) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getFixedFontFamily() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getFlag(int) - Method in class org.robolectric.shadows.ShadowWindow
+
+getFlags() - Method in class org.robolectric.shadows.ShadowPaint
+
+getFlags() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getFloat(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getFloat(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getFloat(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getFloat(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getFloat(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getFloat(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getFloat(ContentResolver, String, float) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getFloat(ContentResolver, String, float) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getFloat(ContentResolver, String, float) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getFocusX() - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+getFocusY() - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+getFont(int) - Method in class org.robolectric.shadows.ShadowFontsFontFamily
+
+
+
+getFontDescription() - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+Returns the font description.
+
+getFontDescription() - Method in class org.robolectric.shadows.ShadowNativeTypeface
+
+getFontDescription() - Method in class org.robolectric.shadows.ShadowTypeface
+
+Returns the font description.
+
+getFontMetricsInt(Paint.FontMetricsInt) - Method in class org.robolectric.shadows.ShadowPaint
+
+getFontScale() - Static method in class org.robolectric.RuntimeEnvironment
+
+getFontScale() - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+Returns 1.0 as default or the most recent value passed to #setFontScale()
+
+getFontSync(FontRequest) - Static method in class org.robolectric.shadows.ShadowFontsContract
+
+Returns a stub typeface immediately.
+
+getFooterViews() - Method in class org.robolectric.shadows.ShadowListView
+
+getForceDark() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getForegroundService(Context, int, Intent, int) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getForegroundServiceType() - Method in class org.robolectric.shadows.ShadowService
+
+getForegroundThreadScheduler() - Static method in class org.robolectric.Robolectric
+
+Return the foreground scheduler (e.g.
+
+getForegroundThreadScheduler() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getFormat() - Method in class org.robolectric.res.AttrData
+
+getFormat() - Method in class org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage
+
+getFrameAtTime() - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+getFrameAtTime(long, int) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+getFrameDelay() - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+
+
+getFrameInterval() - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+Deprecated.
+
+
+
+getFrameInterval() - Static method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+Return the current inter-frame interval.
+
+getFrameTimeNanos() - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+getFreeBlocks() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getFreeBlocksLong() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getFreeBytes() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getFreeBytes(UUID) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+
+
+getFromLocation(double, double, int) - Method in class org.robolectric.shadows.ShadowGeocoder
+
+
+
+getFromLocation(double, double, int, Geocoder.GeocodeListener) - Method in class org.robolectric.shadows.ShadowGeocoder
+
+
+
+getFullyQualifiedName() - Method in class org.robolectric.res.ResName
+
+getFuture() - Method in class org.robolectric.shadows.ShadowBroadcastPendingResult
+
+getGainmap() - Method in interface org.robolectric.shadows.ShadowBitmap.BitmapReflector
+
+getGattCallback() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+getGattServerCallback() - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+getGenerationId() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getGeolocationDatabasePath() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getGeolocationEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getGesturesDispatched() - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+Returns a list of gestures that have been dispatched.
+
+getGlobalActionKeyTimeout() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getGlobalActionsPerformed() - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+getGlobalAssetCount() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+getGlobalAssetCount() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+getGlobalAssetManagerCount() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+getGlobalAssetManagerCount() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+getGlobalCount() - Static method in class org.robolectric.res.android.Asset
+
+getGlobalCount() - Static method in class org.robolectric.res.android.CppAssetManager
+
+getGlobalVisibleRect(Rect, Point) - Method in class org.robolectric.shadows.ShadowView
+
+getGnssBatchSize() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getGnssHardwareModelName() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getGnssYearOfHardware() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getGoBackInvocations() - Method in class org.robolectric.shadows.ShadowWebView
+
+Returns the number of times android.webkit.WebView#goBack()
was invoked.
+
+getGoForwardInvocations() - Method in class org.robolectric.shadows.ShadowWebView
+
+Returns the number of times android.webkit.WebView#goForward()
was invoked.
+
+getGpsStatusListeners() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+
+
+getGrantUriPermissions() - Method in class org.robolectric.manifest.ContentProviderData
+
+getGravity() - Method in class org.robolectric.shadows.ShadowLinearLayout
+
+getGravity() - Method in class org.robolectric.shadows.ShadowToast
+
+getGroupId() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getGroupId() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+getGroupIdLevel1() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getGroupInfoListener() - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+getGroupOfPlatformPermission(String, Executor, Consumer<String>) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getHalDataspace(int) - Static method in class org.robolectric.shadows.ShadowPublicFormatUtils
+
+getHalFormat(int) - Static method in class org.robolectric.shadows.ShadowPublicFormatUtils
+
+getHandler() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Retrieves the
Handler
object used by this
ShadowMediaPlayer
.
+
+getHasAlmanac() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+getHasEphemeris() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+getHead() - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+getHead() - Method in class org.robolectric.shadows.ShadowMessageQueue
+
+Retrieves the current Message at the top of the queue.
+
+getHead() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+getHeader(String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+getHeaders(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getHeaders(String) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getHeaderViews() - Method in class org.robolectric.shadows.ShadowListView
+
+getHeapBufferIterator(ByteOrder) - Method in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+getHeapBufferIterator(ByteOrder) - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+getHeight() - Method in class org.robolectric.shadows.RoundRectangle
+
+getHeight() - Method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+getHeight() - Method in class org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage
+
+getHeight() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getHeight() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getHeight() - Method in class org.robolectric.shadows.ShadowPicture
+
+getHeight() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getHeight() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getHelperTestRunner(Class<?>) - Method in class org.robolectric.internal.SandboxTestRunner
+
+getHelperTestRunner(Class<?>) - Method in class org.robolectric.RobolectricTestRunner
+
+getHistoricalProcessExitReasons(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+getHitCount() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+getHitTestResult() - Method in class org.robolectric.shadows.ShadowWebView
+
+getHolder() - Method in class org.robolectric.shadows.ShadowSurfaceView
+
+getHomeActivities(List<ResolveInfo>) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getHost() - Method in class org.robolectric.manifest.IntentFilterData.DataAuthority
+
+getHost() - Method in class org.robolectric.shadows.ShadowAppWidgetHostView
+
+getHostId() - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+getHostname() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+getHourOfDay() - Method in class org.robolectric.shadows.ShadowTimePickerDialog
+
+getHttpContext() - Method in class org.robolectric.shadows.httpclient.HttpRequestInfo
+
+getHttpHost() - Method in class org.robolectric.shadows.httpclient.HttpRequestInfo
+
+getHttpParams() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getHttpProcessor() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getHttpRequest() - Method in class org.robolectric.shadows.httpclient.HttpRequestInfo
+
+getHttpRequestExecutor() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getHttpRequestRetryHandler() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getHttpResponses() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+This method return a list containing all the HTTP responses logged by the fake http layer, be it
+ mocked http responses, be it real http calls (if {code}interceptHttpRequests{/code} is set to false).
+
+getHttpResposeContentList() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+getHttpRoutePlanner() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getIcon() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getIconId() - Method in class org.robolectric.shadows.ShadowAlertController
+
+getIconId() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getIconMaxHeight() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+getIconMaxWidth() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+getIconResId() - Method in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+Returns the resource id of the icon to be used with the dialog.
+
+getId() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getId() - Method in class org.robolectric.shadows.ShadowCall
+
+getIdAttribute() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getIdAttributeResourceValue(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getIdentifier(String, String, String) - Method in class org.robolectric.android.AttributeSetBuilderImpl.ArscResourceResolver
+
+getIdentifier(String, String, String) - Method in class org.robolectric.android.AttributeSetBuilderImpl.LegacyResourceResolver
+
+getIdentifier(String, String, String) - Method in interface org.robolectric.android.AttributeSetBuilderImpl.ResourceResolver
+
+getIdleState() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+getIdleState() - Method in class org.robolectric.util.Scheduler
+
+Retrieves the current idling state of this
Scheduler
.
+
+getIds() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowQuery
+
+getImei() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getImei(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getImpl() - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getImpl() - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getImplementedClass(AnnotationMirror) - Method in class org.robolectric.annotation.processing.Helpers
+
+getImplementsMirror(Element, Types, TypeElement) - Static method in class org.robolectric.annotation.processing.Helpers
+
+getImportance() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getImports() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getIncidentReport(Uri) - Method in class org.robolectric.shadows.ShadowIncidentManager
+
+getIncidentReportList(String) - Method in class org.robolectric.shadows.ShadowIncidentManager
+
+getIncludeCode() - Method in interface org.robolectric.shadows.ShadowLoadedApk._LoadedApk_
+
+getIncludedResourcePaths() - Method in class org.robolectric.manifest.AndroidManifest
+
+getIndicatorAsView() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getIndicatorIcon() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getIndicatorLabel() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getInfoListener() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getInitialApplication() - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+internal use only.
+
+getInputDeviceIds() - Method in class org.robolectric.shadows.ShadowInputManager
+
+
+
+getInputDeviceIds() - Method in class org.robolectric.shadows.ShadowInputManagerGlobal
+
+
+
+getInputEncoding() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getInputMethodList() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+
+
+getInputStream() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+getInputStream() - Method in class org.robolectric.shadows.ShadowDrawable
+
+getInputStream(Path) - Static method in class org.robolectric.res.Fs
+
+getInputStreamFeeder() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+
+
+getInsertStatements() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+
+
+getInstalled() - Static method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+getInstalledAccessibilityServiceList() - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+getInstalledApplications(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstalledApplications(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstalledModules(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstalledPackages(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstalledPackages(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstalledPackagesAsUser(int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstalledProviders() - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getInstalledProvidersForPackage(String, UserHandle) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getInstalledProvidersForProfile(UserHandle) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getInstallerPackageName(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+GetInstallerPackageNameMode - Annotation Type in org.robolectric.annotation
+
+A
Configurer
annotation for controlling how Robolectric
+ executes
PackageManager#getInstallerPackageName
method.
+
+GetInstallerPackageNameMode.Mode - Enum in org.robolectric.annotation
+
+Specifies the different ShadowApplicationPackageManager#getInstallerPackageName
modes.
+
+GetInstallerPackageNameModeConfigurer - Class in org.robolectric.plugins
+
+
+
+GetInstallerPackageNameModeConfigurer() - Constructor for class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+getInstallSourceInfo(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstance() - Static method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowCookieManager
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowCookieSyncManager
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowLinkMovementMethod
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowTimeZoneFinder
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowTimeZoneFinderQ
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowTimeZoneFinderS
+
+getInstance() - Static method in class org.robolectric.shadows.ShadowWebStorage
+
+getInstance() - Static method in class org.robolectric.util.PerfStatsCollector
+
+getInstance(Context) - Static method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+getInstance(Context) - Static method in class org.robolectric.shadows.ShadowWebViewDatabase
+
+getInstance(Class<T>) - Method in class org.robolectric.util.inject.Injector
+
+Finds an instance for the given class.
+
+getInstrumentation() - Method in interface org.robolectric.shadows._Activity_
+
+getInstrumentation() - Static method in class org.robolectric.shadows.ShadowInstrumentation
+
+getInstrumentationInfo(ComponentName, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInstrumentedPackages() - Method in class org.robolectric.internal.bytecode.ShadowProviders
+
+getInt(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getInt(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getInt(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getInt(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getInt(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getInt(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getInt(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getInt(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getInt(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getIntent() - Method in class org.robolectric.android.controller.ComponentController
+
+getIntent() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getIntent() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+getIntent() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getIntentClass() - Method in class org.robolectric.shadows.ShadowIntent
+
+
+
+getIntentFilter() - Method in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+getIntentFilters() - Method in class org.robolectric.manifest.ActivityData
+
+Get the intent filters defined for activity.
+
+getIntentFilters() - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+Get the intent filters defined for the broadcast receiver.
+
+getIntentFilters() - Method in class org.robolectric.manifest.ServiceData
+
+Get the intent filters defined for the service.
+
+getIntentFiltersForActivity(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Get list of intent filters defined for given activity.
+
+getIntentFiltersForProvider(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Get list of intent filters defined for given provider.
+
+getIntentFiltersForReceiver(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Get list of intent filters defined for given receiver.
+
+getIntentFiltersForService(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Get list of intent filters defined for given service.
+
+getIntentFilterVerifications(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getIntentForActivity(Class<? extends Activity>) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+getIntentRedelivery() - Method in class org.robolectric.shadows.ShadowIntentService
+
+getIntentSender() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getIntentVerificationStatusAsUser(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getInterceptedTouchEvent() - Method in class org.robolectric.shadows.ShadowViewGroup
+
+getInterceptionHandler(MethodSignature) - Method in class org.robolectric.internal.bytecode.Interceptors
+
+getInterceptors() - Method in class org.robolectric.internal.SandboxTestRunner
+
+getInternalMutablePackageInfo(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Testing API allowing to retrieve internal package representation.
+
+getInternalRClass() - Method in class org.robolectric.res.ResourcePath
+
+getInternalResourceId(String) - Static method in class org.robolectric.shadows.ResourceHelper
+
+getIntervalMillis() - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+getIntervalMs() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getIntForUser(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getIntForUser(ContentResolver, String, int, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getInTouchMode() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+getIntProperty(int) - Method in class org.robolectric.shadows.ShadowBatteryManager
+
+getInvalidatedClasses(ShadowMap) - Method in class org.robolectric.internal.bytecode.ShadowMap
+
+getInvalidStateBehavior() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Retrieves current flag specifying the behavior of the media player when a method is invoked in
+ an invalid state.
+
+getInverseMatrix(Matrix) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getInverseMatrix(Matrix) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getIs24HourView() - Method in class org.robolectric.shadows.ShadowTimePickerDialog
+
+getIsJobFinished() - Method in class org.robolectric.shadows.ShadowJobService
+
+Returns whether the job has finished running.
+
+getIsRescheduleNeeded() - Method in class org.robolectric.shadows.ShadowJobService
+
+Returns whether the job needs to be rescheduled.
+
+getIsSyncable(Account, String) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getItem() - Method in class org.robolectric.fakes.RoboSubMenu
+
+getItem(int) - Method in class org.robolectric.fakes.RoboMenu
+
+getItemId() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getItems() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getItems(TypedResource) - Method in class org.robolectric.shadows.Converter.FromArray
+
+getItems(TypedResource) - Method in class org.robolectric.shadows.Converter
+
+getItemSelectedListener() - Method in class org.robolectric.shadows.ShadowAdapterView
+
+getJarPath() - Method in class org.robolectric.pluginapi.Sdk
+
+Returns the path to jar for this SDK.
+
+getJarPath() - Method in class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+getJavaScriptCanOpenWindowsAutomatically() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getJavaScriptEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getJavascriptInterface(String) - Method in class org.robolectric.shadows.ShadowWebView
+
+getJavaVersion() - Static method in class org.robolectric.util.Util
+
+Returns the Java version as an int value.
+
+getJoin() - Method in class org.robolectric.shadows.ShadowPaint
+
+getJulianDay(long, long) - Static method in class org.robolectric.shadows.ShadowTime
+
+getJumpTapTimeout() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getKeyboardType() - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+getKeyguardDisabledFeatures(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getKnownSdks() - Method in class org.robolectric.plugins.SdkCollection
+
+getLabel() - Method in class org.robolectric.manifest.ActivityData
+
+getLabel() - Method in class org.robolectric.manifest.PermissionGroupItemData
+
+getLabel() - Method in class org.robolectric.manifest.PermissionItemData
+
+getLabeledBy() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getLabelFor() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getLabelRef() - Method in class org.robolectric.manifest.AndroidManifest
+
+getLastAbandonedAudioFocusListener() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getLastAbandonedAudioFocusRequest() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getLastActiveDetector() - Static method in class org.robolectric.shadows.ShadowGestureDetector
+
+getLastAdditionalHttpHeaders() - Method in class org.robolectric.shadows.ShadowWebView
+
+getLastAssistantActivityIntent() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+getLastAssociationCallback() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+This method will return the last
CompanionDeviceManager.Callback
passed to
+ CompanionDeviceManager#associate(AssociationRequest, CompanionDeviceManager.Callback, Handler)
+ or
CompanionDeviceManager#associate(AssociationRequest, Executor,
+ CompanionDeviceManager.Callback, Handler)
.
+
+getLastAssociationRequest() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+This method will return the last
AssociationRequest
passed to
+ CompanionDeviceManager#associate(AssociationRequest, CompanionDeviceManager.Callback, Handler)
+ or
CompanionDeviceManager#associate(AssociationRequest, Executor,
+ CompanionDeviceManager.Callback, Handler)
.
+
+getLastAudioFocusRequest() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getLastConnectionEvent() - Method in class org.robolectric.shadows.ShadowConnection
+
+getLastDataBundle() - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+getLastDownloadedMultimediaMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+getLastDragClipData() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+
+
+getLastDrawnRect() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getLastDrawnRect() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getLastDrawnRect() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getLastDrawnRoundRect() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getLastDrawnRoundRect() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getLastDrawnRoundRect() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getLastEnabledNetwork() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getLastEvaluatedJavascript() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+getLastEvaluatedJavascriptCallback() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+getLastForegroundNotification() - Method in class org.robolectric.shadows.ShadowService
+
+getLastForegroundNotificationId() - Method in class org.robolectric.shadows.ShadowService
+
+getLastHeader(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getLastHeader(String) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getLastHttpResponse() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+Helper method that returns the latest received response from the server.
+
+getLastIncomingCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getLastIntentSenderRequest() - Method in class org.robolectric.shadows.ShadowActivity
+
+Gets the last startIntentSenderForResult request made to this activity.
+
+getLastKnownLocation(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getLastLaunchedPendingIntent() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+getLastLoadData() - Method in class org.robolectric.shadows.ShadowWebView
+
+getLastLoadDataWithBaseURL() - Method in class org.robolectric.shadows.ShadowWebView
+
+getLastLoadedUrl() - Method in class org.robolectric.shadows.ShadowWebView
+
+getLastMessageSent() - Static method in class org.robolectric.shadows.ShadowMessenger
+
+Returns the last
Message
sent, or
null
if there isn't any message sent.
+
+getLastNonConfigurationInstance() - Method in class org.robolectric.shadows.ShadowActivity
+
+getLastObservingDevicePresenceDeviceAddress() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+
+
+getLastOpenedCameraId() - Static method in class org.robolectric.shadows.ShadowCamera
+
+getLastOutgoingCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getLastOutgoingCall(Context) - Static method in class org.robolectric.shadows.ShadowCallLogCalls
+
+
+
+getLastParcelFileDescriptor() - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+getLastRecognizerIntent() - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+
+
+getLastRegisterObserverRequest() - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+Returns the last AmbientContextEventRequest
passed into AmbientContextManager.registerObserver(AmbientContextEventRequest, PendingIntent, Executor, Consumer)
.
+
+getLastRequestedEventCodesForConsentActivity() - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+
+
+getLastRequestedNotificationAccess() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+If an association is set, this method will return the last
ComponentName
passed to
+
CompanionDeviceManager#requestNotificationAccess(ComponentName)
.
+
+getLastRequestedPermission() - Method in class org.robolectric.shadows.ShadowActivity
+
+Gets the last permission request submitted to this activity.
+
+getLastRespondToCallInput() - Method in class org.robolectric.shadows.ShadowCallScreeningService
+
+
+
+getLastSafetyEvent(String) - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+
+
+getLastSafetySourceError(String) - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+
+
+getLastScheduledTaskTime() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+getLastScheduledTaskTime() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+getLastScheduledTaskTime() - Method in class org.robolectric.shadows.ShadowLooper
+
+getLastScheduledTaskTime() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+getLastScheduledTaskTime() - Method in class org.robolectric.util.Scheduler
+
+getLastSentDataMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+getLastSentHttpRequestInfo() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+getLastSentMultimediaMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+getLastSentMultipartTextMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+getLastSentTextMessageParams() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+getLastSentVisualVoicemailSmsParams() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getLastSessionBundle() - Method in class org.robolectric.shadows.ShadowVoiceInteractionService
+
+
+
+getLastSetColor() - Method in class org.robolectric.shadows.ShadowGradientDrawable
+
+
+
+getLastSetPassword() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getLastSharedMemory() - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+getLastShownDialogId() - Method in class org.robolectric.shadows.ShadowActivity
+
+getLastSmoothScrollByDistance() - Method in class org.robolectric.shadows.ShadowAbsListView
+
+Robolectric accessor for the last smoothScrollBy distance
+
+getLastSmoothScrollByDuration() - Method in class org.robolectric.shadows.ShadowAbsListView
+
+Robolectric accessor for the last smoothScrollBy duration
+
+getLastSpokenText() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+getLastSynthesizeToFile() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+getLastSynthesizeToFileText() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+getLastSystemApiAssociationMacAddress() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+Returns the last
MacAddress
passed to systemApi
associate
.
+
+getLastTelephonyCallback() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Returns the most recent callback passed to #registerTelephonyCallback().
+
+getLastTextToSpeechInstance() - Static method in class org.robolectric.shadows.ShadowTextToSpeech
+
+Returns the most recently instantiated
TextToSpeech
or null if none exist.
+
+getLastTouchEvent() - Method in class org.robolectric.shadows.ShadowView
+
+getLastUiHintBundle() - Method in class org.robolectric.shadows.ShadowVoiceInteractionService
+
+
+
+getLastUnknownCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getLastVoiceActivityIntent() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+getLatestAlertDialog() - Static method in class org.robolectric.shadows.ShadowAlertDialog
+
+getLatestAlertDialog() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getLatestDialog() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getLatestDialog() - Static method in class org.robolectric.shadows.ShadowDialog
+
+getLatestListPopupWindow() - Method in class org.robolectric.shadows.ShadowApplication
+
+getLatestListPopupWindow() - Static method in class org.robolectric.shadows.ShadowListPopupWindow
+
+getLatestModelDownloadIntent() - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+getLatestPopupMenu() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getLatestPopupMenu() - Static method in class org.robolectric.shadows.ShadowPopupMenu
+
+getLatestPopupWindow() - Method in class org.robolectric.shadows.ShadowApplication
+
+getLatestReadBytes() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+getLatestSentHttpRequest() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+getLatestSentHttpRequest() - Static method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getLatestSentHttpRequestInfo() - Static method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getLatestSpeechRecognizer() - Static method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+Returns the latest SpeechRecognizer.
+
+getLatestToast() - Static method in class org.robolectric.shadows.ShadowToast
+
+Returns the most recently shown Toast
.
+
+getLatestVsyncEventData() - Method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+getLatestWakeLock() - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getLatestWakeLock() - Static method in class org.robolectric.shadows.ShadowPowerManager
+
+Retrieves the most recent wakelock registered by the application
+
+getLatestWrittenBytes() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+getLaunchIntentForPackage(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getLaunchMode() - Method in class org.robolectric.manifest.ActivityData
+
+getLayer() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getLayerType() - Method in class org.robolectric.shadows.ShadowView
+
+getLayoutAlgorithm() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getLayoutInflater() - Method in class org.robolectric.shadows.ShadowActivity
+
+getLeanbackLaunchIntentForPackage(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getLeft() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getLeft() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getLeftVolume() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Retrieves the current setting for the left channel volume.
+
+getLegacyLocationRequests(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+
+
+getLeMaximumAdvertisingDataLength() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getLength() - Method in class org.robolectric.res.android.Asset
+
+getLength() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getLength() - Method in class org.robolectric.shadows.ShadowPathMeasure
+
+Return the total length of the current contour, or 0 if no path is associated with this measure
+ object.
+
+getLeScanCallbacks() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getLeState() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Decides the correct LE state.
+
+getLetterSpacing() - Method in class org.robolectric.shadows.ShadowPaint
+
+getLibClasspathResourceName() - Method in class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+getLibraries() - Method in class org.robolectric.internal.ManifestIdentifier
+
+getLibraryManifests() - Method in class org.robolectric.manifest.AndroidManifest
+
+getLightTouchEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getLine1Number() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getLine1Number(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getLineNumber() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getLineNumber() - Method in class org.robolectric.res.android.ResXMLParser
+
+getLinePaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getLinePaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getLinePaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getLinkProperties(Network) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getListener() - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+getListener() - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+getListener() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Deprecated.
+
+
+
+getListeners() - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getListeners() - Method in class org.robolectric.shadows.ShadowSensorManager
+
+
+
+getListenersForFlags(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getListeningChannel() - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+GetLoadedArsc() - Method in class org.robolectric.res.android.CppApkAssets
+
+getLoadsImagesAutomatically() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getLoadWithOverviewMode() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getLocalArtifactUrl(DependencyJar) - Method in interface org.robolectric.internal.dependency.DependencyResolver
+
+getLocalArtifactUrl(DependencyJar) - Method in class org.robolectric.internal.dependency.LocalDependencyResolver
+
+getLocalArtifactUrl(DependencyJar) - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+getLocalArtifactUrl(DependencyJar) - Method in class org.robolectric.internal.dependency.PropertiesDependencyResolver
+
+getLocalArtifactUrl(DependencyJar) - Method in class org.robolectric.plugins.LegacyDependencyResolver
+
+getLocalArtifactUrls(DependencyJar) - Method in interface org.robolectric.internal.dependency.DependencyResolver
+
+Deprecated.
+
+
+
+getLocalArtifactUrls(DependencyJar) - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+getLocalArtifactUrls(DependencyJar) - Method in class org.robolectric.plugins.LegacyDependencyResolver
+
+getLocalArtifactUrls(DependencyJar...) - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+Get an array of local artifact URLs for the given dependencies.
+
+getLocalContentProvider() - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+getLocale() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getLocale() - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+
+
+getLocales() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getLocalRepositoryDir() - Method in class org.robolectric.internal.dependency.MavenDependencyResolver
+
+Locates the local maven repo.
+
+getLocationOnScreen(int[]) - Method in class org.robolectric.shadows.ShadowView
+
+getLocationPowerSaveMode() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Returns how location features should behave when battery saver is on.
+
+getLocationRequest() - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+getLocationRequests(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Returns the list of
LocationRequest
currently registered under the given provider.
+
+getLocationUpdateListeners() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+getLocationUpdateListeners(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+getLocationUpdatePendingIntents() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+getLocationUpdatePendingIntents(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+getLocationUrl() - Method in class org.robolectric.shadows.ShadowSmsManager.DownloadMultimediaMessageParams
+
+getLocationUrl() - Method in class org.robolectric.shadows.ShadowSmsManager.SendMultimediaMessageParams
+
+getLockTaskFeatures(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getLockTaskModeState() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getLockTaskPackages(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getLog() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getLogs() - Static method in class org.robolectric.shadows.ShadowLog
+
+Returns ordered list of all log entries.
+
+getLogsForTag(String) - Static method in class org.robolectric.shadows.ShadowLog
+
+Returns ordered list of all log items for a specific tag.
+
+getLong(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getLong(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getLong(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getLong(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getLong(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getLong(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getLong(ContentResolver, String, long) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getLong(ContentResolver, String, long) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getLong(ContentResolver, String, long) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getLongPressTimeout() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getLongProperty(int) - Method in class org.robolectric.shadows.ShadowBatteryManager
+
+getLongSupportMessage(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getLooperForThread(Thread) - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+getLooperForThread(Thread) - Static method in class org.robolectric.shadows.ShadowLooper
+
+getLoopers() - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+Return loopers for all threads including main thread.
+
+getLoopers() - Static method in class org.robolectric.shadows.ShadowPausedLooper
+
+getMagnificationRegion() - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+getMainLooper() - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+getMainThread() - Static method in class org.robolectric.RuntimeEnvironment
+
+Retrieves the main thread.
+
+getManagedCursors() - Method in class org.robolectric.shadows.ShadowActivity
+
+getManifestFactory(Config) - Method in class org.robolectric.RobolectricTestRunner
+
+Detects which build system is in use and returns the appropriate ManifestFactory
+ implementation.
+
+getManifestFile() - Method in class org.robolectric.internal.ManifestIdentifier
+
+getManifestShortcuts() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+getMasterScheduler() - Static method in class org.robolectric.RuntimeEnvironment
+
+Retrieves the current master scheduler.
+
+getMasterSyncAutomatically() - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getMatrix(Matrix) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getMatrix(Matrix) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getMavenProxyHost() - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+getMavenProxyPort() - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+getMavenRepositoryId() - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+getMavenRepositoryPassword() - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+getMavenRepositoryUrl() - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+getMavenRepositoryUserName() - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+getMax() - Method in class org.robolectric.shadows.ShadowNotification
+
+getMaxDuration() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getMaxFileSize() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getMaximumDrawingCacheSize() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getMaximumFailedPasswordsForWipe(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getMaximumFlingVelocity() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getMaximumRange() - Method in class org.robolectric.shadows.ShadowSensor
+
+getMaximumTimeToLock(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getMaxNs() - Method in class org.robolectric.pluginapi.perf.Metric
+
+getMaxSdk() - Method in class org.robolectric.annotation.processing.RobolectricModel.ResetterInfo
+
+getMaxSdkVersion() - Method in class org.robolectric.manifest.AndroidManifest
+
+getMaxSdkVersion() - Method in interface org.robolectric.pluginapi.UsesSdk
+
+Returns the maximum Android SDK version that this package expects to be runnable on, as
+ specified in the manifest.
+
+getMaxShortcutCountPerActivity() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+getMaxSupportedSdk() - Method in class org.robolectric.plugins.SdkCollection
+
+getMaxSupportedUsers() - Static method in class org.robolectric.shadows.ShadowUserManager
+
+getMaxTransceiveLength() - Method in class org.robolectric.shadows.ShadowIsoDep
+
+getMediaInfo() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getMediaInfo(DataSource) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getMediaPlaybackRequiresUserGesture() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getMeid() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getMeid(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getMemoryClass() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getMemoryInfo(ActivityManager.MemoryInfo) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getMenuInflater() - Method in class org.robolectric.shadows.ShadowActivity
+
+getMenuInfo() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getMessage() - Method in class org.robolectric.shadows.ShadowAlertController
+
+getMessage() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getMessage() - Method in class org.robolectric.shadows.ShadowProgressDialog
+
+getMessageBody() - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+getMessageId() - Method in class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+getMessageId() - Method in class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+getMessageId() - Method in class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+getMessages() - Method in class org.robolectric.shadows.ShadowContextHubClient
+
+getMetadata() - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+getMetadata() - Method in class org.robolectric.util.PerfStatsCollector
+
+getMetadata(int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+getMetaData() - Method in class org.robolectric.manifest.ActivityData
+
+getMetaData() - Method in class org.robolectric.manifest.PackageItemData
+
+getMethod() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+getMethodCall() - Method in class org.robolectric.annotation.processing.RobolectricModel.ResetterInfo
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.CleanerInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.FileDescriptorInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.LinkedHashMapEldestInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.NoOpInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.ReferenceRefersToInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.SocketInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.SystemArrayCopyInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.SystemLogInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.interceptors.AndroidInterceptors.SystemTimeInterceptor
+
+getMethodHandle(String, MethodType) - Method in class org.robolectric.internal.bytecode.Interceptor
+
+getMethodRefs() - Method in class org.robolectric.internal.bytecode.Interceptor
+
+getMethods() - Method in class org.robolectric.annotation.processing.DocumentedType
+
+getMethods() - Method in class org.robolectric.internal.bytecode.MutableClass
+
+getMetrics() - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+getMetrics() - Method in class org.robolectric.util.PerfStatsCollector
+
+getMetrics(DisplayMetrics) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+getMilliseconds() - Method in class org.robolectric.shadows.ShadowVibrator
+
+Returns the last vibration duration in MS.
+
+getMillisInFuture() - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+getMimeType() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getMimeType() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getMimeTypeFromExtension(String) - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+getMimeTypes() - Method in class org.robolectric.manifest.IntentFilterData
+
+getMinApiLevel() - Method in class org.robolectric.shadows.GraphicsShadowPicker
+
+getMinApiLevel() - Method in class org.robolectric.shadows.ShadowNativeImageReader.Picker
+
+getMinApiLevel() - Method in class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage.Picker
+
+getMinimumFlingVelocity() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getMinimumFontSize() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getMinimumLogicalFontSize() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getMinNs() - Method in class org.robolectric.pluginapi.perf.Metric
+
+getMinSdk() - Method in class org.robolectric.annotation.processing.RobolectricModel.ResetterInfo
+
+getMinSdkVersion() - Method in class org.robolectric.manifest.AndroidManifest
+
+Returns the minimum Android SDK version that this package expects to be runnable on, as
+ specified in the manifest.
+
+getMinSdkVersion() - Method in interface org.robolectric.pluginapi.UsesSdk
+
+Returns the minimum Android SDK version that this package expects to be runnable on, as
+ specified in the manifest.
+
+getMinUpdateDistanceMeters() - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+getMinute() - Method in class org.robolectric.shadows.ShadowTimePickerDialog
+
+getMixedContentMode() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getMobileRxBytes() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getMobileRxPackets() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getMobileTxBytes() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getMobileTxPackets() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getMode() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getMode() - Method in class org.robolectric.shadows.ShadowPorterDuffColorFilter
+
+getModeInvalidatedClasses() - Method in class org.robolectric.internal.AndroidSandbox
+
+getModeInvalidatedClasses() - Method in class org.robolectric.internal.bytecode.Sandbox
+
+getModuleInfo(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getModuleProperties() - Method in class org.robolectric.shadows.ShadowSoundTriggerManager
+
+getMonthOfYear() - Method in class org.robolectric.shadows.ShadowDatePickerDialog
+
+getMoveStatus(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getMyAssociations() - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+getMyMemoryState(ActivityManager.RunningAppProcessInfo) - Static method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+getMySessions() - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+getName() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getName() - Method in class org.robolectric.annotation.processing.DocumentedElement
+
+getName() - Method in class org.robolectric.internal.bytecode.ClassDetails
+
+getName() - Method in class org.robolectric.internal.bytecode.MethodCallSite
+
+getName() - Method in class org.robolectric.internal.bytecode.MutableClass
+
+getName() - Method in class org.robolectric.manifest.ActivityData
+
+getName() - Method in class org.robolectric.manifest.PackageItemData
+
+getName() - Method in class org.robolectric.pluginapi.perf.Metric
+
+getName() - Method in class org.robolectric.res.AttrData
+
+getName() - Method in class org.robolectric.res.StyleData
+
+getName() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+getName() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getName() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+getName() - Method in class org.robolectric.shadows.ShadowInputDevice
+
+getName() - Method in class org.robolectric.shadows.ShadowTrace.Counter
+
+getNameAttr(String) - Static method in class org.robolectric.manifest.ActivityData
+
+getNameForUid(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getNamespace() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getNamespace(String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getNamespaceCount(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getNamespacePrefix(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getNamespaceUri() - Method in class org.robolectric.res.ResName
+
+getNamespaceUri(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getNanoAppInstanceInfo(int) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+getNativeHeapAllocatedSize() - Static method in class org.robolectric.shadows.ShadowDebug
+
+getNativeInstance() - Method in class org.robolectric.shadows.ShadowColorSpaceRgb
+
+getNativeObject(long) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+Retrieve the native object for given id.
+
+getNativeObject(long) - Static method in class org.robolectric.res.android.ResStringPool
+
+getNativeObjectId(T) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+Deprecated.
+
+
+
+getNativePtr() - Method in class org.robolectric.res.android.ResStringPool
+
+getNativePtr() - Method in interface org.robolectric.shadows.ShadowBitmap.BitmapReflector
+
+getNativePtr() - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl
+
+getNativeStringBlock(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getNativeStringBlock(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getNavBarMode() - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+getNavDump() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getNdefPushMessage() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Returns last set NDEF message, or throws IllegalStateException
if it was never set.
+
+getNdefPushMessageCallback() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Returns last registered callback, or null
if none was set.
+
+getNearbyAppStreamingPolicy() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getNearbyNotificationStreamingPolicy() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getNeedInitialFocus() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getNetId() - Method in class org.robolectric.shadows.ShadowNetwork
+
+Allows to get the stored netId.
+
+getNetworkCallbackPendingIntents() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getNetworkCallbacks() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getNetworkCapabilities(Network) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Gets the network capabilities of a given
Network
.
+
+getNetworkCount() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+getNetworkCountryIso() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Returns the SIM country lowercase.
+
+getNetworkInfo(int) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getNetworkInfo(Network) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getNetworkOperator() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getNetworkOperatorName() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getNetworkPreference() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getNetworkSpecifier() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getNetworkType() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getNeutralButtonAction() - Method in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+Returns the action expected to happen on neutral button tap.
+
+getNeutralButtonTextResId() - Method in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+Returns the text to be shown.
+
+getNewCodecInfoAt(int) - Static method in class org.robolectric.shadows.ShadowMediaCodecList
+
+getNewInsetsMode() - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+getNext() - Method in class org.robolectric.shadows.ShadowLegacyMessage
+
+getNext() - Method in class org.robolectric.shadows.ShadowMessage
+
+Convenience method to provide getter access to the private field Message.next
.
+
+getNext() - Method in class org.robolectric.shadows.ShadowPausedMessage
+
+getNextAddAccountOptions() - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+getNextAlarmClock() - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+getNextEntry(String, long) - Method in class org.robolectric.shadows.ShadowDropBoxManager
+
+getNextScheduledAlarm() - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+Deprecated.
+
+
+
+getNextScheduledTaskTime() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+getNextScheduledTaskTime() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+getNextScheduledTaskTime() - Method in class org.robolectric.shadows.ShadowLooper
+
+getNextScheduledTaskTime() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+getNextScheduledTaskTime() - Method in class org.robolectric.util.Scheduler
+
+getNextSentHttpRequest() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Accessor to obtain HTTP requests made during the current test in the order in which they were made.
+
+getNextSentHttpRequestInfo() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Accessor to obtain metadata for an HTTP request made during the current test in the order in which they were made.
+
+getNextSentHttpRequestInfo() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+getNextStartedActivity() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+getNextStartedActivity() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Consumes the most recent
ComponentName
,
UserHandle
pair started by
CrossProfileApps.startMainActivity(ComponentName, UserHandle)
or
CrossProfileApps.startActivity(ComponentName, UserHandle)
,
ShadowCrossProfileApps.startActivity(Intent, UserHandle, Activity)
,
ShadowCrossProfileApps.startActivity(Intent, UserHandle, Activity, Bundle)
, and
+ returns it wrapped in
ShadowCrossProfileApps.StartedActivity
.
+
+getNextStartedActivityForResult() - Method in class org.robolectric.shadows.ShadowActivity
+
+Consumes and returns the next Intent
on the started activities for results stack.
+
+getNextStartedActivityForResult() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Consumes the most recent IntentForResult
started by {@link *
+ ContextWrapper#startActivity(android.content.Intent, android.os.Bundle)} and returns it.
+
+getNextStartedService() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+getNextStoppedService() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+getNfcAdapter(Context) - Static method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getNfcServiceManager() - Static method in class org.robolectric.shadows.ShadowNfcFrameworkInitializer
+
+getNightDisplayAutoMode() - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+getNightDisplayColorTemperature() - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+getNightMode() - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+getNightModeCustomType() - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+getNonConfigurationString(int, int) - Method in class org.robolectric.shadows.ShadowTypedArray
+
+getNonResourceString(int) - Method in class org.robolectric.shadows.ShadowTypedArray
+
+getNotification(int) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotification(String, int) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationChannel(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationChannel(String, String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Returns a NotificationChannel that has the given parent and conversation ID.
+
+getNotificationChannelGroup(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationChannelGroups() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationChannels() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationDelegate() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationPolicy() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+getNotificationShouldRemoved() - Method in class org.robolectric.shadows.ShadowService
+
+getNotificationUri() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getNotificationUri() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getNotificationVisibility() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getNotifiedUris() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+getNotifyNativeInterval() - Static method in class org.robolectric.shadows.ShadowVMRuntime
+
+getNumberOfCameras() - Static method in class org.robolectric.shadows.ShadowCamera
+
+getNumericShortcut() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getObjectForAddress(long) - Method in class org.robolectric.shadows.ShadowVMRuntime
+
+
+
+getObserverId() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+getObserverId() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+getObserverId() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+getOffscreenPreRaster() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getOnAttachStateChangeListeners() - Method in class org.robolectric.shadows.ShadowView
+
+getOnCancelListener() - Method in class org.robolectric.shadows.ShadowDialog
+
+getOnClickListener() - Method in class org.robolectric.shadows.ShadowView
+
+getOnCompletionListener() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getOnCompletionListener() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getOnCreateContextMenuListener() - Method in class org.robolectric.shadows.ShadowView
+
+getOnDateSetListenerCallback() - Method in class org.robolectric.shadows.ShadowDatePickerDialog
+
+getOnDeviceTranslationCapabilities(int, int) - Method in class org.robolectric.shadows.ShadowTranslationManager
+
+getOnDoubleTapListener() - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+getOnEditorActionListener() - Method in class org.robolectric.shadows.ShadowTextView
+
+getOnErrorListener() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getOnInitListener() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+getOnLayoutChangeListeners() - Method in class org.robolectric.shadows.ShadowView
+
+getOnLongClickListener() - Method in class org.robolectric.shadows.ShadowView
+
+getOnlyIncomingCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getOnlyOutgoingCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getOnlyUnknownCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getOnMenuItemClickListener() - Method in class org.robolectric.shadows.ShadowPopupMenu
+
+getOnNdefPushCompleteCallback() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getOnPreparedListener() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getOnPreparedListener() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getOnScrollListener() - Method in class org.robolectric.shadows.ShadowAbsListView
+
+Robolectric accessor for the onScrollListener
+
+getOnSeekBarChangeListener() - Method in class org.robolectric.shadows.ShadowSeekBar
+
+getOnSystemUiVisibilityChangeListener() - Method in class org.robolectric.shadows.ShadowView
+
+getOnTouchEventMotionEvent() - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+getOnTouchEventMotionEvent() - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+getOnTouchListener() - Method in class org.robolectric.shadows.ShadowView
+
+getOnValueChangeListener() - Method in class org.robolectric.shadows.ShadowNumberPicker
+
+getOpenSourceSoftwareLicenseInfo(Context) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+getOpenSourceSoftwareLicenseInfo(Context) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getOpenSourceSoftwareLicenseInfo(Context) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+getOperatingChannel() - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+getOpId() - Method in class org.robolectric.shadows.ShadowCryptoObject
+
+The shadow method of CryptoObject#getOpId.
+
+getOpsForPackage(int, String, int[]) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+getOpsForPackage(int, String, String[]) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+getOpString(int) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+getOptions() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+getOptions() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getOptionsMenu() - Method in class org.robolectric.shadows.ShadowActivity
+
+Return the options menu.
+
+getOptionsPanelGravity() - Method in class org.robolectric.shadows.ShadowPhoneWindow
+
+getOptionsPanelGravity() - Method in class org.robolectric.shadows.ShadowPhoneWindowFor22
+
+getOrder() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getOrganizationColor(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getOrganizationName(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Returns organization name.
+
+getOrientation(String) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+getOriginal() - Method in class org.robolectric.internal.bytecode.MethodCallSite
+
+getOriginalPendingResult() - Method in class org.robolectric.shadows.ShadowBroadcastReceiver
+
+getOriginalUrl() - Method in class org.robolectric.shadows.ShadowWebView
+
+getOutgoingDataStream() - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+Provides an
InputStream
that allows reading data written by
+ UsbDeviceConnection#bulkTransfer.
+
+getOutgoingMessages() - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+Returns the list of all messages sent to its connected ports.
+
+getOutputFormat() - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+
+
+getOutputFormat() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getOutputPath() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getOutputStream() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+getOutputStreamSink() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+
+
+getOvalPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getOvalPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getOvalPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getPackageArchiveInfo(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+getPackageArchiveInfo(String, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+getPackageCandidateVolumes(ApplicationInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageCurrentVolume(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageElement(String) - Method in class org.robolectric.annotation.processing.Helpers
+
+getPackageGids(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageGids(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageIdentifier(int) - Static method in class org.robolectric.res.ResourceIds
+
+getPackageImportance(String) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getPackageInfo(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageInfo(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageInfoAsUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+getPackageManager() - Static method in class org.robolectric.shadows.ShadowActivityThread
+
+getPackageName() - Method in class org.robolectric.android.AttributeSetBuilderImpl.ArscResourceResolver
+
+getPackageName() - Method in class org.robolectric.android.AttributeSetBuilderImpl.LegacyResourceResolver
+
+getPackageName() - Method in interface org.robolectric.android.AttributeSetBuilderImpl.ResourceResolver
+
+getPackageName() - Method in class org.robolectric.internal.ManifestIdentifier
+
+getPackageName() - Method in class org.robolectric.manifest.AndroidManifest
+
+getPackageName() - Method in class org.robolectric.res.builder.XmlBlock
+
+getPackageName() - Method in class org.robolectric.res.PackageResourceTable
+
+getPackageName() - Method in interface org.robolectric.res.ResourceTable
+
+getPackageName() - Method in class org.robolectric.res.RoutingResourceTable
+
+getPackageName() - Method in class org.robolectric.res.StyleData
+
+getPackageName() - Method in class org.robolectric.res.XmlContext
+
+getPackageName() - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+getPackageNames() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+getPackageNames() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+getPackageNames() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+getPackageRestoreToken(String) - Method in class org.robolectric.shadows.ShadowBackupManager
+
+Returns the restore token for the given package, or 0
if the package was not restored.
+
+getPackageSetting(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+getPackagesForOps(int[]) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+
+
+getPackagesForOps(String[]) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+
+
+getPackagesForUid(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackagesForUid(int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+getPackagesHoldingPermissions(String[], int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageSizeInfo(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageSizeInfo(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageSizeInfoAsUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageUid(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageUid(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageUidAsUser(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPackageUidAsUser(String, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPairingConfirmation() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getParam(String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+getParamClasses(ClassLoader) - Method in class org.robolectric.internal.bytecode.InvocationProfile
+
+getParamDefStr() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getParameter(String) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+getParameters() - Method in class org.robolectric.shadows.ShadowCamera
+
+getParameters(String) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+The expected composition for keys is not well defined.
+
+getParams() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getParams() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getParams() - Method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+getParent() - Method in class org.robolectric.res.StyleData
+
+getParent() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getParent() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getParent() - Method in class org.robolectric.shadows.ShadowActivity
+
+getParentActivityName() - Method in class org.robolectric.manifest.ActivityData
+
+getParts() - Method in class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+getPassword(Account) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getPasswordComplexity() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordExpiration(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordExpirationTimeout(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordHistoryLength(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumLength(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumLetters(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumLowerCase(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumNonLetter(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumNumeric(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumSymbols(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordMinimumUpperCase(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPasswordQuality(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPath() - Method in class org.robolectric.res.builder.XmlBlock
+
+getPath() - Method in class org.robolectric.res.FileTypedResource
+
+getPath() - Method in interface org.robolectric.res.FsFile
+
+Deprecated.
+
+
+
+getPath() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+getPath() - Method in class org.robolectric.shadows.ShadowBitmapDrawable
+
+getPath() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getPath() - Method in interface org.robolectric.shadows.ShadowPackageParser._Package_
+
+GetPath() - Method in class org.robolectric.res.android.CppApkAssets
+
+getPathEffect() - Method in class org.robolectric.shadows.ShadowPaint
+
+getPathExtension() - Method in class org.robolectric.res.android.String8
+
+getPathIterator(AffineTransform) - Method in class org.robolectric.shadows.RoundRectangle
+
+getPathPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getPathPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getPathPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getPathPatterns() - Method in class org.robolectric.manifest.IntentFilterData
+
+getPathPermissionDatas() - Method in class org.robolectric.manifest.ContentProviderData
+
+getPathPlaybacks(String) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+Return a list of calls to play
made for the given path.
+
+getPathPrefixes() - Method in class org.robolectric.manifest.IntentFilterData
+
+getPaths() - Method in class org.robolectric.manifest.IntentFilterData
+
+getPattern() - Method in class org.robolectric.shadows.ShadowVibrator
+
+Returns the last vibration pattern.
+
+getPeakRms(Visualizer.MeasurementPeakRms) - Method in interface org.robolectric.shadows.ShadowVisualizer.VisualizerSource
+
+getPendingIntent() - Method in class org.robolectric.fakes.RoboIntentSender
+
+getPendingJob(int) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+getPendingJob(int) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+getPendingSeek() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Retrieves the pending seek setting.
+
+getPendingTransitionEnterAnimationResourceId() - Method in class org.robolectric.shadows.ShadowActivity
+
+getPendingTransitionExitAnimationResourceId() - Method in class org.robolectric.shadows.ShadowActivity
+
+getPerformedActions() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getPerformedActionsWithArgs() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getPeriodicSyncs(Account, String) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getPermission() - Method in class org.robolectric.manifest.ActivityData
+
+getPermission() - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+getPermission() - Method in class org.robolectric.manifest.ServiceData
+
+getPermissionControllerPackageName() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPermissionFlags(String, String, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+This method differs from the real implementation in that we only return the permission flags
+ that were added via updatePermissionFlags, and do not perform any verification of permissions,
+ packages or users.
+
+getPermissionGrantState(ComponentName, String, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPermissionGroup() - Method in class org.robolectric.manifest.PermissionItemData
+
+getPermissionGroupInfo(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPermissionGroups() - Method in class org.robolectric.manifest.AndroidManifest
+
+getPermissionInfo(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPermissionManager() - Static method in class org.robolectric.shadows.ShadowActivityThread
+
+getPermissionPolicy(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPermissions() - Method in class org.robolectric.manifest.AndroidManifest
+
+getPermittedAccessibilityServices(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPermittedInputMethods(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getPersistedUriPermissions() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+getPersistentPreferredActivities(List<IntentFilter>, List<ComponentName>, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+getPhoneAccount(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getPhoneAccountHandle() - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+getPhoneAccountsForPackage() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getPhoneAccountsSupportingScheme(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getPhoneCapability() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getPhoneCount() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getPhoneId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+getPhoneNumber(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+Returns the phone number for the given subscriptionId
, or an empty string if not
+ available.
+
+getPhoneNumber(int, int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+Returns the phone number for the given subscriptionId
, or an empty string if not
+ available.
+
+getPhoneType() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getPictureHeight() - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+getPictureWidth() - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+getPin() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getPinnedShortcuts() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+getPinnedSlices() - Method in class org.robolectric.shadows.ShadowSliceManager
+
+getPinnedSpecs(Uri) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+getPivotX() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getPivotX() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getPivotY() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getPivotY() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getPixel(int, int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getPixelFormat() - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+getPixels(int[], int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Note that this method will return a RuntimeException unless: - pixels
has the same
+ length as the number of pixels of the bitmap.
+
+getPlatformVersion(String) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+getPlaybackHeadPosition() - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+getPlaybackInfo() - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+getPlaybackParams() - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+getPlaybackState() - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+getPlayCount(int) - Static method in class org.robolectric.shadows.ShadowMediaActionSound
+
+Get the number of times a sound has been played.
+
+getPlayedTones() - Static method in class org.robolectric.shadows.ShadowToneGenerator
+
+This function returns the list of tones that the application requested to be played.
+
+getPluginsEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getPluginState() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getPoints() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+getPoints() - Method in class org.robolectric.shadows.ShadowNativePath
+
+getPoints() - Method in class org.robolectric.shadows.ShadowPath
+
+getPolicyManagedProfiles(UserHandle) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getPort() - Method in class org.robolectric.manifest.IntentFilterData.DataAuthority
+
+getPort() - Method in class org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams
+
+getPorts() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+getPorts() - Method in interface org.robolectric.shadows.ShadowUsbManager._UsbManager_
+
+getPorts() - Method in interface org.robolectric.shadows.ShadowUsbManager._UsbManagerQ_
+
+getPorts() - Method in class org.robolectric.shadows.ShadowUsbManager
+
+getPortStatus(UsbPort) - Method in interface org.robolectric.shadows.ShadowUsbManager._UsbManager_
+
+getPortStatus(Object) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+getPortStatus(String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Returns the
UsbPortStatus
corresponding to the
UsbPort
with given
+ portId
if present; otherwise returns
null
.
+
+getPosition() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getPosition() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getPosition() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getPositionDescription() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getPositionDescription() - Method in class org.robolectric.shadows.ShadowTypedArray
+
+getPosTan(float, float[], float[]) - Method in class org.robolectric.shadows.ShadowPathMeasure
+
+Note: This is not mathematically correct.
+
+getPostOperations() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+A list of all 'post' operations performed on this Matrix.
+
+getPostOperations() - Method in class org.robolectric.shadows.ShadowMatrix
+
+A list of all 'post' operations performed on this Matrix.
+
+getPostOperations() - Method in class org.robolectric.shadows.ShadowNativeMatrix
+
+getPowerUsage() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+getPreferredActivities(List<IntentFilter>, List<ComponentName>, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPreferredActivitiesInternal(List<IntentFilter>, List<ComponentName>, String, SortedMap<ComponentName, List<IntentFilter>>) - Static method in class org.robolectric.shadows.ShadowPackageManager
+
+getPreferredPackages(int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPreferredService() - Static method in class org.robolectric.shadows.ShadowCardEmulation
+
+
+
+getPrefix() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getPrefix() - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+getPreOperations() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+A list of all 'pre' operations performed on this Matrix.
+
+getPreOperations() - Method in class org.robolectric.shadows.ShadowMatrix
+
+A list of all 'pre' operations performed on this Matrix.
+
+getPreOperations() - Method in class org.robolectric.shadows.ShadowNativeMatrix
+
+getPreparationDelay() - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Retrieves the current preparation delay for this media.
+
+getPressedStateDuration() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getPreviewDisplay() - Method in class org.robolectric.shadows.ShadowCamera
+
+getPreviewDisplay() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getPreviewHeight() - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+getPreviewWidth() - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+getPreviousAsyncSections() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Returns a set of all the previously active async trace sections.
+
+getPreviousKeyCode(int) - Method in class org.robolectric.shadows.ShadowTextView
+
+getPreviousKeyEvent(int) - Method in class org.robolectric.shadows.ShadowTextView
+
+getPreviousName(Account) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getPreviousSections() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Returns a queue of all the previously active trace sections for the current thread.
+
+getPreviousUiHintBundles() - Method in class org.robolectric.shadows.ShadowVoiceInteractionService
+
+
+
+getPrevVideoState() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getPrimaryClip() - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+getPrimaryClipDescription() - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+getPrimaryStorageCandidateVolumes() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPrimaryStorageCurrentVolume() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getPrimitiveEffects() - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+getPrimitiveSegmentsInPrimitiveEffects() - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+getPriority() - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+
+
+getPrivateFlag(int) - Method in class org.robolectric.shadows.ShadowWindow
+
+Return the value from a private flag (a.k.a system flag).
+
+getPrivilegedConfiguredNetworks() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getProcess() - Method in class org.robolectric.manifest.ActivityData
+
+getProcessId() - Method in class org.robolectric.shadows.ShadowEventLog.ShadowEvent
+
+getProcessName() - Method in class org.robolectric.manifest.AndroidManifest
+
+getProductId() - Method in class org.robolectric.shadows.ShadowInputDevice
+
+getProfileConnectionState(int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Returns the connection state for the given Bluetooth profile
, defaulting to BluetoothProfile.STATE_DISCONNECTED
if the profile's connection state was never set.
+
+getProfileOwner() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getProfileOwnerNameAsUser(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getProfileParent(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getProfileProxy(Context, BluetoothProfile.ServiceListener, int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+getProfiles(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+getProfileSwitchingIconDrawable(UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Returns a
Drawable
that can be shown for profile switching, which is guaranteed to
+ always be the same for a particular user and to be distinct between users.
+
+getProfileSwitchingLabel(UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Returns a
CharSequence
that can be shown as a label for profile switching, which is
+ guaranteed to always be the same for a particular user and to be distinct between users.
+
+getProgress() - Method in class org.robolectric.shadows.ShadowNotification
+
+getProgressStyle() - Method in class org.robolectric.shadows.ShadowProgressDialog
+
+getProperty(String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getProperty(String, ComponentName) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+Stub that will always throw.
+
+getProperty(String, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+Stub that will always throw.
+
+getProperty(String, String) - Static method in class org.robolectric.shadows.ShadowDeviceConfig
+
+getProtectionLevel() - Method in class org.robolectric.manifest.PermissionItemData
+
+getProtocolVersion() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getProtocolVersion() - Method in class org.robolectric.shadows.httpclient.StatusLineStub
+
+getProtocolVersion() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestStatusLine
+
+getProvidedPackageNames() - Method in interface org.robolectric.internal.ShadowProvider
+
+Array of Java package names that are shadowed by this package.
+
+getProvidedPackageNames() - Method in class org.robolectric.Shadows
+
+getProvidedPackageNames() - Method in class org.robolectric.shadows.gms.Shadows
+
+getProvidedPackageNames() - Method in class org.robolectric.shadows.httpclient.Shadows
+
+getProvidedPackageNames() - Method in class org.robolectric.shadows.multidex.Shadows
+
+getProvider(Uri) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getProvider(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getProviderInfo(ComponentName, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getProviderProperties(Object) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getProviders(boolean) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getProviders(Criteria, boolean) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+getProvisionedVpnProfileState() - Method in class org.robolectric.shadows.ShadowVpnManager
+
+getProxyAuthenticationHandler() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getProxyForNetwork(Network) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Returns a proxy for a given
Network
.
+
+getPublicFormat(int, int) - Static method in class org.robolectric.shadows.ShadowPublicFormatUtils
+
+getQsTile() - Method in class org.robolectric.shadows.ShadowTileService
+
+getQualifiers() - Method in class org.robolectric.res.XmlContext
+
+getQualifiers() - Static method in class org.robolectric.RuntimeEnvironment
+
+Returns a qualifier string describing the current
Configuration
of the system
+ resources.
+
+getQualifiers(Configuration, DisplayMetrics) - Static method in class org.robolectric.RuntimeEnvironment
+
+Returns a qualifier string describing the given configuration and display metrics.
+
+getQuantityString(int, int) - Method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+getQuantityString(int, int) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+getQuantityString(int, int) - Method in class org.robolectric.shadows.ShadowResources
+
+getQuantityString(int, int, Object...) - Method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+getQuantityString(int, int, Object...) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+getQuantityString(int, int, Object...) - Method in class org.robolectric.shadows.ShadowResources
+
+getQueueMode() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+getRadioVersion() - Static method in class org.robolectric.shadows.ShadowBuild
+
+getRatingType() - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+getRawValue(int, ResTable_config) - Method in class org.robolectric.res.PackageResourceTable
+
+getRawValue(int, ResTable_config) - Method in interface org.robolectric.res.ResourceTable
+
+getRawValue(int, ResTable_config) - Method in class org.robolectric.res.RoutingResourceTable
+
+getRawValue(ResName, ResTable_config) - Method in class org.robolectric.res.PackageResourceTable
+
+getRawValue(ResName, ResTable_config) - Method in interface org.robolectric.res.ResourceTable
+
+getRawValue(ResName, ResTable_config) - Method in class org.robolectric.res.RoutingResourceTable
+
+getRClass() - Method in class org.robolectric.manifest.AndroidManifest
+
+getRClass() - Method in class org.robolectric.res.ResourcePath
+
+getRClassName() - Method in class org.robolectric.manifest.AndroidManifest
+
+getReadPermission() - Method in class org.robolectric.manifest.ContentProviderData
+
+getRealMetrics(DisplayMetrics) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+getRealSize(Point) - Method in class org.robolectric.shadows.ShadowDisplay
+
+getReasonPhrase() - Method in class org.robolectric.shadows.httpclient.StatusLineStub
+
+getReasonPhrase() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestStatusLine
+
+getRebindRequestCount() - Static method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+Returns the number of times rebind was requested.
+
+getRebootReasons() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Returns the list of reasons for each reboot, in chronological order.
+
+getReceivedMessages() - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+Returns the list of all messages received from its connected ports.
+
+getReceiver() - Method in interface org.robolectric.shadows.ShadowChoreographer.ChoreographerReflector
+
+getReceiverInfo(ComponentName, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getReceiverPtr() - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+getReceiversForIntent(Intent) - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+getRecentlyCommittedRollbacks() - Method in class org.robolectric.shadows.ShadowRollbackManager
+
+getRectPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getRectPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getRectPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getRedirectHandler() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getReferenceResId() - Method in class org.robolectric.res.AttributeResource
+
+getReferrer() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getRefreshRate() - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+getRegisteredAppUsageLimitObservers() - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+getRegisteredAppUsageObservers() - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+getRegisteredCallbackCount() - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+getRegisteredReceivers() - Method in class org.robolectric.shadows.ShadowApplication
+
+getRegisteredRfcommServerUuids() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Returns an immutable set of
UUID
s representing the currently registered RFCOMM servers.
+
+getRegisteredSubscriptionGroup(VcnManager.VcnStatusCallback) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+Gets the subscription group of given VcnStatusCallback in ShadowVcnManager.callbacks
.
+
+getRegisteredUsageSessionObservers() - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+getRegisteredVcnStatusCallbacks() - Method in class org.robolectric.shadows.ShadowVcnManager
+
+Gets a list of all registered VcnStatusCallbacks.
+
+getRegistrationState(Executor, Consumer<Integer>) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+getRegistrationStateCallback() - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+getRegistrationTransportType(Executor, Consumer<Integer>) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+getRegistrationTransportTypeCallback() - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+getReleaseForSdkInt(Integer) - Static method in class org.robolectric.versioning.AndroidVersions
+
+getReleases() - Static method in class org.robolectric.versioning.AndroidVersions
+
+getReloadInvocations() - Method in class org.robolectric.shadows.ShadowWebView
+
+Returns the number of times android.webkit.WebView#reload()
was invoked
+
+getRemainingLength() - Method in class org.robolectric.res.android.Asset
+
+getRemoteContext(Context) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getRemoteContext(Context) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+getRemoteDevice(String) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getRemoteResource(Context) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+getRemoteResource(Context) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+getRemoteServiceComponentName(Context) - Static method in class org.robolectric.shadows.ShadowRoleControllerManager
+
+getRenderPriority() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getRepeat() - Method in class org.robolectric.shadows.ShadowVibrator
+
+Returns the last vibration repeat times.
+
+getReportedNetworkConnectivity() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+getReportFullyDrawn() - Method in class org.robolectric.shadows.ShadowActivity
+
+getReports(long) - Method in class org.robolectric.shadows.ShadowStatsManager
+
+getRequest(long) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+getRequestCode() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getRequestCount() - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+getRequestCount() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+getRequestDirector() - Method in class org.robolectric.shadows.httpclient.HttpRequestInfo
+
+getRequestedOrientation() - Method in class org.robolectric.shadows.ShadowActivity
+
+getRequestHeaders() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getRequestLocationUpdateListeners() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+getResDir() - Method in class org.robolectric.internal.ManifestIdentifier
+
+getResDirectory() - Method in class org.robolectric.manifest.AndroidManifest
+
+getResetters() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getResId() - Method in class org.robolectric.shadows.ShadowIcon
+
+getResName(int) - Method in class org.robolectric.res.PackageResourceTable
+
+getResName(int) - Method in interface org.robolectric.res.ResourceTable
+
+getResName(int) - Method in class org.robolectric.res.RoutingResourceTable
+
+getResource(int, Ref<ResourceTypes.Res_value>, boolean, int, Ref<Integer>, Ref<ResTable_config>) - Method in class org.robolectric.res.android.ResTable
+
+getResource(String) - Method in interface org.robolectric.internal.bytecode.ResourceProvider
+
+getResource(String) - Method in class org.robolectric.internal.bytecode.SandboxClassLoader
+
+GetResource(int, boolean, short, Ref<ResourceTypes.Res_value>, Ref<ResTable_config>, Ref<Integer>) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getResourceAsStream(String) - Method in interface org.robolectric.internal.bytecode.ResourceProvider
+
+getResourceBagText(int, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceBagValue(int, int, ResTable) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourceBagValues(int, ResTable) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourceBase() - Method in class org.robolectric.res.ResourcePath
+
+GetResourceConfigurations(boolean, boolean) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getResourceEntryName(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourceEntryName(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceId() - Method in class org.robolectric.shadows.ShadowArrayAdapter
+
+getResourceId(ResName) - Method in class org.robolectric.res.PackageResourceTable
+
+getResourceId(ResName) - Method in interface org.robolectric.res.ResourceTable
+
+getResourceId(ResName) - Method in class org.robolectric.res.RoutingResourceTable
+
+GetResourceId(String, String, String) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getResourceIdentifier(String, String, String) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourceIdentifier(String, String, String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceIntArray(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+GetResourceLocales(boolean, boolean) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getResourceName(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourceName(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceName(int, boolean, ResTable.ResourceName) - Method in class org.robolectric.res.android.ResTable
+
+getResourceName(Integer) - Method in class org.robolectric.android.AttributeSetBuilderImpl.ArscResourceResolver
+
+getResourceName(Integer) - Method in class org.robolectric.android.AttributeSetBuilderImpl.LegacyResourceResolver
+
+getResourceName(Integer) - Method in interface org.robolectric.android.AttributeSetBuilderImpl.ResourceResolver
+
+GetResourceName(int, CppAssetManager2.ResourceName) - Method in class org.robolectric.res.android.CppAssetManager2
+
+getResourcePackageName(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourcePackageName(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourcePath() - Method in class org.robolectric.manifest.AndroidManifest
+
+getResourcePlaybacks(int) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+Return a list of calls to play
made for the given resource.
+
+getResourceReference() - Method in class org.robolectric.res.AttributeResource
+
+getResourceReference(String, String, String) - Static method in class org.robolectric.res.AttributeResource
+
+getResources() - Method in class org.robolectric.res.android.CppAssetManager
+
+getResourcesForActivity(ComponentName) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getResourcesForApplication(ApplicationInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getResourcesForApplication(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getResourcesForApplicationAsUser(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getResourcesMode() - Method in class org.robolectric.AndroidMetadata
+
+getResourcesMode() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+getResourceStringArray(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceTable() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceText(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceTextArray(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceTypeName(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getResourceTypeName(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResourceValue(int, int, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getResponse() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
+
+getResponse() - Method in interface org.robolectric.shadows.httpclient.HttpEntityStub.ResponseRule
+
+getResponse(HttpRequest) - Method in interface org.robolectric.shadows.httpclient.HttpResponseGenerator
+
+getResponses() - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Get a copy of the list of responses that have been sent.
+
+getResTable() - Method in class org.robolectric.res.android.ResTableTheme
+
+getRestrictBackgroundStatus() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Gets the RESTRICT_BACKGROUND_STATUS value.
+
+getRestriction(int, int) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+getResType() - Method in class org.robolectric.res.TypedResource
+
+getResultCode() - Method in class org.robolectric.shadows.ShadowActivity
+
+getResultIntent() - Method in class org.robolectric.shadows.ShadowActivity
+
+getReturnType() - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+getRight() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getRight() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getRightVolume() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getRingerMode() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getRobolectricClassLoader() - Method in class org.robolectric.internal.bytecode.Sandbox
+
+getRoot() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getRotation() - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+getRotation() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getRotationX() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getRotationX() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getRotationY() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getRotationY() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getRotationZ() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getRoundRectPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getRoundRectPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getRoundRectPaintHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getRowBytes() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getRunningAppProcesses() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getRunningServices(int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getRunningTasks(int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getRuntimeStats() - Static method in class org.robolectric.shadows.ShadowDebug
+
+getSafeBrowsingEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getSafetySourceData(String) - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+getSampleTrackIndex() - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+getSamplingRate() - Method in interface org.robolectric.shadows.ShadowVisualizer.VisualizerSource
+
+getSandbox(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner
+
+getSandbox(FrameworkMethod) - Method in class org.robolectric.RobolectricTestRunner
+
+getSansSerifFontFamily() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getSaturationLevel() - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+Returns the current display saturation level.
+
+getSaturationLevel() - Method in class org.robolectric.shadows.ShadowDisplayManager
+
+
+
+getSaveCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getSavedContext() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getSavedIntent() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+This returns the last Intent in the Intent[] to be delivered when the PendingIntent is sent.
+
+getSavedIntents() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+getSavedMimeTypes() - Static method in class org.robolectric.shadows.ShadowMediaScannerConnection
+
+Return the set of file mimeTypes scanned by scanFile()
+
+getSavedPaths() - Static method in class org.robolectric.shadows.ShadowMediaScannerConnection
+
+Return the set of file paths scanned by scanFile()
+
+getSaveFormData() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getSavePassword() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getScAddress() - Method in class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+getScAddress() - Method in class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+getScAddress() - Method in class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+getScale() - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+getScaledDoubleTapSlop() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledEdgeSlop() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledFadingEdgeLength() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledFrameAtTime(long, int, int, int) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+getScaledMaximumFlingVelocity() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledMinimumFlingVelocity() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledPagingTouchSlop() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledScrollBarSize() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledTouchSlop() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaledWindowTouchSlop() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScaleFactor() - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+getScaleX() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getScaleX() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getScaleY() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getScaleY() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getScanCallbacks() - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+
+
+getScanMode() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getScanResults() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getScheduledAlarms() - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+Returns a list of all scheduled alarms, ordered from earliest time to latest time.
+
+getScheduler() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+Returns the
Scheduler
that is being used to manage the enqueued
+ tasks.
+
+getScheduler() - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+getScheduler() - Method in class org.robolectric.shadows.ShadowLooper
+
+Returns the
Scheduler
that is being used to manage the enqueued
+ tasks.
+
+getScheduler() - Method in class org.robolectric.shadows.ShadowMessageQueue
+
+Return this queue's Scheduler.
+
+getScheduler() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+getScheduler() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+getSchemes() - Method in class org.robolectric.manifest.IntentFilterData
+
+getScreenOrientation() - Method in class org.robolectric.manifest.ActivityData
+
+getScreenshotFd() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+Returns the screenshot file descriptor if set with startBugreport
, else null.
+
+getScreenSize(Configuration) - Static method in class org.robolectric.android.DeviceConfig
+
+getScreenWidth(String) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+getScrollBarFadeDuration() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScrollBarSize() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScrollDefaultDelay() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScrollFriction() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getScrollX() - Method in class org.robolectric.shadows.ShadowView
+
+getScrollY() - Method in class org.robolectric.shadows.ShadowView
+
+getSdk() - Method in class org.robolectric.internal.AndroidSandbox
+
+getSdk() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+getSdk(int) - Method in class org.robolectric.plugins.SdkCollection
+
+getSdkInt() - Method in class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+true if this release has already occurred, false otherwise.
+
+getSdks() - Method in interface org.robolectric.pluginapi.SdkProvider
+
+Returns the set of SDKs available to run tests against.
+
+getSdks() - Method in class org.robolectric.plugins.DefaultSdkProvider
+
+getSdksFile(Map<String, String>, String) - Method in class org.robolectric.annotation.processing.RobolectricProcessor
+
+Extendable to support Bazel environments, where the sdks file is generated as a build artifact.
+
+getSearchableInfo(ComponentName) - Method in class org.robolectric.shadows.ShadowSearchManager
+
+getSectionName() - Method in class org.robolectric.shadows.ShadowTrace.AsyncTraceSection
+
+getSecurityTypes() - Method in class org.robolectric.shadows.ShadowWifiConfiguration
+
+Returns the security type set by setSecurityParams
.
+
+getSeedAccountName() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getSeedAccountOptions() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getSeedAccountType() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getSeekDelay() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getSelection() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getSelectionArgs() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getSelectionArgs() - Method in class org.robolectric.shadows.ShadowContentResolver.DeleteStatement
+
+getSelectionArgs() - Method in class org.robolectric.shadows.ShadowContentResolver.UpdateStatement
+
+getSelectionArgsBackReferences() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getSelfManagedPhoneAccounts() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getSensorList(int) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+getSensorPropertiesInternal() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+getSentAccessibilityEvents() - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+
+
+getSentDialerSpecialCodes() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getSentEvents() - Method in class org.robolectric.shadows.ShadowVirtualSensor
+
+getSentHttpRequest(int) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Accessor to obtain HTTP requests made during the current test in the order in which they were made.
+
+getSentHttpRequest(int) - Static method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+Deprecated.
+
+
+
+getSentHttpRequestInfo(int) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Accessor to obtain metadata for an HTTP request made during the current test in the order in which they were made.
+
+getSentHttpRequestInfo(int) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+getSentHttpRequestInfo(int) - Static method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+Deprecated.
+
+
+
+getSentHttpRequestInfos() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+getSentIntent() - Method in class org.robolectric.shadows.ShadowSmsManager.DataMessageParams
+
+getSentIntent() - Method in class org.robolectric.shadows.ShadowSmsManager.SendMultimediaMessageParams
+
+getSentIntent() - Method in class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+getSentIntent() - Method in class org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams
+
+getSentIntents() - Method in class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+getSerial() - Static method in class org.robolectric.shadows.ShadowBuild
+
+getSerialNumberForUser(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getSerialNumbersOfUsers(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getSerifFontFamily() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getService() - Static method in class org.robolectric.shadows.ShadowActivityManager
+
+getService() - Static method in class org.robolectric.shadows.ShadowActivityTaskManager
+
+getService() - Static method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Implements getService() in the same way the original method does, but ignores any Exceptions
+ from invoking BluetoothAdapter.getBluetoothService()
.
+
+getService() - Static method in class org.robolectric.shadows.ShadowPlayerBase
+
+getService() - Static method in class org.robolectric.shadows.ShadowSoundPool
+
+getService(Context, int, Intent, int) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+getService(String) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+Returns the binder associated with the given system service.
+
+getService(UUID) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Overrides BluetoothGatt.getService(android.bluetooth.BluetoothDevice, java.util.UUID, int)
to return a service with given UUID.
+
+getServiceComponentName() - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+getServiceData(String) - Method in class org.robolectric.manifest.AndroidManifest
+
+getServiceEvents() - Static method in class org.robolectric.shadows.ShadowQuickAccessWalletService
+
+
+
+getServiceInfo(ComponentName, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getServices() - Method in class org.robolectric.manifest.AndroidManifest
+
+getServices() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+
+
+getServicesSystemSharedLibraryPackageName() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getServiceState() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getServiceState(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getSessionActivity() - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+getSessionEndedIntent() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+getSessionInfo(int) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+getSessionStepDuration() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+getSessionStepTriggeredIntent() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+getSetOperations() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+A map of all 'set' operations performed on this Matrix.
+
+getSetOperations() - Method in class org.robolectric.shadows.ShadowMatrix
+
+A map of all 'set' operations performed on this Matrix.
+
+getSetOperations() - Method in class org.robolectric.shadows.ShadowNativeMatrix
+
+getSettingForType(int) - Static method in class org.robolectric.shadows.ShadowRingtoneManager
+
+getSettings() - Method in class org.robolectric.shadows.ShadowWebView
+
+getShader() - Method in class org.robolectric.shadows.ShadowPaint
+
+getShadowBaseName() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getShadowBinaryName() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getShadowColor() - Method in class org.robolectric.shadows.ShadowPaint
+
+getShadowCreator(Class<?>) - Method in interface org.robolectric.internal.bytecode.ClassHandler
+
+Called by Robolectric to determine how to create and initialize a shadow object when a new
+ instance of an instrumented class has been instantiated.
+
+getShadowCreator(Class<?>) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+getShadowCreator(Class<?>) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+getShadowDx() - Method in class org.robolectric.shadows.ShadowPaint
+
+getShadowDy() - Method in class org.robolectric.shadows.ShadowPaint
+
+getShadowedPackages() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getShadowInfo(Class<?>, ShadowMatcher) - Method in class org.robolectric.internal.bytecode.ShadowMap
+
+getShadowInvalidator() - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+getShadowMainLooper() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Deprecated.
+
+
+
+getShadowName() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getShadowPackageArchiveInfo(String, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+getShadowPickerBinaryName() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getShadowPickerClass() - Method in class org.robolectric.internal.bytecode.ShadowInfo
+
+getShadowPickerMap() - Method in interface org.robolectric.internal.ShadowProvider
+
+Map of framework classes which may be represented by more than one shadow, to be picked
+ at runtime.
+
+getShadowPickerMap() - Method in class org.robolectric.Shadows
+
+getShadowPickers() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getShadowRadius() - Method in class org.robolectric.shadows.ShadowPaint
+
+getShadows() - Method in interface org.robolectric.internal.ShadowProvider
+
+Return a collection of Map.Entry objects representing the mapping of class name to shadow name.
+
+getShadows() - Method in class org.robolectric.Shadows
+
+getShadows() - Method in class org.robolectric.shadows.gms.Shadows
+
+getShadows() - Method in class org.robolectric.shadows.httpclient.Shadows
+
+getShadows() - Method in class org.robolectric.shadows.multidex.Shadows
+
+getShadowTypeWithParams() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+getShareDescription() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+Returns the description of the bugreport if set with requestBugreport
, else null.
+
+getSharedPreferences(String, int) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+getSharedPreferences(String, int) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getSharedSystemSharedLibraryPackageName() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getShareTitle() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+Returns the title of the bugreport if set with requestBugreport
, else null.
+
+getShort(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getShort(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getShort(int) - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_header
+
+getShort(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getShortCode() - Method in class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+single character short code for the release, multiple characters for minor releases (only
+ minor version numbers increment - usually within the same year).
+
+getShortcutConfigActivityIntent(LauncherActivityInfo) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+getShortcutConfigActivityList(String, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+getShortcuts(int) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+In Robolectric, ShadowShortcutManager doesn't perform any caching so long lived shortcuts are
+ returned on place of shortcuts cached when shown in notifications.
+
+getShortcuts(LauncherApps.ShortcutQuery, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+This method is an incomplete implementation of this API that only supports querying for pinned
+ dynamic shortcuts.
+
+getShortName() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+getShortSupportMessage(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getShowMode() - Method in class org.robolectric.shadows.ShadowSoftKeyboardController
+
+getShownDialogs() - Static method in class org.robolectric.shadows.ShadowDialog
+
+getShownToasts() - Method in class org.robolectric.shadows.ShadowApplication
+
+getShowWhenLocked() - Method in class org.robolectric.shadows.ShadowActivity
+
+getSignalStrength() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSigningCertificateHistory() - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+getSimCallManager() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getSimCallManager(int) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getSimCarrierId() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSimCountryIso() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Returns the SIM country lowercase.
+
+getSimCountryIso(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSimLocale() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getSimOperator() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSimOperatorName() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSimSerialNumber() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSimState() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSimState(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSingleLeScanCallback() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getSingleton() - Static method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+getSingleton(Class<T>, Provider<T>) - Method in class org.robolectric.shadows.ShadowApplication
+
+getSizeInternal(Point, boolean) - Method in class org.robolectric.shadows.ShadowDisplay
+
+getSmallestScreenWidth(String) - Static method in class org.robolectric.res.Qualifiers
+
+Deprecated.
+
+
+
+getSmoothScrolledPosition() - Method in class org.robolectric.shadows.ShadowAbsListView
+
+Robolectric accessor for the last smoothScrolledPosition
+
+getSmscAddress() - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+getSoftApConfiguration() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getSoftInputMode() - Method in class org.robolectric.shadows.ShadowWindow
+
+getSource() - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+
+
+getSource() - Method in class org.robolectric.shadows.ShadowBitmapDrawable
+
+getSourceLayoutResId() - Method in class org.robolectric.shadows.ShadowView
+
+Returns the layout resource id this view was inflated from.
+
+getSourceResId() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getSourceResourceId() - Method in class org.robolectric.res.android.ResXMLParser
+
+getSourceRoot() - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+getSourceUri() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getSpecByTag(String) - Method in class org.robolectric.shadows.ShadowTabHost
+
+getSpecificationInfo() - Method in class org.robolectric.shadows.ShadowUwbManager
+
+Simply returns the bundle provided by ShadowUwbManager#setSpecificationInfo()
, allowing
+ the tester to dictate available features.
+
+getSplashScreen() - Method in class org.robolectric.shadows.ShadowActivity
+
+getSplashScreenTheme() - Method in class org.robolectric.fakes.RoboSplashScreen
+
+getSplitClassLoader(String) - Method in class org.robolectric.shadows.ShadowLoadedApk
+
+getSpokenTextList() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+getStableDisplaySize() - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+Returns the 'natural' dimensions of the default display.
+
+getStandardFontFamily() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getState() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+getState() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+getState() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getState() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+getStatements() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+
+
+getStaticField(Class<?>, String) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively get the value of a static field.
+
+getStaticField(Field) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively get the value of a static field.
+
+getStatSize() - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+getStatsLogs() - Static method in class org.robolectric.shadows.ShadowStatsLog
+
+getStatsMetadata() - Method in class org.robolectric.shadows.ShadowStatsManager
+
+getStatus() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getStatus() - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+getStatus(Account, String) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getStatus(Account, String, boolean) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+Retrieve information on the status of the given account.
+
+getStatusCode() - Method in class org.robolectric.shadows.httpclient.StatusLineStub
+
+getStatusCode() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestStatusLine
+
+getStatusLine() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+getStatusLine() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+getStopSelfId() - Method in class org.robolectric.shadows.ShadowService
+
+
+
+getStopSelfResultId() - Method in class org.robolectric.shadows.ShadowService
+
+
+
+getStorageDirectory() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getStorageEncryption(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getStorageEncryptionStatus() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getStorageState(File) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+getStorageVolume(File) - Method in class org.robolectric.shadows.ShadowStorageManager
+
+
+
+getStorageVolumes() - Method in class org.robolectric.shadows.ShadowStorageManager
+
+Returns the storage volumes configured via #addStorageVolume()
.
+
+getStreamMaxVolume(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getStreamTypes(Uri, String) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+getStreamVolume(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getStreamVolumeDb(int, int, int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+getString() - Method in class org.robolectric.res.Plural
+
+getString(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getString(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getString(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getString(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getString(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getString(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+getString(String, Supplier<String>) - Method in class org.robolectric.shadows.ShadowDevicePolicyResourcesManager
+
+getStringBlockCount() - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+getStringBlockCount() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getStringForUser(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+getStringForUser(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+getStringForUser(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+GetStringPool() - Method in class org.robolectric.res.android.LoadedArsc
+
+getStrings() - Method in class org.robolectric.res.android.ResXMLParser
+
+getStrings() - Method in class org.robolectric.res.android.ResXMLTree
+
+getStrokeCap() - Method in class org.robolectric.shadows.ShadowPaint
+
+getStrokeColor() - Method in class org.robolectric.shadows.ShadowGradientDrawable
+
+getStrokeJoin() - Method in class org.robolectric.shadows.ShadowPaint
+
+getStrokeWidth() - Method in class org.robolectric.shadows.ShadowGradientDrawable
+
+getStrokeWidth() - Method in class org.robolectric.shadows.ShadowPaint
+
+getStyle() - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+getStyle() - Method in class org.robolectric.shadows.ShadowPaint
+
+getStyle() - Method in class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+getStyleAttribute() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getStyleReference() - Method in class org.robolectric.res.AttributeResource
+
+getStyleReference(String, String, String) - Static method in class org.robolectric.res.AttributeResource
+
+getSubMenu() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getSubscriberId() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSubscriptionId() - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Get subscription id
+
+getSubscriptionId(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+getSubtype() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+getSupportedHashAlgorithms() - Method in class org.robolectric.shadows.ShadowDisplayHashManager
+
+getSupportedSdks() - Method in class org.robolectric.plugins.SdkCollection
+
+getSupportedSourceVersion() - Method in class org.robolectric.annotation.processing.RobolectricProcessor
+
+getSupportMultipleWindows() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getSupportZoom() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getSurface() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getSurface() - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+getSurface() - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+getSurfaceControl() - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+getSurfaceFrame() - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+getSurfaceTexture() - Method in class org.robolectric.shadows.ShadowSurface
+
+getSuspendedAppExtras() - Method in class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+getSuspendedLauncherExtras() - Method in class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+getSuspendedPackageLauncherExtras(String, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+getSvid() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+getSwitchPoint(Class<?>) - Method in class org.robolectric.internal.bytecode.ShadowInvalidator
+
+getSwitchPoint(String) - Method in class org.robolectric.internal.bytecode.ShadowInvalidator
+
+getSyncAdapterTypes() - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getSyncAutomatically(Account, String) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+getSyntheticAppDetailsActivityEnabled(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getSystem() - Static method in class org.robolectric.shadows.ShadowResources
+
+getSystemActions() - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+getSystemAvailableFeatures() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getSystemDialerPackage() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getSystemFallback(String) - Static method in class org.robolectric.shadows.ShadowSystemFonts
+
+getSystemFontConfigInternal(String, String, String, String, Map<String, File>, long, int) - Static method in class org.robolectric.shadows.ShadowNativeSystemFonts
+
+getSystemFontConfigInternal(String, String, String, String, Map<String, File>, long, int) - Static method in class org.robolectric.shadows.ShadowSystemFonts
+
+Overrides to prevent the Log.e Failed to open/read system font configurations
+
+getSystemFontConfigLocation() - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+getSystemLocales() - Method in class org.robolectric.shadows.ShadowLocaleManager
+
+getSystemResourceTable() - Static method in class org.robolectric.RuntimeEnvironment
+
+getSystemService(String) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+getSystemService(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+Returns the handle to a system-level service by name.
+
+getSystemSharedLibraryNames() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+getSystemTextClassifierPackageName() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getSystemUpdatePolicy() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getTabHost() - Method in class org.robolectric.shadows.ShadowTabActivity
+
+getTableCookie(int) - Method in class org.robolectric.res.android.ResTable
+
+getTableCount() - Method in class org.robolectric.res.android.ResTable
+
+getTableStringBlock(int) - Method in class org.robolectric.res.android.ResTable
+
+getTabWidget() - Method in class org.robolectric.shadows.ShadowTabActivity
+
+getTabWidget() - Method in class org.robolectric.shadows.ShadowTabHost
+
+getTag() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getTag() - Method in class org.robolectric.shadows.ShadowEventLog.ShadowEvent
+
+getTag() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+Returns the tag.
+
+getTag() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+getTapTimeout() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getTarget() - Method in class org.robolectric.shadows.ShadowPausedMessage
+
+getTargetActivity() - Method in class org.robolectric.manifest.ActivityData
+
+getTargetActivityName() - Method in class org.robolectric.manifest.ActivityData
+
+getTargetAttr(String) - Static method in class org.robolectric.manifest.ActivityData
+
+getTargetAuthenticationHandler() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getTargetContext() - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+getTargetPackage() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+getTargetSdkVersion() - Method in class org.robolectric.manifest.AndroidManifest
+
+Returns the Android SDK version that this package prefers to be run on, as specified in the
+ manifest.
+
+getTargetSdkVersion() - Method in interface org.robolectric.pluginapi.UsesSdk
+
+Returns the Android SDK version that this package prefers to be run on, as specified in the
+ manifest.
+
+getTargetUserProfiles() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Returns a list of
UserHandle
s currently accessible.
+
+getTaskAffinity() - Method in class org.robolectric.manifest.ActivityData
+
+getTaskId() - Method in class org.robolectric.shadows.ShadowActivity
+
+getTaskInfo() - Method in class org.robolectric.shadows.ShadowAppTask
+
+
+
+getTechLists() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+getTelephonyServiceManager() - Static method in class org.robolectric.shadows.ShadowTelephonyFrameworkInitializer
+
+getTempDirectory() - Static method in class org.robolectric.RuntimeEnvironment
+
+getTestEnvironment() - Method in class org.robolectric.internal.AndroidSandbox
+
+getTestLifecycleClass() - Method in class org.robolectric.RobolectricTestRunner
+
+An instance of the returned class will be created for each test invocation.
+
+getText() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getText() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getText() - Method in class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+getText() - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+Same as GetIndicatorLabel()
+
+getText() - Method in class org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams
+
+getText(String, int, ApplicationInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+Returns a user stored String resource with resId
corresponding to packageName
.
+
+getTextAlign() - Method in class org.robolectric.shadows.ShadowPaint
+
+getTextAppearanceId() - Method in class org.robolectric.shadows.ShadowTextView
+
+getTextCharacters(int[]) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+getTextHistoryCount() - Method in class org.robolectric.shadows.ShadowCanvas
+
+getTextHistoryCount() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getTextHistoryCount() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+getTextID() - Method in class org.robolectric.res.android.ResXMLParser
+
+getTextOfLatestToast() - Static method in class org.robolectric.shadows.ShadowToast
+
+Returns the text of the most recently shown Toast
.
+
+getTextScaleX() - Method in class org.robolectric.shadows.ShadowPaint
+
+getTextServicesLocale() - Method in class org.robolectric.shadows.ShadowTextView
+
+getTextSize() - Method in class org.robolectric.shadows.ShadowPaint
+
+getTextSkewX() - Method in class org.robolectric.shadows.ShadowPaint
+
+getTextViewResourceId() - Method in class org.robolectric.shadows.ShadowArrayAdapter
+
+getTextZoom() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getTheAudioStreamType() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Note: This has a funny name at the moment to avoid having to produce an API-specific shadow -
+ if it were called
getAudioStreamType()
then the
RobolectricWiringTest
will
+ inform us that it should be annotated with
Implementation
, because there is a private
+ method in the later API versions with the same name, however this would fail on earlier
+ versions.
+
+getTheClass() - Method in class org.robolectric.internal.bytecode.RoboCallSite
+
+getThemeRef() - Method in class org.robolectric.manifest.ActivityData
+
+Convenience accessor for value of android:THEME attribute.
+
+getThemeRef() - Method in class org.robolectric.manifest.AndroidManifest
+
+getThemeRef(String) - Method in class org.robolectric.manifest.AndroidManifest
+
+getThemeValue(int, int, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getThemeValue(long, int, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getThermalStatusListeners() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+This function gets listeners for thermal status change.
+
+getThreadId() - Method in class org.robolectric.shadows.ShadowEventLog.ShadowEvent
+
+getThreadInstance() - Method in interface org.robolectric.shadows.ShadowChoreographer.ChoreographerReflector
+
+getThreadPriority(int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+Returns priority stored for the given thread.
+
+getThreadState() - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+getThreadStatsTag() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getThresholdDuration() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+getThumbnail(ContentResolver, long, int, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowMediaStore.ShadowImages.ShadowThumbnails
+
+getThumbnail(ContentResolver, long, int, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowMediaStore.ShadowVideo.ShadowThumbnails
+
+getTimeLimit() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+getTimeLimit() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+getTimeNanos() - Method in class org.robolectric.shadows.ShadowEventLog.ShadowEvent
+
+getTimeout() - Method in class org.robolectric.shadows.ShadowIsoDep
+
+getTimesHeld() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+Returns how many times the wakelock was held.
+
+getTimesRebooted() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+getTimeUnit() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageObserver
+
+getTimeUsed() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+getTimeZone() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Returns the time zone set by setTimeZone.
+
+getTimeZoneCapabilitiesAndConfig() - Method in class org.robolectric.shadows.ShadowTimeManager
+
+getTitle() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getTitle() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+Returns the title of this window, or null
if none is available.
+
+getTitle() - Method in class org.robolectric.shadows.ShadowAlertController
+
+getTitle() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getTitle() - Method in class org.robolectric.shadows.ShadowDialog
+
+getTitle() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getTitle() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getTitle() - Method in class org.robolectric.shadows.ShadowWebView
+
+getTitle() - Method in class org.robolectric.shadows.ShadowWindow
+
+getTitleCondensed() - Method in class org.robolectric.fakes.RoboMenuItem
+
+getTitleResId() - Method in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+Returns the resource id of the title to be used with the dialog.
+
+getToken() - Method in interface org.robolectric.shadows._Activity_
+
+getToken(Context, Account, String) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getToken(Context, Account, String) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getToken(Context, Account, String, Bundle) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getToken(Context, Account, String, Bundle) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getToken(Context, String, String) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getToken(Context, String, String) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getToken(Context, String, String, Bundle) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getToken(Context, String, String, Bundle) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTokenWithNotification(Context, Account, String, Bundle) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getTokenWithNotification(Context, Account, String, Bundle) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTokenWithNotification(Context, Account, String, Bundle, Intent) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getTokenWithNotification(Context, Account, String, Bundle, Intent) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTokenWithNotification(Context, Account, String, Bundle, String, Bundle) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getTokenWithNotification(Context, Account, String, Bundle, String, Bundle) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTokenWithNotification(Context, String, String, Bundle) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getTokenWithNotification(Context, String, String, Bundle) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTokenWithNotification(Context, String, String, Bundle, Intent) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getTokenWithNotification(Context, String, String, Bundle, Intent) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTokenWithNotification(Context, String, String, Bundle, String, Bundle) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+getTokenWithNotification(Context, String, String, Bundle, String, Bundle) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+getTop() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getTop() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getTorchMode(String) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+Returns what the supplied camera's torch is set to.
+
+getTotalBytes() - Method in class org.robolectric.shadows.ShadowStatFs
+
+getTotalBytes(UUID) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+
+
+getTotalLength() - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+Returns the total length of the path
+
+getTotalRxBytes() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getTotalRxPackets() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getTotalSize() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getTotalTxBytes() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getTotalTxPackets() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getTouchSlop() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getTrackCount() - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+getTrackFormat(int) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+getTransferOwnershipBundle() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getTransformCapabilities() - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+getTranslationX() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getTranslationX() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getTranslationY() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getTranslationY() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getTranslationZ() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getTranslationZ() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getTraversalAfter() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getTraversalBefore() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getTriggerAtMs() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getTurnScreenOn() - Method in class org.robolectric.shadows.ShadowActivity
+
+getType() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+getType() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+getType() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getType() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getType() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getType() - Method in class org.robolectric.shadows.ShadowIcon
+
+getType() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+getType() - Method in class org.robolectric.shadows.ShadowPath.Point
+
+getType(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getType(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+getType(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getType(Uri) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+getType(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+getTypedArrayResource(Resources, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+getTypeElement(String) - Method in class org.robolectric.annotation.processing.Helpers
+
+getTypeface() - Method in class org.robolectric.shadows.ShadowPaint
+
+getTypeIdentifier(int) - Static method in class org.robolectric.res.ResourceIds
+
+getUiAutomation() - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+getUiAutomation(int) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+getUiccCardsInfo() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getUiccSlotsInfo() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getUidForSharedUser(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getUidImportance(int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+getUidRxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidRxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidTcpRxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidTcpRxSegments(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidTcpTxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidTcpTxSegments(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidTxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidTxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidUdpRxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidUdpRxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidUdpTxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUidUdpTxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+getUIOptions() - Method in class org.robolectric.manifest.ActivityData
+
+getUnbindableActions() - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+getUnbindRequestCount() - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+Returns the number of times unbind was requested.
+
+getUnboundServiceConnections() - Method in class org.robolectric.shadows.ShadowApplication
+
+getUnboundServiceConnections() - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+getUnreleased() - Static method in class org.robolectric.versioning.AndroidVersions
+
+getUnsupportedMessage() - Method in class org.robolectric.pluginapi.Sdk
+
+Returns a human-readable message explaining why this SDK isn't supported.
+
+getUnsupportedMessage() - Method in class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+getUnsuspendablePackages(String[]) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getUpdateStatements() - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+
+
+getUpEvent(char) - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+getUri() - Method in class org.robolectric.shadows.ShadowContentResolver.Statement
+
+getUri() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+getUri() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getUri() - Method in class org.robolectric.shadows.ShadowIcon
+
+getUrl() - Method in class org.robolectric.shadows.ShadowWebView
+
+getUsabilityScores() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+getUsageSource() - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+getUsedPermissions() - Method in class org.robolectric.manifest.AndroidManifest
+
+getUserAgent() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getUserAgentString() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getUserBadgedIcon(Drawable, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+Adds a profile badge to the icon.
+
+getUserBadgeForDensity(UserHandle, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getUserData(Account, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+getUserForSerialNumber(long) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserHandle() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+getUserHandle() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedMainActivity
+
+Deprecated.
+
+getUserHandle(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserHandles(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserIcon() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserId() - Method in class org.robolectric.shadows.ShadowContextImpl
+
+getUserInfo(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserName() - Method in class org.robolectric.shadows.ShadowUserManager
+
+Returns the name of the user.
+
+getUserProfiles() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserProvisioningState() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getUserProvisioningStateForUser(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+getUserRestrictions() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserRestrictions(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUsers() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserSelectedOutgoingPhoneAccount() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getUserSerialNumber(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserSwitchability() - Method in class org.robolectric.shadows.ShadowUserManager
+
+getUserTokenHandler() - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+getUseWebViewBackgroundForOverscrollBackground() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getUseWideViewPort() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getUtteranceProgressListener() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+getUuids() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+getValue() - Method in class org.robolectric.integrationtests.jacoco.JaCoCoTester
+
+getValue() - Method in class org.robolectric.shadows.NativeBitSet64
+
+getValue() - Method in class org.robolectric.shadows.ShadowTrace.Counter
+
+getValue(int, ResTable_config) - Method in class org.robolectric.res.PackageResourceTable
+
+getValue(int, ResTable_config) - Method in interface org.robolectric.res.ResourceTable
+
+getValue(int, ResTable_config) - Method in class org.robolectric.res.RoutingResourceTable
+
+getValue(String, String, boolean) - Static method in class org.robolectric.shadows.ResourceHelper
+
+Returns the raw value from the given attribute float-type value string.
+
+getValue(String, String, boolean) - Static method in class org.robolectric.shadows.ResourceHelper2
+
+Returns the raw value from the given attribute float-type value string.
+
+getValue(ResName, ResTable_config) - Method in class org.robolectric.res.PackageResourceTable
+
+getValue(ResName, ResTable_config) - Method in interface org.robolectric.res.ResourceTable
+
+getValue(ResName, ResTable_config) - Method in class org.robolectric.res.RoutingResourceTable
+
+getValueFor(String) - Method in class org.robolectric.res.AttrData
+
+getValueMap() - Method in class org.robolectric.manifest.MetaData
+
+getValues(float[]) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+getValues(ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+getValuesBackReferences() - Method in class org.robolectric.shadows.ShadowContentProviderOperation
+
+Deprecated.
+
+
+
+getVendorId() - Method in class org.robolectric.shadows.ShadowInputDevice
+
+getVerificationCodeAtTimeoutExtension(int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+getVerificationExtendedTimeout(int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+getVerificationResult(int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+getVerifierDeviceIdentity() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+getVersion() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+getVersion() - Method in class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+major.minor version number as String.
+
+getVersionCode() - Method in class org.robolectric.manifest.AndroidManifest
+
+getVersionName() - Method in class org.robolectric.manifest.AndroidManifest
+
+getVibrationAttributesFromLastVibration() - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+getVideoEncoder() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getVideoEncodingBitRate() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getVideoFrameRate() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getVideoHeight() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getVideoHeight() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getVideoOverlayForEmbeddedEncryptedVideoEnabled() - Method in class org.robolectric.fakes.RoboWebSettings
+
+getVideoPath() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getVideoSource() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getVideoURIString() - Method in class org.robolectric.shadows.ShadowVideoView
+
+getVideoWidth() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+getVideoWidth() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+getView() - Method in class org.robolectric.shadows.ShadowAlertController
+
+getView() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+getView() - Method in class org.robolectric.shadows.ShadowToast
+
+getViewFor(int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+getViews() - Method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+getVirtualDescendantId() - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+getVirtualDevices() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager
+
+getVirtualSensorCallback() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+getVirtualSensorDirectChannelCallback() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+getVirtualSensorList() - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+getVisibleInDownloadsUi() - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+getVisibleShadowTypes() - Method in class org.robolectric.annotation.processing.RobolectricModel
+
+getVisualVoicemailPackageName() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getVisualVoicemailSmsFilterSettings() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getVoiceActivityIntents() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+getVoiceInteractions() - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+Returns the voice interactions called on
VoiceInteractor
instance associated with this
+ shadow.
+
+getVoiceMailAlphaTag() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getVoiceMailNumber() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getVoiceMailNumber(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+getVoicemailRingtoneUri(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getVoiceNetworkType() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+getVoices() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+getVolumeControlStream() - Method in class org.robolectric.shadows.ShadowActivity
+
+getVolumeList() - Method in class org.robolectric.shadows.ShadowStorageManager
+
+
+
+getVolumeList(int, int) - Static method in class org.robolectric.shadows.ShadowStorageManager
+
+getWallpaperCommandRecords() - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+
+
+getWallpaperDimAmount() - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+getWallpaperFile(int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Gets a wallpaper file associated with which
.
+
+getWallpaperInfo() - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Returns the information about the wallpaper if the current wallpaper is a live wallpaper
+ component.
+
+getWantsAllOnMoveCalls() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+getWantsAllOnMoveCalls() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getWatchers() - Method in class org.robolectric.shadows.ShadowTextView
+
+getWaveForm(byte[]) - Method in interface org.robolectric.shadows.ShadowVisualizer.VisualizerSource
+
+getWebChromeClient() - Method in class org.robolectric.shadows.ShadowWebView
+
+getWebMessageCallback() - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+getWebViewClient() - Method in class org.robolectric.shadows.ShadowWebView
+
+getWhen() - Method in class org.robolectric.shadows.ShadowPausedMessage
+
+getWhere() - Method in class org.robolectric.shadows.ShadowContentResolver.DeleteStatement
+
+getWhere() - Method in class org.robolectric.shadows.ShadowContentResolver.UpdateStatement
+
+getWidth() - Method in class org.robolectric.shadows.RoundRectangle
+
+getWidth() - Method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+getWidth() - Method in class org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage
+
+getWidth() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+getWidth() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+getWidth() - Method in class org.robolectric.shadows.ShadowPaint
+
+getWidth() - Method in class org.robolectric.shadows.ShadowPicture
+
+getWidth() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+getWidth() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+getWifiApConfiguration() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getWifiConfiguration(int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getWifiDisplayStatus() - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+getWifiState() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+getWindingRule() - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+getWindow() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+getWindow() - Method in class org.robolectric.shadows.ShadowActivity
+
+Constructs a new Window (a PhoneWindow
) if no window
+ has previously been set.
+
+getWindowAdded() - Method in interface org.robolectric.shadows._Activity_
+
+getWindowAttributes() - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+getWindowDisplayFrame(Rect) - Method in class org.robolectric.shadows.ShadowView
+
+getWindowId() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Returns the id of the window from which the info comes.
+
+getWindowId() - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+Returns the id of the window from which the event comes.
+
+getWindowId() - Method in class org.robolectric.shadows.ShadowView
+
+getWindowId(ShadowView) - Static method in class org.robolectric.shadows.ShadowView.WindowIdHelper
+
+getWindowInsets(boolean) - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+On Android R+
WindowInsets
supports checking visibility of specific inset types.
+
+getWindowInsets(boolean) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+getWindowInsetsFromServer(WindowManager.LayoutParams, Rect) - Method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+Re implement to avoid server call
+
+getWindowLengthMs() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getWindowManagerService() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+getWindows() - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+Returns a representation of interactive windows shown on the device's default display.
+
+getWindowSession() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+getWindowSession(Looper) - Static method in class org.robolectric.shadows.ShadowViewRootImpl
+
+getWindowSession(Looper) - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+getWindowSoftInputMode() - Method in class org.robolectric.manifest.ActivityData
+
+getWindowsOnAllDisplays() - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+Returns a representation of interactive windows shown on the device's all displays.
+
+getWindowTouchSlop() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getWindowVisibleDisplayFrame(Rect) - Method in class org.robolectric.shadows.ShadowView
+
+getWipeCalledTimes() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+getWordSpacing() - Method in class org.robolectric.shadows.ShadowPaint
+
+getWorkSource() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+getWorkSource() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+getWrappedCursor() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+getWritePermission() - Method in class org.robolectric.manifest.ContentProviderData
+
+getX() - Method in class org.robolectric.shadows.RoundRectangle
+
+getX() - Method in class org.robolectric.shadows.ShadowPath.Point
+
+getXml(ResName, ResTable_config) - Method in class org.robolectric.res.PackageResourceTable
+
+getXml(ResName, ResTable_config) - Method in interface org.robolectric.res.ResourceTable
+
+getXml(ResName, ResTable_config) - Method in class org.robolectric.res.RoutingResourceTable
+
+getXmlContext() - Method in class org.robolectric.res.TypedResource
+
+getXmlFile() - Method in class org.robolectric.res.XmlContext
+
+getXOffset() - Method in class org.robolectric.shadows.ShadowToast
+
+getXVelocity() - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+getXVelocity(int) - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+getY() - Method in class org.robolectric.shadows.RoundRectangle
+
+getY() - Method in class org.robolectric.shadows.ShadowPath.Point
+
+getYear() - Method in class org.robolectric.shadows.ShadowDatePickerDialog
+
+getYOffset() - Method in class org.robolectric.shadows.ShadowToast
+
+getYVelocity() - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+getYVelocity(int) - Method in class org.robolectric.shadows.ShadowVelocityTracker
+
+getZipEntry() - Method in class org.robolectric.res.android.FileMap
+
+getZoomControlsTimeout() - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+getZygoteInstance() - Static method in class org.robolectric.shadows.ShadowOverlayConfig
+
+Override to skip the check on pid == ROOT_PID
+
+gFormatFlags - Static variable in class org.robolectric.res.android.ResourceTable
+
+glCheckFramebufferStatus(int) - Static method in class org.robolectric.shadows.ShadowGLES20
+
+
+
+glCreateProgram() - Static method in class org.robolectric.shadows.ShadowGLES20
+
+glCreateShader(int) - Static method in class org.robolectric.shadows.ShadowGLES20
+
+glGenFramebuffers(int, int[], int) - Static method in class org.robolectric.shadows.ShadowGLES20
+
+glGenTextures(int, int[], int) - Static method in class org.robolectric.shadows.ShadowGLES20
+
+glGetProgramiv(int, int, int[], int) - Static method in class org.robolectric.shadows.ShadowGLES20
+
+glGetShaderiv(int, int, int[], int) - Static method in class org.robolectric.shadows.ShadowGLES20
+
+GlobalConfigProvider - Interface in org.robolectric.pluginapi.config
+
+Provides the default config for a test.
+
+GnssSatelliteInfo() - Constructor for class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+GnssStatusBuilder - Class in org.robolectric.shadows
+
+Deprecated.
+
+
+
+GnssStatusBuilder.GnssSatelliteInfo - Class in org.robolectric.shadows
+
+Deprecated.
+Information about a single satellite in a
GnssStatus
.
+
+GnssStatusBuilder.GnssSatelliteInfo.Builder - Class in org.robolectric.shadows
+
+Deprecated.
+
+
+goAsync() - Method in class org.robolectric.shadows.ShadowBroadcastReceiver
+
+goBack() - Method in class org.robolectric.shadows.ShadowWebView
+
+goBackOrForward(int) - Method in class org.robolectric.shadows.ShadowWebView
+
+goForward() - Method in class org.robolectric.shadows.ShadowWebView
+
+GoogleAuthUtilImpl() - Constructor for class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+GooglePlayServicesUtilImpl() - Constructor for class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+grantPermission(UsbAccessory) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Grants permission for the accessory.
+
+grantPermission(UsbDevice) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+grantPermission(UsbDevice, String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+grantPermissions(int, int, String...) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Grant the given permissions for the given process and user.
+
+grantPermissions(String...) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+Grant the given permissions for the current process and user.
+
+grantPolicy(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Grants a particular device policy for an active ComponentName.
+
+grantRuntimePermission(String, String, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+grantSlicePermission(String, Uri) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+GraphicsMode - Annotation Type in org.robolectric.annotation
+
+
+
+GraphicsMode.Mode - Enum in org.robolectric.annotation
+
+Specifies the different supported graphics modes.
+
+GraphicsModeConfigurer - Class in org.robolectric.plugins
+
+Provides configuration to Robolectric for its @
GraphicsMode
annotation.
+
+GraphicsModeConfigurer(Properties) - Constructor for class org.robolectric.plugins.GraphicsModeConfigurer
+
+GraphicsShadowPicker <T > - Class in org.robolectric.shadows
+
+A
ShadowPicker
that selects between shadows given the Graphics mode.
+
+GraphicsShadowPicker(Class<? extends T>, Class<? extends T>) - Constructor for class org.robolectric.shadows.GraphicsShadowPicker
+
+grep(Pattern) - Method in class org.robolectric.res.StyleData
+
+
+H
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.CleanerInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.FileDescriptorInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.LinkedHashMapEldestInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.NoOpInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.ReferenceRefersToInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.SocketInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.SystemArrayCopyInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.SystemLogInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.interceptors.AndroidInterceptors.SystemTimeInterceptor
+
+handle(MethodSignature) - Method in class org.robolectric.internal.bytecode.Interceptor
+
+handleChangeListener(RecognitionListener) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+Handles changing the listener and allows access to the internal listener to trigger events and
+ sets the latest SpeechRecognizer.
+
+handleIntent() - Method in class org.robolectric.android.controller.IntentServiceController
+
+handleMmi(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+handleMmi(String, PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+handler - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+handleResponse(RoutedRequest, HttpResponse, HttpContext) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Analyzes a response to check need for a followup.
+
+handleSoftInputVisibilityChange(boolean) - Method in interface org.robolectric.shadows.ShadowInputMethodManager.SoftInputVisibilityChangeHandler
+
+HardwareRendererNatives - Class in org.robolectric.nativeruntime
+
+Native methods for HardwareRenderer
JNI registration.
+
+hardwareRendererObserverNatives - Variable in class org.robolectric.shadows.ShadowNativeHardwareRendererObserver
+
+HardwareRendererObserverNatives - Class in org.robolectric.nativeruntime
+
+Native methods for ImageDecoder
JNI registration.
+
+HardwareRendererObserverNatives() - Constructor for class org.robolectric.nativeruntime.HardwareRendererObserverNatives
+
+hasActiveProfileProxy(int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+hasAlpha() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+hasAltitudeSupport() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+hasAmplitudeControl() - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+hasAnnotation(Class<? extends Annotation>) - Method in class org.robolectric.internal.bytecode.ClassDetails
+
+hasBearingSupport() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+hasBeenDismissed() - Method in class org.robolectric.shadows.ShadowDialog
+
+hasCancelledPendingTransitions() - Method in class org.robolectric.shadows.ShadowActivity
+
+hasCarrierPrivileges(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+hasCookies() - Method in class android.webkit.RoboCookieManager
+
+hasCookies(boolean) - Method in class android.webkit.RoboCookieManager
+
+hasDrawnCircle() - Method in class org.robolectric.shadows.ShadowCanvas
+
+hasDrawnCircle() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+hasDrawnCircle() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+hasDrawnPath() - Method in class org.robolectric.shadows.ShadowCanvas
+
+hasDrawnPath() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+hasDrawnPath() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+hasEnrolledFingerprints() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+
+
+hasEntries() - Method in class org.robolectric.res.android.IdmapEntries
+
+hasExtension(String) - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+hasFeatures(Account, String[], AccountManagerCallback<Boolean>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+hasField(Class<?>, String) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively check if a class has a given field (static or non static).
+
+hasGainmap() - Method in class org.robolectric.shadows.ShadowBitmap
+
+hasGrantedPolicy(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+hashCode - Variable in class org.robolectric.res.ResName
+
+hashCode() - Method in class org.robolectric.android.internal.DisplayConfig
+
+hashCode() - Method in class org.robolectric.fakes.RoboIntentSender
+
+hashCode() - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+hashCode() - Method in class org.robolectric.internal.bytecode.InvocationProfile
+
+hashCode() - Method in class org.robolectric.internal.bytecode.MethodRef
+
+hashCode() - Method in class org.robolectric.internal.bytecode.ShadowInfo
+
+hashCode() - Method in class org.robolectric.internal.bytecode.ShadowMap
+
+hashCode() - Method in class org.robolectric.internal.ManifestIdentifier
+
+hashCode() - Method in class org.robolectric.manifest.AndroidManifest
+
+hashCode() - Method in class org.robolectric.pluginapi.perf.Metric
+
+hashCode() - Method in class org.robolectric.pluginapi.Sdk
+
+hashCode() - Method in class org.robolectric.res.android.String8
+
+hashCode() - Method in class org.robolectric.res.ResName
+
+hashCode() - Method in class org.robolectric.res.ResourcePath
+
+hashCode() - Method in class org.robolectric.res.StyleData
+
+hashCode() - Method in class org.robolectric.res.StyleResolver
+
+hashCode() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+hashCode() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+hashCode() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+hashCode() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+hashCode() - Method in class org.robolectric.shadows.ShadowCrossProfileApps.StartedMainActivity
+
+Deprecated.
+
+hashCode() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+hashCode() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+hashCode() - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+hashCode() - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+hashCode() - Method in class org.robolectric.shadows.ShadowLog.LogItem
+
+hashCode() - Method in class org.robolectric.shadows.ShadowPath.Point
+
+hashCode() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+hashCode() - Method in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+hashCode() - Method in class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+hashCode() - Method in class org.robolectric.shadows.ShadowUsageStatsManager.AppUsageLimitObserver
+
+hashCode() - Method in class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+hashCode() - Method in class org.robolectric.shadows.util.DataSource
+
+hashCode() - Method in class org.robolectric.util.inject.Injector.Key
+
+hasIdentityMatrix() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+hasIdentityMatrix() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+hasListener(SensorEventListener) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+Tests if the sensor manager has a registration for the given listener.
+
+hasListener(SensorEventListener, Sensor) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+Tests if the sensor manager has a registration for the given listener for the given sensor.
+
+hasMimeType(String) - Method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+hasMipMap() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+hasMovedToFront() - Method in class org.robolectric.shadows.ShadowAppTask
+
+Returns true if task has been moved to the front.
+
+hasMultipleSigners() - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+hasNetworkRequirement() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+hasNotificationAccess - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+hasNotificationAccess(ComponentName) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+hasOnSubscriptionsChangedListener(SubscriptionManager.OnSubscriptionsChangedListener) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+Check if a listener exists in the ShadowSubscriptionManager.listeners
.
+
+hasOverlappingRendering() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+hasOverlappingRendering() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+hasPastSigningCertificates() - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+hasPendingResponses() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+hasPermanentMenuKey() - Method in class org.robolectric.shadows.ShadowViewConfiguration
+
+hasPermission(UsbAccessory) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Returns true if the caller has permission to access the accessory.
+
+hasPermission(UsbDevice) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Returns true if the caller has permission to access the device.
+
+hasPermissionForPackage(UsbAccessory, String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Returns true if the given package has permission to access the device.
+
+hasPermissionForPackage(UsbDevice, String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Returns true if the given package has permission to access the device.
+
+hasPrimaryClip() - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+hasProfile(int, int) - Static method in class org.robolectric.shadows.ShadowCamcorderProfile
+
+hasProvider(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+hasQueuedTasks() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+hasQuit() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+hasQuit() - Method in class org.robolectric.shadows.ShadowLooper
+
+hasQuit() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+hasReceiverForIntent(Intent) - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+hasRequestedAutoFocus() - Method in class org.robolectric.shadows.ShadowCamera
+
+hasRequestInfos() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+hasRequestMatchingRule(RequestMatcher) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+hasResources() - Method in class org.robolectric.res.ResourcePath
+
+hasResourceWallpaper(int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+
+
+hasRespondedToRttRequest() - Method in class org.robolectric.shadows.ShadowCall
+
+Determines whether respondToRttRequest() was called.
+
+hasResponseRules() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+hasSatelliteRequirement() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+hasSentRttRequest() - Method in class org.robolectric.shadows.ShadowCall
+
+Determines whether sendRttRequest() was called.
+
+hasShadowPicker() - Method in class org.robolectric.internal.bytecode.ShadowInfo
+
+hasShadowPicker(MutableClass) - Method in class org.robolectric.internal.bytecode.ShadowMap
+
+hasShortcutHostPermission() - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+hasSpeedSupport() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+hasStarted() - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+hasSubMenu() - Method in class org.robolectric.fakes.RoboMenuItem
+
+hasSystemFeature(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+hasSystemFeature(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+hasText() - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+hasUserRestriction(String, UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+hasUserRestrictionForUser(String, int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+hasUserRestrictionForUser(String, UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+hasVibrator() - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+hasVisibleItems() - Method in class org.robolectric.fakes.RoboMenu
+
+HDR_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+HDR_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+HDR_YES - Static variable in class org.robolectric.res.android.ResTable_config
+
+hdrCapabilities - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The display's HDR capabilities
+
+header - Variable in class org.robolectric.res.android.ResourceTypes.ResXMLTree_header
+
+header(String, String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+Header(ResTable) - Constructor for class org.robolectric.res.android.ResTable.Header
+
+headerIterator() - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+headerIterator() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+headerIterator(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+headerIterator(String) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+height - Variable in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+height - Variable in class org.robolectric.shadows.ImageUtil.ImageInfo
+
+height - Variable in class org.robolectric.shadows.RoundRectangle
+
+helpers - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+Helpers - Class in org.robolectric.annotation.processing
+
+Helpers - Class in org.robolectric.errorprone.bugpatterns
+
+Matchers for ShadowUsageCheck
.
+
+Helpers() - Constructor for class org.robolectric.errorprone.bugpatterns.Helpers
+
+Helpers(ProcessingEnvironment) - Constructor for class org.robolectric.annotation.processing.Helpers
+
+Helpers.CastableTo - Class in org.robolectric.errorprone.bugpatterns
+
+Matches implementations of the given interface.
+
+HelperTestRunner(Class) - Constructor for class org.robolectric.RobolectricTestRunner.HelperTestRunner
+
+HelperTestRunner(Class<?>) - Constructor for class org.robolectric.internal.SandboxTestRunner.HelperTestRunner
+
+HiddenApi - Annotation Type in org.robolectric.annotation
+
+Indicates that the annotated method is hidden in the public Android API.
+
+hide(int) - Method in class org.robolectric.shadows.ShadowInsetsController
+
+Intercepts calls to [InsetsController.hide] to detect requested changes to the system
+ status/nav bar visibility.
+
+hideSoftInputFromWindow(IBinder, int) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+hideSoftInputFromWindow(IBinder, int, ResultReceiver) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+hideSoftInputFromWindow(IBinder, int, ResultReceiver, int) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+HierarchicalConfigurationStrategy - Class in org.robolectric.plugins
+
+
+
+HierarchicalConfigurationStrategy(Configurer<?>...) - Constructor for class org.robolectric.plugins.HierarchicalConfigurationStrategy
+
+HierarchicalConfigurationStrategy.ConfigurationImpl - Class in org.robolectric.plugins
+
+historyUrl - Variable in class org.robolectric.shadows.ShadowWebView.LoadDataWithBaseURL
+
+host(String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+HSVToColor(int, float[]) - Static method in class org.robolectric.shadows.ShadowColor
+
+HttpEntityStub - Class in org.robolectric.shadows.httpclient
+
+HttpEntityStub() - Constructor for class org.robolectric.shadows.httpclient.HttpEntityStub
+
+HttpEntityStub.ResponseRule - Interface in org.robolectric.shadows.httpclient
+
+httpParams - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+httpProcessor - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The HTTP protocol processor.
+
+httpProcessor - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+httpRequestExecutor - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+HttpRequestInfo - Class in org.robolectric.shadows.httpclient
+
+HttpRequestInfo(HttpRequest, HttpHost, HttpContext, RequestDirector) - Constructor for class org.robolectric.shadows.httpclient.HttpRequestInfo
+
+httpRequestRetryHandler - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+httpRequestWasMade() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+Accessor to find out if HTTP requests were made during the current test.
+
+httpRequestWasMade(String) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+HttpResponseGenerator - Interface in org.robolectric.shadows.httpclient
+
+HttpResponseStub - Class in org.robolectric.shadows.httpclient
+
+HttpResponseStub() - Constructor for class org.robolectric.shadows.httpclient.HttpResponseStub
+
+httpRoutePlanner - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+
+I
+
+i(String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+i(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+icon - Variable in class org.robolectric.fakes.RoboMenuItem
+
+id - Variable in class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+ID_TYPE - Static variable in class org.robolectric.res.ResName
+
+ident - Variable in class org.robolectric.res.android.ResourceTypes.ResTable_ref
+
+identifierForName(String, String, String) - Method in class org.robolectric.res.android.ResTable
+
+identifierForName(String, String, String, Ref<Integer>) - Method in class org.robolectric.res.android.ResTable
+
+identify(Config) - Method in class org.robolectric.internal.BuckManifestFactory
+
+identify(Config) - Method in class org.robolectric.internal.DefaultManifestFactory
+
+identify(Config) - Method in interface org.robolectric.internal.ManifestFactory
+
+Creates a
ManifestIdentifier
which represents an Android app, service, or library
+ under test, indicating its manifest file, resources and assets directories, and optionally
+ dependency libraries and an overridden package name.
+
+identify(Config) - Method in class org.robolectric.internal.MavenManifestFactory
+
+Deprecated.
+
+idle() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+idle() - Method in class org.robolectric.shadows.ShadowLooper
+
+Executes all posted tasks scheduled before or at the current time.
+
+idle() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+idle(long) - Method in class org.robolectric.shadows.ShadowLooper
+
+Deprecated.
+
+
+
+idle(long, TimeUnit) - Method in class org.robolectric.shadows.ShadowLooper
+
+Deprecated.
+
+
+
+IDLE - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+idleConstantly(boolean) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+Deprecated.
+
+idleConstantly(boolean) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+idleConstantly(boolean) - Method in class org.robolectric.shadows.ShadowLooper
+
+idleConstantly(boolean) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+idleConstantly(boolean) - Method in class org.robolectric.util.Scheduler
+
+Deprecated.
+
+
+
+idleFor(long, TimeUnit) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+idleFor(long, TimeUnit) - Method in class org.robolectric.shadows.ShadowLooper
+
+Advances the system clock by the given time, then executes all posted tasks scheduled before or
+ at the given time.
+
+idleFor(long, TimeUnit) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+idleFor(Duration) - Method in class org.robolectric.shadows.ShadowLooper
+
+
+
+idleIfPaused() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+idleIfPaused() - Method in class org.robolectric.shadows.ShadowLooper
+
+Helper method to selectively call idle() only if LooperMode is PAUSED.
+
+idleIfPaused() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+idleMainLooper() - Static method in class org.robolectric.shadows.ShadowLooper
+
+idleMainLooper(long) - Static method in class org.robolectric.shadows.ShadowLooper
+
+Deprecated.
+
+
+
+idleMainLooper(long, TimeUnit) - Static method in class org.robolectric.shadows.ShadowLooper
+
+idleMainLooperConstantly(boolean) - Static method in class org.robolectric.shadows.ShadowLooper
+
+IdlingResourceTimeoutException - Exception in org.robolectric.android.internal
+
+Timeout exception thrown when idling resources are not idle for longer than the configured
+ timeout.
+
+IdlingResourceTimeoutException(List<String>) - Constructor for exception org.robolectric.android.internal.IdlingResourceTimeoutException
+
+idmapEntries - Variable in class org.robolectric.res.android.ResTable.Type
+
+IdmapEntries - Class in org.robolectric.res.android
+
+IdmapEntries() - Constructor for class org.robolectric.res.android.IdmapEntries
+
+ignoreMissingLoggedTags(boolean) - Method in class org.robolectric.junit.rules.ExpectedLogMessagesRule
+
+
+
+ImageDecoder_nCreateAsset(long, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+ImageDecoder_nCreateByteArray(byte[], int, int, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+ImageDecoder_nCreateByteBuffer(ByteBuffer, int, int, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+ImageDecoder_nCreateFd(FileDescriptor, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+ImageDecoder_nCreateInputStream(InputStream, byte[], ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+ImageDecoder_nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, ColorSpace) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+ImageDecoderNatives - Class in org.robolectric.nativeruntime
+
+
+
+ImageReaderNatives - Class in org.robolectric.nativeruntime
+
+
+
+ImageReaderNatives() - Constructor for class org.robolectric.nativeruntime.ImageReaderNatives
+
+ImageReaderSurfaceImageNatives - Class in org.robolectric.nativeruntime
+
+
+
+ImageReaderSurfaceImageNatives() - Constructor for class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+ImageUtil - Class in org.robolectric.shadows
+
+ImageUtil() - Constructor for class org.robolectric.shadows.ImageUtil
+
+ImageUtil.ImageInfo - Class in org.robolectric.shadows
+
+Image information descriptor.
+
+imp - Variable in class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+Implementation - Annotation Type in org.robolectric.annotation
+
+Indicates that a method declaration is intended to shadow a method with the same signature on the
+ associated Android class.
+
+Implementation(int[], int, int, String, String, float, String, String, String, Class<?>[], String[], Class<? extends Application>, String[]) - Constructor for class org.robolectric.annotation.Config.Implementation
+
+ImplementationValidator - Class in org.robolectric.annotation.processing.validator
+
+
+
+ImplementationValidator(RobolectricModel.Builder, ProcessingEnvironment) - Constructor for class org.robolectric.annotation.processing.validator.ImplementationValidator
+
+Implements - Annotation Type in org.robolectric.annotation
+
+Indicates that a class declaration is intended to shadow an Android class declaration.
+
+IMPLEMENTS_CLASS - Static variable in class org.robolectric.annotation.processing.validator.ImplementsValidator
+
+Implements.DefaultShadowPicker - Interface in org.robolectric.annotation
+
+An interface used as the default for the picker
param.
+
+ImplementsValidator - Class in org.robolectric.annotation.processing.validator
+
+
+
+ImplementsValidator(RobolectricModel.Builder, ProcessingEnvironment, ImplementsValidator.SdkCheckMode, SdkStore) - Constructor for class org.robolectric.annotation.processing.validator.ImplementsValidator
+
+ImplementsValidator.SdkCheckMode - Enum in org.robolectric.annotation.processing.validator
+
+Supported modes for validation of
Implementation
methods against SDKs.
+
+imports - Variable in class org.robolectric.annotation.processing.DocumentedType
+
+inClassLoader(ClassLoader) - Method in class org.robolectric.internal.bytecode.ShadowProviders
+
+IncomingCallRecord(PhoneAccountHandle, Bundle) - Constructor for class org.robolectric.shadows.ShadowTelecomManager.IncomingCallRecord
+
+incrementBroadcastsDispatchedCount(int) - Method in class org.robolectric.shadows.ShadowBroadcastResponseStats
+
+incrementCount() - Method in class org.robolectric.pluginapi.perf.Metric
+
+incrementCount(String) - Method in class org.robolectric.util.PerfStatsCollector
+
+incrementNotificationsCancelledCount(int) - Method in class org.robolectric.shadows.ShadowBroadcastResponseStats
+
+incrementNotificationsPostedCount(int) - Method in class org.robolectric.shadows.ShadowBroadcastResponseStats
+
+incrementNotificationsUpdatedCount(int) - Method in class org.robolectric.shadows.ShadowBroadcastResponseStats
+
+incrementOperationCount(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+incrementOperationCount(int, int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+incReserve(int) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+index - Variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_ref
+
+indexOf(T) - Method in class org.robolectric.res.android.SortedVector
+
+indexOfAttribute(String, int, String, int) - Method in class org.robolectric.res.android.ResXMLParser
+
+indexOfClass() - Method in class org.robolectric.res.android.ResXMLParser
+
+indexOfID() - Method in class org.robolectric.res.android.ResXMLParser
+
+indexOfString(String) - Method in class org.robolectric.res.android.ResStringPool
+
+indexOfStyle() - Method in class org.robolectric.res.android.ResXMLParser
+
+inferFromValue(String) - Static method in enum org.robolectric.res.ResType
+
+Parses a resource value to infer the type
+
+inferType(String) - Static method in enum org.robolectric.res.ResType
+
+info(String, Object...) - Static method in class org.robolectric.util.Logger
+
+Log an info message.
+
+init() - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+init() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+init() - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+Avoid spurious error message about /system/etc/fonts.xml
+
+init() - Method in class org.robolectric.shadows.ShadowNsdManager
+
+init(boolean) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+init(boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+init(ActivityThread, Context, Context, ComponentName, Object) - Method in interface org.robolectric.shadows.ShadowInstrumentation._Instrumentation_
+
+init(ActivityThread, Context, Context, ComponentName, Object, Object) - Method in interface org.robolectric.shadows.ShadowInstrumentation._Instrumentation_
+
+init(AccessibilityRecord) - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+init(ProcessingEnvironment) - Method in class org.robolectric.annotation.processing.RobolectricProcessor
+
+init(Element, Element) - Method in class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+init(Element, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+init(ResourceTable, String) - Method in class org.robolectric.manifest.MetaData
+
+initConstants() - Static method in class org.robolectric.shadows.ShadowLibcoreOsConstants
+
+initConstants() - Static method in class org.robolectric.shadows.ShadowOsConstants
+
+initialAwakenScrollBars() - Method in class org.robolectric.shadows.ShadowView
+
+initialize(Context, Looper, WifiP2pManager.ChannelListener) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+initialize(UsbDeviceConnection, UsbEndpoint) - Method in class org.robolectric.shadows.ShadowUsbRequest
+
+INITIALIZED - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+initializeVoiceInteractor() - Method in class org.robolectric.shadows.ShadowActivity
+
+
+
+initializing(Object) - Method in interface org.robolectric.internal.bytecode.ClassHandler
+
+Called by Robolectric when a new instance of an instrumented class has been created and is
+ ready to be initialized (but only on JVMs which don't support the invokedynamic
+ instruction).
+
+initializing(Object) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+initializing(Object) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+initListener(PhoneStateListener, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+initMetaData(ResourceTable) - Method in class org.robolectric.manifest.AndroidManifest
+
+Allows ShadowPackageManager to provide
+ a resource index for initialising the resource attributes in all the metadata elements
+
+initRaster(int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+initRaster(long) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+initRaster(Bitmap) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+initServiceCache(Map<String, IBinder>) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+initSupportedPreviewSizes() - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+initSystemDefaultTypefaces(Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+initTabWidget() - Method in class org.robolectric.shadows.ShadowTabWidget
+
+initTelephonyCallback(Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+initTts() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+injectAndLoad() - Static method in class org.robolectric.nativeruntime.DefaultNativeRuntimeLoader
+
+injectInputEvent(InputEvent) - Static method in class org.robolectric.shadows.ShadowUiAutomation
+
+
+
+injectInputEvent(InputEvent, boolean) - Method in class org.robolectric.shadows.ShadowUiAutomation
+
+injectInputEvent(InputEvent, int) - Method in class org.robolectric.shadows.ShadowInputManager
+
+InjectionException - Exception in org.robolectric.util.inject
+
+InjectionException(Class<?>, String) - Constructor for exception org.robolectric.util.inject.InjectionException
+
+InjectionException(Class<?>, String, Throwable) - Constructor for exception org.robolectric.util.inject.InjectionException
+
+InjectionException(Class<?>, Throwable) - Constructor for exception org.robolectric.util.inject.InjectionException
+
+InjectionException(Injector.Key<?>, String) - Constructor for exception org.robolectric.util.inject.InjectionException
+
+InjectionException(Injector.Key<?>, String, Throwable) - Constructor for exception org.robolectric.util.inject.InjectionException
+
+InjectionException(Injector.Key<?>, Throwable) - Constructor for exception org.robolectric.util.inject.InjectionException
+
+injectKeyEvent(KeyEvent) - Method in class org.robolectric.android.internal.LocalUiController
+
+injectLocation(Location) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+injectMotionEvent(MotionEvent) - Method in class org.robolectric.android.internal.LocalUiController
+
+Injector - Class in org.robolectric.util.inject
+
+A tiny dependency injection and plugin helper for Robolectric.
+
+Injector() - Constructor for class org.robolectric.util.inject.Injector
+
+Creates a new empty injector.
+
+Injector.Builder - Class in org.robolectric.util.inject
+
+
+
+Injector.Key <T > - Class in org.robolectric.util.inject
+
+Identifies an injection point.
+
+injectString(String) - Method in class org.robolectric.android.internal.LocalUiController
+
+inKeyguardRestrictedInputMode() - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+InlineExecutorService - Class in org.robolectric.android.util.concurrent
+
+Executor service that executes posted tasks as soon as they are posted.
+
+InlineExecutorService() - Constructor for class org.robolectric.android.util.concurrent.InlineExecutorService
+
+innerText() - Method in class org.robolectric.shadows.ShadowTextView
+
+Returns the text string of this TextView
.
+
+innerText() - Method in class org.robolectric.shadows.ShadowView
+
+Returns a string representation of this View
.
+
+innerText() - Method in class org.robolectric.shadows.ShadowViewGroup
+
+Returns a string representation of this ViewGroup
by concatenating all of the
+ strings contained in all of the descendants of this ViewGroup
.
+
+innerText(View) - Static method in class org.robolectric.shadows.ShadowView
+
+Returns the text contained within this view.
+
+inputFlags - Variable in class org.robolectric.res.android.ResTable_config
+
+insert(Uri, ContentValues) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+insert(Uri, ContentValues) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+install(Context) - Static method in class org.robolectric.shadows.multidex.ShadowAndroidXMultiDex
+
+install(Context) - Static method in class org.robolectric.shadows.multidex.ShadowMultiDex
+
+install(File, long) - Static method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+installExistingPackage(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+installExistingPackageAsUser(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+installModule(Object) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+installPackage(PackageInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+installPackage(Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+instance - Static variable in class org.robolectric.config.ConfigurationRegistry
+
+INSTANCE - Static variable in class org.robolectric.internal.bytecode.DirectObjectMarker
+
+instrument(ClassDetails, InstrumentationConfiguration, ClassNodeProvider) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+instrument(MutableClass) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Instrument - Annotation Type in org.robolectric.annotation.internal
+
+Indicates that a class should always be instrumented regardless of its package.
+
+INSTRUMENTATION_TEST - Enum constant in enum org.robolectric.annotation.LooperMode.Mode
+
+A mode that simulates an android instrumentation test threading model, which has a separate
+ test thread distinct from the main looper thread.
+
+InstrumentationConfiguration - Class in org.robolectric.internal.bytecode
+
+
+
+InstrumentationConfiguration(Map<String, String>, Collection<MethodRef>, Collection<String>, Collection<String>, Collection<String>, Collection<String>, Collection<String>, Collection<String>, String) - Constructor for class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+InstrumentationConfiguration.Builder - Class in org.robolectric.internal.bytecode
+
+instrumentConstructor(MutableClass, MethodNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Constructors are instrumented as follows:
+
+
+ The original constructor will be stripped of its instructions leading up to, and
+ including, the call to super() or this().
+
+instrumentedClasses - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+InstrumentedInterface - Interface in org.robolectric.internal.bytecode
+
+Marker interface used by Robolectric to indicate that an interface has been instrumented
+
+instrumentedPackages - Variable in class org.robolectric.annotation.Config.Builder
+
+instrumentedPackages - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+instrumentedPackages() - Method in class org.robolectric.annotation.Config.Implementation
+
+instrumentedPackages() - Element in annotation type org.robolectric.annotation.Config
+
+A list of instrumented packages, in addition to those that are already instrumented.
+
+instrumentedPackages() - Element in annotation type org.robolectric.internal.bytecode.SandboxConfig
+
+A list of instrumented packages, in addition to those that are already instrumented.
+
+InstrumentingClassWriter - Class in org.robolectric.internal.bytecode
+
+ClassWriter implementation that verifies classes by comparing type information obtained
+ from loading the classes as resources.
+
+InstrumentingClassWriter(ClassNodeProvider, ClassNode) - Constructor for class org.robolectric.internal.bytecode.InstrumentingClassWriter
+
+Preserve stack map frames for V51 and newer bytecode.
+
+instrumentJar(File, File, File, boolean) - Method in class org.robolectric.preinstrumented.JarInstrumentor
+
+Performs the JAR instrumentation.
+
+instrumentNativeMethod(MutableClass, MethodNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Creates native stub which returns the default return value.
+
+instrumentNormalMethod(MutableClass, MethodNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Instruments a normal method
+
+
+ Rename the method from methodName
to $$robo$$methodName
.
+
+INT_BOOLEAN - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is either 0 (false) or 1 (true).
+
+INT_COLOR_ARGB4 - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is a raw integer value of the form #argb.
+
+INT_COLOR_ARGB8 - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is a raw integer value of the form #aarrggbb.
+
+INT_COLOR_RGB4 - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is a raw integer value of the form #rgb.
+
+INT_COLOR_RGB8 - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is a raw integer value of the form #rrggbb.
+
+INT_DEC - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is a raw integer value of the form n..n.
+
+INT_HEX - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is a raw integer value of the form 0xn..n.
+
+INTEGER - Enum constant in enum org.robolectric.res.ResType
+
+INTEGER_ARRAY - Enum constant in enum org.robolectric.res.ResType
+
+intent - Variable in class org.robolectric.android.controller.ComponentController
+
+intent - Variable in class org.robolectric.fakes.RoboIntentSender
+
+intent - Variable in class org.robolectric.shadows.ShadowActivity.IntentForResult
+
+IntentComparator() - Constructor for class org.robolectric.shadows.ShadowPackageManager.IntentComparator
+
+intentFilter - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+IntentFilterData - Class in org.robolectric.manifest
+
+IntentFilterData(List<String>, List<String>) - Constructor for class org.robolectric.manifest.IntentFilterData
+
+IntentFilterData.DataAuthority - Class in org.robolectric.manifest
+
+IntentForResult(Intent, int) - Constructor for class org.robolectric.shadows.ShadowActivity.IntentForResult
+
+IntentForResult(Intent, int, Bundle) - Constructor for class org.robolectric.shadows.ShadowActivity.IntentForResult
+
+intentSender - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+IntentSenderRequest(IntentSender, int, Intent, int, int, int, Bundle) - Constructor for class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+IntentServiceController <T extends IntentService > - Class in org.robolectric.android.controller
+
+intercept(String, Object, Object[], Class) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+intercept(String, Object, Object[], Class) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+intercept(String, Object, Object[], Class<?>) - Method in interface org.robolectric.internal.bytecode.ClassHandler
+
+Called by Robolectric when an intercepted method is invoked.
+
+interceptedMethods - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+interceptHttpRequests(boolean) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+You can disable Robolectric's fake HTTP layer temporarily
+ by calling this method.
+
+interceptInvokeVirtualMethod(MutableClass, ListIterator<AbstractInsnNode>, MethodInsnNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Decides to call through the appropriate method to intercept the method with an INVOKEVIRTUAL
+ Opcode, depending if the invokedynamic bytecode instruction is available (Java 7+).
+
+Interceptor - Class in org.robolectric.internal.bytecode
+
+Interceptor(MethodRef...) - Constructor for class org.robolectric.internal.bytecode.Interceptor
+
+Interceptors - Class in org.robolectric.internal.bytecode
+
+Interceptors(Collection<Interceptor>) - Constructor for class org.robolectric.internal.bytecode.Interceptors
+
+Interceptors(Interceptor...) - Constructor for class org.robolectric.internal.bytecode.Interceptors
+
+interceptResponseContent(boolean) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+internalCallDispatchActivityResult(String, int, int, Intent) - Method in class org.robolectric.shadows.ShadowActivity
+
+For internal use only.
+
+internalGetInitialAvailability() - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask
+
+internalGetIsEnrolled(int, Locale) - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask
+
+internalGetSize() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+Internal method to get the number of entries in the MessageQueue.
+
+internalInitializeBackgroundThreadScheduler() - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+Internal API to initialize background thread scheduler from AndroidTestEnvironment.
+
+internalUpdateEnrolledKeyphraseMetadata() - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask
+
+interpolatePathData(PathParser.PathData, PathParser.PathData, PathParser.PathData, float) - Static method in class org.robolectric.shadows.ShadowPathParser
+
+interpolatePathDataNode(ShadowPathParser.PathDataNode, ShadowPathParser.PathDataNode, float) - Method in class org.robolectric.shadows.ShadowPathParser.PathDataNode
+
+The current PathDataNode will be interpolated between the nodeFrom
and
+ nodeTo
according to the fraction
.
+
+InterpolatorNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Interpolator JNI registration.
+
+intersects(double, double, double, double) - Method in class org.robolectric.shadows.RoundRectangle
+
+interval - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+intValue() - Method in class org.robolectric.res.android.ApkAssetsCookie
+
+INVALID_PHONE_INDEX - Static variable in class org.robolectric.shadows.ShadowSubscriptionManager
+
+INVALID_VOLUME - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+invalidate() - Method in class org.robolectric.shadows.ShadowView
+
+invalidateAuthToken(String, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+invalidateByteBuffer(ByteBuffer[], int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Prevents calling Android-only methods on basic ByteBuffer objects.
+
+invalidateByteBufferLocked(ByteBuffer[], int, boolean) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+invalidateByteBuffers(ByteBuffer[]) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Prevents calling Android-only methods on basic ByteBuffer objects.
+
+invalidateByteBuffersLocked(ByteBuffer[]) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+invalidateClasses(Collection<String>) - Method in class org.robolectric.internal.bytecode.ShadowInvalidator
+
+invalidateSelf() - Method in class org.robolectric.shadows.ShadowDrawable
+
+invalidateToken(Context, String) - Method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl
+
+invalidateToken(Context, String) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+invert(Matrix) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+InvocationProfile - Class in org.robolectric.internal.bytecode
+
+InvocationProfile(String, boolean, ClassLoader) - Constructor for class org.robolectric.internal.bytecode.InvocationProfile
+
+invokeAll(Collection<? extends Callable<T>>) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+invokeAll(Collection<? extends Callable<T>>) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+invokeAny(Collection<? extends Callable<T>>) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+invokeAny(Collection<? extends Callable<T>>) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+invokeAutoFocusCallback(boolean, Camera) - Method in class org.robolectric.shadows.ShadowCamera
+
+invokeCompletionListener() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Simulates end-of-playback.
+
+invokeConstructor(Class<? extends R>, R, ReflectionHelpers.ClassParameter...) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+invokeConstructor(Class<? extends R>, R, ReflectionHelpers.ClassParameter...) - Method in interface org.robolectric.internal.IShadow
+
+invokeConstructor(Class<? extends R>, R, ReflectionHelpers.ClassParameter...) - Static method in class org.robolectric.shadow.api.Shadow
+
+InvokeDynamicClassInstrumentor - Class in org.robolectric.internal.bytecode
+
+Deprecated.
+
+
+
+InvokeDynamicClassInstrumentor(ClassInstrumentor.Decorator) - Constructor for class org.robolectric.internal.bytecode.InvokeDynamicClassInstrumentor
+
+Deprecated.
+
+InvokeDynamicSupport - Class in org.robolectric.internal.bytecode
+
+InvokeDynamicSupport() - Constructor for class org.robolectric.internal.bytecode.InvokeDynamicSupport
+
+invokeErrorListener(int, int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Allows test cases to directly simulate invocation of the OnError event.
+
+invokeFinish() - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+invokeInfoListener(int, int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Allows test cases to directly simulate invocation of the OnInfo event.
+
+invokeMethod(String, MethodNode) - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+invokePopup(WindowManager.LayoutParams) - Method in class org.robolectric.shadows.ShadowPopupWindow
+
+invokePreparedListener() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Allows test cases to simulate 'prepared' state by invoking callback.
+
+invokePreviewCallback(byte[]) - Method in class org.robolectric.shadows.ShadowCamera
+
+Allows test cases to invoke the preview callback, to simulate a frame of camera data.
+
+invokeSeekCompleteListener() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Allows test cases to simulate seek completion by invoking callback.
+
+invokeTick(long) - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+invokeWhilePaused(Runnable) - Method in class org.robolectric.android.controller.ComponentController
+
+invokeWhilePaused(String, ReflectionHelpers.ClassParameter<?>...) - Method in class org.robolectric.android.controller.ComponentController
+
+IS_RESOURCE_REFERENCE - Static variable in class org.robolectric.res.AttributeResource
+
+is5GHzBandSupported() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+is64Bit() - Method in class org.robolectric.shadows.ShadowVMRuntime
+
+Returns whether the VM is running in 64-bit mode.
+
+isAccessibilityButtonSupported() - Static method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+
+
+isAccessibilityFocused() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+isAcquired() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+isActionViewExpanded() - Method in class org.robolectric.fakes.RoboMenuItem
+
+isActive() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+isActive() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+isActive(View) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+isActiveNetworkMetered() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+isActivePasswordSufficient() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isActivity() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+isActivityEnabled(ComponentName, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+isActivityIntent() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+Deprecated.
+
+
+
+isAdminActive(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isAffine() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+isAfterLast() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+isAfterLast() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+isAfterLast() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+isAllowedInLowPowerStandby(String) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isAllowTaskReparenting() - Method in class org.robolectric.manifest.ActivityData
+
+isAllowWhileIdle() - Method in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+isAlwaysRetainTaskState() - Method in class org.robolectric.manifest.ActivityData
+
+isAmbientDisplayAvailable() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+isAmbientDisplaySuppressed() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+isAnimatedTransition() - Method in class org.robolectric.shadows.ShadowAbsSpinner
+
+isAnnotation() - Method in class org.robolectric.internal.bytecode.ClassDetails
+
+isAnnotation() - Method in class org.robolectric.internal.bytecode.MutableClass
+
+isAntiAlias() - Method in class org.robolectric.shadows.ShadowPaint
+
+isAnyAudioPolicyRegistered() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Returns true if at least one audio policy is registered with this manager, and false otherwise.
+
+isApplicationHidden(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isApplicationUserDataCleared() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+isArray() - Method in class org.robolectric.util.inject.Injector.Key
+
+isAttachedToWindow() - Method in class org.robolectric.shadows.ShadowView
+
+isAttributeDefault(int) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+isAudioConnected(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+isAutofillSupported() - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+
+
+isAutoRevokeWhitelisted() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isAvailable() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+isAvailable() - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+isAvailable() - Method in class org.robolectric.shadows.ShadowWifiRttManager
+
+Assumes the WifiRttManager is always available.
+
+isAvailable(int, int) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+isBackgroundRestricted() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+isBackupEnabled() - Method in class org.robolectric.shadows.ShadowBackupManager
+
+isBatteryDischargePredictionPersonalized() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Returns whether the current battery life remaining estimate is personalized based on device
+ usage history or not.
+
+isBeforeFirst() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+isBeforeFirst() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+isBeforeFirst() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+isBetterThan(ResTable_config, ResTable_config) - Method in class org.robolectric.res.android.ResTable_config
+
+isBleScanAlwaysAvailable() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+isBluetoothA2dpOn() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isBluetoothRouteSelected(int) - Method in class org.robolectric.shadows.ShadowMediaRouter
+
+Returns whether the Bluetooth A2DP route is the currently selected route.
+
+isBluetoothScoAvailableOffCall() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isBluetoothScoOn() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isBroadcast() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+isBroadcastIntent() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+Deprecated.
+
+
+
+isBuck() - Static method in class org.robolectric.internal.BuckManifestFactory
+
+isBugreportInProgress() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+isCancelable() - Method in class org.robolectric.shadows.ShadowDialog
+
+isCancelableOnTouchOutside() - Method in class org.robolectric.shadows.ShadowDialog
+
+isCanceled() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+isCancelled() - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+isCancelled() - Method in class org.robolectric.shadows.ShadowToast
+
+isCancelled() - Method in class org.robolectric.shadows.ShadowVibrator
+
+Returns true if the Vibrator has been cancelled.
+
+isCancelled() - Method in class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+isCastableTo(Supplier<Type>) - Static method in class org.robolectric.errorprone.bugpatterns.Helpers
+
+Match sub-types or implementations of the given type.
+
+isCastableTo(String) - Static method in class org.robolectric.errorprone.bugpatterns.Helpers
+
+Match sub-types or implementations of the given type.
+
+isChangeEnabled(long) - Static method in class org.robolectric.shadows.ShadowCompatibility
+
+isChannelDeleted(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Checks whether a channel is considered a "deleted" channel by Android.
+
+isCharging() - Method in class org.robolectric.shadows.ShadowBatteryManager
+
+isCheckable() - Method in class org.robolectric.fakes.RoboMenuItem
+
+isChecked() - Method in class org.robolectric.fakes.RoboMenuItem
+
+isChunked() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+isClearTaskOnLaungh() - Method in class org.robolectric.manifest.ActivityData
+
+isCloneProfile() - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+isClosed() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+isClosed() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+isClosed() - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+isClosed() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+isClosed() - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Get whether server has been closed.
+
+isClosed() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+isCollection() - Method in class org.robolectric.util.inject.Injector.Key
+
+isComplex() - Method in class org.robolectric.nativeruntime.RegionNatives
+
+isComplex() - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+isConnected() - Method in class org.robolectric.shadows.ShadowBasicTagTechnology
+
+isConnected() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+isConnected() - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+isConnected() - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+isConnected() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+isConnectedOrConnecting() - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+isConnectedToDevice(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Returns true if the connection status of remote device is connected
+
+isConnectionCancelled(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Get whether the device's connection has been cancelled.
+
+isContentCaptureEnabled() - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+isConvex() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+isCreating() - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+isCurrentCloudMediaProviderAuthority(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+isDataChanged() - Method in class org.robolectric.shadows.ShadowBackupManager
+
+
+
+isDataConnectionAllowed() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+isDataEnabled() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isDataEnabledForReason(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isDeclaredOnObject() - Method in class org.robolectric.internal.bytecode.InvocationProfile
+
+isDefault() - Method in class org.robolectric.res.android.ResTable_config
+
+Returns true if this is the default "any" configuration.
+
+isDefaultApplication(Class<? extends Application>) - Static method in class org.robolectric.annotation.Config.Builder
+
+isDefaultNetworkActive() - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+isDefaultServiceForCategory(ComponentName, String) - Method in class org.robolectric.shadows.ShadowCardEmulation
+
+isDemoUser() - Method in class org.robolectric.shadows.ShadowUserManager
+
+isDestroyed() - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+Returns true iff the destroy method of was invoked for the recognizer.
+
+isDeviceIdleMode() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isDeviceLightIdleMode() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isDeviceLocked() - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+isDeviceLocked(int) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+isDeviceManaged() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isDeviceOwnerApp(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isDeviceProvisioned() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isDeviceProvisioningConfigApplied() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isDeviceSecure() - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+isDeviceSecure(int) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+isDexOptNeeded(String) - Static method in class org.robolectric.shadows.ShadowDexFile
+
+isDiscovering() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+isDither() - Method in class org.robolectric.shadows.ShadowPaint
+
+isDone() - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+isEmergencyNumber(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Cribbed from PhoneNumberUtils.isEmergencyNumberInternal(int, java.lang.String)
.
+
+isEmpty() - Method in class org.robolectric.nativeruntime.RegionNatives
+
+isEmpty() - Method in class org.robolectric.res.AttributeResource
+
+isEmpty() - Method in class org.robolectric.shadows.RoundRectangle
+
+isEmpty() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+isEmpty() - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+isEmpty(String) - Static method in class org.robolectric.res.AttributeResource
+
+isEmptyElementTag() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+isEnabled() - Method in class org.robolectric.fakes.RoboMenuItem
+
+isEnabled() - Method in class org.robolectric.manifest.ActivityData
+
+isEnabled() - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+isEnabled() - Method in class org.robolectric.manifest.ContentProviderData
+
+isEnabled() - Method in class org.robolectric.manifest.ServiceData
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowEuiccManager
+
+
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowKeyguardManager.ShadowKeyguardLock
+
+
+
+isEnabled() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+isEnabled() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Returns whether systrace is enabled.
+
+isEnd() - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_span
+
+isEpoch(Time) - Static method in class org.robolectric.shadows.ShadowTime
+
+isExcludedFromRecents() - Method in class org.robolectric.manifest.ActivityData
+
+isExcludedFromRecents() - Method in class org.robolectric.shadows.ShadowAppTask
+
+Returns true if task has been excluded from recents.
+
+isExemptFromLowPowerStandby() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isExported() - Method in class org.robolectric.manifest.ActivityData
+
+isExported() - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+Returns whether this broadcast receiver is exported by checking the XML attribute.
+
+isExported() - Method in class org.robolectric.manifest.ServiceData
+
+Returns whether this service is exported by checking the XML attribute.
+
+isExtendedLengthApduSupported() - Method in class org.robolectric.shadows.ShadowIsoDep
+
+isExternalStorageEmulated() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+isExternalStorageEmulated(File) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+isExternalStorageLegacy() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+isExternalStorageLegacy(File) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+isExternalStorageRemovable() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+isExternalStorageRemovable(File) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+isFile() - Method in class org.robolectric.res.FileTypedResource
+
+isFile() - Method in class org.robolectric.res.TypedResource
+
+isFileEncryptedNativeOrEmulated() - Static method in class org.robolectric.shadows.ShadowStorageManager
+
+isFilterBitmap() - Method in class org.robolectric.shadows.ShadowPaint
+
+isFinished() - Method in class org.robolectric.shadows.ShadowVisualVoicemailTask
+
+isFinishedAndRemoved() - Method in class org.robolectric.shadows.ShadowAppTask
+
+
+
+isFinishing() - Method in class org.robolectric.shadows.ShadowActivity
+
+
+
+isFinishing() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+isFinishOnTaskLaunch() - Method in class org.robolectric.manifest.ActivityData
+
+isFirst() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+isFirst() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+isFirst() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+isFocused() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+isForegroundService() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+isForegroundServiceIntent() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+Deprecated.
+
+
+
+isForegroundStopped() - Method in class org.robolectric.shadows.ShadowService
+
+isFrameworkResource(int) - Static method in class org.robolectric.res.ResourceIds
+
+isFullscreenMode() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+isGooglePlayServicesAvailable(Context) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+isGooglePlayServicesAvailable(Context) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+isGooglePlayServicesAvailable(Context) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+IShadow - Interface in org.robolectric.internal
+
+isHardwareAccelerated() - Method in class org.robolectric.manifest.ActivityData
+
+isHardwareDetected() - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+isHasMonetaryCost() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+isHeadlessSystemUserMode() - Static method in class org.robolectric.shadows.ShadowUserManager
+
+isHearingAidCompatibilitySupported() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isHeld() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+isHeld() - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock
+
+isHeld() - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock
+
+isIdentity() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+isIdle() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+isIdle() - Method in class org.robolectric.shadows.ShadowLooper
+
+Returns true if there are no pending tasks scheduled to be executed before current time.
+
+isIdle() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+isIdle() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+Exposes the API23+_isIdle method to older platforms
+
+isIgnoringBatteryOptimizations(String) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isImmutable() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+isImplementation - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+isInAndroidSdk() - Element in annotation type org.robolectric.annotation.Implements
+
+Denotes that this type exists in the public Android SDK.
+
+isInAndroidSdk() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+isInCall() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+isIndeterminate() - Method in class org.robolectric.shadows.ShadowNotification
+
+isInLockTaskMode() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+isInMultiWindowMode() - Method in class org.robolectric.shadows.ShadowActivity
+
+isInPictureInPictureMode() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+isInPictureInPictureMode() - Method in class org.robolectric.shadows.ShadowActivity
+
+isInReaderMode() - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Returns true if NFC is in reader mode.
+
+isInShadowClass(TreePath, VisitorState) - Static method in class org.robolectric.errorprone.bugpatterns.Helpers
+
+isInSilenceMode() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+isInstantApp(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isInstrumented() - Method in class org.robolectric.internal.bytecode.ClassDetails
+
+isInteractive() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isInterceptingHttpRequests() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+isInterceptingResponseContent() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+isInterface() - Method in class org.robolectric.internal.bytecode.ClassDetails
+
+isInterface() - Method in class org.robolectric.internal.bytecode.MutableClass
+
+isInverseFillType() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+isKeyguardLocked() - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+isKeyguardSecure() - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+isKnown() - Method in class org.robolectric.pluginapi.Sdk
+
+Determines if this SDK is known by its provider.
+
+isLanguageAvailable(Locale) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+isLast() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+isLast() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+isLast() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+isLastForegroundNotificationAttached() - Method in class org.robolectric.shadows.ShadowService
+
+Returns whether the last foreground notification is still "attached" to the service,
+ meaning it will be removed when the service is destroyed.
+
+isLeExtendedAdvertisingSupported() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+isLegacy() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+isLightDeviceIdleMode() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isLinkedUser() - Method in class org.robolectric.shadows.ShadowUserManager
+
+isListening() - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+Returns true if this host is listening for updates.
+
+isLoaded() - Method in class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+isLocationEnabled() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+isLocationEnabledForUser(UserHandle) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+isLocked() - Method in class org.robolectric.shadows.ShadowCamera
+
+isLocked() - Method in class org.robolectric.shadows.ShadowTileService
+
+isLockTask() - Method in class org.robolectric.shadows.ShadowActivity
+
+Deprecated.
+
+
+
+isLockTaskPermitted(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isLoggable(String, int) - Static method in class org.robolectric.shadows.ShadowLog
+
+isLooping() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+isLowPowerStandbyEnabled() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isLowPowerStandbySupported() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isLowRamDevice() - Method in class org.robolectric.shadows.ShadowActivityManager
+
+isMainThread() - Static method in class org.robolectric.RuntimeEnvironment
+
+Tests if the current thread is currently set as the main thread.
+
+isMainThread(Thread) - Static method in class org.robolectric.RuntimeEnvironment
+
+Tests if the given thread is currently set as the main thread.
+
+isManagedProfile() - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+isManagedProfile(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+isMediaScannerScannable() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+isMicrophoneMute() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isMultipleAdvertisementSupported() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+isMultiprocess() - Method in class org.robolectric.manifest.ActivityData
+
+isMusicActive() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isMutable() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+isNetworkEnabled(int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Whether the network is enabled or not.
+
+isNetworkRoaming() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isNetworkRoaming(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+isNightDisplayActivated() - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+isNightModeOn() - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+Returns whether night mode is currently on when a custom night mode type is selected.
+
+isNinePatch() - Method in class org.robolectric.res.android.Asset
+
+isNinePatch() - Method in class org.robolectric.res.FileTypedResource.Image
+
+isNinePatchChunk(byte[]) - Static method in class org.robolectric.nativeruntime.NinePatchNatives
+
+isNinePatchChunk(byte[]) - Static method in class org.robolectric.shadows.ShadowNativeNinePatch
+
+isNinePatchChunk(byte[]) - Static method in class org.robolectric.shadows.ShadowNinePatch
+
+isNoHistory() - Method in class org.robolectric.manifest.ActivityData
+
+isNoParams() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+isNotificationListenerAccessGranted(ComponentName) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+isNotificationPolicyAccessGranted() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+isNull() - Method in class org.robolectric.res.AttributeResource
+
+isNull(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+isNull(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+isNull(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+isNull(String) - Static method in class org.robolectric.res.AttributeResource
+
+isOnDeviceRecognitionAvailable(Context) - Static method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+isOngoing() - Method in class org.robolectric.shadows.ShadowNotification
+
+isOpActive(String, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Checks whether the given op is active, i.e.
+
+isOrganizationOwnedDeviceWithManagedProfile() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Returns the value stored using in the shadow, while the real method returns the value store on
+ the device.
+
+isOsSupported() - Static method in class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+isPackageAvailable(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isPackageEnabled(String, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+isPackageSuspended(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isPackageSuspended(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isPackageSuspendedForUser(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isPasteable() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+isPaused() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+isPaused() - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+
+
+isPaused() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+isPaused() - Method in class org.robolectric.shadows.ShadowLooper
+
+isPaused() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+isPaused() - Method in class org.robolectric.util.Scheduler
+
+Determine if the scheduler is paused.
+
+isPermissionGranted(String, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isPermissionRevokedByPolicy(String, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isPivotExplicitlySet() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+isPivotExplicitlySet() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+isPlaying() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+isPlaying() - Method in class org.robolectric.shadows.ShadowVideoView
+
+isPolling() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+isPotentialEmergencyNumber(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+isPowerSaveMode() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isPremultiplied() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+isPrepared() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Tests to see if the player is in the PREPARED state.
+
+isPresent() - Static method in class org.robolectric.shadows.ShadowGeocoder
+
+isPreviewing() - Method in class org.robolectric.shadows.ShadowCamera
+
+isPrintingKey(int) - Method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+isProfile() - Method in class org.robolectric.shadows.ShadowUserManager
+
+isProfileOwnerApp(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isProviderEnabled(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+isQuietModeEnabled(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Query whether the quiet mode is enabled for a managed profile.
+
+isRateLimitingActive() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+isReallyPlaying() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Tests to see if the player is really playing.
+
+isRebootingUserspaceSupported() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+isRect() - Method in class org.robolectric.nativeruntime.RegionNatives
+
+isRect() - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+isRect(RectF) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+isRecycled() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+isReference() - Method in class org.robolectric.res.TypedResource
+
+isReferenceCounted() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+Retrieves if the wake lock is reference counted or not
+
+isReleased() - Method in class org.robolectric.shadows.ShadowCamera
+
+isReleased() - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+isReleased() - Method in class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+true if this release has already occurred, false otherwise.
+
+isRepeatable() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+isRepeatable() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+isRequestInteractAcrossProfilesIntent(Intent) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Checks whether the given intent will redirect toward the screen allowing the user to change the
+ interact across profiles AppOps.
+
+isRequestPinAppWidgetSupported() - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Returns true if setSupportedToRequestPinAppWidget
is called with true
+
+isRequestPinShortcutSupported() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+isRequiresCell() - Method in class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+isResetPasswordTokenActive(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isResourceReference() - Method in class org.robolectric.res.AttributeResource
+
+isResourceReference(String) - Static method in class org.robolectric.res.AttributeResource
+
+isRestrictedProfile() - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+isRinging - Variable in class org.robolectric.shadows.ShadowTelecomManager.CallRecord
+
+Deprecated.
+
+isRinging() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+isRoleAvailable(String) - Method in class org.robolectric.shadows.ShadowRoleManager
+
+Check whether a particular role is available on the device.
+
+isRoleHeld(String) - Method in class org.robolectric.shadows.ShadowRoleManager
+
+Check whether the calling application is holding a particular role.
+
+isRttSupported() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isSafeMode() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isSafetyCenterEnabled() - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+isSameParameterList(List<? extends TypeParameterElement>, List<? extends TypeParameterElement>) - Method in class org.robolectric.annotation.processing.Helpers
+
+isSameProfileGroup(UserHandle, UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+isScanAlwaysAvailable() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+isScoringEnabled() - Method in class org.robolectric.shadows.ShadowNetworkScoreManager
+
+Whether scoring is enabled.
+
+isScreenOn() - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isService() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+
+
+isServiceIntent() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+Deprecated.
+
+
+
+isSetWallpaperAllowed() - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+isShadowOf(Class<?>) - Method in class org.robolectric.internal.bytecode.ShadowInfo
+
+isShortcutKey(int, KeyEvent) - Method in class org.robolectric.fakes.RoboMenu
+
+isShowing() - Method in class org.robolectric.shadows.ShadowPopupMenu
+
+isShutdown() - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+isShutdown() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+isShutdown() - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+isShutdown() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+isShutterSoundEnabled() - Method in class org.robolectric.shadows.ShadowCamera
+
+Returns true
if the default shutter sound is played when taking a picture.
+
+isSimplePath - Variable in class org.robolectric.shadows.ShadowLegacyPath
+
+isSingleShot() - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+isSmsCapable() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+isSocketBound(FileDescriptor) - Method in class org.robolectric.shadows.ShadowNetwork
+
+Checks if the fileDescriptor
was previously bound to this network.
+
+isSocketBound(DatagramSocket) - Method in class org.robolectric.shadows.ShadowNetwork
+
+Checks if the datagramSocket
was previously bound to this network.
+
+isSocketBound(Socket) - Method in class org.robolectric.shadows.ShadowNetwork
+
+Checks if the socket
was previously bound to this network.
+
+isSoftInputVisible() - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+isSpeakerphoneOn() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isStaApConcurrencySupported() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+isStable() - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+isStartInitiated() - Method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+
+
+isStateNotNeeded() - Method in class org.robolectric.manifest.ActivityData
+
+isStatic - Variable in class org.robolectric.internal.bytecode.InvocationProfile
+
+isStatic() - Method in class org.robolectric.internal.bytecode.MethodCallSite
+
+isStatic() - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+isStopped() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+isStoppedBySelf() - Method in class org.robolectric.shadows.ShadowService
+
+isStreaming() - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+isStreaming() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+isStreamMute(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isStyleReference() - Method in class org.robolectric.res.AttributeResource
+
+isStyleReference(String) - Static method in class org.robolectric.res.AttributeResource
+
+isSuccess() - Method in class org.robolectric.pluginapi.perf.Metric
+
+issueId() - Element in annotation type org.robolectric.annotation.GetInstallerPackageNameMode
+
+Optional string for storing the issue / bug id tracking the fixing of the affected tests and
+ thus removal of this annotation.
+
+issueId() - Element in annotation type org.robolectric.annotation.TextLayoutMode
+
+Optional string for storing the issue / bug id tracking the fixing of the affected tests and
+ thus removal of this annotation.
+
+isSupported() - Method in class org.robolectric.pluginapi.Sdk
+
+Determines if this SDK is supported in the running Robolectric environment.
+
+isSupported() - Method in class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+isSupportedCloudMediaProviderAuthority(ContentResolver, String) - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+isSuspended() - Method in class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+isSyncActive(Account, String) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+isSystem - Variable in class org.robolectric.res.android.AssetPath
+
+isSystemUser() - Method in class org.robolectric.shadows.ShadowUserManager
+
+isTargetedToPackage() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+isTaskRoot() - Method in class org.robolectric.shadows.ShadowActivity
+
+isTerminated() - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+isTerminated() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+isTerminated() - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+isTextSelectionSetable() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+isTouchExplorationEnabled() - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+isTruthy(int) - Static method in class org.robolectric.res.android.Util
+
+isTruthy(Object) - Static method in class org.robolectric.res.android.Util
+
+isTtyModeSupported() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isTtySupported() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+isUceSettingEnabled() - Method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+
+
+isUiEnabled() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+isUninstallBlocked(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isUniqueDeviceAttestationSupported() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isUpgrade() - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+isUpToDate() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+isUsbDataSignalingEnabled() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+isUsedInFix() - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo
+
+Deprecated.
+
+
+isUseGlobalScheduler() - Static method in class org.robolectric.RoboSettings
+
+Deprecated.
+
+isUserAMonkey() - Static method in class org.robolectric.shadows.ShadowActivityManager
+
+isUserForeground() - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUserKeyUnlocked(int) - Static method in class org.robolectric.shadows.ShadowStorageManager
+
+isUserOfType(String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUserResolvableError(int) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+isUserRunning(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUserRunningOrStopping(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUserUnlocked() - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUserUnlocked(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUserUnlockingOrUnlocked(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+isUTF8() - Method in class org.robolectric.res.android.ResStringPool
+
+isValid() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+isValid() - Method in class org.robolectric.shadows.ShadowSurface
+
+isValidRingerMode(int) - Static method in class org.robolectric.shadows.ShadowAudioManager
+
+isValidVirtualDeviceId(int) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager
+
+isValue(String) - Method in class org.robolectric.res.AttrData
+
+isVibrating() - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+isVisible() - Method in class org.robolectric.fakes.RoboMenuItem
+
+isVoiceCapable() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isVoiceMailNumber(PhoneAccountHandle, String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+isVoicemailVibrationEnabled(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+isVoiceRecognitionSupported(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+Checks whether the headset supports voice recognition.
+
+isWakeLockLevelSupported(int) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+isWallpaperSupported() - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+isWebViewOverlaysEnabled() - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+isWebViewOverlaysEnabled() - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+isWhenShown() - Method in class org.robolectric.shadows.ShadowNotification
+
+isWhitespace() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+isWhitespace(String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+isWifiConnectedNetworkScorerEnabled() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Returns if wifi connected betwork scorer enabled
+
+isWifiEnabled() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+isWindowShowing() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+isWindowVisible() - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+isWiredHeadsetOn() - Method in class org.robolectric.shadows.ShadowAudioManager
+
+isWorkProfileProvisioningFinalized(UserHandle, Account) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+isWpa3SaeH2eSupported() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+isWpa3SaePublicKeySupported() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+isWpa3SaeSupported() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+isWpa3SuiteBSupported() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+isXml() - Method in class org.robolectric.res.FileTypedResource
+
+isXml() - Method in class org.robolectric.res.TypedResource
+
+itemAt(int) - Method in class org.robolectric.res.android.SortedVector
+
+iterator() - Method in class org.robolectric.shadows.CachedPathIteratorFactory
+
+
+J
+
+J() - Constructor for class org.robolectric.versioning.AndroidVersions.J
+
+JaCoCoTester - Class in org.robolectric.integrationtests.jacoco
+
+A class that gets instrumented by both Robolectric (for shadowing) and Jacoco.
+
+JaCoCoTester() - Constructor for class org.robolectric.integrationtests.jacoco.JaCoCoTester
+
+JarInstrumentor - Class in org.robolectric.preinstrumented
+
+Runs Robolectric invokedynamic instrumentation on an android-all jar.
+
+JarInstrumentor() - Constructor for class org.robolectric.preinstrumented.JarInstrumentor
+
+jarPath() - Method in class org.robolectric.internal.dependency.MavenJarArtifact
+
+jarSha512Path() - Method in class org.robolectric.internal.dependency.MavenJarArtifact
+
+JavadocJsonGenerator - Class in org.robolectric.annotation.processing.generator
+
+Primarily used by the Robolectric Chrome extension for Robolectric docs alongside of Android SDK
+ docs.
+
+JavadocJsonGenerator(RobolectricModel, ProcessingEnvironment, File) - Constructor for class org.robolectric.annotation.processing.generator.JavadocJsonGenerator
+
+JavaVersion - Class in org.robolectric.util
+
+JavaVersion(String) - Constructor for class org.robolectric.util.JavaVersion
+
+JMR1() - Constructor for class org.robolectric.versioning.AndroidVersions.JMR1
+
+JMR2() - Constructor for class org.robolectric.versioning.AndroidVersions.JMR2
+
+JNI_FALSE - Static variable in class org.robolectric.res.android.Util
+
+JNI_TRUE - Static variable in class org.robolectric.res.android.Util
+
+jobFinished(JobParameters, boolean) - Method in class org.robolectric.shadows.ShadowJobService
+
+join(String) - Method in interface org.robolectric.res.FsFile
+
+Deprecated.
+
+
+
+join(String, Object...) - Static method in class org.robolectric.util.Join
+
+join(String, Collection) - Static method in class org.robolectric.util.Join
+
+join(Path, String...) - Static method in class org.robolectric.res.Fs
+
+join(List<?>) - Static method in class org.robolectric.annotation.processing.validator.RealObjectValidator
+
+Join - Class in org.robolectric.util
+
+Utility class used to join strings together with a delimiter.
+
+Join() - Constructor for class org.robolectric.util.Join
+
+jumpToSegment(float) - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+Restarts the iterator and jumps all the segments of this path up to the length value.
+
+
+K
+
+K() - Constructor for class org.robolectric.versioning.AndroidVersions.K
+
+K_INVALID_COOKIE - Static variable in class org.robolectric.res.android.ApkAssetsCookie
+
+keepAliveStrategy - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The keep-alive duration strategy.
+
+key - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+key() - Method in class org.robolectric.shadows.BackupDataEntity
+
+The header key for a backup entity.
+
+Key() - Constructor for class org.robolectric.res.android.ApkAssetsCache.Key
+
+Key(Type, String) - Constructor for class org.robolectric.util.inject.Injector.Key
+
+KEY_PREFIX_JOINER - Static variable in class org.robolectric.shadows.ShadowBackupDataOutput
+
+keyboard - Variable in class org.robolectric.res.android.ResTable_config
+
+KEYBOARD - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+KEYBOARD_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+KEYBOARD_HIDDEN - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+keyboardHidden() - Method in class org.robolectric.res.android.ResTable_config
+
+keyboardHidden(int) - Method in class org.robolectric.res.android.ResTable_config
+
+keySet() - Method in interface org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration
+
+Returns the set of known configuration classes.
+
+keySet() - Method in class org.robolectric.plugins.HierarchicalConfigurationStrategy.ConfigurationImpl
+
+KEYSHIDDEN_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+KEYSHIDDEN_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+KEYSHIDDEN_SOFT - Static variable in class org.robolectric.res.android.ResTable_config
+
+KEYSHIDDEN_YES - Static variable in class org.robolectric.res.android.ResTable_config
+
+kill() - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+killBackgroundProcesses(String) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+killProcess(int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+Stores requests for killing processes.
+
+kInvalidCookie - Static variable in class org.robolectric.res.android.ApkAssetsCookie
+
+kThrowOnBadId - Static variable in class org.robolectric.res.android.AttributeResolution
+
+kThrowOnBadId - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+kThrowOnBadId - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+
+L
+
+L() - Constructor for class org.robolectric.versioning.AndroidVersions.L
+
+L10N_NOT_REQUIRED - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+L10N_SUGGESTED - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+landscapeHeight - Variable in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+landscapeWidth - Variable in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+language - Variable in class org.robolectric.res.android.ResTable_config
+
+Returns a packed 2-byte language code.
+
+LANGUAGE_STRING - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+languageString() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+large - Enum constant in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+largestNominalAppHeight - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The largest value of
DisplayConfig.appHeight
that an application is likely to encounter, in pixels,
+ excepting cases where the height may be even larger due to system decorations such as the
+ status bar being hidden, for example.
+
+largestNominalAppWidth - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The largest value of
DisplayConfig.appWidth
that an application is likely to encounter, in pixels,
+ excepting cases where the width may be even larger due to system decorations such as the status
+ bar being hidden, for example.
+
+lastAssociationCallback - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+lastAssociationRequest - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+lastCarModePriority - Variable in class org.robolectric.shadows.ShadowUIModeManager
+
+lastDataParams - Variable in class org.robolectric.shadows.ShadowSmsManager
+
+lastDownloadedMultimediaMessageParams - Variable in class org.robolectric.shadows.ShadowSmsManager
+
+lastFlags - Variable in class org.robolectric.shadows.ShadowUIModeManager
+
+lastHapticFeedbackPerformed() - Method in class org.robolectric.shadows.ShadowView
+
+lastObservingDevicePresenceDeviceAddress - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+lastRequestedNotificationAccess - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+lastSentMultimediaMessageParams - Variable in class org.robolectric.shadows.ShadowSmsManager
+
+lastSystemApiAssociationMacAddress - Variable in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+lastTextMultipartParams - Variable in class org.robolectric.shadows.ShadowSmsManager
+
+lastTextSmsParams - Variable in class org.robolectric.shadows.ShadowSmsManager
+
+latestSpeechRecognizer - Static variable in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+launchAssist(Bundle) - Method in class org.robolectric.shadows.ShadowSearchManager
+
+launchPendingIntent(int, PendingIntent, Executor, IntConsumer) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+layerStack - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The surface flinger layer stack associated with this logical display.
+
+LAYOUT - Enum constant in enum org.robolectric.res.ResType
+
+LAYOUTDIR_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+LAYOUTDIR_LTR - Static variable in class org.robolectric.res.android.ResTable_config
+
+LAYOUTDIR_RTL - Static variable in class org.robolectric.res.android.ResTable_config
+
+LazyApplication - Annotation Type in org.robolectric.annotation.experimental
+
+A
Configurer
annotation that dictates whether or not
+ Robolectric should lazily instantiate the Application under test.
+
+LazyApplication.LazyLoad - Enum in org.robolectric.annotation.experimental
+
+Whether or not the Application should be lazily loaded
+
+LazyApplicationConfigurer - Class in org.robolectric.plugins
+
+A
Configurer
that reads the
LazyApplication
to
+ dictate whether Robolectric should lazily instantiate the Application under test (as well as the
+ test Instrumentation).
+
+LazyApplicationConfigurer() - Constructor for class org.robolectric.plugins.LazyApplicationConfigurer
+
+left - Variable in class org.robolectric.shadows.ShadowCanvas.RectPaintHistoryEvent
+
+left - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+leftVolume - Variable in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+LEGACY - Enum constant in enum org.robolectric.annotation.GetInstallerPackageNameMode.Mode
+
+Robolectric's prior behavior when calling getInstallerPackageName method.
+
+LEGACY - Enum constant in enum org.robolectric.annotation.GraphicsMode.Mode
+
+Use legacy graphics shadows that are no-ops and fakes.
+
+LEGACY - Enum constant in enum org.robolectric.annotation.LooperMode.Mode
+
+Deprecated.
+
+
+
+LEGACY - Enum constant in enum org.robolectric.annotation.SQLiteMode.Mode
+
+Use the legacy SQLite implementation backed by sqlite4java.
+
+LEGACY - Enum constant in enum org.robolectric.annotation.TextLayoutMode.Mode
+
+Deprecated.
+
+
+
+LEGACY - Enum constant in enum org.robolectric.internal.ResourcesMode
+
+LegacyDependencyResolver - Class in org.robolectric.plugins
+
+Robolectric's historical dependency resolver (which is currently still the default), which is
+ used by
DefaultSdkProvider
to locate SDK jars.
+
+LegacyDependencyResolver(Properties) - Constructor for class org.robolectric.plugins.LegacyDependencyResolver
+
+LegacyManifestParser - Class in org.robolectric.shadows
+
+
+
+LegacyManifestParser() - Constructor for class org.robolectric.shadows.LegacyManifestParser
+
+LegacyResourceResolver(Context, ResourceTable) - Constructor for class org.robolectric.android.AttributeSetBuilderImpl.LegacyResourceResolver
+
+levelToChar(int) - Static method in class org.robolectric.shadows.ShadowLog
+
+libraries - Variable in class org.robolectric.annotation.Config.Builder
+
+libraries() - Method in class org.robolectric.annotation.Config.Implementation
+
+libraries() - Element in annotation type org.robolectric.annotation.Config
+
+Deprecated.
+
+
+
+lifecycle(String, Object...) - Static method in class org.robolectric.util.Logger
+
+Log a lifecycle message.
+
+LightingColorFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for LightingColorFilter JNI registration.
+
+LINE_TO - Enum constant in enum org.robolectric.shadows.ShadowPath.Point.Type
+
+LinearGradientNatives - Class in org.robolectric.nativeruntime
+
+Native methods for LinearGradient JNI registration.
+
+LineBreakerNatives - Class in org.robolectric.nativeruntime
+
+Native methods for LineBreaker JNI registration.
+
+lineTo(float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+LinkedHashMapEldestInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.LinkedHashMapEldestInterceptor
+
+list(String) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+list(String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+listen(PhoneStateListener, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+listener - Variable in class org.robolectric.shadows.ShadowAudioManager.AudioFocusRequest
+
+listenUsingInsecureL2capChannel() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+listenUsingInsecureRfcommWithServiceRecord(String, UUID) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+listenUsingL2capChannel() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+listenUsingRfcommWithServiceRecord(String, UUID) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+listFileNames(Path) - Static method in class org.robolectric.res.Fs
+
+listFiles(Path) - Static method in class org.robolectric.res.Fs
+
+listFiles(Path, Predicate<Path>) - Static method in class org.robolectric.res.Fs
+
+listServices() - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+littleEndianIterator() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+littleEndianIterator() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+llHeight - Variable in class org.robolectric.shadows.RoundRectangle
+
+llWidth - Variable in class org.robolectric.shadows.RoundRectangle
+
+LMR1() - Constructor for class org.robolectric.versioning.AndroidVersions.LMR1
+
+load() - Static method in class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+load(int) - Static method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+load(Context, int, int) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+load(String) - Method in class org.robolectric.res.DocumentLoader
+
+load(String, int) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+load(PackageResourceTable, String) - Method in class org.robolectric.res.RawResourceLoader
+
+Load(String, boolean) - Static method in class org.robolectric.res.android.CppApkAssets
+
+LoadAsSharedLibrary(String, boolean) - Static method in class org.robolectric.res.android.CppApkAssets
+
+loadClass(ClassLoader, String) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Load a class.
+
+loadClass(String, boolean) - Method in class org.robolectric.internal.bytecode.SandboxClassLoader
+
+loadClass(String, ClassLoader) - Static method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+loadData(String, String, String) - Method in class org.robolectric.shadows.ShadowWebView
+
+LoadData(String, String, String) - Constructor for class org.robolectric.shadows.ShadowWebView.LoadData
+
+loadDataWithBaseURL(String, String, String, String, String) - Method in class org.robolectric.shadows.ShadowWebView
+
+LoadDataWithBaseURL(String, String, String, String, String) - Constructor for class org.robolectric.shadows.ShadowWebView.LoadDataWithBaseURL
+
+loadDrawable(Resources, TypedValue, int, int, Resources.Theme) - Method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+loadDrawable(Resources, TypedValue, int, int, Resources.Theme) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+loadDrawable(Resources, TypedValue, int, Resources.Theme, boolean) - Method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+loadDrawable(Resources, TypedValue, int, Resources.Theme, boolean) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+loadDrawable(TypedValue, int) - Method in class org.robolectric.shadows.ShadowResources
+
+loadDrawable(TypedValue, int, Resources.Theme) - Method in class org.robolectric.shadows.ShadowResources
+
+loadDrawableAsync(Context, Icon.OnDrawableLoadedListener, Handler) - Method in class org.robolectric.shadows.ShadowIcon
+
+loadDrawableAsync(Context, Message) - Method in class org.robolectric.shadows.ShadowIcon
+
+loaded - Static variable in class org.robolectric.nativeruntime.DefaultNativeRuntimeLoader
+
+LoadedArsc - Class in org.robolectric.res.android
+
+LoadedArsc() - Constructor for class org.robolectric.res.android.LoadedArsc
+
+loadFromPath(String, boolean) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+Necessary to shadow this method because the framework path is hard-coded.
+
+loadFromPath(String, int) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+loadInterpolator(Context, int) - Static method in class org.robolectric.shadows.ShadowAnimationUtils
+
+loadLayoutAnimation(Context, int) - Static method in class org.robolectric.shadows.ShadowAnimationUtils
+
+loadNull() - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+LoadOverlay(String, boolean) - Static method in class org.robolectric.res.android.CppApkAssets
+
+loadResourceBagValue(int, int, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+Returns true if the resource was found, filling in mRetStringBlock and
+ mRetData.
+
+loadResourceBagValue(int, int, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+loadResourceValue(int, short, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+loadResourceValue(int, short, TypedValue, boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+loadResourceXmlFile(XmlContext) - Method in class org.robolectric.res.DocumentLoader
+
+loadResourceXmlFile(XmlContext) - Method in class org.robolectric.res.StaxDocumentLoader
+
+loadStringValueAt(int) - Method in class org.robolectric.shadows.ShadowTypedArray
+
+loadThemeAttributeValue(int, int, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+loadThemeAttributeValue(int, int, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+loadThemeAttributeValue(long, int, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+loadThemeAttributeValue(long, int, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+loadThisOrNull() - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+loadTo(PackageResourceTable) - Method in class org.robolectric.res.RawResourceLoader
+
+loadUnbadgedItemIcon(PackageItemInfo, ApplicationInfo) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+loadUrl(String) - Method in class org.robolectric.shadows.ShadowWebView
+
+loadUrl(String, Map<String, String>) - Method in class org.robolectric.shadows.ShadowWebView
+
+Fires a request to load the given url
in WebView.
+
+loadXmlResourceParser(int, String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+loadXmlResourceParser(int, String) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+loadXmlResourceParser(int, String) - Method in class org.robolectric.shadows.ShadowResources
+
+loadXmlResourceParser(String, int, int, String) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+loadXmlResourceParser(String, int, int, String) - Method in class org.robolectric.shadows.ShadowResources
+
+LocalActivityInvoker - Class in org.robolectric.android.internal
+
+An
ActivityInvoker
that drives
Activity
lifecycles manually.
+
+LocalActivityInvoker() - Constructor for class org.robolectric.android.internal.LocalActivityInvoker
+
+LocalControlledLooper - Class in org.robolectric.android.internal
+
+A Robolectric implementation for ControlledLooper
.
+
+LocalControlledLooper() - Constructor for class org.robolectric.android.internal.LocalControlledLooper
+
+LocalDependencyResolver - Class in org.robolectric.internal.dependency
+
+LocalDependencyResolver(File) - Constructor for class org.robolectric.internal.dependency.LocalDependencyResolver
+
+LOCALE_SCRIPT_STRING - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+LOCALE_VARIANT_STRING - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+LocaleAdjustLanguageCodeInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor
+
+LocaleData - Class in org.robolectric.res.android
+
+LocaleData() - Constructor for class org.robolectric.res.android.LocaleData
+
+LocaleDataTables - Class in org.robolectric.res.android
+
+LocaleDataTables() - Constructor for class org.robolectric.res.android.LocaleDataTables
+
+localeScript - Variable in class org.robolectric.res.android.ResTable_config
+
+The ISO-15924 short name for the script corresponding to this configuration.
+
+localeScriptString() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+LocaleValue() - Constructor for class org.robolectric.res.android.ConfigDescription.LocaleValue
+
+localeVariant - Variable in class org.robolectric.res.android.ResTable_config
+
+A single BCP-47 variant subtag.
+
+localeVariantString() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+LocalPermissionGranter - Class in org.robolectric.android.internal
+
+A PermissionGranter
that runs on a local JVM with Robolectric.
+
+LocalPermissionGranter() - Constructor for class org.robolectric.android.internal.LocalPermissionGranter
+
+LocalUiController - Class in org.robolectric.android.internal
+
+A UiController
that runs on a local JVM with Robolectric.
+
+LocalUiController() - Constructor for class org.robolectric.android.internal.LocalUiController
+
+locationUrl - Variable in class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+lock() - Method in class org.robolectric.res.android.ResTable
+
+lockBag(int, Ref<ResTable.bag_entry[]>) - Method in class org.robolectric.res.android.ResTable
+
+lockCanvas() - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+lockCanvas(Rect) - Method in class org.robolectric.shadows.ShadowSurface
+
+lockCanvas(Rect) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+lockHardwareCanvas() - Method in class org.robolectric.shadows.ShadowSurface
+
+lockNow() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+log - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+Logger - Class in org.robolectric.util
+
+Logger for Robolectric.
+
+Logger() - Constructor for class org.robolectric.util.Logger
+
+loggingEnabled() - Static method in class org.robolectric.util.Logger
+
+logHttpRequests() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+logicalDensityDpi - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The logical display density which is the basis for density-independent pixels.
+
+logicalHeight - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The logical height of the display, in pixels.
+
+logicalWidth - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The logical width of the display, in pixels.
+
+LogItem(int, String, String, Throwable) - Constructor for class org.robolectric.shadows.ShadowLog.LogItem
+
+LogItem(String, int, String, String, Throwable) - Constructor for class org.robolectric.shadows.ShadowLog.LogItem
+
+logNativeCall(String) - Method in class org.robolectric.internal.bytecode.NativeCallHandler
+
+Adds the method description to the native call exemption list if NativeCallHandler.writeExemptions
is
+ set.
+
+lookup(int, Ref<Short>) - Method in class org.robolectric.res.android.IdmapEntries
+
+loop - Variable in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+loop() - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+loop() - Static method in class org.robolectric.shadows.ShadowPausedLooper
+
+Shadow loop to handle uncaught exceptions.
+
+LooperDelegatingScheduler - Class in org.robolectric.android.internal
+
+
+
+LooperDelegatingScheduler(Looper) - Constructor for class org.robolectric.android.internal.LooperDelegatingScheduler
+
+looperMode() - Static method in class org.robolectric.shadows.ShadowLooper
+
+
+
+LooperMode - Annotation Type in org.robolectric.annotation
+
+
+
+LooperMode.Mode - Enum in org.robolectric.annotation
+
+Specifies the different supported Looper modes.
+
+LooperModeConfigurer - Class in org.robolectric.plugins
+
+Provides configuration to Robolectric for its @
LooperMode
annotation.
+
+LooperModeConfigurer(Properties) - Constructor for class org.robolectric.plugins.LooperModeConfigurer
+
+LooperShadowPicker <T > - Class in org.robolectric.shadows
+
+LooperShadowPicker(Class<? extends T>, Class<? extends T>) - Constructor for class org.robolectric.shadows.LooperShadowPicker
+
+loopMainThreadForAtLeast(long) - Method in class org.robolectric.android.internal.LocalUiController
+
+loopMainThreadUntilIdle() - Method in class org.robolectric.android.internal.LocalUiController
+
+looseSignatures - Variable in class org.robolectric.internal.bytecode.ShadowInfo
+
+looseSignatures() - Element in annotation type org.robolectric.annotation.Implements
+
+If true, when an exact method signature match isn't found, Robolectric will look for a method
+ with the same name but with all argument types replaced with java.lang.Object.
+
+lrHeight - Variable in class org.robolectric.shadows.RoundRectangle
+
+lrWidth - Variable in class org.robolectric.shadows.RoundRectangle
+
+lstat(String) - Method in class org.robolectric.shadows.ShadowLinux
+
+lstat(String) - Static method in class org.robolectric.shadows.ShadowPosix
+
+
+M
+
+M() - Constructor for class org.robolectric.versioning.AndroidVersions.M
+
+main(String[]) - Static method in class org.robolectric.preinstrumented.JarInstrumentor
+
+mainThreadFactory() - Method in class org.robolectric.internal.AndroidSandbox
+
+mainThreadFactory() - Method in class org.robolectric.internal.bytecode.Sandbox
+
+makeFamilyFromParsed(Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+makeIdentifer(int, int, int) - Static method in class org.robolectric.res.ResourceIds
+
+makeInputDeviceNamed(String) - Static method in class org.robolectric.shadows.ShadowInputDevice
+
+makeMethodPrivate(MethodNode) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+Replaces protected and public class modifiers with private.
+
+makeNewLayoutInflater(Context) - Static method in class org.robolectric.shadows.ShadowPolicyManager
+
+makeNewWindow(Context) - Static method in class org.robolectric.shadows.ShadowPolicyManager
+
+makeText(Context, int, int) - Static method in class org.robolectric.shadows.ShadowToast
+
+makeText(Context, CharSequence, int) - Static method in class org.robolectric.shadows.ShadowToast
+
+makeVisible() - Method in interface org.robolectric.shadows._Activity_
+
+managedConn - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The currently allocated connection.
+
+manifest - Variable in class org.robolectric.annotation.Config.Builder
+
+manifest() - Method in class org.robolectric.annotation.Config.Implementation
+
+manifest() - Element in annotation type org.robolectric.annotation.Config
+
+Deprecated.
+
+
+
+ManifestFactory - Interface in org.robolectric.internal
+
+A factory that detects what build system is in use and provides a ManifestFactory that can create
+ an AndroidManifest for that environment.
+
+ManifestIdentifier - Class in org.robolectric.internal
+
+ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>) - Constructor for class org.robolectric.internal.ManifestIdentifier
+
+ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>, Path) - Constructor for class org.robolectric.internal.ManifestIdentifier
+
+ManifestIdentifier(Path, Path, Path, String, List<Path>) - Constructor for class org.robolectric.internal.ManifestIdentifier
+
+Deprecated.
+
+
+
+MANUAL - Enum constant in enum org.robolectric.shadows.ShadowTelecomManager.CallRequestMode
+
+Do not automatically allow or deny any call requests.
+
+map - Variable in class org.robolectric.res.android.ResTable.bag_entry
+
+map() - Method in interface org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration
+
+Returns the map of known configuration classes to configuration instances.
+
+map() - Method in class org.robolectric.plugins.HierarchicalConfigurationStrategy.ConfigurationImpl
+
+map(int, int, int) - Method in class org.robolectric.shadows.ShadowSharedMemory
+
+
+
+mapForPackage(SortedMap<ComponentName, V>, String) - Static method in class org.robolectric.shadows.ShadowPackageManager
+
+mapLibraryName(String) - Method in interface org.robolectric.shadows.util.SQLiteLibraryLoader.LibraryNameMapper
+
+mappedTypeName(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+mapPoint(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+mapPoint(PointF) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+mapPoints(float[], int, float[], int, int) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+mapRadius(float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+mapRect(RectF, RectF) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+mapRectFromViewToScreenCoords(RectF, boolean) - Method in class org.robolectric.shadows.ShadowView
+
+mapVectors(float[], int, float[], int, int) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+mark(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+markSupported() - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+MASK_HDR - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_KEYSHIDDEN - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_LAYOUTDIR - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_NAVHIDDEN - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_SCREENLONG - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_UI_MODE_NIGHT - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_UI_MODE_TYPE - Static variable in class org.robolectric.res.android.ResTable_config
+
+MASK_WIDE_COLOR_GAMUT - Static variable in class org.robolectric.res.android.ResTable_config
+
+MaskFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for MaskFilter JNI registration.
+
+match(ResTable_config) - Method in class org.robolectric.res.android.ResTable_config
+
+MATCH_ALL - Static variable in interface org.robolectric.sandbox.ShadowMatcher
+
+matchClass(ClassTree, VisitorState) - Method in class org.robolectric.errorprone.bugpatterns.DeprecatedMethodsCheck
+
+matchClass(ClassTree, VisitorState) - Method in class org.robolectric.errorprone.bugpatterns.RobolectricShadow
+
+matches(Method) - Method in class org.robolectric.android.AndroidSdkShadowMatcher
+
+matches(Method) - Method in interface org.robolectric.sandbox.ShadowMatcher
+
+matches(HttpEntity) - Method in interface org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher
+
+Hint: you can use EntityUtils.toString(actualPostBody) to help you implement your matches method.
+
+matches(HttpRequest) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.DefaultRequestMatcher
+
+matches(HttpRequest) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+matches(HttpRequest) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
+
+matches(HttpRequest) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.UriRegexMatcher
+
+matches(HttpRequest) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.UriRequestMatcher
+
+matches(HttpRequest) - Method in interface org.robolectric.shadows.httpclient.HttpEntityStub.ResponseRule
+
+matches(HttpRequest) - Method in interface org.robolectric.shadows.httpclient.RequestMatcher
+
+matches(ShadowInfo) - Method in class org.robolectric.android.AndroidSdkShadowMatcher
+
+matches(ShadowInfo) - Method in interface org.robolectric.sandbox.ShadowMatcher
+
+MATRIX - Static variable in class org.robolectric.shadows.ShadowMatrix
+
+MatrixNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Matrix JNI registration.
+
+MatrixNatives() - Constructor for class org.robolectric.nativeruntime.MatrixNatives
+
+MavenArtifactFetcher - Class in org.robolectric.internal.dependency
+
+Class responsible for fetching artifacts from Maven.
+
+MavenArtifactFetcher(String, String, String, String, int, File, ExecutorService) - Constructor for class org.robolectric.internal.dependency.MavenArtifactFetcher
+
+MavenDependencyResolver - Class in org.robolectric.internal.dependency
+
+This class is mainly responsible for fetching Android framework JAR dependencies from
+ MavenCentral.
+
+MavenDependencyResolver() - Constructor for class org.robolectric.internal.dependency.MavenDependencyResolver
+
+MavenDependencyResolver(String, String, String, String, String, int) - Constructor for class org.robolectric.internal.dependency.MavenDependencyResolver
+
+MavenJarArtifact - Class in org.robolectric.internal.dependency
+
+Encapsulates some parts of a Maven artifact.
+
+MavenJarArtifact(DependencyJar) - Constructor for class org.robolectric.internal.dependency.MavenJarArtifact
+
+MavenManifestFactory - Class in org.robolectric.internal
+
+Deprecated.
+
+
+
+MavenManifestFactory() - Constructor for class org.robolectric.internal.MavenManifestFactory
+
+Deprecated.
+
+MavenRoboSettings - Class in org.robolectric
+
+Deprecated.
+
+
+
+MavenRoboSettings() - Constructor for class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+MAX_ACTIVE_LOCKS - Static variable in class org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock
+
+MAX_SUPPORTED_ANDROID_SDK - Static variable in class org.robolectric.annotation.processing.validator.ImplementsValidator
+
+MAX_VOLUME_MUSIC_DTMF - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+maxSdk - Variable in class org.robolectric.annotation.Config.Builder
+
+maxSdk - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+maxSdk() - Method in class org.robolectric.annotation.Config.Implementation
+
+maxSdk() - Element in annotation type org.robolectric.annotation.Config
+
+The maximum Android SDK level to emulate when running tests on multiple API versions.
+
+maxSdk() - Element in annotation type org.robolectric.annotation.Implementation
+
+The annotated shadow method will be invoked only for the specified SDK or lesser.
+
+maxSdk() - Element in annotation type org.robolectric.annotation.Implements
+
+If specified, the shadow class will be applied only for this SDK or lesser.
+
+maxSize() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+maybeInstrumentClass(String) - Method in class org.robolectric.internal.bytecode.SandboxClassLoader
+
+mcc - Variable in class org.robolectric.res.android.ResTable_config
+
+MCC - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+measure(String, PerfStatsCollector.ThrowingRunnable<E>) - Method in class org.robolectric.util.PerfStatsCollector
+
+measure(String, PerfStatsCollector.ThrowingSupplier<T, E>) - Method in class org.robolectric.util.PerfStatsCollector
+
+MeasuredTextBuilderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for MeasuredText.Builder JNI registration.
+
+MeasuredTextNatives - Class in org.robolectric.nativeruntime
+
+Native methods for MeasuredText JNI registration.
+
+measureText(char[], int, int) - Method in class org.robolectric.shadows.ShadowPaint
+
+measureText(CharSequence, int, int) - Method in class org.robolectric.shadows.ShadowPaint
+
+measureText(String) - Method in class org.robolectric.shadows.ShadowPaint
+
+measureText(String, int, int) - Method in class org.robolectric.shadows.ShadowPaint
+
+MEDIA_EVENT - Static variable in class org.robolectric.shadows.ShadowMediaPlayer
+
+MediaCodecInfoBuilder - Class in org.robolectric.shadows
+
+
+
+MediaCodecInfoBuilder.CodecCapabilitiesBuilder - Class in org.robolectric.shadows
+
+
+
+MediaInfo() - Constructor for class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Creates a new MediaInfo
object with default duration (1000ms) and default preparation
+ delay (0ms).
+
+MediaInfo(int, int) - Constructor for class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Creates a new MediaInfo
object with the given duration and preparation delay.
+
+merge(Config, Config) - Method in class org.robolectric.plugins.ConfigConfigurer
+
+merge(ConscryptMode.Mode, ConscryptMode.Mode) - Method in class org.robolectric.plugins.ConscryptModeConfigurer
+
+merge(LazyApplication.LazyLoad, LazyApplication.LazyLoad) - Method in class org.robolectric.plugins.LazyApplicationConfigurer
+
+"Merges" two configurations together.
+
+merge(GetInstallerPackageNameMode.Mode, GetInstallerPackageNameMode.Mode) - Method in class org.robolectric.plugins.GetInstallerPackageNameModeConfigurer
+
+merge(GraphicsMode.Mode, GraphicsMode.Mode) - Method in class org.robolectric.plugins.GraphicsModeConfigurer
+
+merge(LooperMode.Mode, LooperMode.Mode) - Method in class org.robolectric.plugins.LooperModeConfigurer
+
+merge(SQLiteMode.Mode, SQLiteMode.Mode) - Method in class org.robolectric.plugins.SQLiteModeConfigurer
+
+merge(TextLayoutMode.Mode, TextLayoutMode.Mode) - Method in class org.robolectric.plugins.TextLayoutModeConfigurer
+
+merge(T, T) - Method in interface org.robolectric.pluginapi.config.Configurer
+
+Merges two configurations.
+
+message(Diagnostic.Kind, String) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+message(Diagnostic.Kind, String, AnnotationValue) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+messageId - Variable in class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+messager - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+metaData - Variable in class org.robolectric.manifest.PackageItemData
+
+Metadata - Class in org.robolectric.pluginapi.perf
+
+Metadata for perf stats collection.
+
+Metadata(Map<Class<?>, Object>) - Constructor for class org.robolectric.pluginapi.perf.Metadata
+
+MetaData - Class in org.robolectric.manifest
+
+MetaData(List<Node>) - Constructor for class org.robolectric.manifest.MetaData
+
+method(String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+methodBlock(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner.HelperTestRunner
+
+methodBlock(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner
+
+methodBlock(FrameworkMethod) - Method in class org.robolectric.RobolectricTestRunner.HelperTestRunner
+
+MethodCallSite - Class in org.robolectric.internal.bytecode
+
+MethodCallSite(Class<?>, MethodType, String, MethodHandle, MethodCallSite.Kind) - Constructor for class org.robolectric.internal.bytecode.MethodCallSite
+
+MethodCallSite.Kind - Enum in org.robolectric.internal.bytecode
+
+methodInvoker(FrameworkMethod, Object) - Method in class org.robolectric.internal.SandboxTestRunner.HelperTestRunner
+
+For tests with a timeout, we need to wrap the test method execution (but not @Before
s
+ or @After
s in a TimeLimitedStatement
.
+
+methodName - Variable in class org.robolectric.internal.bytecode.InvocationProfile
+
+methodName - Variable in class org.robolectric.internal.bytecode.MethodRef
+
+methodName - Variable in class org.robolectric.internal.bytecode.MethodSignature
+
+MethodRef - Class in org.robolectric.internal.bytecode
+
+Reference to a specific method on a class.
+
+MethodRef(Class<?>, String) - Constructor for class org.robolectric.internal.bytecode.MethodRef
+
+MethodRef(String, String) - Constructor for class org.robolectric.internal.bytecode.MethodRef
+
+methods - Variable in class org.robolectric.annotation.processing.DocumentedType
+
+METHODS_ALLOWED_TO_BE_PUBLIC - Static variable in class org.robolectric.annotation.processing.validator.ImplementationValidator
+
+MethodSignature - Class in org.robolectric.internal.bytecode
+
+methodsToIntercept() - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+Metric - Class in org.robolectric.pluginapi.perf
+
+Metric for perf stats collection.
+
+Metric(String, boolean) - Constructor for class org.robolectric.pluginapi.perf.Metric
+
+Metric(String, int, int, boolean) - Constructor for class org.robolectric.pluginapi.perf.Metric
+
+mimeType - Variable in class org.robolectric.shadows.ImageUtil.ImageInfo
+
+mimeType - Variable in class org.robolectric.shadows.ShadowWebView.LoadData
+
+mimeType - Variable in class org.robolectric.shadows.ShadowWebView.LoadDataWithBaseURL
+
+MIN_VOLUME - Static variable in class org.robolectric.shadows.ShadowAudioManager
+
+minorVersion - Variable in class org.robolectric.res.android.ResTable_config
+
+MINORVERSION_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+minSdk - Variable in class org.robolectric.annotation.Config.Builder
+
+minSdk - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+minSdk() - Method in class org.robolectric.annotation.Config.Implementation
+
+minSdk() - Element in annotation type org.robolectric.annotation.Config
+
+The minimum Android SDK level to emulate when running tests on multiple API versions.
+
+minSdk() - Element in annotation type org.robolectric.annotation.Implementation
+
+The annotated shadow method will be invoked only for the specified SDK or greater.
+
+minSdk() - Element in annotation type org.robolectric.annotation.Implements
+
+If specified, the shadow class will be applied only for this SDK or greater.
+
+mkdir(String, int) - Method in class org.robolectric.shadows.ShadowLinux
+
+mkdir(String, int) - Method in class org.robolectric.shadows.ShadowPosix
+
+mmap(String) - Static method in class org.robolectric.shadows.ShadowNativeSystemFonts
+
+mmapRO(String) - Static method in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+mmapRO(String) - Static method in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+mNativeContext - Variable in class org.robolectric.nativeruntime.ImageReaderNatives
+
+mNativeRegion - Variable in class org.robolectric.nativeruntime.RegionNatives
+
+mnc - Variable in class org.robolectric.res.android.ResTable_config
+
+MNC - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+mode - Variable in class org.robolectric.shadows.ShadowAppOpsManager.ModeAndException
+
+mode() - Method in enum org.robolectric.res.android.Asset.AccessMode
+
+ModeAndException(int, String[]) - Constructor for class org.robolectric.shadows.ShadowAppOpsManager.ModeAndException
+
+modeBuilder(int) - Static method in class org.robolectric.shadows.ShadowDisplayManager.ModeBuilder
+
+ModeBuilder() - Constructor for class org.robolectric.shadows.ShadowDisplayManager.ModeBuilder
+
+modeId - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The active display mode.
+
+modelBuilder - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+modifiers - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+ModuleInfoBuilder - Class in org.robolectric.shadows
+
+Builder for
ModuleInfo
as ModuleInfo has hidden constructors, this builder class has been
+ added as a way to make custom ModuleInfo objects when needed.
+
+move(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+move(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+move(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+MOVE_TO - Enum constant in enum org.robolectric.shadows.ShadowPath.Point.Type
+
+movePackage(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+movePrimaryStorage(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+moveTaskToBack(boolean) - Method in class org.robolectric.shadows.ShadowActivity
+
+moveTo(float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+moveToFirst() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+moveToFirst() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+moveToFirst() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+moveToFront() - Method in class org.robolectric.shadows.ShadowAppTask
+
+For tests, marks the task as moved to the front.
+
+moveToLast() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+moveToLast() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+moveToLast() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+moveToNext() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+moveToNext() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+moveToNext() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+moveToPosition(int) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+moveToPosition(int) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+moveToPosition(int) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+moveToPrevious() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+moveToPrevious() - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+moveToPrevious() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+moveToRunningState() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimator
+
+moveToRunningState() - Method in class org.robolectric.shadows.ShadowRenderNodeAnimatorR
+
+mParser - Variable in class org.robolectric.res.android.ResXMLTree
+
+msg - Variable in class org.robolectric.shadows.ShadowLog.LogItem
+
+MultimediaMessageParams(Uri, String, Bundle, PendingIntent, long) - Constructor for class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+multiplyMM(float[], int, float[], int, float[], int) - Static method in class org.robolectric.shadows.ShadowOpenGLMatrix
+
+Multiplies two 4x4 matrices together and stores the result in a third 4x4 matrix.
+
+multiplyMV(float[], int, float[], int, float[], int) - Static method in class org.robolectric.shadows.ShadowOpenGLMatrix
+
+Multiplies a 4 element vector by a 4x4 matrix and stores the result in a 4-element column
+ vector.
+
+mustBe(String) - Method in class org.robolectric.res.ResName
+
+MutableClass - Class in org.robolectric.internal.bytecode
+
+MutableClass(ClassNode, InstrumentationConfiguration, ClassNodeProvider) - Constructor for class org.robolectric.internal.bytecode.MutableClass
+
+myBuf() - Method in class org.robolectric.res.android.StringPiece
+
+myLooper() - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+myOffset() - Method in class org.robolectric.res.android.StringPiece
+
+myPid() - Static method in class org.robolectric.shadows.ShadowProcess
+
+myProcessName() - Static method in class org.robolectric.shadows.ShadowProcess
+
+Returns the name of the process.
+
+myself - Variable in class org.robolectric.android.controller.ComponentController
+
+myTid() - Static method in class org.robolectric.shadows.ShadowProcess
+
+
+
+myUid() - Static method in class org.robolectric.shadows.ShadowProcess
+
+Returns the identifier of this process's uid.
+
+
+N
+
+N() - Constructor for class org.robolectric.versioning.AndroidVersions.N
+
+nAddAnimator(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nAddAnimator(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nAddAnimator(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nAddAnimator(long, long, long, long, long, int, int) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nAddAnimator(long, long, long, long, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nAddArc(long, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddArc(long, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddAxis(long, int, float) - Static method in class org.robolectric.nativeruntime.FontBuilderNatives
+
+nAddAxis(long, int, float) - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+nAddAxisValue(long, int, float) - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nAddAxisValue(long, int, float) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nAddChild(long, long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nAddChild(long, long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nAddCircle(long, float, float, float, int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddCircle(long, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddFont(long, long) - Static method in class org.robolectric.nativeruntime.FontFamilyBuilderNatives
+
+nAddFont(long, long) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+nAddFont(long, ByteBuffer, int, int, int) - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nAddFont(long, ByteBuffer, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nAddFontFromAssetManager(long, AssetManager, String, int, boolean, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nAddFontWeightStyle(long, ByteBuffer, int, int, int) - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nAddFontWeightStyle(long, ByteBuffer, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nAddMeasuredRun(long, int, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nAddObserver(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nAddObserver(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nAddOval(long, float, float, float, float, int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddOval(long, float, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddPath(long, long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddPath(long, long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddPath(long, long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddPath(long, long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddPath(long, long, long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddPath(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddRect(long, float, float, float, float, int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddRect(long, float, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddRenderNode(long, long, boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nAddRenderNode(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nAddRenderNode(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nAddReplacementRun(long, int, int, float) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nAddReplacementRun(long, long, int, int, float) - Static method in class org.robolectric.nativeruntime.MeasuredTextBuilderNatives
+
+nAddReplacementRun(long, long, int, int, float) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nAddReplacementRun(long, long, int, int, float) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nAddRoundRect(long, float, float, float, float, float[], int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddRoundRect(long, float, float, float, float, float[], int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddRoundRect(long, float, float, float, float, float, float, int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nAddRoundRect(long, float, float, float, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAddStyleRun(long, long, int, int, boolean) - Static method in class org.robolectric.nativeruntime.MeasuredTextBuilderNatives
+
+nAddStyleRun(long, long, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nAddStyleRun(long, long, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nAddStyleRun(long, long, int, int, boolean, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nAddStyleRun(long, long, int, int, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nAddStyleRun(long, long, long, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nAllocateBuffers(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nAllocateBuffers(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nAllowUnsupportedFont(long) - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nAllowUnsupportedFont(long) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+name - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The human-readable name of the display.
+
+name - Variable in class org.robolectric.manifest.PackageItemData
+
+name - Variable in class org.robolectric.res.android.ResourceTable.flag_entry
+
+name - Variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_span
+
+name - Variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+name - Variable in class org.robolectric.res.android.ResTable.ResourceName
+
+name - Variable in class org.robolectric.res.ResName
+
+name - Variable in class org.robolectric.res.StaxPluralsLoader
+
+name - Variable in class org.robolectric.res.StaxValueLoader
+
+name() - Element in annotation type org.robolectric.ParameterizedRobolectricTestRunner.Parameters
+
+Optional pattern to derive the test's name from the parameters.
+
+NAME_NOT_FOUND - Static variable in class org.robolectric.res.android.Errors
+
+NamedStream - Interface in org.robolectric.util
+
+Marker interface for
InputStream
that need special handling.
+
+NANOS_PER_MS - Static variable in class org.robolectric.util.TimeUtils
+
+nanoTime() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+
+
+nanoTime() - Static method in class org.robolectric.shadows.ShadowSystem
+
+
+
+nanoTime() - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+Deprecated.
+
+
+
+nApproximate(long, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nApproximate(long, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nArcTo(long, float, float, float, float, float, float, boolean) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nArcTo(long, float, float, float, float, float, float, boolean) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nAscent(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nAscent(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nAscent(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nAscent(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+NATIVE - Enum constant in enum org.robolectric.annotation.GraphicsMode.Mode
+
+Use graphics shadows libraries backed by native Android graphics code.
+
+NATIVE - Enum constant in enum org.robolectric.annotation.SQLiteMode.Mode
+
+Use the new SQLite implementation backed by native Android code from AOSP.
+
+NATIVE_APK_ASSETS_REGISTRY - Static variable in class org.robolectric.res.android.Registries
+
+NATIVE_ASSET_MANAGER_REGISTRY - Static variable in class org.robolectric.res.android.Registries
+
+NATIVE_ASSET_REGISTRY - Static variable in class org.robolectric.res.android.Registries
+
+native_breakText(char[], int, int, float, float[]) - Method in class org.robolectric.shadows.ShadowPaint
+
+native_breakText(char[], int, int, float, int, float[]) - Method in class org.robolectric.shadows.ShadowPaint
+
+native_breakText(long, long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_breakText(long, long, String, boolean, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_breakText(String, boolean, float, float[]) - Method in class org.robolectric.shadows.ShadowPaint
+
+native_breakText(String, boolean, float, int, float[]) - Method in class org.robolectric.shadows.ShadowPaint
+
+native_configure(Object, Object, Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+native_configure(String[], Object[], Surface, MediaCrypto, int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+native_create(long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+native_create(long, boolean) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_create(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_CreateBlendModeFilter(int, int) - Static method in class org.robolectric.nativeruntime.BlendModeColorFilterNatives
+
+native_CreateBlendModeFilter(int, int) - Static method in class org.robolectric.nativeruntime.PorterDuffColorFilterNatives
+
+native_CreateBlendModeFilter(int, int) - Static method in class org.robolectric.shadows.ShadowNativeBlendModeColorFilter
+
+native_CreateBlendModeFilter(int, int) - Static method in class org.robolectric.shadows.ShadowNativePorterDuffColorFilter
+
+native_CreateLightingFilter(int, int) - Static method in class org.robolectric.nativeruntime.LightingColorFilterNatives
+
+native_CreateLightingFilter(int, int) - Static method in class org.robolectric.shadows.ShadowNativeLightingColorFilter
+
+native_CreatePorterDuffFilter(int, int) - Static method in class org.robolectric.shadows.ShadowNativePorterDuffColorFilter
+
+native_dequeueInputBuffer(long) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+native_dequeueOutputBuffer(MediaCodec.BufferInfo, long) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+native_destroy(long) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_destroy(long) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_flush() - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Flushes the available output buffers.
+
+native_get(String) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+native_get(String, String) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+native_get_boolean(String, boolean) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+native_get_FCC_8() - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+native_get_FCC_8() - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+native_get_int(String, int) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+native_get_long(String, long) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+native_get_min_buff_size(int, int, int) - Static method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_get_min_buff_size(int, int, int) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+Returns a predefined or default minimum buffer size.
+
+native_get_offload_support(int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+native_getCaptureSize() - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_getCodecCount() - Static method in class org.robolectric.shadows.ShadowMediaCodecList
+
+native_getEnabled() - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+
+
+native_getEnabled() - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_getFft(byte[]) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_getGlobalSettings() - Static method in class org.robolectric.shadows.ShadowMediaCodecList
+
+native_getLength(long) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_getLength(long) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_getMatrix(long, float, long, int) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_getMatrix(long, float, long, int) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_getMaxChannelCount() - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+native_getMaxSampleRate() - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+native_getMinSampleRate() - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+native_getParameter(int, byte[], int, byte[]) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+Gets the value of the parameter with key param
, by putting its value in value
.
+
+native_getPeakRms(Visualizer.MeasurementPeakRms) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_getPosTan(long, float, float[], float[]) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_getPosTan(long, float, float[], float[]) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_getRunAdvance(long, long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getSamplingRate() - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_getSegment(long, float, float, long, boolean) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_getSegment(long, float, float, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_getTextRunAdvances(int, char[], int, int, int, int, int, float[], int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getTextRunAdvances(int, char[], int, int, int, int, int, float[], int, int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getTextRunAdvances(int, String, int, int, int, int, int, float[], int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getTextRunAdvances(int, String, int, int, int, int, int, float[], int, int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getTextRunAdvances(long, long, char[], int, int, int, int, boolean, float[], int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getTextRunAdvances(long, long, String, int, int, int, int, boolean, float[], int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+native_getWaveForm(byte[]) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_is_direct_output_supported(int, int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+native_is_offload_supported(int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+native_isClosed(long) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_isClosed(long) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_nextContour(long) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_nextContour(long) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_queueInputBuffer(int, int, int, long, int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Triggers presentation of the corresponding output buffer for the given input buffer, and passes
+ the given metadata as buffer info.
+
+native_read_in_byte_array(byte[], int, int) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_read_in_byte_array(byte[], int, int, boolean) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_read_in_direct_buffer(Object, int) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_read_in_direct_buffer(Object, int, boolean) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_read_in_float_array(float[], int, int, boolean) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_read_in_short_array(short[], int, int) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_read_in_short_array(short[], int, int, boolean) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+native_release() - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+Removes this audio effect from the set of active audio effects.
+
+native_release() - Method in class org.robolectric.shadows.ShadowVisualizer
+
+NATIVE_RES_XML_PARSERS - Static variable in class org.robolectric.res.android.Registries
+
+NATIVE_RES_XML_TREES - Static variable in class org.robolectric.res.android.Registries
+
+native_saveLayer(int, float, float, float, float, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+native_saveLayer(int, RectF, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+native_saveLayer(long, float, float, float, float, long, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+native_saveLayerAlpha(int, float, float, float, float, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+native_saveLayerAlpha(int, RectF, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+native_saveLayerAlpha(long, float, float, float, float, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+native_set(String, String) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+native_setCallback(MediaCodec.Callback) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Saves the callback to allow use inside the shadow.
+
+native_setCaptureSize(int) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+Marks the
AudioEffect
as enabled, and always returns
SUCCESS
.
+
+native_setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+native_setOutputDevice(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+native_setParameter(int, byte[], int, byte[]) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+Sets the parameter with the given key param
to the given value value
.
+
+native_setPath(long, long, boolean) - Static method in class org.robolectric.nativeruntime.PathMeasureNatives
+
+native_setPath(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePathMeasure
+
+native_setup(Object, Object, int[], int, int, int, int, int, int[], long, boolean) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+native_setup(Object, Object, int[], int, int, int, int, int, int[], long, boolean, int, Object) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+native_setup(Object, Object, int[], int, int, int, int, int, int[], long, boolean, int, Object, String) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+native_setup(Object, Object, int[], int, int, int, int, int, int[], Parcel, long, boolean, int, Object, String) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+native_setup(Object, String, String, int, int, int[], Object[]) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+native_setup(Object, String, String, int, int, int[], Object[], String) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+native_start() - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Starts the async encoding process, by first reporting a format change event, and then
+ presenting an input buffer to the callback.
+
+native_start(int, int) - Method in class org.robolectric.shadows.ShadowAudioRecord
+
+NATIVE_THEME_REGISTRY - Static variable in class org.robolectric.res.android.Registries
+
+NATIVE_THEME9_REGISTRY - Static variable in class org.robolectric.res.android.Registries
+
+native_write_byte(byte[], int, int, int, boolean) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+Returns the number of bytes to write.
+
+nativeAddBatch(int, long, MotionEvent.PointerCoords[], int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeAddBatch(long, long, MotionEvent.PointerCoords[], int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeAddFontCollections(long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeAddFontCollections(long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeAddTrack(long, String[], Object[]) - Static method in class org.robolectric.shadows.ShadowMediaMuxer
+
+Returns an incremented track id for the associated muxer.
+
+nativeAllocate() - Method in class org.robolectric.shadows.ShadowCameraMetadataNative
+
+nativeAllocate() - Static method in class org.robolectric.shadows.ShadowCameraMetadataNativeR
+
+nativeAllocateBuffers(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeAllocateBuffers(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeAllocateCopy(long) - Static method in class org.robolectric.shadows.ShadowCameraMetadataNativeR
+
+nativeAllocateCopy(CameraMetadataNative) - Method in class org.robolectric.shadows.ShadowCameraMetadataNative
+
+NativeAllocationRegistryNatives - Class in org.robolectric.nativeruntime
+
+Native methods for NativeAllocationRegistry JNI registration.
+
+nativeAllocRow(int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeAllocRow(int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeAllocRow(long) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeAllocRow(long) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeAllocRow(long) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+NativeAndroidInput - Class in org.robolectric.shadows
+
+Java representation of framework native system headers Transliterated from oreo-mr1 (SDK 27)
+ frameworks/native/include/android/Input.h
+
+NativeAndroidInput() - Constructor for class org.robolectric.shadows.NativeAndroidInput
+
+nativeAppendFrom(int, int, int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeAppendFrom(long, long, int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeApplyStyle(long, long, int, int, long, int[], long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeApplyStyle(long, long, int, int, long, int[], long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetDestroy(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeAssetDestroy(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetDestroy(long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeAssetGetLength(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeAssetGetLength(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetGetLength(long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeAssetGetRemainingLength(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeAssetGetRemainingLength(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetGetRemainingLength(long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeAssetRead(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeAssetRead(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetRead(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeAssetReadChar(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeAssetReadChar(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetReadChar(long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeAssetSeek(long, long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeAssetSeek(long, long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeAssetSeek(long, long, int) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeAttachAndQueueBufferWithColorSpace(long, HardwareBuffer, int) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeAttachAndQueueBufferWithColorSpace(long, HardwareBuffer, int) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeAxisFromString(String) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeAxisToString(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeBeginRecording(long, int, int) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeBeginRecording(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeBindBlob(int, int, int, byte[]) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindBlob(int, int, int, byte[]) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindBlob(long, long, int, byte[]) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeBindBlob(long, long, int, byte[]) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindBlob(long, long, int, byte[]) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindDouble(int, int, int, double) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindDouble(int, int, int, double) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindDouble(long, long, int, double) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeBindDouble(long, long, int, double) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindDouble(long, long, int, double) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindLong(int, int, int, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindLong(int, int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindLong(long, long, int, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeBindLong(long, long, int, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindLong(long, long, int, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindNull(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindNull(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindNull(long, long, int) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeBindNull(long, long, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindNull(long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindString(int, int, int, String) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindString(int, int, int, String) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeBindString(long, long, int, String) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeBindString(long, long, int, String) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeBindString(long, long, int, String) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+NativeBitSet64 - Class in org.robolectric.shadows
+
+Transliteration of native BitSet64.
+
+NativeCallHandler - Class in org.robolectric.internal.bytecode
+
+Handler for native calls instrumented by ClassInstrumentor.
+
+NativeCallHandler(File, boolean, boolean) - Constructor for class org.robolectric.internal.bytecode.NativeCallHandler
+
+Initializes the native calls handler.
+
+nativeCancel(int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeCancel(int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeCancel(long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeCancel(long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeCancel(long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeClassInit() - Static method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+We use a class initializer to allow the native code to cache some field offsets.
+
+nativeClassInit() - Static method in class org.robolectric.shadows.ShadowNativeImageReader
+
+We use a class initializer to allow the native code to cache some field offsets.
+
+nativeClear(int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeClear(int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeClear(long) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeClear(long) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeClear(long) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeClose() - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeClose() - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeClose(int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeClose(int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeClose(long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeClose(long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeClose(long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeColorMatrixFilter(float[]) - Static method in class org.robolectric.nativeruntime.ColorMatrixColorFilterNatives
+
+nativeColorMatrixFilter(float[]) - Static method in class org.robolectric.shadows.ShadowNativeColorMatrixColorFilter
+
+nativeCompress(long, int, int, OutputStream, byte[]) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCompress(long, int, int, OutputStream, byte[]) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeComputeColorSpace(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeComputeColorSpace(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeConfig(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeConfig(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeConstructor() - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeConstructor() - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeConstructor() - Static method in class org.robolectric.shadows.ShadowRegion
+
+nativeConstructor(float[], float, float, float) - Static method in class org.robolectric.nativeruntime.EmbossMaskFilterNatives
+
+nativeConstructor(float[], float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeEmbossMaskFilter
+
+nativeConstructor(float, int) - Static method in class org.robolectric.nativeruntime.BlurMaskFilterNatives
+
+nativeConstructor(float, int) - Static method in class org.robolectric.shadows.ShadowNativeBlurMaskFilter
+
+nativeConstructor(int) - Static method in class org.robolectric.shadows.ShadowPicture
+
+nativeConstructor(int, int) - Static method in class org.robolectric.nativeruntime.InterpolatorNatives
+
+nativeConstructor(int, int) - Static method in class org.robolectric.shadows.ShadowNativeInterpolator
+
+nativeConstructor(long) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeConstructor(long) - Static method in class org.robolectric.nativeruntime.RegionIteratorNatives
+
+nativeConstructor(long) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeConstructor(long) - Static method in class org.robolectric.shadows.ShadowNativeRegionIterator
+
+nativeConstructor(long) - Static method in class org.robolectric.shadows.ShadowPicture
+
+nativeCopy(int, int, boolean) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeCopy(long, int, boolean) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCopy(long, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCopy(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeCopyAshmem(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCopyAshmem(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCopyAshmemConfig(long, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCopyAshmemConfig(long, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCopyPixelsFromBuffer(long, Buffer) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCopyPixelsFromBuffer(long, Buffer) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCopyPixelsToBuffer(long, Buffer) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCopyPixelsToBuffer(long, Buffer) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCopyPreserveInternalConfig(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCopyPreserveInternalConfig(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCopyStringToBuffer(long, int, int, CharArrayBuffer) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeCopyStringToBuffer(long, int, int, CharArrayBuffer) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeCreate() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeCreate() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeCreate() - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeCreate() - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeCreate(byte[], int, int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeCreate(byte[], int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeCreate(float) - Static method in class org.robolectric.nativeruntime.CornerPathEffectNatives
+
+nativeCreate(float) - Static method in class org.robolectric.shadows.ShadowNativeCornerPathEffect
+
+nativeCreate(float[], float) - Static method in class org.robolectric.nativeruntime.DashPathEffectNatives
+
+nativeCreate(float[], float) - Static method in class org.robolectric.shadows.ShadowNativeDashPathEffect
+
+nativeCreate(float, float) - Static method in class org.robolectric.nativeruntime.DiscretePathEffectNatives
+
+nativeCreate(float, float) - Static method in class org.robolectric.shadows.ShadowNativeDiscretePathEffect
+
+nativeCreate(float, float, float, float, float, float, float, float[]) - Static method in class org.robolectric.nativeruntime.ColorSpaceRgbNatives
+
+nativeCreate(float, float, float, float, float, float, float, float[]) - Static method in class org.robolectric.shadows.ShadowNativeColorSpaceRgb
+
+nativeCreate(int[], int, int, int, int, int, boolean, float[], ColorSpace.Rgb.TransferParameters) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCreate(int[], int, int, int, int, int, boolean, long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCreate(int[], int, int, int, int, int, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCreate(long, float, float, float, float, float, float, long[], float[], int, long) - Static method in class org.robolectric.nativeruntime.RadialGradientNatives
+
+nativeCreate(long, float, float, float, float, float, float, long[], float[], int, long) - Static method in class org.robolectric.shadows.ShadowNativeRadialGradient
+
+nativeCreate(long, float, float, float, float, long[], float[], int, long) - Static method in class org.robolectric.nativeruntime.LinearGradientNatives
+
+nativeCreate(long, float, float, float, float, long[], float[], int, long) - Method in class org.robolectric.shadows.ShadowNativeLinearGradient
+
+nativeCreate(long, float, float, float, long[], float[], int, long) - Static method in class org.robolectric.shadows.ShadowNativeRadialGradient
+
+nativeCreate(long, float, float, int) - Static method in class org.robolectric.nativeruntime.PathDashPathEffectNatives
+
+nativeCreate(long, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativePathDashPathEffect
+
+nativeCreate(long, float, float, long[], float[], long) - Static method in class org.robolectric.nativeruntime.SweepGradientNatives
+
+nativeCreate(long, float, float, long[], float[], long) - Static method in class org.robolectric.shadows.ShadowNativeSweepGradient
+
+nativeCreate(long, long) - Static method in class org.robolectric.nativeruntime.ComposePathEffectNatives
+
+nativeCreate(long, long) - Static method in class org.robolectric.nativeruntime.SumPathEffectNatives
+
+nativeCreate(long, long) - Static method in class org.robolectric.shadows.ShadowNativeComposePathEffect
+
+nativeCreate(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSumPathEffect
+
+nativeCreate(long, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmapShader
+
+nativeCreate(long, long, int, int, boolean) - Static method in class org.robolectric.nativeruntime.BitmapShaderNatives
+
+nativeCreate(long, long, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmapShader
+
+nativeCreate(long, long, int, int, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmapShader
+
+nativeCreate(long, long, int, int, int, boolean, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmapShader
+
+nativeCreate(long, long, long, int) - Static method in class org.robolectric.nativeruntime.ComposeShaderNatives
+
+nativeCreate(long, long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeComposeShader
+
+nativeCreate(long, Bitmap, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmapShader
+
+nativeCreate(SurfaceSession, String, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowSurfaceControl
+
+nativeCreate(SurfaceSession, String, int, int, int, int, long, int, int) - Static method in class org.robolectric.shadows.ShadowSurfaceControl
+
+nativeCreate(SurfaceSession, String, int, int, int, int, long, Parcel) - Static method in class org.robolectric.shadows.ShadowSurfaceControl
+
+nativeCreate(String, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeCreate(String, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeCreate(String, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeCreate1(long, float, float, float, float, int[], float[], int) - Static method in class org.robolectric.nativeruntime.LinearGradientNatives
+
+nativeCreate1(long, float, float, float, float, int[], float[], int) - Method in class org.robolectric.shadows.ShadowNativeLinearGradient
+
+nativeCreate1(long, float, float, float, int[], float[], int) - Static method in class org.robolectric.nativeruntime.RadialGradientNatives
+
+nativeCreate1(long, float, float, float, int[], float[], int) - Static method in class org.robolectric.shadows.ShadowNativeRadialGradient
+
+nativeCreate1(long, float, float, int[], float[]) - Static method in class org.robolectric.nativeruntime.SweepGradientNatives
+
+nativeCreate1(long, float, float, int[], float[]) - Static method in class org.robolectric.shadows.ShadowNativeSweepGradient
+
+nativeCreate2(long, float, float, float, float, int, int, int) - Static method in class org.robolectric.nativeruntime.LinearGradientNatives
+
+nativeCreate2(long, float, float, float, float, int, int, int) - Method in class org.robolectric.shadows.ShadowNativeLinearGradient
+
+nativeCreate2(long, float, float, float, int, int, int) - Static method in class org.robolectric.nativeruntime.RadialGradientNatives
+
+nativeCreate2(long, float, float, float, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRadialGradient
+
+nativeCreate2(long, float, float, int, int) - Static method in class org.robolectric.nativeruntime.SweepGradientNatives
+
+nativeCreate2(long, float, float, int, int) - Static method in class org.robolectric.shadows.ShadowNativeSweepGradient
+
+nativeCreateBitmapEffect(long, float, float, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateBitmapEffect(long, float, float, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateBlendModeEffect(long, long, int) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateBlendModeEffect(long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateBlurEffect(float, float, long, int) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateBlurEffect(float, float, long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateBuilder(String) - Static method in class org.robolectric.nativeruntime.RuntimeShaderNatives
+
+nativeCreateBuilder(String) - Static method in class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+nativeCreateByteArray(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeCreateByteArray(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeCreateChainEffect(long, long) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateChainEffect(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateColorFilterEffect(long, long) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateColorFilterEffect(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateFromArray(long[], int, int) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+nativeCreateFromArray(long[], int, int) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeCreateFromArray(long[], long, int, int) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeCreateFromArray(long[], long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+nativeCreateFromArray(long[], long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeCreateFromParcel(Parcel) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeCreateFromParcel(Parcel) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeCreateFromParcel(Parcel) - Static method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+nativeCreateFromParcel(Parcel) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeCreateFromParcel(Parcel) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeCreateFromStream(InputStream, byte[]) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeCreateFromStream(InputStream, byte[]) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeCreateFromSurfaceControl(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeCreateFromSurfaceControl(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeCreateFromSurfaceControl(Object) - Static method in class org.robolectric.shadows.ShadowSurface
+
+nativeCreateFromSurfaceTexture(SurfaceTexture) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeCreateFromSurfaceTexture(SurfaceTexture) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeCreateFromSurfaceTexture(Object) - Static method in class org.robolectric.shadows.ShadowSurface
+
+nativeCreateFromTypeface(long, int) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeCreateFromTypeface(long, int) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeCreateFromTypefaceWithExactStyle(long, int, boolean) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeCreateFromTypefaceWithExactStyle(long, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeCreateFromTypefaceWithVariation(long, List<FontVariationAxis>) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeCreateFromTypefaceWithVariation(long, List<FontVariationAxis>) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeCreateIdmapsForStaticOverlaysTargetingAndroid() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeCreateIdmapsForStaticOverlaysTargetingAndroid() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeCreateIdmapsForStaticOverlaysTargetingAndroid() - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeCreateOffsetEffect(float, float, long) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateOffsetEffect(float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateParseState(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeCreateParseState(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeCreateParseState(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeCreatePlanes(int, int, long) - Method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeCreatePlanes(Object, Object) - Method in class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage
+
+nativeCreatePlanes(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage
+
+nativeCreateShader(long, long, boolean) - Static method in class org.robolectric.nativeruntime.RuntimeShaderNatives
+
+nativeCreateShader(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+nativeCreateShaderEffect(long) - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeCreateShaderEffect(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeCreateWeightAlias(long, int) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeCreateWeightAlias(long, int) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeDataAvail(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataAvail(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataCapacity(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataCapacity(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataPosition(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataPosition(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataSize(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDataSize(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDecodeAsset(long, Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeAsset(long, Rect, BitmapFactory.Options, long, long) - Static method in class org.robolectric.nativeruntime.BitmapFactoryNatives
+
+nativeDecodeAsset(long, Rect, BitmapFactory.Options, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeByteArray(byte[], int, int, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeByteArray(byte[], int, int, BitmapFactory.Options, long, long) - Static method in class org.robolectric.nativeruntime.BitmapFactoryNatives
+
+nativeDecodeByteArray(byte[], int, int, BitmapFactory.Options, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options, long, long) - Static method in class org.robolectric.nativeruntime.BitmapFactoryNatives
+
+nativeDecodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeStream(InputStream, byte[], Rect, BitmapFactory.Options) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDecodeStream(InputStream, byte[], Rect, BitmapFactory.Options, long, long) - Static method in class org.robolectric.nativeruntime.BitmapFactoryNatives
+
+nativeDecodeStream(InputStream, byte[], Rect, BitmapFactory.Options, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeDestroy() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeDestroy(int) - Static method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+nativeDestroy(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDestroy(int) - Static method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeDestroy(int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeDestroy(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeDestroy(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeDestroyParseState(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeDestroyParseState(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeDestructor(long) - Static method in class org.robolectric.nativeruntime.InterpolatorNatives
+
+nativeDestructor(long) - Static method in class org.robolectric.nativeruntime.MaskFilterNatives
+
+nativeDestructor(long) - Static method in class org.robolectric.nativeruntime.PathEffectNatives
+
+nativeDestructor(long) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeDestructor(long) - Static method in class org.robolectric.nativeruntime.RegionIteratorNatives
+
+nativeDestructor(long) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeDestructor(long) - Static method in class org.robolectric.shadows.ShadowNativeInterpolator
+
+nativeDestructor(long) - Static method in class org.robolectric.shadows.ShadowNativeMaskFilter
+
+nativeDestructor(long) - Static method in class org.robolectric.shadows.ShadowNativePathEffect
+
+nativeDestructor(long) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeDestructor(long) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeDestructor(long) - Static method in class org.robolectric.shadows.ShadowNativeRegionIterator
+
+nativeDetachImage(Image) - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeDetachImage(Image) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeDiscardFreeBuffers() - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeDiscardFreeBuffers() - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeDispose(int) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeDispose(int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeDispose(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeDispose(int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeDispose(long) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeDispose(long) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeDispose(long) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeDispose(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeDispose(long) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeDraw(long, long) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeDraw(long, long) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeEndRecording(long) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeEndRecording(long) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeEnforceInterface(int, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeEnforceInterface(long, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeEquals(long, long) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeEquals(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeErase(long, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeErase(long, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeErase(long, long, long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeErase(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeExecute(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecute(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecute(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecute(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecute(long, long, boolean) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecute(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecute(long, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForBlobFileDescriptor(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForBlobFileDescriptor(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForBlobFileDescriptor(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecuteForBlobFileDescriptor(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForBlobFileDescriptor(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForChangedRowCount(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForChangedRowCount(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForChangedRowCount(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecuteForChangedRowCount(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForChangedRowCount(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForCursorWindow(int, int, int, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForCursorWindow(int, int, int, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForCursorWindow(long, long, long, int, int, boolean) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecuteForCursorWindow(long, long, long, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForCursorWindow(long, long, long, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForLastInsertedRowId(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForLastInsertedRowId(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForLastInsertedRowId(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecuteForLastInsertedRowId(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForLastInsertedRowId(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForLong(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForLong(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForLong(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecuteForLong(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForLong(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForString(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForString(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExecuteForString(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeExecuteForString(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeExecuteForString(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeExtractAlpha(long, long, int[]) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeExtractAlpha(long, long, int[]) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeFinalize(long) - Static method in class org.robolectric.nativeruntime.NinePatchNatives
+
+nativeFinalize(long) - Static method in class org.robolectric.shadows.ShadowNativeNinePatch
+
+nativeFinalizeStatement(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeFinalizeStatement(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeFinalizeStatement(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeFinalizeStatement(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeFinalizeStatement(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeFindPointerIndex(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeFindPointerIndex(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeForceScopedDisconnect(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeForceScopedDisconnect(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeForceSetStaticFinalField(String, Typeface) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeForceSetStaticFinalField(String, Typeface) - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+nativeForceSetStaticFinalField(String, Typeface) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeFreeBuffer(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeFreeBuffer(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeFreeLastRow(long) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeFreeLastRow(long) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGenerationId(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGenerationId(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetAction(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetAction(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetActionButton(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetAllocationByteCount(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGetAllocationByteCount(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetAssetPath(long) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeGetAssignedPackageIdentifiers(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetAssignedPackageIdentifiers(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetAssignedPackageIdentifiers(long, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetAttributeCount(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeCount(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeData(int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeData(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeDataType(int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeDataType(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeIndex(int, String, String) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeIndex(long, String, String) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeName(int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeName(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeNamespace(int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeNamespace(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeResource(int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeResource(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeStringValue(int, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAttributeStringValue(long, int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetAxisValue(int, int, int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetAxisValue(long, int, int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetBlob(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetBlob(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetBlob(long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetBlob(long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetBlob(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetBoundaryPath(long, long) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeGetBoundaryPath(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeGetBounds(long, Rect) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeGetBounds(long, Rect) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeGetButtonState(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetButtonState(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetClassAttribute(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetClassAttribute(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetColor(long, int, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGetColor(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetColorSpace(long, float[], float[]) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetColumnCount(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetColumnCount(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetColumnCount(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeGetColumnCount(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetColumnCount(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetColumnName(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetColumnName(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetColumnName(long, long, int) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeGetColumnName(long, long, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetColumnName(long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetDbLookaside(int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetDbLookaside(int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetDbLookaside(long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeGetDbLookaside(long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetDbLookaside(long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetDeviceId(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetDeviceId(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetDouble(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetDouble(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetDouble(long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetDouble(long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetDouble(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetDownTimeNanos(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetDownTimeNanos(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetEdgeFlags(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetEdgeFlags(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetEnabledTags() - Static method in class org.robolectric.shadows.ShadowTrace
+
+nativeGetEventTimeNanos(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetEventTimeNanos(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetFamily(long, int) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeGetFamily(long, int) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeGetFamilySize(long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeGetFamilySize(long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeGetFinalizer() - Static method in class org.robolectric.nativeruntime.ColorFilterNatives
+
+nativeGetFinalizer() - Static method in class org.robolectric.nativeruntime.RenderEffectNatives
+
+nativeGetFinalizer() - Static method in class org.robolectric.nativeruntime.RuntimeShaderNatives
+
+nativeGetFinalizer() - Static method in class org.robolectric.nativeruntime.ShaderNatives
+
+nativeGetFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeColorFilter
+
+nativeGetFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeRenderEffect
+
+nativeGetFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+nativeGetFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeShader
+
+nativeGetFlags(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetFlags(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetFormat(int) - Method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeGetFormat(int) - Method in class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage
+
+nativeGetFromBlastBufferQueue(long, long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeGetFromBlastBufferQueue(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeGetFromSurfaceControl(long, long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeGetFromSurfaceControl(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeGetFromSurfaceControl(long, long) - Static method in class org.robolectric.shadows.ShadowSurface
+
+nativeGetHardwareBuffer(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGetHardwareBuffer(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetHeight() - Method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeGetHeight() - Method in class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage
+
+nativeGetHeight(long) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeGetHeight(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeGetHeight(long) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeGetHeight(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeGetHistorySize(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetHistorySize(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetIdAttribute(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetIdAttribute(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetLineNumber(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetLineNumber(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetLocales(long, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetLocales(long, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetLong(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetLong(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetLong(long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetLong(long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetLong(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetMetaState(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetMetaState(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetName(int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetName(int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetName(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetName(long) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetName(long) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetName(long) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetName(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetNamespace(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetNamespace(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.ColorSpaceRgbNatives
+
+nativeGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeColorSpaceRgb
+
+nativeGetNextFrameNumber(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeGetNextFrameNumber(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeGetNumber(int, int) - Static method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+nativeGetNumber(long, int) - Static method in class org.robolectric.shadows.ShadowKeyCharacterMap
+
+nativeGetNumRows(int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetNumRows(int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetNumRows(long) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetNumRows(long) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetNumRows(long) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetParameterCount(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetParameterCount(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetParameterCount(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeGetParameterCount(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeGetParameterCount(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeGetPixel(long, int, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGetPixel(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetPixels(long, int[], int, int, int, int, int, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeGetPixels(long, int[], int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeGetPointerCoords(int, int, int, MotionEvent.PointerCoords) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerCoords(long, int, int, MotionEvent.PointerCoords) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerCount(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerCount(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerId(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerId(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerProperties(int, int, MotionEvent.PointerProperties) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetPointerProperties(long, int, MotionEvent.PointerProperties) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetRawAxisValue(int, int, int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetRawAxisValue(long, int, int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetReleaseFunc() - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeGetReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeGetResourceArray(long, int, int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceArray(long, int, int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceArraySize(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceArraySize(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceBagValue(long, int, int, TypedValue) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceBagValue(long, int, int, TypedValue) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceEntryName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceEntryName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceIdentifier(long, String, String, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceIdentifier(long, String, String, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceIntArray(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceIntArray(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourcePackageName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourcePackageName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceStringArray(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceStringArray(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceStringArrayInfo(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceStringArrayInfo(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceTypeName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceTypeName(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetResourceValue(long, int, short, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetResourceValue(long, int, short, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetSize(int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeGetSize(long) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeGetSizeConfigurations(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetSizeConfigurations(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetSource(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetSource(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetSourceResId(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetString(int, int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeGetString(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetString(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetString(long, int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeGetString(long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetString(long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetString(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetStringBlock(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetStringBlock(long) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeGetStringBlock(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetStyle(int, int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeGetStyle(long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeGetStyle(long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeGetStyle(long, int) - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+nativeGetStyleAttribute(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetStyleAttribute(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetStyleAttributes(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeGetStyleAttributes(long, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeGetSupportedAxes(long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeGetSupportedAxes(long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeGetSurface() - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeGetSurface() - Method in class org.robolectric.shadows.ShadowImageReader
+
+nativeGetSurface() - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeGetText(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetText(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeGetToolType(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetToolType(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetTransparentRegion(long, long, Rect) - Static method in class org.robolectric.nativeruntime.NinePatchNatives
+
+nativeGetTransparentRegion(long, long, Rect) - Static method in class org.robolectric.shadows.ShadowNativeNinePatch
+
+nativeGetType(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetType(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetType(long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeGetType(long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeGetType(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeGetWeight(long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeGetWeight(long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeGetWidth() - Method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeGetWidth() - Method in class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage
+
+nativeGetWidth(long) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeGetWidth(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeGetWidth(long) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeGetWidth(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeGetXOffset(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetXOffset(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetXPrecision(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetXPrecision(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetYOffset(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetYOffset(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetYPrecision(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeGetYPrecision(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeHasAlpha(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeHasAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeHasMipMap(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeHasMipMap(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeHSVToColor(int, float[]) - Static method in class org.robolectric.nativeruntime.ColorNatives
+
+nativeHSVToColor(int, float[]) - Static method in class org.robolectric.shadows.ShadowNativeColor
+
+nativeImageSetup(Image) - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeImageSetup(Image) - Method in class org.robolectric.shadows.ShadowImageReader
+
+nativeImageSetup(Image) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeImageSetup(Image, boolean) - Method in class org.robolectric.shadows.ShadowImageReader
+
+nativeImageSetup(Image, boolean) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeImageSetup(Object) - Method in class org.robolectric.shadows.ShadowImageReader
+
+nativeImageSetup(Object) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeInit() - Static method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+nativeInit(DisplayEventReceiver, MessageQueue) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeInit(Object, int, int, int, int, long) - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeInit(Object, int, int, int, int, long) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeInit(Object, int, int, int, long, int, int) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeInit(Object, Object) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeInit(WeakReference<DisplayEventReceiver>, MessageQueue) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeInit(WeakReference<DisplayEventReceiver>, MessageQueue, int) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeInit(WeakReference<DisplayEventReceiver>, MessageQueue, int, int) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeInit(WeakReference<DisplayEventReceiver>, WeakReference<Object>, MessageQueue, int, int, long) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeInitialize(int, int, int, int, int, int, int, int, float, float, float, float, long, long, int, MotionEvent.PointerProperties[], MotionEvent.PointerCoords[]) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeInitialize(long, int, int, int, int, int, int, int, float, float, float, float, long, long, int, MotionEvent.PointerProperties[], MotionEvent.PointerCoords[]) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeInitialize(long, int, int, int, int, int, int, int, int, int, float, float, float, float, long, long, int, MotionEvent.PointerProperties[], MotionEvent.PointerCoords[]) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+NativeInput - Class in org.robolectric.shadows
+
+Java representation of framework native input Transliterated from oreo-mr1 (SDK 27)
+ frameworks/native/include/input/Input.h and libs/input/Input.cpp
+
+NativeInput() - Constructor for class org.robolectric.shadows.NativeInput
+
+NativeInterpolatorFactoryNatives - Class in org.robolectric.nativeruntime
+
+Native methods for NativeInterpolatorFactory JNI registration.
+
+nativeIsBackedByAshmem(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeIsBackedByAshmem(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeIsConsumerRunningBehind(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeIsConsumerRunningBehind(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeIsIdling(int) - Static method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+nativeIsIdling(long) - Static method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+nativeIsImmutable(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeIsImmutable(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeIsPolling(long) - Static method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeIsPremultiplied(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeIsPremultiplied(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeIsReadOnly(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeIsReadOnly(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeIsReadOnly(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeIsReadOnly(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeIsReadOnly(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeIsSeekable(FileDescriptor) - Static method in class org.robolectric.nativeruntime.BitmapFactoryNatives
+
+nativeIsSeekable(FileDescriptor) - Static method in class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+nativeIsSRGB(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeIsSRGB(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeIsSRGBLinear(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeIsSRGBLinear(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeIsTouchEvent(int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeIsTouchEvent(long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeIsUpToDate(long) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeIsValid(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeIsValid(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeList(long, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeList(long, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeLoad(Object, Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeLoad(String, boolean, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeLoadFromFd(FileDescriptor, String, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeLockCanvas(long, Canvas, Rect) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeLockCanvas(long, Canvas, Rect) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeMarshall(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeMarshall(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+NativeMethodNotFoundException - Exception in org.robolectric.sandbox
+
+Thrown when a particular Robolectric native method cannot be found.
+
+NativeMethodNotFoundException() - Constructor for exception org.robolectric.sandbox.NativeMethodNotFoundException
+
+NativeMethodNotFoundException(String) - Constructor for exception org.robolectric.sandbox.NativeMethodNotFoundException
+
+nativeNewClip(int, int) - Static method in class org.robolectric.nativeruntime.TableMaskFilterNatives
+
+nativeNewClip(int, int) - Static method in class org.robolectric.shadows.ShadowNativeTableMaskFilter
+
+nativeNewGamma(float) - Static method in class org.robolectric.nativeruntime.TableMaskFilterNatives
+
+nativeNewGamma(float) - Static method in class org.robolectric.shadows.ShadowNativeTableMaskFilter
+
+nativeNewTable(byte[]) - Static method in class org.robolectric.nativeruntime.TableMaskFilterNatives
+
+nativeNewTable(byte[]) - Static method in class org.robolectric.shadows.ShadowNativeTableMaskFilter
+
+nativeNext(int) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeNext(long) - Static method in class org.robolectric.shadows.ShadowXmlBlock
+
+nativeNext(long, Rect) - Static method in class org.robolectric.nativeruntime.RegionIteratorNatives
+
+nativeNext(long, Rect) - Static method in class org.robolectric.shadows.ShadowNativeRegionIterator
+
+NativeObjRegistry <T > - Class in org.robolectric.res.android
+
+A unique id per object registry.
+
+NativeObjRegistry(Class<T>) - Constructor for class org.robolectric.res.android.NativeObjRegistry
+
+NativeObjRegistry(Class<T>, boolean) - Constructor for class org.robolectric.res.android.NativeObjRegistry
+
+NativeObjRegistry(String) - Constructor for class org.robolectric.res.android.NativeObjRegistry
+
+NativeObjRegistry(String, boolean) - Constructor for class org.robolectric.res.android.NativeObjRegistry
+
+nativeOffsetLocation(int, float, float) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeOffsetLocation(long, float, float) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeOp(long, int, int, int, int, int) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeOp(long, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeOp(long, long, long, int) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeOp(long, long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeOp(long, Rect, long, int) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeOp(long, Rect, long, int) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeOpen(String, int, String, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeOpen(String, int, String, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeOpen(String, int, String, boolean, boolean, int, int) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeOpen(String, int, String, boolean, boolean, int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeOpen(String, int, String, boolean, boolean, int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeOpenAsset(long, String, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeOpenAsset(long, String, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeOpenAssetFd(long, String, long[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeOpenAssetFd(long, String, long[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeOpenNonAsset(long, int, String, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeOpenNonAsset(long, int, String, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeOpenNonAssetFd(long, int, String, long[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeOpenNonAssetFd(long, int, String, long[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeOpenXml(long, String) - Static method in class org.robolectric.shadows.ShadowArscApkAssets9
+
+nativeOpenXmlAsset(long, int, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeOpenXmlAsset(long, int, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeParse3339(String) - Method in class org.robolectric.shadows.ShadowTime
+
+nativePollOnce(int, int) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativePollOnce(long, int) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativePollOnce(Object, Object) - Static method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativePrepareStatement(int, String) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativePrepareStatement(int, String) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativePrepareStatement(long, String) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativePrepareStatement(long, String) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativePrepareStatement(long, String) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativePrepareToDraw(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativePrepareToDraw(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativePutBlob(int, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutBlob(int, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutBlob(long, byte[], int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativePutBlob(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutBlob(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutDouble(int, double, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutDouble(int, double, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutDouble(long, double, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativePutDouble(long, double, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutDouble(long, double, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutLong(int, long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutLong(int, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutLong(long, long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativePutLong(long, long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutLong(long, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutNull(int, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutNull(int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutNull(long, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativePutNull(long, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutNull(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutString(int, String, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutString(int, String, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativePutString(long, String, int, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativePutString(long, String, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativePutString(long, String, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeReadBlob(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadByteArray(long, byte[], int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadDouble(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadDouble(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadFileDescriptor(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadFloat(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadFloat(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadFromParcel(int, Parcel) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeReadFromParcel(long, Parcel) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeReadFromParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeReadFromParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeReadInt(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadInt(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadLong(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadLong(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadString(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadString(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadString16(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadString8(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadStrongBinder(int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadStrongBinder(long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeReadTypefaces(ByteBuffer) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeReadTypefaces(ByteBuffer) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeReadTypefaces(ByteBuffer, int) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeReconfigure(long, int, int, int, boolean) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeReconfigure(long, int, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeRecycle(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeRecycle(Object) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeRegisterCustomAggregateFunction(long, String, BinaryOperator<String>) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeRegisterCustomAggregateFunction(long, String, BinaryOperator<String>) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeRegisterCustomFunction(int, SQLiteCustomFunction) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeRegisterCustomFunction(long, SQLiteCustomFunction) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeRegisterCustomScalarFunction(long, String, UnaryOperator<String>) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeRegisterCustomScalarFunction(long, String, UnaryOperator<String>) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeRegisterGenericFamily(String, long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeRegisterGenericFamily(String, long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeRegisterLocalizedCollators(int, String) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeRegisterLocalizedCollators(int, String) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeRegisterLocalizedCollators(long, String) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeRegisterLocalizedCollators(long, String) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeRegisterLocalizedCollators(long, String) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeRelease(long) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeRelease(long) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeReleaseImage(Image) - Method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+nativeReleaseImage(Image) - Method in class org.robolectric.shadows.ShadowImageReader
+
+nativeReleaseImage(Image) - Method in class org.robolectric.shadows.ShadowNativeImageReader
+
+nativeReset(long, int, int) - Static method in class org.robolectric.nativeruntime.InterpolatorNatives
+
+nativeReset(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeInterpolator
+
+nativeResetCancel(int, boolean) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeResetCancel(int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeResetCancel(long, boolean) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeResetCancel(long, boolean) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeResetCancel(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeResetStatementAndClearBindings(int, int) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeResetStatementAndClearBindings(int, int) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeResetStatementAndClearBindings(long, long) - Static method in class org.robolectric.nativeruntime.SQLiteConnectionNatives
+
+nativeResetStatementAndClearBindings(long, long) - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+nativeResetStatementAndClearBindings(long, long) - Static method in class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+nativeResolveAttrs(long, long, int, int, int[], int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeResolveAttrs(long, long, int, int, int[], int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeRetrieveAttributes(long, long, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeRetrieveAttributes(long, long, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeRGBToHSV(int, int, int, float[]) - Static method in class org.robolectric.nativeruntime.ColorNatives
+
+nativeRGBToHSV(int, int, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativeColor
+
+nativeRowBytes(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeRowBytes(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+NativeRuntimeLoader - Interface in org.robolectric.pluginapi
+
+Loads the Robolectric native runtime.
+
+nativeSameAs(long, long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSameAs(long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeScale(int, float) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeScale(long, float) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeScheduleVsync(int) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeScheduleVsync(long) - Static method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+nativeSetAction(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetAction(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetActionButton(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetApkAssets(long, ApkAssets[], boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeSetApkAssets(long, ApkAssets[], boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeSetAutoRefreshEnabled(long, boolean) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeSetAutoRefreshEnabled(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeSetButtonState(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetColorSpace(long, long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetColorSpace(long, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetConfiguration(long, int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeSetConfiguration(long, int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeSetConfiguration(long, int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager14
+
+nativeSetConfiguration(long, int, int, String, String[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowArscAssetManager14
+
+nativeSetDataCapacity(int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeSetDataCapacity(long, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeSetDataPosition(int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeSetDataPosition(long, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeSetDataSize(int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeSetDataSize(long, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeSetDefault(long) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeSetDefault(long) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeSetDownTimeNanos(int, long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetDownTimeNanos(long, long) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetEdgeFlags(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetEdgeFlags(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetFlags(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetFlags(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetFrameRate(long, float, int, int) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeSetFrameRate(long, float, int, int) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeSetHasAlpha(long, boolean, boolean) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetHasAlpha(long, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetHasMipMap(long, boolean) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetHasMipMap(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetImmutable(long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetImmutable(long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetKeyFrame(long, int, int, float[], float[]) - Static method in class org.robolectric.nativeruntime.InterpolatorNatives
+
+nativeSetKeyFrame(long, int, int, float[], float[]) - Static method in class org.robolectric.shadows.ShadowNativeInterpolator
+
+nativeSetNumColumns(int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeSetNumColumns(int, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeSetNumColumns(long, int) - Static method in class org.robolectric.nativeruntime.CursorWindowNatives
+
+nativeSetNumColumns(long, int) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+nativeSetNumColumns(long, int) - Static method in class org.robolectric.shadows.ShadowNativeCursorWindow
+
+nativeSetPath(long, long, long) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeSetPath(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeSetPixel(long, int, int, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetPixel(long, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetPixels(long, int[], int, int, int, int, int, int) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetPixels(long, int[], int, int, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetPremultiplied(long, boolean) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeSetPremultiplied(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeSetRect(long, int, int, int, int) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeSetRect(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeSetRegion(long, long) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeSetRegion(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeSetRepeatMirror(long, float, boolean) - Static method in class org.robolectric.nativeruntime.InterpolatorNatives
+
+nativeSetRepeatMirror(long, float, boolean) - Static method in class org.robolectric.shadows.ShadowNativeInterpolator
+
+nativeSetScalingMode(long, int) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeSetScalingMode(long, int) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeSetSharedBufferModeEnabled(long, boolean) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeSetSharedBufferModeEnabled(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeSetSource(int, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetSource(long, int) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeSetup(FileDescriptor, int) - Static method in class org.robolectric.shadows.ShadowMediaMuxer
+
+Generates and returns an internal id to track the FileOutputStream corresponding to individual
+ MediaMuxer instances.
+
+nativeShapeTextRun(char[], int, int, int, int, boolean, long) - Static method in class org.robolectric.nativeruntime.TextRunShaperNatives
+
+nativeShapeTextRun(char[], int, int, int, int, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeTextRunShaper
+
+nativeShapeTextRun(String, int, int, int, int, boolean, long) - Static method in class org.robolectric.nativeruntime.TextRunShaperNatives
+
+nativeShapeTextRun(String, int, int, int, int, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeTextRunShaper
+
+nativeStop(long) - Static method in class org.robolectric.shadows.ShadowMediaMuxer
+
+Closes the FileOutputStream for the associated muxer.
+
+nativeSurfaceImageCreatePlanes(Object, int, int, long) - Static method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+RNG-specific native trampoline methods to invoke the native member functions on the proper
+ SurfaceImage object reference.
+
+nativeSurfaceImageGetFormat(Object, int) - Static method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeSurfaceImageGetHeight(Object) - Static method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeSurfaceImageGetWidth(Object) - Static method in class org.robolectric.nativeruntime.ImageReaderSurfaceImageNatives
+
+nativeThemeApplyStyle(long, long, int, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeApplyStyle(long, long, int, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeClear(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeClear(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeCopy(long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeCopy(long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeCopy(long, long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeThemeCopy(long, long, long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeCopy(long, long, long, long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeCopy(long, long, long, long) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+nativeThemeCreate(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeCreate(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeDestroy(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeDestroy(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeDump(long, long, int, String, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeDump(long, long, int, String, String) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeGetAttributeValue(long, long, int, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeGetAttributeValue(long, long, int, TypedValue, boolean) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeThemeGetChangingConfigurations(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeThemeGetChangingConfigurations(long) - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeTimeToValues(long, int, float[]) - Static method in class org.robolectric.nativeruntime.InterpolatorNatives
+
+nativeTimeToValues(long, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativeInterpolator
+
+nativeToString(long) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeToString(long) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeUnlockCanvasAndPost(long, Canvas) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeUnlockCanvasAndPost(long, Canvas) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeUnmarshall(int, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeUnmarshall(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeUpdateShader(long, String, long) - Static method in class org.robolectric.nativeruntime.RuntimeShaderNatives
+
+nativeUpdateShader(long, String, long) - Static method in class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+nativeUpdateUniforms(long, String, float[]) - Static method in class org.robolectric.nativeruntime.RuntimeShaderNatives
+
+nativeUpdateUniforms(long, String, float[]) - Static method in class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+nativeVerifySystemIdmaps() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+nativeVerifySystemIdmaps() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+nativeWake(int) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeWake(long) - Static method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeWake(Object) - Static method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+nativeWarmUpCache(String) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeWrapHardwareBufferBitmap(HardwareBuffer, long) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeWrapHardwareBufferBitmap(HardwareBuffer, long) - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+nativeWriteBlob(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteByteArray(int, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteByteArray(long, byte[], int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteDouble(int, double) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteDouble(long, double) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteDouble(Object, Object) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteFileDescriptor(long, FileDescriptor) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteFileDescriptor(Object, Object) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteFloat(int, float) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteFloat(long, float) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteFloat(Object, Object) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteInt(int, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteInt(long, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteInt(Object, Object) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteInterfaceToken(int, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteInterfaceToken(long, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteLong(int, long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteLong(long, long) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteLong(Object, Object) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteSampleData(long, int, ByteBuffer, int, int, long, int) - Static method in class org.robolectric.shadows.ShadowMediaMuxer
+
+Writes the given data to the FileOutputStream for the associated muxer.
+
+nativeWriteString(int, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteString(long, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteString16(long, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteString8(long, String) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteStrongBinder(int, IBinder) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteStrongBinder(long, IBinder) - Static method in class org.robolectric.shadows.ShadowParcel
+
+nativeWriteToParcel(int, Parcel) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeWriteToParcel(long, int, Parcel) - Static method in class org.robolectric.nativeruntime.BitmapNatives
+
+nativeWriteToParcel(long, Parcel) - Static method in class org.robolectric.nativeruntime.RegionNatives
+
+nativeWriteToParcel(long, Parcel) - Static method in class org.robolectric.nativeruntime.SurfaceNatives
+
+nativeWriteToParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+nativeWriteToParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowNativeRegion
+
+nativeWriteToParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowNativeSurface
+
+nativeWriteToStream(long, OutputStream, byte[]) - Static method in class org.robolectric.nativeruntime.PictureNatives
+
+nativeWriteToStream(long, OutputStream, byte[]) - Static method in class org.robolectric.shadows.ShadowNativePicture
+
+nativeWriteTypefaces(ByteBuffer, int, long[]) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+nativeWriteTypefaces(ByteBuffer, long[]) - Static method in class org.robolectric.nativeruntime.TypefaceNatives
+
+nativeWriteTypefaces(ByteBuffer, long[]) - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+NAVHIDDEN_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+NAVHIDDEN_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+NAVHIDDEN_YES - Static variable in class org.robolectric.res.android.ResTable_config
+
+navigation - Variable in class org.robolectric.res.android.ResTable_config
+
+NAVIGATION - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+NAVIGATION_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+NAVIGATION_HIDDEN - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+navigationHidden() - Method in class org.robolectric.res.android.ResTable_config
+
+navigationHidden(int) - Method in class org.robolectric.res.android.ResTable_config
+
+nBreakText(long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nBreakText(long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nBreakText(long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nBreakText(long, long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nBreakText(long, long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nBreakText(long, long, char[], int, int, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nBreakText(long, long, String, boolean, float, int, float[]) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nBreakText(long, long, String, boolean, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nBreakText(long, long, String, boolean, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nBreakText(long, String, boolean, float, int, float[]) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nBreakText(long, String, boolean, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nBreakText(long, String, boolean, float, int, float[]) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nBuild(long, String, int, boolean) - Static method in class org.robolectric.nativeruntime.FontFamilyBuilderNatives
+
+nBuild(long, String, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+nBuild(long, String, int, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+nBuild(long, String, int, boolean, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+nBuild(long, ByteBuffer, String, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+nBuild(long, ByteBuffer, String, String, int, boolean, int) - Static method in class org.robolectric.nativeruntime.FontBuilderNatives
+
+nBuild(long, ByteBuffer, String, String, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowFontBuilder
+
+nBuild(long, ByteBuffer, String, String, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+nBuildLayer(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nBuildLayer(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nBuildLayer(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nBuildMeasuredText(long, long, char[], boolean, boolean) - Static method in class org.robolectric.nativeruntime.MeasuredTextBuilderNatives
+
+nBuildMeasuredText(long, long, char[], boolean, boolean) - Static method in class org.robolectric.shadows.ShadowMeasuredTextBuilder
+
+nBuildMeasuredText(long, long, char[], boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nBuildMeasuredText(long, long, char[], boolean, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nBuildMeasuredText(long, long, char[], boolean, boolean, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nBuildNativeMeasuredParagraph(long, char[], boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nCallFloatMethod(Object, long, float) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallFloatMethod(Object, long, float) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallFourFloatMethod(Object, long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallFourFloatMethod(Object, long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallFourIntMethod(Object, long, int, int, int, int) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallFourIntMethod(Object, long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallIntMethod(Object, long, int) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallIntMethod(Object, long, int) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallMultipleFloatMethod(Object, long, float[]) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallMultipleFloatMethod(Object, long, float[]) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallMultipleIntMethod(Object, long, int[]) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallMultipleIntMethod(Object, long, int[]) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallTwoFloatMethod(Object, long, float, float) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallTwoFloatMethod(Object, long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCallTwoIntMethod(Object, long, int, int) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nCallTwoIntMethod(Object, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nCancelLayerUpdate(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCancelLayerUpdate(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCancelLayerUpdate(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nCanMorph(long, long) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nCanMorph(long, long) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nCanMorph(long, long) - Static method in class org.robolectric.shadows.ShadowPathParser
+
+nClearStretch(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nClearStretch(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nClipPath(long, long, int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nClipPath(long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nClipRect(long, float, float, float, float, int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nClipRect(long, float, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nClone(long, long, int, boolean, int) - Static method in class org.robolectric.nativeruntime.FontBuilderNatives
+
+nClone(long, long, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+nCloneFont(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nCloneFont(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nClose(long) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nClose(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nClose(long) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nClose(long) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nClose(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nComputeBounds(long, RectF) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nComputeBounds(long, RectF) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nComputeLineBreaks(long, char[], long, int, float, int, float, float[], float, int) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nComputeLineBreaks(long, char[], long, int, float, int, float, float[], float, int) - Static method in class org.robolectric.shadows.ShadowLineBreaker
+
+nComputeLineBreaks(long, char[], long, int, float, int, float, float[], float, int) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nComputeLineBreaks(Object, Object, Object, Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+This has to use looseSignatures due to recycle
param with non-public type
+ android.text.StaticLayout$LineBreaks
.
+
+nComputeLineBreaks(Object, Object, Object, Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowStaticLayout
+
+nComputeLineBreaks(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+This has to use looseSignatures due to recycle
param with non-public type
+ android.text.StaticLayout$LineBreaks
.
+
+nComputeLineBreaks(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowStaticLayout
+
+nComputeLineBreaksP(long, char[], long, int, float, int, float, float[], float, int, Object, int, int[], float[], float[], float[], int[], float[]) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nConcat(long, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nConcat(long, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nCopyLayerInto(long, long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCopyLayerInto(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCopySurfaceInto(Surface, int, int, int, int, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCopySurfaceInto(Surface, int, int, int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreate(byte[], int, int, boolean, ImageDecoder.Source) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nCreate(byte[], int, int, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(byte[], int, int, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(byte[], int, int, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(byte[], int, int, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nCreate(long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nCreate(long, boolean, ImageDecoder.Source) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nCreate(long, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(long, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(long, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(long, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(long, ImageDecoder, int, int, long, boolean, Rect) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nCreate(long, ImageDecoder, int, int, long, boolean, Rect) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nCreate(long, ImageDecoder, int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nCreate(FileDescriptor, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(FileDescriptor, long, boolean, ImageDecoder.Source) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nCreate(FileDescriptor, long, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(FileDescriptor, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(FileDescriptor, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(InputStream, byte[], boolean, ImageDecoder.Source) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nCreate(InputStream, byte[], boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(InputStream, byte[], boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(InputStream, byte[], ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(InputStream, byte[], ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(String) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nCreate(String) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nCreate(String) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nCreate(String, int) - Static method in class org.robolectric.shadows.ShadowSharedMemory
+
+nCreate(ByteBuffer, int, int, boolean, ImageDecoder.Source) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nCreate(ByteBuffer, int, int, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(ByteBuffer, int, int, boolean, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreate(ByteBuffer, int, int, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nCreate(ByteBuffer, int, int, ImageDecoder.Source) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nCreateAnimator(int, float) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nCreateAnimator(int, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nCreateAnimator(int, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nCreateAnimatorSet() - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nCreateAnimatorSet() - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nCreateCanvasPropertyFloatAnimator(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nCreateCanvasPropertyFloatAnimator(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nCreateCanvasPropertyFloatAnimator(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nCreateCanvasPropertyPaintAnimator(long, int, float) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nCreateCanvasPropertyPaintAnimator(long, int, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nCreateCanvasPropertyPaintAnimator(long, int, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nCreateClipPath() - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateClipPath() - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateClipPath(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateClipPath(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateDisplayListCanvas() - Static method in class org.robolectric.shadows.ShadowDisplayListCanvas
+
+nCreateDisplayListCanvas(int, int) - Static method in class org.robolectric.shadows.ShadowDisplayListCanvas
+
+nCreateDisplayListCanvas(long, int, int) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nCreateDisplayListCanvas(long, int, int) - Static method in class org.robolectric.shadows.ShadowDisplayListCanvas
+
+nCreateDisplayListCanvas(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nCreateDisplayListCanvas(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nCreateDisplayListCanvas(long, int, int) - Static method in class org.robolectric.shadows.ShadowRecordingCanvas
+
+nCreateEmpty() - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nCreateEmptyPathData() - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nCreateEmptyPathData() - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nCreateEmptyPathData() - Static method in class org.robolectric.shadows.ShadowPathParser
+
+nCreateFamily(long) - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nCreateFamily(long) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nCreateFloat(float) - Static method in class org.robolectric.nativeruntime.CanvasPropertyNatives
+
+nCreateFloat(float) - Static method in class org.robolectric.shadows.ShadowNativeCanvasProperty
+
+nCreateFullPath() - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateFullPath() - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateFullPath() - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nCreateFullPath(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateFullPath(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateFullPath(long) - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nCreateGroup() - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateGroup() - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateGroup() - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nCreateGroup(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateGroup(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateGroup(long) - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nCreateGroupPropertyHolder(long, int, float, float) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nCreateGroupPropertyHolder(long, int, float, float) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nCreateHardwareBitmap(long, int, int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCreateHardwareBitmap(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreateHardwareBitmap(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nCreateHardwareBuffer(int, int, int, int, long) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nCreateObserver() - Method in class org.robolectric.shadows.ShadowNativeHardwareRendererObserver
+
+nCreateObserver(boolean) - Method in class org.robolectric.nativeruntime.HardwareRendererObserverNatives
+
+nCreateObserver(boolean) - Method in class org.robolectric.shadows.ShadowNativeHardwareRendererObserver
+
+nCreateObserver(WeakReference<HardwareRendererObserver>, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRendererObserver
+
+nCreatePaint(long) - Static method in class org.robolectric.nativeruntime.CanvasPropertyNatives
+
+nCreatePaint(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvasProperty
+
+nCreatePathColorPropertyHolder(long, int, int, int) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nCreatePathColorPropertyHolder(long, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nCreatePathData(long) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nCreatePathData(long) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nCreatePathData(long) - Static method in class org.robolectric.shadows.ShadowPathParser
+
+nCreatePathDataFromString(String, int) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nCreatePathDataFromString(String, int) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nCreatePathDataFromString(String, int) - Static method in class org.robolectric.shadows.ShadowPathParser
+
+nCreatePathDataPropertyHolder(long, long, long) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nCreatePathDataPropertyHolder(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nCreatePathFromPathData(long, long) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nCreatePathFromPathData(long, long) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nCreatePathPropertyHolder(long, int, float, float) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nCreatePathPropertyHolder(long, int, float, float) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nCreateProxy(boolean, boolean, long) - Static method in class org.robolectric.shadows.ShadowHardwareRenderer
+
+nCreateProxy(boolean, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreateProxy(boolean, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCreateProxy(boolean, long) - Static method in class org.robolectric.shadows.ShadowHardwareRenderer
+
+nCreateProxy(boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreateProxy(boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nCreateProxy(Object, Object) - Static method in class org.robolectric.shadows.ShadowHardwareRenderer
+
+nCreateProxy(Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreateRevealAnimator(int, int, float, float) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nCreateRevealAnimator(int, int, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nCreateRevealAnimator(int, int, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nCreateRootAlphaPropertyHolder(long, float, float) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nCreateRootAlphaPropertyHolder(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nCreateRootRenderNode() - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCreateRootRenderNode() - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreateRootRenderNode() - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nCreateTextureLayer(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nCreateTextureLayer(long) - Static method in class org.robolectric.shadows.ShadowHardwareRenderer
+
+nCreateTextureLayer(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nCreateTextureLayer(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nCreateTextureLayer(long) - Static method in class org.robolectric.shadows.ShadowThreadedRenderer
+
+nCreateTree(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateTree(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCreateTreeFromCopy(long, long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nCreateTreeFromCopy(long, long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nCubicTo(long, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nCubicTo(long, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, long, boolean) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, long, boolean) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, ColorSpace) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, ColorSpace) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nDecStrong(long) - Static method in class org.robolectric.nativeruntime.VirtualRefBasePtrNatives
+
+nDecStrong(long) - Static method in class org.robolectric.shadows.ShadowNativeVirtualRefBasePtr
+
+nDecStrong(long) - Static method in class org.robolectric.shadows.ShadowVirtualRefBasePtr
+
+nDeleteProxy(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nDeleteProxy(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nDeleteProxy(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nDescent(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nDescent(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nDescent(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nDescent(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nDestroy(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nDestroy(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nDestroy(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nDestroyHardwareResources(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nDestroyHardwareResources(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nDestroyHardwareResources(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nDetachSurfaceTexture(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nDetachSurfaceTexture(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nDetachSurfaceTexture(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nDiscardDisplayList(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nDiscardDisplayList(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nDraw(long, long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nDraw(long, long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nDraw(long, long, long, Rect, boolean, boolean) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nDraw(long, long, long, Rect, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nDrawArc(long, float, float, float, float, float, float, boolean, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawArc(long, float, float, float, float, float, float, boolean, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawArc(long, float, float, float, float, float, float, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawArc(long, float, float, float, float, float, float, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawBitmap(long, long, float, float, long, int, int, int) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawBitmap(long, long, float, float, long, int, int, int) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawBitmap(long, long, float, float, long, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmap(long, long, float, float, long, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawBitmap(long, Bitmap, float, float, float, float, float, float, float, float, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmap(long, Bitmap, float, float, long, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmapMatrix(long, long, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawBitmapMatrix(long, long, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawBitmapMatrix(long, long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmapMatrix(long, long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawBitmapMatrix(long, Bitmap, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawBitmapMesh(long, Bitmap, int, int, float[], int, int[], int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawCircle(long, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawCircle(long, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawCircle(long, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawCircle(long, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawCircle(long, long, long, long, long) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nDrawCircle(long, long, long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nDrawCircle(long, long, long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nDrawColor(long, int, int) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawColor(long, int, int) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawColor(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawColor(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawColor(long, long, long, int) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawColor(long, long, long, int) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawColor(long, long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawColor(long, long, long, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawGlyphs(long, int[], float[], int, int, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawGlyphs(long, int[], float[], int, int, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawGlyphs(long, int[], float[], int, int, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawGlyphs(long, int[], float[], int, int, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawLine(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawLine(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawLine(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawLine(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawLines(long, float[], int, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawLines(long, float[], int, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawLines(long, float[], int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawLines(long, float[], int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawNinePatch(long, long, long, float, float, float, float, long, int, int) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawNinePatch(long, long, long, float, float, float, float, long, int, int) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawNinePatch(long, long, long, float, float, float, float, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawNinePatch(long, long, long, float, float, float, float, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawOval(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawOval(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawOval(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawOval(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawPaint(long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawPaint(long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawPaint(long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawPaint(long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawPath(long, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawPath(long, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawPath(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawPath(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawPoint(long, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawPoint(long, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawPoint(long, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawPoint(long, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawPoints(long, float[], int, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawPoints(long, float[], int, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawPoints(long, float[], int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawPoints(long, float[], int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawRect(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawRect(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawRect(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawRect(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawRegion(long, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawRegion(long, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawRegion(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawRegion(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawRenderNode(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nDrawRenderNode(long, long) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nDrawRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nDrawRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nDrawRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nDrawRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nDrawRipple(long, long, long, long, long, long, long, int, long) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nDrawRipple(long, long, long, long, long, long, long, int, long) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nDrawRoundRect(long, float, float, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawRoundRect(long, float, float, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawRoundRect(long, float, float, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawRoundRect(long, float, float, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawRoundRect(long, long, long, long, long, long, long, long) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nDrawRoundRect(long, long, long, long, long, long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nDrawRoundRect(long, long, long, long, long, long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nDrawText(long, char[], int, int, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawText(long, char[], int, int, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawText(long, char[], int, int, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawText(long, char[], int, int, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawText(long, char[], int, int, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawText(long, char[], int, int, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawText(long, char[], int, int, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawText(long, char[], int, int, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawText(long, String, int, int, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawText(long, String, int, int, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawText(long, String, int, int, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawText(long, String, int, int, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawText(long, String, int, int, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawText(long, String, int, int, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawText(long, String, int, int, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawText(long, String, int, int, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextOnPath(long, String, long, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextOnPath(long, String, long, float, float, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextOnPath(long, String, long, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawTextOnPath(long, String, long, float, float, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextOnPath(long, String, long, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextOnPath(long, String, long, float, float, int, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextOnPath(long, String, long, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawTextOnPath(long, String, long, float, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+The signature of this method is the same from SDK levels O and above, but the last native
+ pointer changed from a Typeface pointer to a MeasuredParagraph pointer in P.
+
+nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+The signature of this method is the same from SDK levels O and above, but the last native
+ pointer changed from a Typeface pointer to a MeasuredParagraph pointer in P.
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawTextRunTypeface(long, char[], int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawTextRunTypeface(long, char[], int, int, int, int, float, float, boolean, long, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawTextureLayer(long, long) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nDrawTextureLayer(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nDrawWebViewFunctor(long, int) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nDrawWebViewFunctor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nDumpProfileInfo(long, FileDescriptor, int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nDumpProfileInfo(long, FileDescriptor, int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nEnableZ(long, boolean) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nEnableZ(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nEnd(long) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nEnd(long) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nEnd(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nEnd(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nEnd(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nEndAllAnimators(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nEndAllAnimators(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nEndAllAnimators(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nEquals(long, long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nEquals(long, long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nEqualsForTextMeasurement(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nEqualsForTextMeasurement(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+NETWORK - Enum constant in enum org.robolectric.fakes.RoboResponseSource
+
+Return the response from the network.
+
+NetworkRegistrationInfoTestBuilder - Class in org.robolectric.shadows
+
+
+
+NetworkRegistrationInfoTestBuilder() - Constructor for class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+networksFoundFromPnoScan(List<ScanResult>) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+networkTimeAvailable - Static variable in class org.robolectric.shadows.ShadowSystemClock
+
+NEW_INSETS_MODE_FULL - Static variable in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+newBuilder() - Static method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+newBuilder() - Method in class org.robolectric.internal.bytecode.ShadowMap
+
+newBuilder() - Static method in class org.robolectric.shadows.AppWidgetProviderInfoBuilder
+
+
+
+newBuilder() - Static method in class org.robolectric.shadows.AssociationInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.AudioDeviceInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.BackupDataInputBuilder
+
+
+
+newBuilder() - Static method in class org.robolectric.shadows.BarringInfoBuilder.BarringServiceInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.BarringInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.CellInfoLteBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.CellInfoNrBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.DeviceStateSensorOrientationBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.DragEventBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+
+
+newBuilder() - Static method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+
+
+newBuilder() - Static method in class org.robolectric.shadows.ModuleInfoBuilder
+
+Start building a new ModuleInfo
+
+newBuilder() - Static method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Start building a new PackageRollbackInfo
+
+newBuilder() - Static method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.PolicyStateBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.RangingSessionBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.ResponderLocationBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Start building a new RollbackInfo
+
+newBuilder() - Static method in class org.robolectric.shadows.RunningTaskInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.ServiceStateBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.ShadowTrace.AsyncTraceSection
+
+newBuilder() - Static method in class org.robolectric.shadows.ShadowTrace.Counter
+
+newBuilder() - Static method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.StreamConfigurationMapBuilder
+
+
+
+newBuilder() - Static method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.UiccPortInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+newBuilder() - Static method in class org.robolectric.shadows.VibrationAttributesBuilder
+
+newBuilder(ServiceState) - Static method in class org.robolectric.shadows.ServiceStateBuilder
+
+newCallAudioState(boolean, int, int, BluetoothDevice, Collection<BluetoothDevice>) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+newCameraCharacteristics() - Static method in class org.robolectric.shadows.ShadowCameraCharacteristics
+
+
+
+newCaptureResult() - Static method in class org.robolectric.shadows.ShadowCaptureResult
+
+Convenience method which returns a new instance of
CaptureResult
.
+
+NEWEST_SDK - Static variable in annotation type org.robolectric.annotation.Config
+
+newFile(File) - Static method in class org.robolectric.res.Fs
+
+Deprecated.
+
+
+
+newFileAsset(FileTypedResource) - Static method in class org.robolectric.res.android.Asset
+
+newFrameworkResourceTable(ResourcePath) - Method in class org.robolectric.res.ResourceTableFactory
+
+Builds an Android framework resource table in the "android" package space.
+
+newInstance() - Static method in class org.robolectric.shadows.BackupDataOutputFactory
+
+
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowAppTask
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowDiscoverySession
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowIsoDep
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowJsPromptResult
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowPeerHandle
+
+newInstance() - Static method in class org.robolectric.shadows.ShadowWifiInfo
+
+newInstance(byte[], int, int, boolean) - Static method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+newInstance(int) - Static method in class org.robolectric.shadows.ShadowNetwork
+
+Creates new instance of
Network
, because its constructor is hidden.
+
+newInstance(int) - Static method in class org.robolectric.shadows.ShadowSensor
+
+Constructs a
Sensor
with a given type.
+
+newInstance(int, boolean, boolean, ParcelUuid) - Static method in class org.robolectric.shadows.ShadowBluetoothServerSocket
+
+newInstance(long) - Static method in class org.robolectric.shadows.BackupDataOutputFactory
+
+
+
+newInstance(long, int) - Static method in class org.robolectric.shadows.BackupDataOutputFactory
+
+
+
+newInstance(BluetoothDevice) - Static method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+newInstance(NetworkInfo.DetailedState, int, int, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNetworkInfo
+
+Deprecated.
+
+
+
+newInstance(NetworkInfo.DetailedState, int, int, boolean, NetworkInfo.State) - Static method in class org.robolectric.shadows.ShadowNetworkInfo
+
+Allows developers to create a
NetworkInfo
instance for testing.
+
+newInstance(FileDescriptor, boolean) - Static method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+newInstance(InputStream, boolean) - Static method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+newInstance(Class<T>) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Create a new instance of a class
+
+newInstance(Class<T>, Class[], Object[]) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+newInstance(Class<T>, Class[], Object[]) - Method in interface org.robolectric.internal.IShadow
+
+newInstance(Class<T>, Class[], Object[]) - Static method in class org.robolectric.shadow.api.Shadow
+
+newInstance(String) - Static method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+newInstance(String) - Static method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Deprecated.
+
+newInstance(String, boolean) - Static method in class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+newInstance(String, boolean, int) - Static method in class org.robolectric.res.android.ApkAssetsCache.Key
+
+newInstance(String, Context) - Static method in class org.robolectric.shadows.ShadowAndroidHttpClient
+
+newInstance(String, String, String, int, int) - Static method in class org.robolectric.shadows.ShadowScanResult
+
+Deprecated.
+
+
+
+newInstance(String, String, String, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowScanResult
+
+Deprecated.
+
+
+
+newInstance(String, String, String, int, int, boolean, List<ScanResult.InformationElement>) - Static method in class org.robolectric.shadows.ShadowScanResult
+
+newInstanceOf(Class<T>) - Method in class org.robolectric.internal.bytecode.ShadowImpl
+
+newInstanceOf(Class<T>) - Method in interface org.robolectric.internal.IShadow
+
+newInstanceOf(Class<T>) - Static method in class org.robolectric.shadow.api.Shadow
+
+newInstanceOf(String) - Static method in class org.robolectric.shadow.api.Shadow
+
+newIntent(Intent) - Method in class org.robolectric.android.controller.ActivityController
+
+newLowPowerStandbyPortsLock(List<PowerManager.LowPowerStandbyPortDescription>) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+newNonMovableArray(Class<?>, int) - Method in class org.robolectric.shadows.ShadowVMRuntime
+
+newPublishDiscoverySession(WifiAwareManager, int, int) - Static method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Returns a new instance of PublishDiscoverySession.
+
+newResolveInfo(ResolveInfo) - Static method in class org.robolectric.shadows.ShadowResolveInfo
+
+
+
+newResolveInfo(String, String) - Static method in class org.robolectric.shadows.ShadowResolveInfo
+
+
+
+newResolveInfo(String, String, String) - Static method in class org.robolectric.shadows.ShadowResolveInfo
+
+
+
+newResourceTable(String, ResourcePath...) - Method in class org.robolectric.res.ResourceTableFactory
+
+Creates an application resource table which can be constructed with multiple resources paths
+ representing overlayed resource libraries.
+
+newScopeBuilder(ClassLoader) - Method in class org.robolectric.util.inject.Injector
+
+newState - Variable in class org.robolectric.shadows.ShadowPackageManager.ComponentState
+
+newSubscribeDiscoverySession(WifiAwareManager, int, int) - Static method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Returns a new instance of SubscribeDiscoverySession.
+
+newTabSpec(String) - Method in class org.robolectric.shadows.ShadowTabHost
+
+newTaskFor(Runnable, T) - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+newTaskFor(Callable<T>) - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+newTheme() - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+newTheme() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+NewTheme() - Method in class org.robolectric.res.android.CppAssetManager2
+
+newTotalCaptureResult() - Static method in class org.robolectric.shadows.ShadowTotalCaptureResult
+
+
+
+newUnpaddedArray(Class<?>, int) - Method in class org.robolectric.shadows.ShadowVMRuntime
+
+newWakeLock(int, String) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+newWifiAwareSession(WifiAwareManager, Binder, int) - Static method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Returns a new instance of WifiAwareSession.
+
+next() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+next() - Method in class org.robolectric.res.android.ResXMLParser
+
+next() - Method in class org.robolectric.shadows.CachedPathIteratorFactory.CachedPathIterator
+
+nextId - Static variable in class org.robolectric.shadows.ShadowRegion
+
+nextTag() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+nextText() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+nextToken() - Method in class org.robolectric.android.XmlResourceParserImpl
+
+nFence(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nFence(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nFence(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nFinalize(long) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nFinalize(long) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nFinish(long) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nFinishBuilder(long) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nFinishP(long) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nFinishRecording(long, long) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nFinishRecording(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nFreeBuilder(long) - Static method in class org.robolectric.nativeruntime.MeasuredTextBuilderNatives
+
+nFreeBuilder(long) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nFreeBuilder(long) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nFreeBuilder(long) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nFreeCaches() - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nFreeCaches() - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nFreeTextLayoutCaches() - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nFreeTextLayoutCaches() - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetAllocatedSize(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetAllocatedSize(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetAllowForceDark(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetAllowForceDark(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetAllowForceDark(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetAlpha(long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nGetAlpha(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetAlpha(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nGetAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetAmbientShadowColor(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetAmbientShadowColor(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetAmbientShadowColor(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetAnimationMatrix(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetAnimationMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetAnimationMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetAscent(long) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetAscent(long) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetAssetBuffer(long) - Static method in class org.robolectric.shadows.ShadowFontBuilder
+
+nGetAvailableFontSet() - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetAvailableFontSet() - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetAxisCount(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetAxisCount(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetAxisInfo(long, int) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetAxisInfo(long, int) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetBottom(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetBottom(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetBottom(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetBounds(long, char[], int, int, Rect) - Static method in class org.robolectric.nativeruntime.MeasuredTextNatives
+
+nGetBounds(long, char[], int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nGetBounds(long, char[], int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText
+
+nGetBufferAddress(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetBufferAddress(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetBuilderReleaseFunc() - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nGetBuilderReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nGetCameraDistance(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetCameraDistance(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetCameraDistance(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetCharArrayBounds(long, char[], int, int, int, Rect) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetCharArrayBounds(long, char[], int, int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetCharArrayBounds(long, long, char[], int, int, int, Rect) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetCharArrayBounds(long, long, char[], int, int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetCharWidthAt(long, int) - Static method in class org.robolectric.nativeruntime.MeasuredTextNatives
+
+nGetCharWidthAt(long, int) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText
+
+nGetClipBounds(long, Rect) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nGetClipBounds(long, Rect) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetClipToBounds(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetClipToBounds(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetClipToBounds(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetClipToOutline(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetClipToOutline(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetClipToOutline(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetColor(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetColor(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetColorSpace(long) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nGetColorSpace(long) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nGetColorSpace(long) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nGetDescent(long) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetDescent(long) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetDisplayRatioHdr(long) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetDisplayRatioSdr(long) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetDuration(long) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nGetDuration(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nGetDuration(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nGetElevation(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetElevation(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetElevation(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetEndHyphenEdit(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetEndHyphenEdit(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetEpsilonHdr(long, float[]) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetEpsilonSdr(long, float[]) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetFamilyReleaseFunc() - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nGetFamilyReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nGetFillAlpha(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetFillAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetFillColor(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetFillColor(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetFillPath(long, long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFillPath(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFillType(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nGetFillType(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nGetFinalizer() - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nGetFinalizer() - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nGetFlags(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFlags(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFloatMethod(Class<?>, String) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nGetFloatMethod(Class<?>, String) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nGetFont(long, int) - Static method in class org.robolectric.nativeruntime.FontsFontFamilyNatives
+
+nGetFont(long, int) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetFont(long, int) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily
+
+nGetFont(long, int) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetFontMetrics(long, long, Paint.FontMetrics) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetFontMetrics(long, long, Paint.FontMetrics) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFontMetrics(long, long, Paint.FontMetrics) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetFontMetrics(long, long, Paint.FontMetrics) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetrics(long, Paint.FontMetrics) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFontMetrics(long, Paint.FontMetrics) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetrics(long, Paint.FontMetrics, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetricsInt(long, long, Paint.FontMetricsInt) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFontMetricsInt(long, long, Paint.FontMetricsInt) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetricsInt(long, long, Paint.FontMetricsInt) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetFontMetricsInt(long, Paint.FontMetricsInt) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFontMetricsInt(long, Paint.FontMetricsInt) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetricsInt(long, Paint.FontMetricsInt) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetFontMetricsInt(long, Paint.FontMetricsInt, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetricsInt(long, Paint.FontMetricsInt, boolean) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetFontMetricsInt(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowPaint
+
+nGetFontMetricsIntForText(long, char[], int, int, int, int, boolean, Paint.FontMetricsInt) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFontMetricsIntForText(long, char[], int, int, int, int, boolean, Paint.FontMetricsInt) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontMetricsIntForText(long, String, int, int, int, int, boolean, Paint.FontMetricsInt) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetFontMetricsIntForText(long, String, int, int, int, int, boolean, Paint.FontMetricsInt) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetFontPath(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetFontPath(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetFontPostScriptName(ByteBuffer, int) - Static method in class org.robolectric.nativeruntime.FontFileUtilNatives
+
+nGetFontPostScriptName(ByteBuffer, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFileUtil
+
+nGetFontRevision(ByteBuffer, int) - Static method in class org.robolectric.nativeruntime.FontFileUtilNatives
+
+nGetFontRevision(ByteBuffer, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFileUtil
+
+nGetFontSize(long) - Static method in class org.robolectric.nativeruntime.FontsFontFamilyNatives
+
+nGetFontSize(long) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily
+
+nGetFormat(long) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nGetFullPathProperties(long, byte[], int) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetFullPathProperties(long, byte[], int) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetFullPathProperties(long, byte[], int) - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nGetGamma(long, float[]) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetGlyphBounds(long, int, long, RectF) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetGlyphBounds(long, int, long, RectF) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetGlyphCount(long) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetGlyphCount(long) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetGlyphId(long, int) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetGlyphId(long, int) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetGroupProperties(long, float[], int) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetGroupProperties(long, float[], int) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetGroupProperties(long, float[], int) - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nGetHeight(long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nGetHeight(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetHeight(long) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nGetHeight(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetHeight(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetHeight(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetHinting(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetHinting(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetHyphenEdit(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetIndex(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetIndex(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetIntMethod(Class<?>, String) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nGetIntMethod(Class<?>, String) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nGetInverseTransformMatrix(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetInverseTransformMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetInverseTransformMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetLangTags(long) - Static method in class org.robolectric.nativeruntime.FontsFontFamilyNatives
+
+nGetLangTags(long) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily
+
+nGetLayers(long) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nGetLayerType(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetLayerType(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetLayerType(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetLeft(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetLeft(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetLeft(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetLetterSpacing(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetLetterSpacing(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetLineAscent(long, int) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetLineAscent(long, int) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetLineBreakOffset(long, int) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetLineBreakOffset(long, int) - Static method in class org.robolectric.shadows.ShadowLineBreaker
+
+nGetLineBreakOffset(long, int) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetLineCount(long) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetLineCount(long) - Static method in class org.robolectric.shadows.ShadowLineBreaker
+
+nGetLineCount(long) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetLineDescent(long, int) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetLineDescent(long, int) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetLineFlag(long, int) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetLineFlag(long, int) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetLineWidth(long, int) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetLineWidth(long, int) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetLocaleList(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetLocaleList(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetMatrix(long, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nGetMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetMaximumTextureHeight() - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nGetMaximumTextureHeight() - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nGetMaximumTextureHeight() - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nGetMaximumTextureWidth() - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nGetMaximumTextureWidth() - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nGetMaximumTextureWidth() - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nGetMemoryUsage(long) - Static method in class org.robolectric.nativeruntime.MeasuredTextNatives
+
+nGetMemoryUsage(long) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nGetMemoryUsage(long) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText
+
+nGetMimeType(long) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nGetMimeType(long) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nGetMimeType(long) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nGetMinikinFontPtr(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetMinikinFontPtr(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetMultipleFloatMethod(Class<?>, String, int) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nGetMultipleFloatMethod(Class<?>, String, int) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nGetMultipleIntMethod(Class<?>, String, int) - Static method in class org.robolectric.nativeruntime.PropertyValuesHolderNatives
+
+nGetMultipleIntMethod(Class<?>, String, int) - Static method in class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+nGetNativeAsset(AssetManager, String, boolean, int) - Static method in class org.robolectric.shadows.ShadowFontBuilder
+
+nGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetNativeFinalizer() - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetNativeFinalizer() - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetNextBuffer(long, long[]) - Static method in class org.robolectric.nativeruntime.HardwareRendererObserverNatives
+
+nGetNextBuffer(long, long[]) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRendererObserver
+
+nGetOffsetForAdvance(long, char[], int, int, int, int, boolean, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetOffsetForAdvance(long, char[], int, int, int, int, boolean, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetOffsetForAdvance(long, long, char[], int, int, int, int, boolean, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetOffsetForAdvance(long, long, char[], int, int, int, int, boolean, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetPackedStyle(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetPackedStyle(long) - Static method in class org.robolectric.shadows.ShadowFont
+
+nGetPackedStyle(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetPadding(long, Rect) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nGetPadding(long, Rect) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nGetPadding(long, Rect) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nGetPivotX(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetPivotX(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetPivotX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetPivotX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetPivotX(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetPivotY(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetPivotY(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetPivotY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetPivotY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetPivotY(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetRatioMax(long, float[]) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetRatioMin(long, float[]) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nGetReleaseFunc() - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetReleaseFunc() - Static method in class org.robolectric.nativeruntime.MeasuredTextNatives
+
+nGetReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nGetReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText
+
+nGetReleaseNativeAssetFunc() - Static method in class org.robolectric.shadows.ShadowFontBuilder
+
+nGetReleaseNativeFamily() - Static method in class org.robolectric.nativeruntime.FontFamilyBuilderNatives
+
+nGetReleaseNativeFamily() - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+nGetReleaseNativeFont() - Static method in class org.robolectric.nativeruntime.FontBuilderNatives
+
+nGetReleaseNativeFont() - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetReleaseNativeFont() - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetReleaseNativeFont() - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+nGetReleaseResultFunc() - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nGetReleaseResultFunc() - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nGetRenderThreadTid(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nGetRenderThreadTid(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nGetRenderThreadTid(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nGetRepeatCount(long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nGetRepeatCount(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nGetRight(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetRight(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetRight(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetRootAlpha(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetRootAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetRotation(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetRotation(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetRotation(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetRotation(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetRotation(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetRotationX(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetRotationX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetRotationX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetRotationY(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetRotationY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetRotationY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetRunAdvance(long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetRunAdvance(long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetRunAdvance(long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int, RectF) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int, RectF) - Static method in class org.robolectric.shadows.ShadowPaint
+
+nGetSampledSize(long, int) - Static method in class org.robolectric.nativeruntime.ImageDecoderNatives
+
+nGetSampledSize(long, int) - Static method in class org.robolectric.shadows.ShadowImageDecoder
+
+nGetSampledSize(long, int) - Static method in class org.robolectric.shadows.ShadowNativeImageDecoder
+
+nGetSaveCount(long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nGetSaveCount(long) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nGetSaveCount(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetScaleX(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetScaleX(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetScaleX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetScaleX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetScaleX(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetScaleY(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetScaleY(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetScaleY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetScaleY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetScaleY(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetSize(FileDescriptor) - Static method in class org.robolectric.shadows.ShadowSharedMemory
+
+nGetSourceId(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nGetSourceId(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nGetSpotShadowColor(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetSpotShadowColor(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetSpotShadowColor(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetStartHyphenEdit(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStartHyphenEdit(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrikeThruPosition(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStrikeThruPosition(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrikeThruThickness(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStrikeThruThickness(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStringBounds(long, long, String, int, int, int, Rect) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStringBounds(long, long, String, int, int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStringBounds(long, String, int, int, int, Rect) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStringBounds(long, String, int, int, int, Rect) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrokeAlpha(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetStrokeAlpha(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetStrokeCap(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStrokeCap(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrokeColor(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetStrokeColor(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetStrokeJoin(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStrokeJoin(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrokeMiter(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStrokeMiter(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrokeWidth(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStrokeWidth(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetStrokeWidth(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetStrokeWidth(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetStyle(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetStyle(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextAdvances(long, char[], int, int, int, int, int, float[], int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextAdvances(long, char[], int, int, int, int, int, float[], int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextAdvances(long, long, char[], int, int, int, int, int, float[], int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextAdvances(long, long, char[], int, int, int, int, int, float[], int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextAdvances(long, long, String, int, int, int, int, int, float[], int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextAdvances(long, long, String, int, int, int, int, int, float[], int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextAdvances(long, String, int, int, int, int, int, float[], int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextAdvances(long, String, int, int, int, int, int, float[], int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextAlign(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextAlign(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextPath(long, int, char[], int, int, float, float, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextPath(long, int, char[], int, int, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextPath(long, int, String, int, int, float, float, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextPath(long, int, String, int, int, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextPath(long, long, int, char[], int, int, float, float, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextPath(long, long, int, char[], int, int, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextPath(long, long, int, String, int, int, float, float, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextPath(long, long, int, String, int, int, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextRunCursor(long, char[], int, int, int, int, int) - Method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextRunCursor(long, char[], int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextRunCursor(long, long, char[], int, int, int, int, int) - Method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextRunCursor(long, long, char[], int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextRunCursor(long, long, String, int, int, int, int, int) - Method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextRunCursor(long, long, String, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextRunCursor(long, String, int, int, int, int, int) - Method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextRunCursor(long, String, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextScaleX(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextScaleX(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextSize(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextSize(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTextSkewX(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetTextSkewX(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetTop(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetTop(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetTop(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetTotalAdvance(long) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetTotalAdvance(long) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetTransformMatrix(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetTransformMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetTransformMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetTranslateX(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetTranslateX(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetTranslateY(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetTranslateY(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetTranslationX(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetTranslationX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetTranslationX(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetTranslationY(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetTranslationY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetTranslationY(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetTranslationZ(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetTranslationZ(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetTranslationZ(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetTrimPathEnd(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetTrimPathEnd(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetTrimPathOffset(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetTrimPathOffset(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetTrimPathStart(long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nGetTrimPathStart(long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nGetUnderlinePosition(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetUnderlinePosition(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetUnderlineThickness(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetUnderlineThickness(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetUniqueId(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetUniqueId(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetUniqueId(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetUsage(long) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nGetUsageSize(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetUsageSize(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetValues(long, float[]) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nGetValues(long, float[]) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nGetVariant(long) - Static method in class org.robolectric.nativeruntime.FontsFontFamilyNatives
+
+nGetVariant(long) - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily
+
+nGetWidth(long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nGetWidth(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nGetWidth(long) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nGetWidth(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nGetWidth(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nGetWidth(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nGetWidth(long, int, int) - Static method in class org.robolectric.nativeruntime.MeasuredTextNatives
+
+nGetWidth(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nGetWidth(long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText
+
+nGetWidths(long, float[]) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nGetWordSpacing(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nGetWordSpacing(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nGetX(long, int) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetX(long, int) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nGetY(long, int) - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nGetY(long, int) - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nHackySetRTAnimationsEnabled(boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nHackySetRTAnimationsEnabled(boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nHasGlyph(long, int, String) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nHasGlyph(long, int, String) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nHasGlyph(long, long, int, String) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nHasGlyph(long, long, int, String) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nHasIdentityMatrix(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nHasIdentityMatrix(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nHasIdentityMatrix(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nHasOverlappingRendering(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nHasOverlappingRendering(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nHasOverlappingRendering(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nHasShadow(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nHasShadow(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nHasShadow(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nHasShadowLayer(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nHasShadowLayer(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nIncReserve(long, int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nIncReserve(long, int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nIncStrong(long) - Static method in class org.robolectric.nativeruntime.VirtualRefBasePtrNatives
+
+nIncStrong(long) - Static method in class org.robolectric.shadows.ShadowNativeVirtualRefBasePtr
+
+nIncStrong(long) - Static method in class org.robolectric.shadows.ShadowVirtualRefBasePtr
+
+NinePatchNatives - Class in org.robolectric.nativeruntime
+
+Native methods for NinePatch JNI registration.
+
+nInit() - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nInit() - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nInit() - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nInit() - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nInit() - Static method in class org.robolectric.shadows.ShadowPaint
+
+nInit(int, int, boolean, int[]) - Static method in class org.robolectric.nativeruntime.LineBreakerNatives
+
+nInit(int, int, boolean, int[]) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nInit(int, int, boolean, int[], boolean) - Static method in class org.robolectric.shadows.ShadowNativeLineBreaker
+
+nInit(int, int, boolean, int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nInit(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nInit(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nInitBuilder() - Static method in class org.robolectric.nativeruntime.FontBuilderNatives
+
+nInitBuilder() - Static method in class org.robolectric.nativeruntime.FontFamilyBuilderNatives
+
+nInitBuilder() - Static method in class org.robolectric.nativeruntime.MeasuredTextBuilderNatives
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowMeasuredParagraph
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowMeasuredTextBuilder
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+nInitBuilder() - Static method in class org.robolectric.shadows.ShadowPrecomputedText
+
+nInitBuilder(String, int) - Static method in class org.robolectric.nativeruntime.FontFamilyNatives
+
+nInitBuilder(String, int) - Static method in class org.robolectric.shadows.ShadowFontFamily
+
+nInitBuilder(String, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFamily
+
+nInitDisplayInfo(int, int, float, int, long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nInitDisplayInfo(int, int, float, int, long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nInitDisplayInfo(int, int, float, int, long, long, boolean, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nInitRaster(long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nInitRaster(long) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nInitRaster(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nInitRaster(Bitmap) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nInitRaster(Bitmap) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nInitWithPaint(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nInitWithPaint(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nInterpolatePathData(long, long, long, float) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nInterpolatePathData(long, long, long, float) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nInvert(long, long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nInvert(long, long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+NIOAccess - Class in org.robolectric.nativeruntime
+
+Analogue to libcore's
NIOAccess ,
+ which provides access to some internal methods and properties of
Buffer
.
+
+NioUtilsFreeDirectBufferInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor
+
+nIsAffine(long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nIsAffine(long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nIsConvex(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nIsConvex(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nIsElegantTextHeight(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nIsElegantTextHeight(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nIsEmpty(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nIsEmpty(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nIsIdentity(long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nIsIdentity(long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nIsOpaque(long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nIsOpaque(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nIsPivotExplicitlySet(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nIsPivotExplicitlySet(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nIsPivotExplicitlySet(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nIsPostScriptType1Font(ByteBuffer, int) - Static method in class org.robolectric.nativeruntime.FontFileUtilNatives
+
+nIsPostScriptType1Font(ByteBuffer, int) - Static method in class org.robolectric.shadows.ShadowNativeFontFileUtil
+
+nIsRect(long, RectF) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nIsRect(long, RectF) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nIsRunning(long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nIsRunning(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nIsValid(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nIsValid(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nIsValid(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nIsValid(long) - Static method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+nLineBreakOpportunities(String, char[], int, int[]) - Static method in class org.robolectric.shadows.ShadowStaticLayout
+
+nLineTo(long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nLineTo(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nLoadHyphenator(ByteBuffer, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nLoadSystemProperties(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nLoadSystemProperties(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nLoadSystemProperties(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nMapPoints(long, float[], int, float[], int, int, boolean) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nMapPoints(long, float[], int, float[], int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nMapRadius(long, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nMapRadius(long, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nMapRect(long, RectF, RectF) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nMapRect(long, RectF, RectF) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nMoveTo(long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nMoveTo(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+NMR1() - Constructor for class org.robolectric.versioning.AndroidVersions.NMR1
+
+nNativeByteSize(long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nNativeByteSize(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nNewBuilder() - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nNewByteBuffer(long) - Static method in class org.robolectric.nativeruntime.FontNatives
+
+nNewByteBuffer(long) - Static method in class org.robolectric.shadows.ShadowFont
+
+nNewByteBuffer(long) - Static method in class org.robolectric.shadows.ShadowNativeFont
+
+nNotifyFramePending(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nNotifyFramePending(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nNotifyFramePending(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+NO_ERROR - Static variable in class org.robolectric.res.android.Errors
+
+NO_INIT - Static variable in class org.robolectric.res.android.Errors
+
+NO_MEMORY - Static variable in class org.robolectric.res.android.Errors
+
+NO_VIRTUAL_ID - Static variable in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+nodesToPath(ShadowPathParser.PathDataNode[], Path) - Static method in class org.robolectric.shadows.ShadowPathParser.PathDataNode
+
+Convert an array of PathDataNode to Path.
+
+nOffset(long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nOffset(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nOffsetLeftAndRight(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nOffsetLeftAndRight(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nOffsetLeftAndRight(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nOffsetTopAndBottom(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nOffsetTopAndBottom(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nOffsetTopAndBottom(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+NONE - Static variable in annotation type org.robolectric.annotation.Config
+
+TODO(vnayar): Create named constants for default values instead of magic numbers.
+
+NoOpInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.NoOpInterceptor
+
+nOp(long, long, int, long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nOp(long, long, int, long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+noParams() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+normal - Enum constant in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+noteOp(int, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteOp(int, int, String, String, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteOpNoThrow(int, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteOpNoThrow(int, int, String, String, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteProxyOpNoThrow(int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteProxyOpNoThrow(int, String, int) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteProxyOpNoThrow(int, String, int, String, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+noteProxyOpNoThrow(Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+NotifiedUri(Uri, ContentObserver, boolean) - Constructor for class org.robolectric.shadows.ShadowContentResolver.NotifiedUri
+
+notify(int, Notification) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+notify(String, int, Notification) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+notifyChange(Uri, ContentObserver) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+notifyChange(Uri, ContentObserver, boolean) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+notifyCloudMediaChangedEvent(ContentResolver, String, String) - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+notifyConnection(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Simulate a successful Gatt Server Connection with BluetoothConnectionManager
.
+
+notifyConnection(String) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Simulate a successful Gatt Client Conection with BluetoothConnectionManager
.
+
+notifyDataSetChanged() - Method in class org.robolectric.shadows.ShadowBaseAdapter
+
+notifyDirectActionsChanged() - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+notifyDisconnection(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Simulate a successful Gatt Server Disconnection with BluetoothConnectionManager
.
+
+notifyDisconnection(String) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Simulate a successful Gatt Client Disconnection with BluetoothConnectionManager
.
+
+notifyPackageAdded(String) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+notifyPackageRemoved(String) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+notifyPathLoaded(String, boolean) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+
+
+notifyResourceLoaded(int, boolean) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+
+
+nOutput(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nOutput(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nOutput(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nOverrideProperty(String, String) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nOverrideProperty(String, String) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nOverrideProperty(String, String) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nParseStringForPath(long, String, int) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nParseStringForPath(long, String, int) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nPause(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nPause(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nPostConcat(long, long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostConcat(long, long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostRotate(long, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostRotate(long, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostRotate(long, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostRotate(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostScale(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostScale(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostScale(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostScale(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostSkew(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostSkew(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostSkew(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostSkew(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPostTranslate(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPostTranslate(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreConcat(long, long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreConcat(long, long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreRotate(long, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreRotate(long, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreRotate(long, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreRotate(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreScale(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreScale(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreScale(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreScale(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreSkew(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreSkew(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreSkew(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreSkew(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPreTranslate(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nPreTranslate(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nPunchHole(long, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.BaseCanvasNatives
+
+nPunchHole(long, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.BaseRecordingCanvasNatives
+
+nPunchHole(long, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nPunchHole(long, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nPunchHole(long, float, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+nPunchHole(long, float, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+nPushLayerUpdate(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nPushLayerUpdate(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nPushLayerUpdate(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nQuadTo(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nQuadTo(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nQuickReject(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nQuickReject(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nQuickReject(long, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nQuickReject(long, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nRCubicTo(long, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nRCubicTo(long, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nReadGainmapFromParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nReadHardwareBufferFromParcel(Parcel) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+nRectStaysRect(long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nRectStaysRect(long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nRegisterAnimatingRenderNode(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nRegisterAnimatingRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nRegisterAnimatingRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nRegisterVectorDrawableAnimator(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nRegisterVectorDrawableAnimator(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nRegisterVectorDrawableAnimator(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nReleaseFunc() - Static method in class org.robolectric.nativeruntime.PositionedGlyphsNatives
+
+nReleaseFunc() - Static method in class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+nRemoveObserver(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nRemoveObserver(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nRemoveRenderNode(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nRemoveRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nRemoveRenderNode(long, long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nRequestPositionUpdates(long, RenderNode.PositionUpdateListener) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nRequestPositionUpdates(long, RenderNode.PositionUpdateListener) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nReset(long) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nReset(long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nReset(long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nReset(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nReset(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nReset(long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nReset(long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nReset(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nResetDisplayListCanvas(long, long, int, int) - Static method in class org.robolectric.nativeruntime.RecordingCanvasNatives
+
+nResetDisplayListCanvas(long, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+nResetDisplayListCanvas(long, long, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+nResetPivot(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nResetPivot(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nResetPivot(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nRestore(long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nRestore(long) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nRestore(long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nRestoreToCount(long, int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nRestoreToCount(long, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nRestoreToCount(long, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nRestoreUnclippedLayer(long, int, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nRestoreUnclippedLayer(long, int, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nReverse(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nReverse(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nRewind(long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nRewind(long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nRLineTo(long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nRLineTo(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nRMoveTo(long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nRMoveTo(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nRotate(long, float) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nRotate(long, float) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nRotateProcessStatsBuffer() - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nRotateProcessStatsBuffer() - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nRotateProcessStatsBuffer() - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+NrQosSessionAttributesBuilder - Class in org.robolectric.shadows
+
+
+
+NrQosSessionAttributesBuilder() - Constructor for class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+nRQuadTo(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nRQuadTo(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nSafeUnref(long) - Static method in class org.robolectric.nativeruntime.ColorFilterNatives
+
+nSafeUnref(long) - Static method in class org.robolectric.shadows.ShadowNativeColorFilter
+
+nSave(long, int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSave(long, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nSave(long, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSaveLayer(long, float, float, float, float, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSaveLayer(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nSaveLayer(long, float, float, float, float, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSaveLayer(long, float, float, float, float, long, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nSaveLayer(long, float, float, float, float, long, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSaveLayerAlpha(long, float, float, float, float, int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSaveLayerAlpha(long, float, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nSaveLayerAlpha(long, float, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSaveLayerAlpha(long, float, float, float, float, int, int) - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+nSaveLayerAlpha(long, float, float, float, float, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSaveUnclippedLayer(long, int, int, int, int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSaveUnclippedLayer(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nScale(long, float, float) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nScale(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSet(long, long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSet(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSet(long, long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nSet(long, long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSet(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSet(long, long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nSetAllowCaching(long, boolean) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetAllowCaching(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetAllowForceDark(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetAllowForceDark(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetAllowForceDark(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetAllowRunningAsync(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nSetAllowRunningAsync(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nSetAllowRunningAsync(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nSetAlpha(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetAlpha(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetAlpha(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetAlpha(long, int) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nSetAlpha(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetAlpha(long, int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetAlpha(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetAmbientShadowColor(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetAmbientShadowColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetAmbientShadowColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetAnimationMatrix(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetAnimationMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetAnimationMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetAntiAlias(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetAntiAlias(long, boolean) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetAntiAlias(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetAntiAlias(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetASurfaceTransactionCallback(long, HardwareRenderer.ASurfaceTransactionCallback) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetASurfaceTransactionCallback(Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetBitmap(long, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSetBitmap(long, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSetBitmap(long, Bitmap) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetBitmap(long, Bitmap) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSetBottom(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetBottom(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetBottom(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetBounds(long, Rect) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nSetBounds(long, Rect) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetCameraDistance(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetCameraDistance(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetCameraDistance(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetClipBounds(long, int, int, int, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetClipBounds(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetClipBounds(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetClipBoundsEmpty(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetClipBoundsEmpty(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetClipBoundsEmpty(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetClipToBounds(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetClipToBounds(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetClipToBounds(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetClipToOutline(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetClipToOutline(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetClipToOutline(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetColor(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetColor(long, long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetColor(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetColorFilter(long, long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nSetColorFilter(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetColorFilter(long, long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetColorFilter(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetColorMode(long, int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetColorMode(long, int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetCompatibilityVersion(int) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSetCompatibilityVersion(int) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSetConcat(long, long, long) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetConcat(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetContentDrawBounds(long, int, int, int, int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetContentDrawBounds(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetContentDrawBounds(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nSetContextPriority(int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetContextPriority(int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetDebuggingEnabled(boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetDebuggingEnabled(boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetDisplayDensityDpi(int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetDisplayDensityDpi(int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetDisplayRatioHdr(long, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetDisplayRatioSdr(long, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetDither(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetDither(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetDrawFilter(long, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSetDrawFilter(long, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSetDuration(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nSetDuration(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nSetDuration(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nSetElegantTextHeight(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetElegantTextHeight(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetElevation(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetElevation(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetElevation(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetEndHyphenEdit(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetEndHyphenEdit(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetEpsilonHdr(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetEpsilonSdr(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetFakeBoldText(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetFakeBoldText(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetFillAlpha(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetFillAlpha(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetFillColor(long, int) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetFillColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetFillType(long, int) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nSetFillType(long, int) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nSetFilterBitmap(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetFilterBitmap(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetFlags(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetFlags(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetFontFeatureSettings(long, String) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetFontFeatureSettings(long, String) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetForceDark(long, boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetForceDark(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetFrameCallback(long, HardwareRenderer.FrameDrawingCallback) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetFrameCallback(long, HardwareRenderer.FrameDrawingCallback) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetFrameCompleteCallback(long, HardwareRenderer.FrameCompleteCallback) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetFrameCompleteCallback(long, HardwareRenderer.FrameCompleteCallback) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetGamma(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetHasOverlappingRendering(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetHasOverlappingRendering(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetHasOverlappingRendering(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetHighContrastText(boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetHighContrastText(boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetHinting(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetHinting(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetHyphenEdit(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetIndents(long, int[]) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nSetInterpolator(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nSetInterpolator(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nSetInterpolator(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nSetIsHighEndGfx(boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetIsHighEndGfx(boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetIsolatedProcess(boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetIsolatedProcess(boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetLastPoint(long, float, float) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nSetLastPoint(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nSetLayerPaint(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetLayerPaint(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetLayerPaint(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetLayerPaint(long, long) - Static method in class org.robolectric.shadows.ShadowRenderNode
+
+Implementation of native method nSetLayerPaint
+
+nSetLayerType(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetLayerType(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetLayerType(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetLayerType(long, int) - Static method in class org.robolectric.shadows.ShadowRenderNode
+
+Implementation of native method nSetLayerType
+
+nSetLeft(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetLeft(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetLeft(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetLeftTopRightBottom(long, int, int, int, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetLeftTopRightBottom(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetLeftTopRightBottom(long, int, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetLetterSpacing(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetLetterSpacing(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetLightAlpha(long, float, float) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetLightAlpha(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetLightGeometry(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetLightGeometry(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetLinearText(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetLinearText(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetListener(long, RenderNodeAnimator) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nSetListener(long, Object) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nSetListener(Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nSetLocale(long, String, long) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nSetMaskFilter(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetMaskFilter(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetMatrix(long, long) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSetMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nSetMirrored(long, boolean) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nSetMirrored(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetName(long, String) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetName(long, String) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetName(long, String) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetName(long, String) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nSetName(long, String) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetOnAnimationEndListener(long, AnimatedImageDrawable) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nSetOnAnimationEndListener(long, AnimatedImageDrawable) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetOnAnimationEndListener(long, WeakReference<AnimatedImageDrawable>) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetOpaque(long, boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetOpaque(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetOpaque(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nSetOutlineEmpty(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetOutlineEmpty(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetOutlineEmpty(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetOutlineNone(long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetOutlineNone(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetOutlineNone(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetOutlinePath(long, long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetOutlinePath(long, long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetOutlineRoundRect(long, int, int, int, int, float, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetOutlineRoundRect(long, int, int, int, int, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetOutlineRoundRect(long, int, int, int, int, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetPathData(long, long) - Static method in class org.robolectric.nativeruntime.PathParserNatives
+
+nSetPathData(long, long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetPathData(long, long) - Static method in class org.robolectric.shadows.ShadowNativePathParser
+
+nSetPathData(long, long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetPathEffect(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetPathEffect(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetPathString(long, String, int) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetPathString(long, String, int) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetPictureCaptureCallback(long, HardwareRenderer.PictureCapturedCallback) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetPictureCaptureCallback(long, HardwareRenderer.PictureCapturedCallback) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetPivotX(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetPivotX(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetPivotX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetPivotX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetPivotX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetPivotY(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetPivotY(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetPivotY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetPivotY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetPivotY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetPolyToPoly(long, float[], int, float[], int, int) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetPolyToPoly(long, float[], int, float[], int, int) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetPrepareSurfaceControlForWebviewCallback(long, HardwareRenderer.PrepareSurfaceControlForWebviewCallback) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetPrepareSurfaceControlForWebviewCallback(Object, Object) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetProcessStatsBuffer(int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetProcessStatsBuffer(int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetProcessStatsBuffer(int) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nSetProjectBackwards(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetProjectBackwards(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetProjectBackwards(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetProjectionReceiver(long, boolean) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetProjectionReceiver(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetProjectionReceiver(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetPropertyHolderData(long, float[], int) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nSetPropertyHolderData(long, float[], int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nSetPropertyHolderData(long, int[], int) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nSetPropertyHolderData(long, int[], int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nSetRatioMax(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetRatioMin(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nSetRectToRect(long, RectF, RectF, int) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetRectToRect(long, RectF, RectF, int) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetRenderEffect(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetRenderEffect(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetRendererViewportSize(long, float, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetRendererViewportSize(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetRepeatCount(long, int) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nSetRepeatCount(long, int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nSetRevealClip(long, boolean, float, float, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetRevealClip(long, boolean, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetRevealClip(long, boolean, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetRight(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetRight(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetRight(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetRootAlpha(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetRootAlpha(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetRotate(long, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetRotate(long, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetRotate(long, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetRotate(long, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetRotation(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetRotation(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetRotation(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetRotation(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetRotation(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetRotationX(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetRotationX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetRotationX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetRotationY(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetRotationY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetRotationY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetScale(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetScale(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetScale(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetScale(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetScaleX(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetScaleX(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetScaleX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetScaleX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetScaleX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetScaleY(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetScaleY(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetScaleY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetScaleY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetScaleY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetSdrWhitePoint(long, float) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetSdrWhitePoint(long, float) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetShader(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetShader(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetShadowLayer(long, float, float, float, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetShadowLayer(long, float, float, float, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetShadowLayer(long, float, float, float, long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetShadowLayer(long, float, float, float, long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetSinCos(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetSinCos(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetSinCos(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetSinCos(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetSkew(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetSkew(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetSkew(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetSkew(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetSpotShadowColor(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetSpotShadowColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetSpotShadowColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetStartDelay(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nSetStartDelay(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nSetStartDelay(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nSetStartHyphenEdit(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStartHyphenEdit(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetStartValue(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nSetStartValue(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nSetStartValue(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nSetStaticMatrix(long, long) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetStaticMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetStaticMatrix(long, long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetStopped(long, boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetStopped(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetStopped(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nSetStrikeThruText(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStrikeThruText(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetStrokeAlpha(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetStrokeAlpha(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetStrokeCap(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStrokeCap(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetStrokeColor(long, int) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetStrokeColor(long, int) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetStrokeJoin(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStrokeJoin(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetStrokeMiter(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStrokeMiter(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetStrokeWidth(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStrokeWidth(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetStrokeWidth(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetStrokeWidth(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetStyle(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetStyle(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetSubpixelText(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetSubpixelText(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetSurface(long, Surface, boolean) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetSurface(long, Surface, boolean) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetSurfaceControl(long, long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSetSurfaceControl(long, long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSetTextAlign(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTextAlign(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTextLocales(long, String) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTextLocales(long, String) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTextLocalesByMinikinLocaleListId(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTextLocalesByMinikinLocaleListId(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTextScaleX(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTextScaleX(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTextSize(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTextSize(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTextSkewX(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTextSkewX(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTop(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetTop(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetTop(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetTranslate(long, float, float) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetTranslate(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetTranslateX(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetTranslateX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetTranslateY(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetTranslateY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetTranslationX(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetTranslationX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetTranslationX(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetTranslationY(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetTranslationY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetTranslationY(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetTranslationZ(long, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetTranslationZ(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetTranslationZ(long, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetTrimPathEnd(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetTrimPathEnd(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetTrimPathOffset(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetTrimPathOffset(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetTrimPathStart(long, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nSetTrimPathStart(long, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nSetTypeface(long, long) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetTypeface(long, long) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetTypeface(Object, Object) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetUnderlineText(long, boolean) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetUnderlineText(long, boolean) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetupParagraph(long, char[], int, float, int, float, int[], int, int, int, boolean) - Static method in class org.robolectric.shadows.ShadowNativeStaticLayout
+
+nSetUsageHint(long, int) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nSetUsageHint(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSetUsageHint(long, int) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+nSetValues(long, float[]) - Static method in class org.robolectric.nativeruntime.MatrixNatives
+
+nSetValues(long, float[]) - Static method in class org.robolectric.shadows.ShadowNativeMatrix
+
+nSetVectorDrawableTarget(long, long) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nSetVectorDrawableTarget(long, long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nSetWordSpacing(long, float) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetWordSpacing(long, float) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSetXfermode(long, int) - Static method in class org.robolectric.nativeruntime.PaintNatives
+
+nSetXfermode(long, int) - Static method in class org.robolectric.shadows.ShadowNativePaint
+
+nSkew(long, float, float) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nSkew(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nStart(long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nStart(long) - Static method in class org.robolectric.nativeruntime.RenderNodeAnimatorNatives
+
+nStart(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nStart(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+nStart(long) - Static method in class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+nStart(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int) - Static method in class org.robolectric.nativeruntime.AnimatedVectorDrawableNatives
+
+nStart(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+nStop(long) - Static method in class org.robolectric.nativeruntime.AnimatedImageDrawableNatives
+
+nStop(long) - Static method in class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+nStopDrawing(long) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nStopDrawing(long) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nStopDrawing(long) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nStretch(long, float, float, float, float) - Static method in class org.robolectric.nativeruntime.RenderNodeNatives
+
+nStretch(long, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeRenderNode
+
+nSupportsOpenGL() - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nSyncAndDrawFrame(long, long[], int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nSyncAndDrawFrame(long, long[], int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nSyncAndDrawFrame(long, long[], int) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+nTransform(long, long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nTransform(long, long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nTransform(long, long, long) - Static method in class org.robolectric.nativeruntime.PathNatives
+
+nTransform(long, long, long) - Static method in class org.robolectric.shadows.ShadowNativePath
+
+nTranslate(long, float, float) - Static method in class org.robolectric.nativeruntime.CanvasNatives
+
+nTranslate(long, float, float) - Static method in class org.robolectric.shadows.ShadowNativeCanvas
+
+nTrimMemory(int) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+nTrimMemory(int) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+nTrimMemory(int) - Static method in class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+NULL - Enum constant in enum org.robolectric.res.android.DataType
+
+data
is either 0 (undefined) or 1 (empty).
+
+NULL - Enum constant in enum org.robolectric.res.ResType
+
+NULL_VALUE - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+NULL_VALUE - Static variable in class org.robolectric.res.AttributeResource
+
+numBytes() - Method in class org.robolectric.shadows.ShadowStatsLog.StatsLogItem
+
+nUpdateFullPathFillGradient(long, long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nUpdateFullPathFillGradient(long, long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nUpdateFullPathProperties(long, float, int, float, int, float, float, float, float, float, int, int, int) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nUpdateFullPathProperties(long, float, int, float, int, float, float, float, float, float, int, int, int) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nUpdateFullPathProperties(long, float, int, float, int, float, float, float, float, float, int, int, int) - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nUpdateFullPathStrokeGradient(long, long) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nUpdateFullPathStrokeGradient(long, long) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nUpdateGroupProperties(long, float, float, float, float, float, float, float) - Static method in class org.robolectric.nativeruntime.VectorDrawableNatives
+
+nUpdateGroupProperties(long, float, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+nUpdateGroupProperties(long, float, float, float, float, float, float, float) - Static method in class org.robolectric.shadows.ShadowVectorDrawable
+
+nWriteGainmapToParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowGainmap
+
+nWriteHardwareBufferToParcel(long, Parcel) - Static method in class org.robolectric.shadows.ShadowHardwareBuffer
+
+
+O
+
+O() - Constructor for class org.robolectric.versioning.AndroidVersions.O
+
+OBJECT_TYPE - Static variable in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+observer - Variable in class org.robolectric.shadows.ShadowContentResolver.NotifiedUri
+
+obtain() - Static method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+obtain() - Static method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+obtain(AccessibilityNodeInfo) - Static method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+obtain(AccessibilityWindowInfo) - Static method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+obtain(View) - Static method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+obtain(View, int) - Static method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+obtainAttributes(AttributeSet, int[]) - Method in class org.robolectric.shadows.ShadowResources
+
+obtainShadowInfo(Class<?>) - Static method in class org.robolectric.internal.bytecode.ShadowMap
+
+obtainStyledAttributes(int[]) - Method in class org.robolectric.shadows.ShadowResources.ShadowLegacyTheme
+
+obtainStyledAttributes(int, int[]) - Method in class org.robolectric.shadows.ShadowResources.ShadowLegacyTheme
+
+obtainStyledAttributes(Resources.Theme, AttributeSet, int[], int, int) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl
+
+obtainStyledAttributes(AttributeSet, int[], int, int) - Method in class org.robolectric.shadows.ShadowResources.ShadowLegacyTheme
+
+obtainTypedArray(int) - Method in class org.robolectric.shadows.ShadowResources
+
+of(F) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Intent) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Intent, Bundle) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Bundle) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Class<? extends Activity>) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Class<? extends Activity>, Intent) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Class<? extends Activity>, Intent, Bundle) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(F, Class<? extends Activity>, Bundle) - Static method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+of(T) - Static method in class org.robolectric.android.controller.ActivityController
+
+of(T) - Static method in class org.robolectric.android.controller.BackupAgentController
+
+of(T) - Static method in class org.robolectric.android.controller.ContentProviderController
+
+of(T, Intent) - Static method in class org.robolectric.android.controller.ActivityController
+
+of(T, Intent) - Static method in class org.robolectric.android.controller.IntentServiceController
+
+of(T, Intent) - Static method in class org.robolectric.android.controller.ServiceController
+
+of(T, Intent, Bundle) - Static method in class org.robolectric.android.controller.ActivityController
+
+OFF - Enum constant in enum org.robolectric.annotation.ConscryptMode.Mode
+
+OFF - Enum constant in enum org.robolectric.annotation.experimental.LazyApplication.LazyLoad
+
+OFF - Enum constant in enum org.robolectric.annotation.processing.validator.ImplementsValidator.SdkCheckMode
+
+offset(float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+offset(float, float, Path) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+offsetLeftAndRight(int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+offsetLeftAndRight(int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+offsetTopAndBottom(int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+offsetTopAndBottom(int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+ofWindow(View) - Static method in class org.robolectric.shadows.ShadowPixelCopy.ShadowPixelCopyRequestBuilder
+
+OLDEST_SDK - Static variable in annotation type org.robolectric.annotation.Config
+
+OMR1() - Constructor for class org.robolectric.versioning.AndroidVersions.OMR1
+
+ON - Enum constant in enum org.robolectric.annotation.ConscryptMode.Mode
+
+ON - Enum constant in enum org.robolectric.annotation.experimental.LazyApplication.LazyLoad
+
+onActivityResult(int, int, Intent) - Method in interface org.robolectric.shadows._Activity_
+
+onAdapterStateChanged(int, int) - Method in class org.robolectric.shadows.ShadowUwbAdapterStateListener
+
+
+
+onAlarmListener - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+onAttachedToWindow() - Method in class org.robolectric.shadows.ShadowSurfaceView
+
+onAudioDataWritten(ShadowAudioTrack, byte[], AudioFormat) - Method in interface org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener
+
+
+
+onBackPressed() - Method in class org.robolectric.shadows.ShadowActivity
+
+onCallbackDied(E) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+onCallbackDied(E, Object) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+onCharacters(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxLoader
+
+onCharacters(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxValueLoader
+
+onCharacters(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.TextCollectingNodeHandler
+
+onClose - Variable in class org.robolectric.res.android.Asset
+
+onClose(RangingSession, RangingSession.Callback) - Method in interface org.robolectric.shadows.ShadowRangingSession.Adapter
+
+onConfigurationChange(Configuration, Configuration, DisplayMetrics) - Method in interface org.robolectric.shadows.ShadowResources.OnConfigurationChangeListener
+
+onConfigured(MediaFormat, Surface, MediaCrypto, int) - Method in interface org.robolectric.shadows.ShadowMediaCodec.CodecConfig.Codec
+
+Called when the codec is configured.
+
+onConnectionEvent(String, String, Bundle) - Method in class org.robolectric.shadows.ShadowInCallService
+
+Exposes IIInCallService.Stub#onConnectionEvent
.
+
+onCreate(MediaPlayer, ShadowMediaPlayer) - Method in interface org.robolectric.shadows.ShadowMediaPlayer.CreateListener
+
+Method that is invoked when a new
MediaPlayer
is created.
+
+onCreate(Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+Sets up lifecycle monitoring, and argument registry.
+
+onCreateDialog(int) - Method in interface org.robolectric.shadows._Activity_
+
+onCreateOptionsMenu(Menu) - Method in class org.robolectric.shadows.ShadowActivity
+
+onDbCorruption(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+onDestroy() - Method in class org.robolectric.shadows.ShadowActivity
+
+onDestroy() - Method in class org.robolectric.shadows.ShadowService
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.TextCollectingNodeHandler
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxArrayLoader
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxAttrLoader
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxLoader
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxPluralsLoader
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxStyleLoader
+
+onEnd(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxValueLoader
+
+onException(Object, Throwable) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+onForceLoad() - Method in class org.robolectric.shadows.ShadowLegacyAsyncTaskLoader
+
+onInterceptTouchEvent(MotionEvent) - Method in class org.robolectric.shadows.ShadowViewGroup
+
+onKeyDown(int, KeyEvent) - Method in class org.robolectric.shadows.ShadowTextView
+
+onKeyUp(int, KeyEvent) - Method in class org.robolectric.shadows.ShadowTextView
+
+onLayout(boolean, int, int, int, int) - Method in class org.robolectric.shadows.ShadowView
+
+onLayoutWasCalled() - Method in class org.robolectric.shadows.ShadowView
+
+onNewIntent(Intent) - Method in interface org.robolectric.shadows._Activity_
+
+onOpen(RangingSession, RangingSession.Callback, PersistableBundle) - Method in interface org.robolectric.shadows.ShadowRangingSession.Adapter
+
+onPause() - Method in class org.robolectric.shadows.ShadowGLSurfaceView
+
+onPause() - Method in class org.robolectric.shadows.ShadowWebView
+
+onPerformAccessibilityAction(int, Bundle) - Method in interface org.robolectric.shadows.ShadowAccessibilityNodeInfo.OnPerformActionListener
+
+onPostCreate(Bundle) - Method in interface org.robolectric.shadows._Activity_
+
+onPostResume() - Method in interface org.robolectric.shadows._Activity_
+
+onPrepareDialog(int, Dialog) - Method in interface org.robolectric.shadows._Activity_
+
+onPrepareDialog(int, Dialog, Bundle) - Method in interface org.robolectric.shadows._Activity_
+
+onPrivateCommand(View, String, Bundle) - Method in interface org.robolectric.shadows.ShadowInputMethodManager.PrivateCommandListener
+
+onReceive(Context, Intent) - Method in class org.robolectric.shadows.ShadowBroadcastReceiver
+
+onReceive(Context, Intent, AtomicBoolean) - Method in class org.robolectric.shadows.ShadowBroadcastReceiver
+
+onReconfigure(RangingSession, RangingSession.Callback, PersistableBundle) - Method in interface org.robolectric.shadows.ShadowRangingSession.Adapter
+
+onResume() - Method in class org.robolectric.shadows.ShadowGLSurfaceView
+
+onResume() - Method in class org.robolectric.shadows.ShadowWebView
+
+onServiceNotFound(Object) - Static method in class org.robolectric.shadows.ShadowSystemServiceRegistry
+
+onSetupApplicationState() - Method in interface org.robolectric.pluginapi.TestEnvironmentLifecyclePlugin
+
+Runs additional setup during TestEnvironment.before().
+
+onStart(RangingSession, RangingSession.Callback, PersistableBundle) - Method in interface org.robolectric.shadows.ShadowRangingSession.Adapter
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.TextCollectingNodeHandler
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxArrayLoader
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxAttrLoader
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxLoader
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxPluralsLoader
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxStyleLoader
+
+onStart(XMLStreamReader, XmlContext) - Method in class org.robolectric.res.StaxValueLoader
+
+onStop(RangingSession, RangingSession.Callback) - Method in interface org.robolectric.shadows.ShadowRangingSession.Adapter
+
+onTouchEvent(MotionEvent) - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+onTouchEvent(MotionEvent) - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+onTouchEvent(MotionEvent) - Method in class org.robolectric.shadows.ShadowView
+
+onTransact(int, Parcel, Parcel, int) - Method in class org.robolectric.shadows.ShadowBinderBridge
+
+onViewDetachedFromWindow(View) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+onVsync() - Method in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+onVsync(long, int) - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+onVsync(long, int, int) - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+onVsync(long, long, int) - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+onVsync(long, long, int, Object) - Method in interface org.robolectric.shadows.ShadowDisplayEventReceiver.DisplayEventReceiverReflector
+
+op(Path, Path, Path.Op) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+OP_TIME - Static variable in class org.robolectric.shadows.ShadowAppOpsManager
+
+open() - Static method in class org.robolectric.shadows.ShadowCamera
+
+open(int) - Static method in class org.robolectric.shadows.ShadowCamera
+
+open(File, int) - Static method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+open(File, int, Handler, ParcelFileDescriptor.OnCloseListener) - Static method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+open(String) - Method in class org.robolectric.shadows.ShadowCloseGuard
+
+open(String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+open(String, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+open(String, int, int) - Method in class org.robolectric.shadows.ShadowLinux
+
+open(String, Asset.AccessMode) - Method in class org.robolectric.res.android.CppAssetManager
+
+Open(String, Asset.AccessMode) - Method in class org.robolectric.res.android.CppApkAssets
+
+Open(String, Asset.AccessMode) - Method in class org.robolectric.res.android.CppAssetManager2
+
+openAccessory(UsbAccessory) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Opens a file descriptor from a temporary file.
+
+openAsset(String, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+openAsset(String, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openAssetFd(String, long[]) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+openAssetFd(String, long[]) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openAssetFile(Uri, String) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Handler) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+
+
+openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Handler, int) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Executor, int) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Executor, int, int) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Executor, int, int, boolean) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+openDevice(UsbDevice) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Opens a file descriptor from a temporary file.
+
+openDir(String) - Method in class org.robolectric.res.android.CppAssetManager
+
+OpenDir(String) - Method in class org.robolectric.res.android.CppAssetManager2
+
+openFd(String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openFile(Uri, String) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+openFileDescriptor(String, int) - Static method in class org.robolectric.shadows.ShadowParcel
+
+openFileDescriptor(Ref<Long>, Ref<Long>) - Method in class org.robolectric.res.android.Asset
+
+openGattServer(Context, BluetoothGattServerCallback, int) - Method in class org.robolectric.shadows.ShadowBluetoothManager
+
+openGattServer(Context, BluetoothGattServerCallback, int, boolean) - Method in class org.robolectric.shadows.ShadowBluetoothManager
+
+
+
+openInputStream(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+openNonAsset(int, String, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openNonAsset(int, String, Asset.AccessMode) - Method in class org.robolectric.res.android.CppAssetManager
+
+openNonAsset(String, Asset.AccessMode, Ref<Integer>) - Method in class org.robolectric.res.android.CppAssetManager
+
+OpenNonAsset(String, ApkAssetsCookie, Asset.AccessMode) - Method in class org.robolectric.res.android.CppAssetManager2
+
+OpenNonAsset(String, Asset.AccessMode) - Method in class org.robolectric.res.android.CppAssetManager2
+
+OpenNonAsset(String, Asset.AccessMode, Ref<ApkAssetsCookie>) - Method in class org.robolectric.res.android.CppAssetManager2
+
+openNonAssetFd(int, String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openNonAssetFdNative(int, String, long[]) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+openNonAssetFdNative(int, String, long[]) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openNonAssetNative(int, String, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+openNonAssetNative(int, String, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openOutputStream(Uri) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+openOutputStream(Uri, String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+openRangingSession(PersistableBundle, Executor, RangingSession.Callback) - Method in class org.robolectric.shadows.ShadowUwbManager
+
+Instantiates a
ShadowRangingSession
with the adapter provided by
ShadowUwbManager#setUwbAdapter()
, allowing the tester dictate the results of ranging attempts.
+
+openRangingSession(PersistableBundle, Executor, RangingSession.Callback, String) - Method in class org.robolectric.shadows.ShadowUwbManager
+
+
+
+openRawResource(int) - Method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+openRawResource(int) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+openRawResource(int) - Method in class org.robolectric.shadows.ShadowResources
+
+openRawResourceFd(int) - Method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+Since
AssetFileDescriptor
s are not yet supported by Robolectric,
null
will
+ be returned if the resource is found.
+
+openRawResourceFd(int) - Method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+Since
AssetFileDescriptor
s are not yet supported by Robolectric,
null
will
+ be returned if the resource is found.
+
+openRawResourceFd(int) - Method in class org.robolectric.shadows.ShadowResources
+
+Since
AssetFileDescriptor
s are not yet supported by Robolectric,
null
will be
+ returned if the resource is found.
+
+openSession(int) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+openTypedAssetFileDescriptor(Uri, String, Bundle) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+openWrite(String, long, long) - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+openXmlAssetNative(int, String) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+openXmlAssetNative(int, String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+openXmlResourceParser(int, String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+operation - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+options - Variable in class org.robolectric.shadows.ShadowActivity.IntentForResult
+
+options - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+org.robolectric - package org.robolectric
+
+Package containing main Robolectric classes.
+
+org.robolectric.android - package org.robolectric.android
+
+org.robolectric.android.controller - package org.robolectric.android.controller
+
+org.robolectric.android.internal - package org.robolectric.android.internal
+
+org.robolectric.android.util.concurrent - package org.robolectric.android.util.concurrent
+
+org.robolectric.annotation - package org.robolectric.annotation
+
+Package containing Robolectric annotations.
+
+org.robolectric.annotation.experimental - package org.robolectric.annotation.experimental
+
+org.robolectric.annotation.internal - package org.robolectric.annotation.internal
+
+org.robolectric.annotation.processing - package org.robolectric.annotation.processing
+
+Robolectric annotation processor.
+
+org.robolectric.annotation.processing.generator - package org.robolectric.annotation.processing.generator
+
+Classes used to generate code.
+
+org.robolectric.annotation.processing.validator - package org.robolectric.annotation.processing.validator
+
+Classes used to perform compile-time checking of shadows.
+
+org.robolectric.config - package org.robolectric.config
+
+org.robolectric.errorprone.bugpatterns - package org.robolectric.errorprone.bugpatterns
+
+org.robolectric.fakes - package org.robolectric.fakes
+
+Package containing fake implementations of Android classes.
+
+org.robolectric.integrationtests.jacoco - package org.robolectric.integrationtests.jacoco
+
+org.robolectric.interceptors - package org.robolectric.interceptors
+
+org.robolectric.internal - package org.robolectric.internal
+
+org.robolectric.internal.bytecode - package org.robolectric.internal.bytecode
+
+org.robolectric.internal.dependency - package org.robolectric.internal.dependency
+
+org.robolectric.junit.rules - package org.robolectric.junit.rules
+
+org.robolectric.manifest - package org.robolectric.manifest
+
+org.robolectric.nativeruntime - package org.robolectric.nativeruntime
+
+org.robolectric.pluginapi - package org.robolectric.pluginapi
+
+Extension points for customizing Robolectric.
+
+org.robolectric.pluginapi.config - package org.robolectric.pluginapi.config
+
+org.robolectric.pluginapi.perf - package org.robolectric.pluginapi.perf
+
+org.robolectric.plugins - package org.robolectric.plugins
+
+org.robolectric.preinstrumented - package org.robolectric.preinstrumented
+
+org.robolectric.res - package org.robolectric.res
+
+org.robolectric.res.android - package org.robolectric.res.android
+
+org.robolectric.res.builder - package org.robolectric.res.builder
+
+org.robolectric.sandbox - package org.robolectric.sandbox
+
+org.robolectric.shadow.api - package org.robolectric.shadow.api
+
+org.robolectric.shadows - package org.robolectric.shadows
+
+Package containing shadow classes for the Android SDK.
+
+org.robolectric.shadows.gms - package org.robolectric.shadows.gms
+
+Shadows for the Google Play Services Library.
+
+org.robolectric.shadows.gms.common - package org.robolectric.shadows.gms.common
+
+org.robolectric.shadows.httpclient - package org.robolectric.shadows.httpclient
+
+Shadows for Apache HTTP Client.
+
+org.robolectric.shadows.multidex - package org.robolectric.shadows.multidex
+
+Shadows for the Android Multidex Library.
+
+org.robolectric.shadows.util - package org.robolectric.shadows.util
+
+Package containing shadow related utility classes.
+
+org.robolectric.util - package org.robolectric.util
+
+Package containing general utility classes.
+
+org.robolectric.util.inject - package org.robolectric.util.inject
+
+org.robolectric.util.reflector - package org.robolectric.util.reflector
+
+org.robolectric.versioning - package org.robolectric.versioning
+
+orientation - Variable in class org.robolectric.res.android.ResTable_config
+
+ORIENTATION - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+ORIENTATION_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+ORIENTATION_LAND - Static variable in class org.robolectric.res.android.ResTable_config
+
+ORIENTATION_PORT - Static variable in class org.robolectric.res.android.ResTable_config
+
+ORIENTATION_SQUARE - Static variable in class org.robolectric.res.android.ResTable_config
+
+OutgoingCallRecord(Uri, Bundle) - Constructor for class org.robolectric.shadows.ShadowTelecomManager.OutgoingCallRecord
+
+oval - Variable in class org.robolectric.shadows.ShadowCanvas.ArcPaintHistoryEvent
+
+oval - Variable in class org.robolectric.shadows.ShadowCanvas.OvalPaintHistoryEvent
+
+overlay(Config) - Method in class org.robolectric.annotation.Config.Builder
+
+overlayTypeId() - Method in class org.robolectric.res.android.IdmapEntries
+
+override(String, String) - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+Overrides the system property for testing.
+
+overrideConfig(int, PersistableBundle) - Method in class org.robolectric.shadows.ShadowCarrierConfigManager
+
+Overrides the carrier config of the provided subscription ID with the provided values.
+
+overrideExecutor(Executor) - Static method in class org.robolectric.shadows.ShadowIcon
+
+Set the executor where async drawable loading will run.
+
+overrideExecutor(Executor) - Static method in class org.robolectric.shadows.ShadowPausedAsyncTask
+
+Globally override the executor used for all AsyncTask#execute* calls.
+
+overridePendingTransition(int, int) - Method in class org.robolectric.shadows.ShadowActivity
+
+ownerPackageName - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The package name of the application that owns this display, or null if it is owned by the
+ system.
+
+ownerUid - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The UID of the application that owns this display, or zero if it is owned by the system.
+
+
+P
+
+P() - Constructor for class org.robolectric.versioning.AndroidVersions.P
+
+package_ - Variable in class org.robolectric.res.android.CppAssetManager2.ResourceName
+
+PackageGroup(ResTable, String, int, boolean, boolean, boolean) - Constructor for class org.robolectric.res.android.ResTable.PackageGroup
+
+PackageItemData - Class in org.robolectric.manifest
+
+PackageItemData(String, MetaData) - Constructor for class org.robolectric.manifest.PackageItemData
+
+packageName - Variable in class org.robolectric.annotation.Config.Builder
+
+packageName - Variable in class org.robolectric.res.android.ResTable.ResourceName
+
+packageName - Variable in class org.robolectric.res.DocumentLoader
+
+packageName - Variable in class org.robolectric.res.ResName
+
+packageName() - Method in class org.robolectric.annotation.Config.Implementation
+
+packageName() - Element in annotation type org.robolectric.annotation.Config
+
+Deprecated.
+
+
+
+PackagePropertiesLoader - Class in org.robolectric.plugins
+
+Provides cached access to robolectric-properties
files, for all your configuration needs!
+
+PackagePropertiesLoader() - Constructor for class org.robolectric.plugins.PackagePropertiesLoader
+
+PackageResourceTable - Class in org.robolectric.res
+
+
+
+PackageResourceTable(String) - Constructor for class org.robolectric.res.PackageResourceTable
+
+PackageRollbackInfoBuilder - Class in org.robolectric.shadows
+
+Builder for PackageRollbackInfo
as PackageRollbackInfo has hidden constructors, this
+ builder class has been added as a way to make custom PackageRollbackInfo objects when needed.
+
+PackageSetting() - Constructor for class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+PackageSetting(ShadowPackageManager.PackageSetting) - Constructor for class org.robolectric.shadows.ShadowPackageManager.PackageSetting
+
+packagesToNotAcquire - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+packagesToNotInstrument - Variable in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+packLanguage(String) - Method in class org.robolectric.res.android.ResTable_config
+
+packRegion(String) - Method in class org.robolectric.res.android.ResTable_config
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.ArcPaintHistoryEvent
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.CirclePaintHistoryEvent
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.LinePaintHistoryEvent
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.OvalPaintHistoryEvent
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.RectPaintHistoryEvent
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+paint - Variable in class org.robolectric.shadows.ShadowCanvas.TextHistoryEvent
+
+PaintNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Paint JNI registration.
+
+PaintNatives() - Constructor for class org.robolectric.nativeruntime.PaintNatives
+
+Pair(String, String) - Constructor for class org.robolectric.res.AttrData.Pair
+
+param(String, String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+ParameterizedRobolectricTestRunner - Class in org.robolectric
+
+A Parameterized test runner for Robolectric.
+
+ParameterizedRobolectricTestRunner(Class<?>) - Constructor for class org.robolectric.ParameterizedRobolectricTestRunner
+
+ParameterizedRobolectricTestRunner.Parameter - Annotation Type in org.robolectric
+
+Annotation for fields of the test class which will be initialized by the method annotated by
+ Parameters
+ By using directly this annotation, the test class constructor isn't needed.
+ Index range must start at 0.
+
+ParameterizedRobolectricTestRunner.Parameters - Annotation Type in org.robolectric
+
+Annotation for a method which provides parameters to be injected into the test class
+ constructor by Parameterized
+
+params - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+params - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The HTTP parameters.
+
+ParamsParser - Class in org.robolectric.shadows.httpclient
+
+ParamsParser() - Constructor for class org.robolectric.shadows.httpclient.ParamsParser
+
+paramTypes - Variable in class org.robolectric.internal.bytecode.InvocationProfile
+
+paramTypes - Variable in class org.robolectric.internal.bytecode.MethodSignature
+
+parse(String) - Static method in class org.robolectric.internal.bytecode.MethodSignature
+
+parse(String) - Static method in class org.robolectric.res.Qualifiers
+
+parse(String) - Method in class org.robolectric.shadows.ShadowTime
+
+parse(String, boolean) - Static method in class org.robolectric.res.Qualifiers
+
+parse(String, ResTable_config) - Static method in class org.robolectric.res.android.ConfigDescription
+
+parse(String, ResTable_config, boolean) - Static method in class org.robolectric.res.android.ConfigDescription
+
+parseFloatAttribute(String, String, TypedValue, boolean) - Static method in class org.robolectric.shadows.ResourceHelper
+
+Parse a float attribute and return the parsed value into a given TypedValue.
+
+parseFloatAttribute(String, String, TypedValue, boolean) - Static method in class org.robolectric.shadows.ResourceHelper2
+
+Parse a float attribute and return the parsed value into a given TypedValue.
+
+parseId(Uri) - Static method in class org.robolectric.shadows.ShadowContentUris
+
+parseInt(String) - Static method in class org.robolectric.util.Util
+
+parseNumericAddressNoThrow(String) - Static method in class org.robolectric.shadows.ShadowInetAddressUtils
+
+parseParams(HttpRequest) - Static method in class org.robolectric.shadows.httpclient.ParamsParser
+
+parseSdkArrayProperty(String) - Static method in class org.robolectric.annotation.internal.ConfigUtils
+
+parseSdkInt(String) - Static method in class org.robolectric.annotation.internal.ConfigUtils
+
+parseStringArrayProperty(String) - Static method in class org.robolectric.annotation.internal.ConfigUtils
+
+parseValue(Integer, ResName, AttributeResource, TypedValue) - Method in class org.robolectric.android.AttributeSetBuilderImpl.ArscResourceResolver
+
+parseValue(Integer, ResName, AttributeResource, TypedValue) - Method in class org.robolectric.android.AttributeSetBuilderImpl.LegacyResourceResolver
+
+parseValue(Integer, ResName, AttributeResource, TypedValue) - Method in interface org.robolectric.android.AttributeSetBuilderImpl.ResourceResolver
+
+path - Variable in class org.robolectric.manifest.PathPermissionData
+
+path() - Method in class org.robolectric.res.android.ApkAssetsCache.Key
+
+path(String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+PathDashPathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PathDashPathEffect JNI registration.
+
+PathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PathEffect JNI registration.
+
+pathFrom(URL) - Static method in class org.robolectric.util.Util
+
+PathMeasureNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PathMeasure JNI registration.
+
+PathNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Path JNI registration.
+
+PathParserNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PathParser JNI registration.
+
+pathPattern - Variable in class org.robolectric.manifest.PathPermissionData
+
+PathPermissionData - Class in org.robolectric.manifest
+
+pathPrefix - Variable in class org.robolectric.manifest.PathPermissionData
+
+pattern - Static variable in class org.robolectric.shadows.ShadowVibrator
+
+pause() - Method in class org.robolectric.android.controller.ActivityController
+
+pause() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+pause() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+pause() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+pause() - Method in class org.robolectric.shadows.ShadowLooper
+
+Pause the looper.
+
+pause() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+pause() - Method in class org.robolectric.shadows.ShadowVideoView
+
+pause() - Method in class org.robolectric.util.Scheduler
+
+Pause the scheduler.
+
+PAUSE - Static variable in class org.robolectric.shadows.ShadowVideoView
+
+pauseActivity(Activity) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+PAUSED - Enum constant in enum org.robolectric.annotation.LooperMode.Mode
+
+A mode that more accurately models real Android's
Looper
behavior.
+
+PAUSED - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+PAUSED - Enum constant in enum org.robolectric.util.Scheduler.IdleState
+
+The
Scheduler
will not automatically advance the clock nor execute any runnables.
+
+PausedExecutorService - Class in org.robolectric.android.util.concurrent
+
+Executor service that queues any posted tasks.
+
+PausedExecutorService() - Constructor for class org.robolectric.android.util.concurrent.PausedExecutorService
+
+pauseLooper(Looper) - Static method in class org.robolectric.shadows.ShadowLooper
+
+Pauses execution of tasks posted to the ShadowLegacyLooper.
+
+pauseMainLooper() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Puts the main ShadowLegacyLooper in an "paused" state.
+
+peekAuthToken(Account, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+peekInstance() - Static method in class org.robolectric.shadows.ShadowInputMethodManager
+
+peekNativeObject(long) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+
+
+peekNextAddAccountOptions() - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+peekNextScheduledAlarm() - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+Returns the earliest scheduled alarm.
+
+peekNextStartedActivity() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+peekNextStartedActivity() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Returns the most recent
ComponentName
,
UserHandle
pair started by
CrossProfileApps.startMainActivity(ComponentName, UserHandle)
or
CrossProfileApps.startActivity(ComponentName, UserHandle)
,
ShadowCrossProfileApps.startActivity(Intent, UserHandle, Activity)
,
ShadowCrossProfileApps.startActivity(Intent, UserHandle, Activity, Bundle)
, wrapped
+ in
ShadowCrossProfileApps.StartedActivity
.
+
+peekNextStartedActivityForResult() - Method in class org.robolectric.shadows.ShadowActivity
+
+
+
+peekNextStartedActivityForResult() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+peekNextStartedMainActivity() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Deprecated.
+
+
+
+peekNextStartedService() - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+peekWindowSession() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+pendingCryptoObject - Variable in class org.robolectric.shadows.ShadowFingerprintManager
+
+pendingIntent - Variable in class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
+
+pendingIntent() - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner.ScanParams
+
+performAccessibilityButtonClick() - Method in class org.robolectric.shadows.ShadowAccessibilityButtonController
+
+Performs click action for accessibility button.
+
+performAccessibilityShortcut() - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+performAction(int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+performAction(int, Bundle) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+performClick() - Method in class org.robolectric.shadows.ShadowView
+
+performCreate(Bundle) - Method in interface org.robolectric.shadows._Activity_
+
+performDestroy() - Method in interface org.robolectric.shadows._Activity_
+
+performGlobalAction(int) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+performHapticFeedback(int) - Method in class org.robolectric.shadows.ShadowView
+
+performIdentifierAction(int, int) - Method in class org.robolectric.fakes.RoboMenu
+
+performItemClick(int) - Method in class org.robolectric.shadows.ShadowAdapterView
+
+performLongClick() - Method in class org.robolectric.shadows.ShadowView
+
+performNoPageLoadClientCallbacks() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+performPause() - Method in interface org.robolectric.shadows._Activity_
+
+performRestart() - Method in interface org.robolectric.shadows._Activity_
+
+performRestart(boolean) - Method in interface org.robolectric.shadows._Activity_
+
+performRestart(boolean, String) - Method in interface org.robolectric.shadows._Activity_
+
+performRestoreInstanceState(Bundle) - Method in interface org.robolectric.shadows._Activity_
+
+performResume() - Method in interface org.robolectric.shadows._Activity_
+
+performResume(boolean, String) - Method in interface org.robolectric.shadows._Activity_
+
+performSaveInstanceState(Bundle) - Method in interface org.robolectric.shadows._Activity_
+
+performShortcut(int, KeyEvent, int) - Method in class org.robolectric.fakes.RoboMenu
+
+performStart() - Method in interface org.robolectric.shadows._Activity_
+
+performStart(String) - Method in interface org.robolectric.shadows._Activity_
+
+performStaticInitialization(Class<?>) - Static method in class org.robolectric.internal.bytecode.RobolectricInternals
+
+performStop() - Method in interface org.robolectric.shadows._Activity_
+
+performStop(boolean) - Method in interface org.robolectric.shadows._Activity_
+
+performStop(boolean, String) - Method in interface org.robolectric.shadows._Activity_
+
+performSuccessfulPageLoadClientCallbacks() - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+performTopResumedActivityChanged(boolean, String) - Method in interface org.robolectric.shadows._Activity_
+
+PerfStatsCollector - Class in org.robolectric.util
+
+
+
+PerfStatsCollector() - Constructor for class org.robolectric.util.PerfStatsCollector
+
+PerfStatsCollector.Event - Class in org.robolectric.util
+
+Event for perf stats collection.
+
+PerfStatsCollector.ThrowingRunnable <F extends Exception > - Interface in org.robolectric.util
+
+Runnable that throws an exception.
+
+PerfStatsCollector.ThrowingSupplier <T ,F extends Exception > - Interface in org.robolectric.util
+
+Supplier that throws an exception.
+
+PerfStatsReporter - Interface in org.robolectric.pluginapi.perf
+
+PermissionGroupItemData - Class in org.robolectric.manifest
+
+Holds permission data from manifest.
+
+PermissionGroupItemData(String, String, String, MetaData) - Constructor for class org.robolectric.manifest.PermissionGroupItemData
+
+PermissionItemData - Class in org.robolectric.manifest
+
+Holds permission data from manifest.
+
+PermissionItemData(String, String, String, String, String, MetaData) - Constructor for class org.robolectric.manifest.PermissionItemData
+
+PermissionsRequest(String[], int) - Constructor for class org.robolectric.shadows.ShadowActivity.PermissionsRequest
+
+phoneAccount - Variable in class org.robolectric.shadows.ShadowTelecomManager.CallRecord
+
+Deprecated.
+
+phoneAccount - Variable in class org.robolectric.shadows.ShadowTelecomManager.OutgoingCallRecord
+
+PhoneAccountBuilder - Class in org.robolectric.shadows
+
+
+
+PhoneAccountBuilder(PhoneAccount) - Constructor for class org.robolectric.shadows.PhoneAccountBuilder
+
+PhoneAccountBuilder(PhoneAccountHandle, CharSequence) - Constructor for class org.robolectric.shadows.PhoneAccountBuilder
+
+PhoneCapabilityFactory - Class in org.robolectric.shadows
+
+Factory to create PhoneCapability.
+
+physicalXDpi - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The exact physical pixels per inch of the screen in the X dimension.
+
+physicalYDpi - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The exact physical pixels per inch of the screen in the Y dimension.
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowApkAssets.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowAssetInputStream.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowAssetManager.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowAsyncTask.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowAsyncTaskLoader.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowBitmap.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowCanvas.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowChoreographer.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowCursorWindow.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowLooper.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowMatrix.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowMessage.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowMessageQueue.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeAllocationRegistry.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBaseCanvas.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBitmapDrawable.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBitmapFactory.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBitmapShader.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBlendModeColorFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeBlurMaskFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeCanvasProperty.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeColor.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeColorFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeColorMatrixColorFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeColorSpaceRgb.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeComposePathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeComposeShader.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeCornerPathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeDashPathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeDiscretePathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeDisplayListCanvas.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeEmbossMaskFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeFont.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeFontFamily.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeFontFileUtil.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeFontsFontFamily.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeHardwareRenderer.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeHardwareRendererObserver.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeImageDecoder.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeImageReader.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeInterpolator.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeLightingColorFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeLinearGradient.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeLineBreaker.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeMaskFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeMeasuredParagraph.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeMeasuredText.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeNinePatch.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePaint.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePathDashPathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePathMeasure.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePathParser.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePicture.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePorterDuffColorFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePositionedGlyphs.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativePropertyValuesHolder.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRadialGradient.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRecordingCanvas.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRegion.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRegionIterator.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRenderEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNode.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNodeAnimator.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNodeOP.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeRuntimeShader.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeShader.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeStaticLayout.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeSumPathEffect.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeSurface.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeSweepGradient.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeSystemFonts.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeTableMaskFilter.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeTextRunShaper.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeThreadedRenderer.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeTypeface.ShadowNativeTypefaceBuilder.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeVectorDrawable.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowNativeVirtualRefBasePtr.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowPath.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowResources.ShadowTheme.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowResourcesImpl.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowResourcesImpl.ShadowThemeImpl.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowSQLiteConnection.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowSystemClock.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowTypedArray.Picker
+
+Picker() - Constructor for class org.robolectric.shadows.ShadowTypeface.Picker
+
+pickShadowClass() - Method in interface org.robolectric.shadow.api.ShadowPicker
+
+Determines the shadow class to be used depending on the configuration of the org.robolectric.internal.Environment
.
+
+pickShadowClass() - Method in class org.robolectric.shadows.GraphicsShadowPicker
+
+pickShadowClass() - Method in class org.robolectric.shadows.LooperShadowPicker
+
+pickShadowClass() - Method in class org.robolectric.shadows.ResourceModeShadowPicker
+
+pickShadowClass() - Method in class org.robolectric.shadows.SQLiteShadowPicker
+
+pickShadowMethod(Class<?>, String, Class<?>[]) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+PictureNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Picture JNI registration.
+
+PictureNatives() - Constructor for class org.robolectric.nativeruntime.PictureNatives
+
+pinShortcuts(String, List<String>, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+pinSlice(Uri, Set<SliceSpec>) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+placeCall(Uri, Bundle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+play(int) - Method in class org.robolectric.shadows.ShadowMediaActionSound
+
+
+
+play(int, float, float, int, int, float) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+Playback(int, float, float, int, int, float) - Constructor for class org.robolectric.shadows.ShadowSoundPool.Playback
+
+PLAYBACK_COMPLETED - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+PlaybackInfoBuilder - Class in org.robolectric.shadows
+
+
+
+playSoundEffect(int) - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+Plural - Class in org.robolectric.res
+
+PluralRules - Class in org.robolectric.res
+
+PluralRules(List<Plural>, ResType, XmlContext) - Constructor for class org.robolectric.res.PluralRules
+
+Point(float, float, ShadowPath.Point.Type) - Constructor for class org.robolectric.shadows.ShadowPath.Point
+
+PolicyKeyFactory - Class in org.robolectric.shadows
+
+
+
+PolicyStateBuilder - Class in org.robolectric.shadows
+
+
+
+PolicyValueFactory - Class in org.robolectric.shadows
+
+
+
+poll(long) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+Polls the message queue waiting until a message is posted to the head of the queue.
+
+pomPath() - Method in class org.robolectric.internal.dependency.MavenJarArtifact
+
+pomSha512Path() - Method in class org.robolectric.internal.dependency.MavenJarArtifact
+
+populateInputDevicesLocked() - Method in class org.robolectric.shadows.ShadowInputManager
+
+populateInputDevicesLocked() - Method in class org.robolectric.shadows.ShadowInputManagerGlobal
+
+populateItems() - Method in class org.robolectric.shadows.ShadowAdapterView
+
+populateSdks(TreeMap<Integer, Sdk>) - Method in class org.robolectric.plugins.DefaultSdkProvider
+
+PorterDuffColorFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PorterDuffColorFilter JNI registration.
+
+pos() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+pos() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+positionDescription - Variable in class org.robolectric.shadows.ShadowTypedArray
+
+PositionedGlyphsNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PositionedGlyphs JNI registration.
+
+post(Runnable) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+post(Runnable) - Method in class org.robolectric.shadows.ShadowView
+
+post(Runnable) - Method in class org.robolectric.util.Scheduler
+
+Add a runnable to the queue.
+
+post(Runnable, long) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+Deprecated.
+
+
+
+post(Runnable, long) - Method in class org.robolectric.shadows.ShadowLooper
+
+Deprecated.
+
+
+
+post(Runnable, long) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+postAtFrontOfQueue(Runnable) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+postAtFrontOfQueue(Runnable) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+Deprecated.
+
+
+
+postAtFrontOfQueue(Runnable) - Method in class org.robolectric.shadows.ShadowLooper
+
+Deprecated.
+
+
+
+postAtFrontOfQueue(Runnable) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+postAtFrontOfQueue(Runnable) - Method in class org.robolectric.util.Scheduler
+
+Add a runnable to the head of the queue.
+
+postBody(FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+postCallback(int, Runnable, Object) - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+
+
+postCallbackDelayed(int, Runnable, Object, long) - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+postConcat(Matrix) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postCreate(Bundle) - Method in class org.robolectric.android.controller.ActivityController
+
+postDelayed(Runnable, long) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+postDelayed(Runnable, long) - Method in class org.robolectric.shadows.ShadowView
+
+postDelayed(Runnable, long) - Method in class org.robolectric.util.Scheduler
+
+Add a runnable to the queue to be run after a delay.
+
+postDelayed(Runnable, long, TimeUnit) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+postDelayed(Runnable, long, TimeUnit) - Method in class org.robolectric.util.Scheduler
+
+Add a runnable to the queue to be run after a delay.
+
+postEvent(ShadowMediaPlayer.MediaEvent) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+postEventDelayed(ShadowMediaPlayer.MediaEvent, long) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+postEventFromNative(Object) - Static method in class org.robolectric.nativeruntime.ImageReaderNatives
+
+postFrameCallback(Choreographer.FrameCallback) - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+
+
+postFrameCallbackDelayed(Choreographer.FrameCallback, long) - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+postInvalidateDelayed(long) - Method in class org.robolectric.shadows.ShadowView
+
+postMessage(WebMessage) - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+postProcessUninstrumentedClass(ClassDetails) - Method in class org.robolectric.internal.bytecode.SandboxClassLoader
+
+postResume() - Method in class org.robolectric.android.controller.ActivityController
+
+postRotate(float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postRotate(float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postScale(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postScale(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postSkew(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postSkew(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postSync(Runnable) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+Posts the runnable to the looper and idles until the runnable has been run.
+
+postTranslate(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+postUsabilityStats(int, boolean, WifiUsabilityStatsEntryBuilder) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+pread(FileDescriptor, byte[], int, int, long) - Method in class org.robolectric.shadows.ShadowLinux
+
+PreciseDataConnectionStateBuilder - Class in org.robolectric.shadows
+
+
+
+preConcat(Matrix) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+predictionHorizonSec - Variable in class org.robolectric.shadows.ShadowWifiManager.WifiUsabilityScore
+
+preload() - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+preload() - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+prepare() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+prepare() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+prepare(Context) - Static method in class org.robolectric.shadows.ShadowVpnService
+
+prepareAsync() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+PREPARED - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+prepareMainLooper() - Static method in class org.robolectric.shadows.ShadowPausedLooper
+
+prepareTest(Object) - Method in class org.robolectric.DefaultTestLifecycle
+
+prepareTest(Object) - Method in interface org.robolectric.TestLifecycle
+
+Called after each test method is run.
+
+prepareTest(Object) - Method in interface org.robolectric.TestLifecycleApplication
+
+PREPARING - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+preRotate(float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+preRotate(float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+preScale(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+preScale(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+presentationDeadlineNanos - Variable in class org.robolectric.android.internal.DisplayConfig
+
+This is how far in advance a buffer must be queued for presentation at a given time.
+
+preSkew(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+preSkew(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+preTranslate(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+PrimitiveEffect(int, float, int) - Constructor for class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+primitiveEffects - Static variable in class org.robolectric.shadows.ShadowVibrator
+
+println_native(int, int, String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+priority - Variable in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+proceed() - Method in class org.robolectric.shadows.ShadowSslErrorHandler
+
+process(ByteBuffer, ByteBuffer) - Method in interface org.robolectric.shadows.ShadowMediaCodec.CodecConfig.Codec
+
+Move the bytes on the in buffer to the out buffer
+
+process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.robolectric.annotation.processing.RobolectricProcessor
+
+processStringResources(String) - Static method in class org.robolectric.res.StringResources
+
+Processes String resource values in the same way real Android does, namely:-
+ 1) Trim leading and trailing whitespace.
+
+projection - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+PropertiesDependencyResolver - Class in org.robolectric.internal.dependency
+
+PropertiesDependencyResolver(Path) - Constructor for class org.robolectric.internal.dependency.PropertiesDependencyResolver
+
+PropertiesDependencyResolver(Path, DependencyResolver) - Constructor for class org.robolectric.internal.dependency.PropertiesDependencyResolver
+
+PropertyValuesHolderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for PropertyValuesHolder JNI registration.
+
+protect(Socket) - Method in class org.robolectric.shadows.ShadowVpnService
+
+No-ops and always return true, override to avoid call to non-existent Socket.getFileDescriptor.
+
+provideData(PersistableBundle, SharedMemory, Executor, Consumer<Integer>) - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+provideDataStream(ParcelFileDescriptor, Executor, Consumer<Integer>) - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+provideImpl(ShadowGoogleAuthUtil.GoogleAuthUtilImpl) - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+provideImpl(ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+Provider <T > - Interface in org.robolectric.shadows
+
+ProviderProperties(boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Constructor for class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+ProviderProperties(Criteria) - Constructor for class org.robolectric.shadows.ShadowLocationManager.ProviderProperties
+
+provideWidthAndHeightHints(int, int, int) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+Deprecated.
+
+
+
+provideWidthAndHeightHints(Uri, int, int) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+Deprecated.
+
+
+
+provideWidthAndHeightHints(FileDescriptor, int, int) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+Deprecated.
+
+
+
+provideWidthAndHeightHints(String, int, int) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+Deprecated.
+
+
+
+provisionVpnProfile(PlatformVpnProfile) - Method in class org.robolectric.shadows.ShadowVpnManager
+
+PROXY_PACKAGE - Static variable in class org.robolectric.shadows.ShadowAppOpsManager
+
+PROXY_UID - Static variable in class org.robolectric.shadows.ShadowAppOpsManager
+
+proxyAuthenticationHandler - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+proxyAuthHandler - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The proxy authentication handler.
+
+proxyAuthState - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+ProxyMaker - Class in org.robolectric.internal.bytecode
+
+Deprecated.
+
+
+
+ProxyMaker(ProxyMaker.MethodMapper) - Constructor for class org.robolectric.internal.bytecode.ProxyMaker
+
+Deprecated.
+
+publish(int, Looper, PublishConfig, DiscoverySessionCallback) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+publishProgress(Progress...) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+
+
+pushDefaultReturnValueToStack(Type) - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+Forces a return of a default value, depending on the method's return type
+
+pushDynamicShortcut(ShortcutInfo) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+In Robolectric, ShadowShortcutManager doesn't handle rate limiting or shortcut count limits.
+
+pushEntryToHistory(String) - Method in class org.robolectric.shadows.ShadowWebView
+
+Pushes an entry to the history with the given url
.
+
+put(Class<T>, T) - Method in class org.robolectric.plugins.HierarchicalConfigurationStrategy.ConfigurationImpl
+
+put(String, boolean, int, long) - Static method in class org.robolectric.res.android.ApkAssetsCache
+
+put(URI, URLConnection) - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+put(ResName, TypedResource) - Method in class org.robolectric.res.ResBunch
+
+put(ResName, TypedResource) - Method in class org.robolectric.res.ResBundle
+
+put(T) - Static method in class org.robolectric.shadows.ShadowVirtualRefBasePtr
+
+putFloat(ContentResolver, String, float) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+putFloat(ContentResolver, String, float) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+putFloat(ContentResolver, String, float) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+putInt(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+putInt(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+putInt(ContentResolver, String, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+putIntForUser(ContentResolver, String, int, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+putLong(ContentResolver, String, long) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+putLong(ContentResolver, String, long) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+putLong(ContentResolver, String, long) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+putMetadata(Class<T>, T) - Method in class org.robolectric.util.PerfStatsCollector
+
+putPhoneId(int, int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+putString(ContentResolver, String, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+putString(ContentResolver, String, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+putString(ContentResolver, String, String) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+putWidgetInfo(int, AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Deprecated.
+
+
+Q
+
+Q() - Constructor for class org.robolectric.versioning.AndroidVersions.Q
+
+quadTo(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+qualifiers - Variable in class org.robolectric.annotation.Config.Builder
+
+qualifiers() - Method in class org.robolectric.annotation.Config.Implementation
+
+qualifiers() - Element in annotation type org.robolectric.annotation.Config
+
+Qualifiers specifying device configuration for this test, such as "fr-normal-port-hdpi".
+
+Qualifiers - Class in org.robolectric.res
+
+Android qualifers as defined by
+ https://developer.android.com/guide/topics/resources/providing-resources.html
+
+Qualifiers(String, ResTable_config) - Constructor for class org.robolectric.res.Qualifiers
+
+qualify(String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+qualifyFromFilePath(String, String) - Static method in class org.robolectric.res.ResName
+
+qualifyResName(String, String) - Static method in class org.robolectric.res.ResName
+
+qualifyResName(String, String, String) - Static method in class org.robolectric.res.ResName
+
+qualifyResName(String, ResName) - Static method in class org.robolectric.res.ResName
+
+qualifyResourceName(String, String, String) - Static method in class org.robolectric.res.ResName
+
+Returns the fully qualified resource name if null if the resource could not be qualified.
+
+quantityForIntImpl(int, int) - Static method in class org.robolectric.shadows.ShadowNativePluralRules
+
+quantityForIntImpl(long, int) - Static method in class org.robolectric.shadows.ShadowNativePluralRules
+
+query(DownloadManager.Query) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+query(Uri, String[], Bundle, CancellationSignal) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+query(Uri, String[], String, String[], String) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+query(Uri, String[], String, String[], String) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+query(Uri, String[], String, String[], String, CancellationSignal) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+query(Uri, String[], String, String[], String, CancellationSignal) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+queryAmbientContextServiceStatus(Set<Integer>, Executor, Consumer<Integer>) - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+queryBroadcastReceivers(Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryBroadcastReceivers(Intent, int, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+queryBroadcastReceivers(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryBroadcastReceiversAsUser(Intent, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryBroadcastReceiversAsUser(Intent, int, UserHandle) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+queryBroadcastResponseStats(Object, Object) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Requires loose signatures because return value is a list of
BroadcastResponseStats
,
+ which is a hidden class introduced in Android T.
+
+queryContentProviders(String, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryEffects() - Static method in class org.robolectric.shadows.ShadowAudioEffect
+
+
+
+queryEvents(long, long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+queryEventsForSelf(long, long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+queryInstrumentation(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryIntentActivities(Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryIntentActivitiesAsUser(Intent, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+queryIntentActivitiesAsUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+queryIntentActivityOptions(ComponentName, Intent[], Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryIntentContentProviders(Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryIntentContentProvidersAsUser(Intent, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryIntentServices(Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryIntentServicesAsUser(Intent, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+queryNanoApps(ContextHubInfo) - Method in class org.robolectric.shadows.ShadowContextHubManager
+
+queryOverriddenIntents(Intent, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+queryPermissionsByGroup(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+queryStatsForPackage(UUID, String, UserHandle) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+
+
+queryStatsForUser(UUID, UserHandle) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+
+
+queryUsageStats(int, long, long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+queue(ByteBuffer) - Method in class org.robolectric.shadows.ShadowUsbRequest
+
+queue(ByteBuffer, int) - Method in class org.robolectric.shadows.ShadowUsbRequest
+
+quickContains(int, int, int, int) - Method in class org.robolectric.nativeruntime.RegionNatives
+
+quickContains(int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+quickReject(int, int, int, int) - Method in class org.robolectric.nativeruntime.RegionNatives
+
+quickReject(int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+quickReject(Region) - Method in class org.robolectric.nativeruntime.RegionNatives
+
+quickReject(Region) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+quit() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+quit() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+quit() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+quit(boolean) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+quitSafely() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+quitSafely() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+quitUnchecked() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+quitUnchecked() - Method in class org.robolectric.shadows.ShadowLooper
+
+quitUnchecked() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+
+R
+
+R() - Constructor for class org.robolectric.versioning.AndroidVersions.R
+
+RadialGradientNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RadialGradient JNI registration.
+
+radius - Variable in class org.robolectric.shadows.ShadowCanvas.CirclePaintHistoryEvent
+
+RangingSessionBuilder - Class in org.robolectric.shadows
+
+Class to build RangingSession
+
+rate - Variable in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+RawResourceLoader - Class in org.robolectric.res
+
+RawResourceLoader(ResourcePath) - Constructor for class org.robolectric.res.RawResourceLoader
+
+rCubicTo(float, float, float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+read() - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+read(byte[]) - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+read(byte[], int) - Method in class org.robolectric.res.android.Asset
+
+read(byte[], int, int) - Method in class org.robolectric.res.android.Asset
+
+read(byte[], int, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+readAsset(int, byte[], int, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+readAsset(long, byte[], int, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+readAssetChar(int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+readAssetChar(long) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+readByte() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+readByte() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+readByteArray(byte[], int, int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+readByteArray(byte[], int, int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+readBytes(InputStream) - Static method in class org.robolectric.util.Util
+
+This method consumes an input stream and returns its content, and closes it.
+
+readEntityData_native(long, byte[], int, int) - Method in class org.robolectric.shadows.ShadowBackupDataInput
+
+readEvents(int[], Collection<EventLog.Event>) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+readFileAsString(String) - Static method in class org.robolectric.shadows.ShadowIoUtils
+
+readFully(InputStream, byte[]) - Static method in class org.robolectric.res.android.FileMap
+
+readInByteArray(byte[], int, int, boolean) - Method in interface org.robolectric.shadows.ShadowAudioRecord.AudioRecordSource
+
+
+
+readIncomingCharacteristic(BluetoothGattCharacteristic) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Writes bytes from incoming characteristic if properties are valid and callback is set.
+
+readInDirectBuffer(ByteBuffer, int, boolean) - Method in interface org.robolectric.shadows.ShadowAudioRecord.AudioRecordSource
+
+
+
+readInFloatArray(float[], int, int, boolean) - Method in interface org.robolectric.shadows.ShadowAudioRecord.AudioRecordSource
+
+
+
+readInShortArray(short[], int, int, boolean) - Method in interface org.robolectric.shadows.ShadowAudioRecord.AudioRecordSource
+
+
+
+readInt() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+readInt() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+readIntArray(int[], int, int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+readIntArray(int[], int, int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+readLongArray(long[], int, int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+readLongArray(long[], int, int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+readNextHeader_native(Object, Object) - Method in class org.robolectric.shadows.ShadowBackupDataInput
+
+readOutgoingData(byte[]) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+Deprecated.
+
+
+
+readParcelable(ClassLoader) - Method in class org.robolectric.shadows.ShadowParcel
+
+readParcelableCreator(ClassLoader) - Method in class org.robolectric.shadows.ShadowParcel
+
+readParcelableCreatorInternal(ClassLoader, Class<T>) - Method in class org.robolectric.shadows.ShadowParcel
+
+The goal of this shadow method is to workaround a JVM/ART incompatibility.
+
+readPendingIntentOrNullFromParcel(Parcel) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+readPermission - Variable in class org.robolectric.manifest.PathPermissionData
+
+readSampleData(ByteBuffer, int) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+readShort() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+readShort() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+readTzlookup() - Static method in class org.robolectric.shadows.ShadowTimeZoneFinder
+
+Reads tzlookup.xml from the files bundled inside android-all JARs.
+
+REAL_CLASS_NAME - Static variable in class org.robolectric.shadows.ShadowLocaleData
+
+realActivity - Variable in class org.robolectric.shadows.ShadowActivity
+
+realActivityThread - Variable in class org.robolectric.shadows.ShadowActivityThread
+
+realAnimatedVectorDrawable - Variable in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+realCanvas - Variable in class org.robolectric.shadows.ShadowLegacyCanvas
+
+realCompatibility - Static variable in class org.robolectric.shadows.ShadowCompatibility
+
+realDatePickerDialog - Variable in class org.robolectric.shadows.ShadowDatePickerDialog
+
+realInfo - Variable in class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+REALISTIC - Enum constant in enum org.robolectric.annotation.GetInstallerPackageNameMode.Mode
+
+The new, real behavior when calling getInstallerPackageName method.
+
+REALISTIC - Enum constant in enum org.robolectric.annotation.TextLayoutMode.Mode
+
+Deprecated.
+
+
+
+realNativeAllocationRegistry - Variable in class org.robolectric.shadows.ShadowNativeAllocationRegistry
+
+realNetworkCapabilities - Variable in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+realObject - Variable in class org.robolectric.shadows.ShadowArscAssetManager
+
+realObject - Variable in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+realObject - Variable in class org.robolectric.shadows.ShadowViewRootImpl
+
+RealObject - Annotation Type in org.robolectric.annotation
+
+Shadow fields annotated @RealObject will have the real instance injected.
+
+RealObjectValidator - Class in org.robolectric.annotation.processing.validator
+
+
+
+RealObjectValidator(RobolectricModel.Builder, ProcessingEnvironment) - Constructor for class org.robolectric.annotation.processing.validator.RealObjectValidator
+
+realReceiver - Variable in class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+realTelephonyManager - Variable in class org.robolectric.shadows.ShadowTelephonyManager
+
+realTimePickerDialog - Variable in class org.robolectric.shadows.ShadowTimePickerDialog
+
+realView - Variable in class org.robolectric.shadows.ShadowView
+
+realViewGroup - Variable in class org.robolectric.shadows.ShadowViewGroup
+
+realWindow - Variable in class org.robolectric.shadows.ShadowPhoneWindow
+
+rebind() - Method in class org.robolectric.android.controller.IntentServiceController
+
+rebind() - Method in class org.robolectric.android.controller.ServiceController
+
+reboot(String) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+receive(ResourceTable.Visitor) - Method in class org.robolectric.res.PackageResourceTable
+
+receive(ResourceTable.Visitor) - Method in class org.robolectric.res.ResBundle
+
+receive(ResourceTable.Visitor) - Method in interface org.robolectric.res.ResourceTable
+
+receive(ResourceTable.Visitor) - Method in class org.robolectric.res.RoutingResourceTable
+
+receiveResult(Intent, int, Intent) - Method in class org.robolectric.shadows.ShadowActivity
+
+reconfigure(int, int, Bitmap.Config) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+reconfigure(PersistableBundle) - Method in class org.robolectric.shadows.ShadowRangingSession
+
+Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to
+ dictate the results of the call.
+
+reconnect() - Method in class org.robolectric.shadows.ShadowCamera
+
+reconnect() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+reconstructWidgetViewAsIfPhoneWasRotated(int) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Triggers a reapplication of the most recent set of actions against the widget, which is what
+ happens when the phone is rotated.
+
+record(int, String, String) - Method in class org.robolectric.res.ResourceIdGenerator
+
+record(long) - Method in class org.robolectric.pluginapi.perf.Metric
+
+RecordingCanvasNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RecordingCanvas JNI registration.
+
+recordVibratePattern(long[], int) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+recreate() - Method in class org.robolectric.android.controller.ActivityController
+
+Recreates activity instance which is controlled by this ActivityController.
+
+recreate() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+recreate() - Method in class org.robolectric.shadows.ShadowActivity
+
+recreate(F, int) - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+recreateActivity(Activity) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+rect - Variable in class org.robolectric.shadows.ShadowCanvas.RectPaintHistoryEvent
+
+rect - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+rectStaysRect() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+recycle() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+recycle() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+recycle() - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+recycle() - Method in class org.robolectric.shadows.ShadowLegacyMessage
+
+Hook to unscheduled the callback when the message is recycled.
+
+recycleUnchecked() - Method in class org.robolectric.shadows.ShadowLegacyMessage
+
+Hook to unscheduled the callback when the message is recycled.
+
+recycleUnchecked() - Method in class org.robolectric.shadows.ShadowMessage
+
+Exposes the package-private Message.recycleUnchecked()
+
+recycleUnchecked() - Method in class org.robolectric.shadows.ShadowPausedMessage
+
+redirectHandler - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The redirect handler.
+
+redirectHandler - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+reenableKeyguard() - Method in class org.robolectric.shadows.ShadowKeyguardManager.ShadowKeyguardLock
+
+
+
+Ref <T > - Class in org.robolectric.res.android
+
+Ref(T) - Constructor for class org.robolectric.res.android.Ref
+
+REFERENCE - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds a ResourceTableChunk
entry reference.
+
+ReferenceRefersToInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.ReferenceRefersToInterceptor
+
+ReflectionHelpers - Class in org.robolectric.util
+
+Collection of helper methods for calling methods and accessing fields reflectively.
+
+ReflectionHelpers() - Constructor for class org.robolectric.util.ReflectionHelpers
+
+ReflectionHelpers.ClassParameter <V > - Class in org.robolectric.util
+
+Typed parameter used with reflective method calls.
+
+ReflectionHelpers.StringParameter <V > - Class in org.robolectric.util
+
+String parameter used with reflective method calls.
+
+reflector(Class<T>) - Static method in class org.robolectric.util.reflector.Reflector
+
+Returns an object which provides accessors for invoking otherwise inaccessible static methods
+ and fields.
+
+reflector(Class<T>, Object) - Static method in class org.robolectric.util.reflector.Reflector
+
+Returns an object which provides accessors for invoking otherwise inaccessible methods and
+ fields.
+
+Reflector - Class in org.robolectric.util.reflector
+
+Provides accessor objects for efficiently calling otherwise inaccessible (non-public) methods.
+
+Reflector() - Constructor for class org.robolectric.util.reflector.Reflector
+
+ReflectorObject - Annotation Type in org.robolectric.annotation
+
+Serves to cache the reflector object instance and lower test runtime.
+
+refresh() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+REGION_STRING - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+RegionIteratorNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RegionIterator JNI registration.
+
+RegionNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Region JNI registration.
+
+RegionNatives() - Constructor for class org.robolectric.nativeruntime.RegionNatives
+
+regionString() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+register() - Method in class org.robolectric.util.SimplePerfStatsReporter
+
+register(E) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+register(E, Object) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+register(Object, Runnable) - Static method in class org.robolectric.fakes.CleanerCompat
+
+register(Executor, UwbManager.AdapterStateCallback) - Method in class org.robolectric.shadows.ShadowUwbAdapterStateListener
+
+
+
+register(T) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+Register and assign a new unique native id for given object (representing a C memory pointer).
+
+registerAntennaInfoListener(Object, Object) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerAppUsageLimitObserver(int, String[], Duration, Duration, PendingIntent) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Registers an app usage limit observer that receives a callback on callbackIntent
when
+ the sum of usages of apps and tokens in observedEntities
exceeds timeLimit -
+ timeUsed
.
+
+registerAppUsageObserver(int, String[], long, TimeUnit, PendingIntent) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+registerAudioDeviceCallback(AudioDeviceCallback, Handler) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Registers an
AudioDeviceCallback
object to receive notifications of changes to the set
+ of connected audio devices.
+
+registerAudioPlaybackCallback(AudioManager.AudioPlaybackCallback, Handler) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+registerAudioPolicy(Object) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Registers an AudioPolicy
to allow that policy to control audio routing and audio focus.
+
+registerAudioRecordingCallback(AudioManager.AudioRecordingCallback, Handler) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+registerAvailabilityCallback(CameraManager.AvailabilityCallback, Handler) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+registerCallback(LauncherApps.Callback) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+registerCallback(LauncherApps.Callback, Handler) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+registerCallback(MediaController.Callback, Handler) - Method in class org.robolectric.shadows.ShadowMediaController
+
+Register callback and store it in the shadow to make it easier to check the state of the
+ registered callbacks.
+
+registerContentObserver(ContentObserver) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+registerContentObserver(ContentObserver) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+registerContentObserver(Uri, boolean, ContentObserver) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+registerContentObserver(Uri, boolean, ContentObserver, int) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+registerDataSetObserver(DataSetObserver) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+registerDataSetObserver(DataSetObserver) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+registerDefaultNetworkCallback(ConnectivityManager.NetworkCallback) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+registerGnssBatchedLocationCallback(Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerGnssMeasurementsCallback(GnssMeasurementsEvent.Callback, Handler) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerGnssMeasurementsCallback(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerGnssMeasurementsCallback(Executor, GnssMeasurementsEvent.Callback) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerGnssStatusCallback(GnssStatus.Callback, Handler) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerGnssStatusCallback(Executor, GnssStatus.Callback) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+registerImsRegistrationCallback(Executor, ImsMmTelManager.RegistrationCallback) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+registerImsRegistrationCallback(Executor, RegistrationManager.RegistrationCallback) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+registerInputStream(Uri, InputStream) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+registerInputStreamSupplier(Uri, Supplier<InputStream>) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+registerListener(SensorEventListener, Sensor, int) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+registerListener(SensorEventListener, Sensor, int, int) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+registerListener(SensorEventListener, Sensor, int, int, Handler) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+registerListener(SensorEventListener, Sensor, int, Handler) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+registerMmTelCapabilityCallback(Executor, ImsMmTelManager.CapabilityCallback) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+registerMoveCallback(Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+registerNativeAllocation(Object, long) - Method in class org.robolectric.shadows.ShadowNativeAllocationRegistry
+
+registerNativeAllocation(Object, long) - Method in class org.robolectric.shadows.ShadowNoopNativeAllocationRegistry
+
+registerNativeAllocation(Object, Object) - Method in class org.robolectric.shadows.ShadowNoopNativeAllocationRegistry
+
+registerNetworkCallback(NetworkRequest, PendingIntent) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+registerNetworkCallback(NetworkRequest, ConnectivityManager.NetworkCallback) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+registerNetworkCallback(NetworkRequest, ConnectivityManager.NetworkCallback, Handler) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+registerObserver(AmbientContextEventRequest, PendingIntent, Executor, Consumer<Integer>) - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+registerOutputStream(Uri, OutputStream) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+registerOutputStreamSupplier(Uri, Supplier<OutputStream>) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+registerPackageInstallerSessionCallback(Executor, PackageInstaller.SessionCallback) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+registerPhoneAccount(PhoneAccount) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+registerProviderInternal(String, ContentProvider) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+Internal-only method, do not use!
+
+registerReceiver(BroadcastReceiver, IntentFilter) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+registerReceiver(BroadcastReceiver, IntentFilter, int) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+registerReceiver(BroadcastReceiver, IntentFilter, String, Handler) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+registerReceiver(BroadcastReceiver, IntentFilter, String, Handler, int) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+registerReceiverAsUser(BroadcastReceiver, UserHandle, IntentFilter, String, Handler) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+registerSessionCallback(PackageInstaller.SessionCallback, Handler) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+registerStats(File, int, int, int) - Static method in class org.robolectric.shadows.ShadowStatFs
+
+Register stats for a path, which will be used when a matching
StatFs
instance is
+ created.
+
+registerStats(String, int, int, int) - Static method in class org.robolectric.shadows.ShadowStatFs
+
+Register stats for a path, which will be used when a matching
StatFs
instance is
+ created.
+
+registerTelephonyCallback(Object, Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+registerTelephonyCallback(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+registerUsageSessionObserver(int, String[], Duration, Duration, PendingIntent, PendingIntent) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+registerVcnStatusCallback(ParcelUuid, Executor, VcnManager.VcnStatusCallback) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+Registries - Class in org.robolectric.res.android
+
+Registries() - Constructor for class org.robolectric.res.android.Registries
+
+REGULAR - Enum constant in enum org.robolectric.internal.bytecode.MethodCallSite.Kind
+
+REJECT_TIME - Static variable in class org.robolectric.shadows.ShadowAppOpsManager
+
+relayoutWindow(WindowManager.LayoutParams, int, boolean) - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+release() - Method in class org.robolectric.shadows.ShadowCamera
+
+release() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+release() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+release() - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+release() - Method in class org.robolectric.shadows.ShadowSurface
+
+release() - Method in interface org.robolectric.shadows.ShadowVisualizer.VisualizerSource
+
+release() - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock
+
+release() - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock
+
+release(int) - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+Releases the wake lock.
+
+releaseConnection() - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+Returns the connection back to the connection manager
+ and prepares for retrieving a new connection during
+ the next request.
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.J
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.JMR1
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.JMR2
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.K
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.L
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.LMR1
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.M
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.N
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.NMR1
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.O
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.OMR1
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.P
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.Q
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.R
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.S
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.Sv2
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.T
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.U
+
+RELEASED - Static variable in class org.robolectric.versioning.AndroidVersions.V
+
+releaseInterface(UsbInterface) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+releaseOutputBuffer(int, boolean) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+releaseOutputBuffer(int, long) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+releasePersistableUriPermission(Uri, int) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+releaseProjection(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+releaseTheme(int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+releaseTheme(long) - Method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+releaseTheme(long) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+reload() - Method in class org.robolectric.shadows.ShadowWebView
+
+remapParams(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+remapParamType(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+remove(long...) - Method in class org.robolectric.shadows.ShadowDownloadManager
+
+remove(Runnable) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+remove(Runnable) - Method in class org.robolectric.util.Scheduler
+
+Remove a runnable from the queue.
+
+removeAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+removeAccount(Account, AccountManagerCallback<Boolean>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+The remove operation is posted to the given
handler
, and will be executed according to
+ the
Scheduler.IdleState
of the corresponding
Scheduler
.
+
+removeAccount(Account, Activity, AccountManagerCallback<Bundle>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+removeAccountExplicitly(Account) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+removeActiveAdmin(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+removeActivity(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Removes activity from the package manager.
+
+removeAllAccounts() - Method in class org.robolectric.shadows.ShadowAccountManager
+
+Removes all accounts that have been added.
+
+removeAllCookie() - Method in class android.webkit.RoboCookieManager
+
+removeAllCookies(ValueCallback<Boolean>) - Method in class android.webkit.RoboCookieManager
+
+removeAllDynamicShortcuts() - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+removeAt(int) - Method in class org.robolectric.res.android.SortedVector
+
+removeAudioDataListener(ShadowAudioTrack.OnAudioDataWrittenListener) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+
+
+removeAutomaticZenRule(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+removeAvailableCommunicationDevice(AudioDeviceInfo, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Removes an available communication
AudioDeviceInfo
and notifies the list of
AudioDeviceCallback
if the device was present before and indicated by
+ notifyAudioDeviceCallbacks
.
+
+removeAvailableRole(String) - Method in class org.robolectric.shadows.ShadowRoleManager
+
+removeBluetoothRoute() - Method in class org.robolectric.shadows.ShadowMediaRouter
+
+Removes the Bluetooth A2DP route, simulating disconnecting the Bluetooth device.
+
+removeBond() - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+removeCall(Call) - Method in class org.robolectric.shadows.ShadowInCallService
+
+removeCall(Call) - Method in class org.robolectric.shadows.ShadowPhone
+
+Remove call that has previously been added via addCall().
+
+removeCallback(SurfaceHolder.Callback) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+removeCallbacks(int, Runnable, Object) - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+removeCallbacks(Runnable) - Method in class org.robolectric.shadows.ShadowView
+
+removeCamera(String) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+Removes the given cameraId and associated characteristics from this shadow.
+
+removeCapability(int) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+Removes capability
from the NetworkCapabilities.
+
+removeCaptioningChangeListener(CaptioningManager.CaptioningChangeListener) - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+removeConfigurationChangeListener(ShadowResources.OnConfigurationChangeListener) - Method in class org.robolectric.shadows.ShadowResources
+
+Remove a listener to observe resource configuration changes.
+
+removeData(DataRemovalRequest) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+removedChild(View) - Method in class org.robolectric.shadows.ShadowViewGroup
+
+removeDefaultNetworkActiveListener(ConnectivityManager.OnNetworkActiveListener) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+removeDefaultOutgoingPhoneAccount(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+Remove default outgoing phone account for corresponding uriScheme
.
+
+removeDevice(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+removeDevice(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+Remove the given BluetoothDevice from the shadow profile's device list
+
+removeDialog(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+removeDiscoverableService(BluetoothGattService) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+removeDisplay(int) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Removes a simulated display and idles the main looper to ensure all listeners are notified.
+
+removeDynamicShortcuts(List<String>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+removeEvent(ShadowMediaPlayer.MediaEvent) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Removes the specified event from the playback schedule at all playback offsets where it has
+ been scheduled.
+
+removeEventAtOffset(int, ShadowMediaPlayer.MediaEvent) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Removes the specified event from the playback schedule at the given playback offset.
+
+removeExpiredCookie() - Method in class android.webkit.RoboCookieManager
+
+removeFrameCallback(Choreographer.FrameCallback) - Method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+removeGlobalPerformClickListener(View.OnClickListener) - Static method in class org.robolectric.shadows.ShadowView
+
+
+
+removeGlobalPerformLongClickListener(View.OnLongClickListener) - Static method in class org.robolectric.shadows.ShadowView
+
+
+
+removeGpsStatusListener(GpsStatus.Listener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+removeGroup(int) - Method in class org.robolectric.fakes.RoboMenu
+
+removeGroup(WifiP2pManager.Channel, WifiP2pManager.ActionListener) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+removeHeader(Header) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+removeHeaders(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+removeHeldRole(String) - Method in class org.robolectric.shadows.ShadowRoleManager
+
+removeInputDevice(AudioDeviceInfo, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+removeInstalledProvider(AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+removeItem(int) - Method in class org.robolectric.fakes.RoboMenu
+
+removeJavascriptInterface(String) - Method in class org.robolectric.shadows.ShadowWebView
+
+removeListener(AccessibilityService.MagnificationController.OnMagnificationChangedListener) - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+removeLocalOnlyConnectionFailureListener(WifiManager.LocalOnlyConnectionFailureListener) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+removeLongLivedShortcuts(List<String>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+No-op on Robolectric.
+
+removeMethod(String, String) - Method in class org.robolectric.internal.bytecode.MutableClass
+
+removeMode - Variable in class org.robolectric.android.internal.DisplayConfig
+
+removeNetwork(int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+removeNetwork(Network) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Removes the
network
from the list of all
Network
s.
+
+removeNmeaListener(OnNmeaMessageListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+removeNonCallerConfiguredNetworks() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Removes all configured networks regardless of the app that created the network.
+
+removeOnAccountsUpdatedListener(OnAccountsUpdateListener) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+removeOnActiveSessionsChangedListener(MediaSessionManager.OnActiveSessionsChangedListener) - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+removeOnAttachStateChangeListener(View.OnAttachStateChangeListener) - Method in class org.robolectric.shadows.ShadowView
+
+removeOnFrameMetricsAvailableListener(Window.OnFrameMetricsAvailableListener) - Method in class org.robolectric.shadows.ShadowWindow
+
+removeOnLayoutChangeListener(View.OnLayoutChangeListener) - Method in class org.robolectric.shadows.ShadowView
+
+removeOnPermissionsChangeListener(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+removeOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener) - Method in class org.robolectric.shadows.ShadowSoftKeyboardController
+
+removeOnSubscriptionsChangedListener(SubscriptionManager.OnSubscriptionsChangedListener) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+Removes a listener from a local list of listeners.
+
+removeOnUidImportanceListener(Object) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+removeOnWifiUsabilityStatsListener(Object) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+removeOutputDevice(AudioDeviceInfo, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+removePackage(String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+removePackageFromPreferred(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+removePeriodicSync(Account, String, Bundle) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+removePermission(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+removePhoneId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+removePrimaryClipChangedListener(ClipboardManager.OnPrimaryClipChangedListener) - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+removeProvider(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Removes content provider from the package manager.
+
+removeProvider(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Completely removes a provider.
+
+removeReceiver(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Removes broadcast receiver from the package manager.
+
+removeResolveInfosForIntent(Intent, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+removeSensor(Sensor) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+removeService(ComponentName) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Removes service from the package manager.
+
+removeSessionCookie() - Method in class android.webkit.RoboCookieManager
+
+removeSessionCookies(ValueCallback<Boolean>) - Method in class android.webkit.RoboCookieManager
+
+removeSomeUserHasAccount(String, String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+removeStorageDevice(UUID) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+Removes a storage device identified by storageUuid
if it's currently present.
+
+removeSyncBarrier(int) - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+removeSystemService(String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+
+
+removeSystemService(String) - Method in class org.robolectric.shadows.ShadowContextWrapper
+
+
+
+removeTargetUserProfile(UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Removes userHandle
from the list of accessible handles, if present.
+
+removeTextChangedListener(TextWatcher) - Method in class org.robolectric.shadows.ShadowTextView
+
+removeThermalStatusListener(Object) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+This function removes a listener for thermal status change.
+
+removeTimeZoneDetectorListener(TimeManager.TimeZoneDetectorListener) - Method in class org.robolectric.shadows.ShadowTimeManager
+
+removeTransportType(int) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+Updates the transport types for this network capablities to remove transportType
.
+
+removeUpdates(PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+removeUpdates(LocationListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+removeUsbDevice(UsbDevice) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Removes a USB device from available USB devices map.
+
+removeUser(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+removeUser(UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+removeUserWhenPossible(UserHandle, boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+removeView(View) - Method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+removeViewImmediate(View) - Method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+RenderEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RenderEffect JNI registration.
+
+RenderNodeAnimatorNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RenderNodeAnimator JNI registration.
+
+RenderNodeNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RenderNode JNI registration.
+
+replacePreferredActivity(IntentFilter, int, ComponentName[], ComponentName) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+replaceShadowMap(ShadowMap) - Method in class org.robolectric.internal.bytecode.Sandbox
+
+report(Metadata, Collection<Metric>) - Method in interface org.robolectric.pluginapi.perf.PerfStatsReporter
+
+Report performance stats.
+
+report(Metadata, Collection<Metric>) - Method in class org.robolectric.util.SimplePerfStatsReporter
+
+reportFullyDrawn() - Method in class org.robolectric.shadows.ShadowActivity
+
+reportNetworkConnectivity(Network, boolean) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+reportOnFrameMetricsAvailable(FrameMetrics) - Method in class org.robolectric.shadows.ShadowWindow
+
+Calls Window.OnFrameMetrisAvailableListener#onFrameMetricsAvailable()
on each current
+ listener with 0 as the dropCountSinceLastInvocation.
+
+reportOnFrameMetricsAvailable(FrameMetrics, int) - Method in class org.robolectric.shadows.ShadowWindow
+
+Calls Window.OnFrameMetrisAvailableListener#onFrameMetricsAvailable()
on each current
+ listener.
+
+reportSafetySourceError(String, SafetySourceErrorDetails) - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+reportShortcutUsed(String) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+requery() - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+requery() - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+request(Surface, Rect, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler) - Static method in class org.robolectric.shadows.ShadowPixelCopy
+
+request(SurfaceView, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler) - Static method in class org.robolectric.shadows.ShadowPixelCopy
+
+request(SurfaceView, Rect, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler) - Static method in class org.robolectric.shadows.ShadowPixelCopy
+
+request(Window, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler) - Static method in class org.robolectric.shadows.ShadowPixelCopy
+
+request(Window, Rect, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler) - Static method in class org.robolectric.shadows.ShadowPixelCopy
+
+request(Object, Object, Object) - Static method in class org.robolectric.shadows.ShadowPixelCopy
+
+requestAudioFocus(AudioFocusRequest) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Provides a mock like interface for the requestAudioFocus method by storing the request object
+ for later inspection and returning the value specified in setNextFocusRequestResponse.
+
+requestAudioFocus(AudioManager.OnAudioFocusChangeListener, int, int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+requestAvailability(Uri, Executor, RcsUceAdapter.CapabilitiesCallback) - Method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+requestBluetoothAudio(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowInCallService
+
+requestBugreport(BugreportParams, CharSequence, CharSequence) - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+Normally requests the platform/system to take a bugreport and make the final bugreport
+ available to the user.
+
+requestCapabilities(Collection<Uri>, Executor, RcsUceAdapter.CapabilitiesCallback) - Method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+requestCellInfoUpdate(Object, Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+requestCode - Variable in class org.robolectric.shadows.ShadowActivity.IntentForResult
+
+requestCode - Variable in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+requestCode - Variable in class org.robolectric.shadows.ShadowActivity.PermissionsRequest
+
+requestConnectionPriority(int) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Request a connection parameter update.
+
+requestDisallowInterceptTouchEvent(boolean) - Method in class org.robolectric.shadows.ShadowViewGroup
+
+requestDismissKeyguard(Activity, KeyguardManager.KeyguardDismissCallback) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+requestedPermissions - Variable in class org.robolectric.shadows.ShadowActivity.PermissionsRequest
+
+requestExec - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The request executor.
+
+requestFlush(String, PendingIntent, int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestFlush(String, LocationListener, int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestGroupInfo(WifiP2pManager.Channel, WifiP2pManager.GroupInfoListener) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+requestInterruptionFilter(int) - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+requestLayout() - Method in class org.robolectric.shadows.ShadowView
+
+requestListenerHints(int) - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+requestLocationUpdates(long, float, Criteria, PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(long, float, Criteria, LocationListener, Looper) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(long, float, Criteria, Executor, LocationListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(LocationRequest, PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(LocationRequest, LocationListener, Looper) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(LocationRequest, Executor, LocationListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(String, long, float, PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(String, long, float, LocationListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(String, long, float, LocationListener, Looper) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(String, long, float, Executor, LocationListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(String, LocationRequest, PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestLocationUpdates(String, LocationRequest, Executor, LocationListener) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+RequestMatcher - Interface in org.robolectric.shadows.httpclient
+
+RequestMatcherBuilder() - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder
+
+RequestMatcherResponseRule(RequestMatcher, IOException) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
+
+RequestMatcherResponseRule(RequestMatcher, List<? extends HttpResponse>) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
+
+RequestMatcherResponseRule(RequestMatcher, HttpException) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
+
+RequestMatcherResponseRule(RequestMatcher, HttpResponse) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherResponseRule
+
+requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback, int) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback, Handler) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback, Handler, int) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+requestNotificationAccess(ComponentName) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+requestPermissions() - Method in class org.robolectric.android.internal.LocalPermissionGranter
+
+requestPermissions(String[], int) - Method in class org.robolectric.shadows.ShadowActivity
+
+requestPinAppWidget(ComponentName, Bundle, PendingIntent) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+This implementation currently uses requestPinAppWidgetSupported
to determine if it
+ should bind the app widget provided and execute the successCallback
.
+
+requestPinShortcut(ShortcutInfo, IntentSender) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+requestProjection(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+requestQuietModeEnabled(boolean, UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Request the quiet mode.
+
+requestQuietModeEnabled(boolean, UserHandle, int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Request the quiet mode.
+
+requestRebind(ComponentName) - Static method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+requestRelaunchActivity(IBinder, List<ResultInfo>, List<ReferrerIntent>, int, boolean, Configuration, Configuration, boolean, boolean) - Method in class org.robolectric.shadows.ShadowActivityThread
+
+requestSingleUpdate(Criteria, PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestSingleUpdate(Criteria, LocationListener, Looper) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestSingleUpdate(String, PendingIntent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestSingleUpdate(String, LocationListener, Looper) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+requestSync(Account, String, Bundle) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+requestUnbind() - Method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+requestWait() - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+requestWait(long) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+require(int, String, String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+requiresConnection() - Method in enum org.robolectric.fakes.RoboResponseSource
+
+RES_AUTO_NS_URI - Static variable in class org.robolectric.res.AttributeResource
+
+Res_GETTYPE(int) - Static method in class org.robolectric.res.android.ResTable
+
+RES_NULL_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_STRING_POOL_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_TABLE_LIBRARY_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_TABLE_PACKAGE_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_TABLE_STAGED_ALIAS_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_TABLE_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_TABLE_TYPE_SPEC_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_TABLE_TYPE_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+Res_value() - Constructor for class org.robolectric.res.android.ResourceTypes.Res_value
+
+Res_value(byte, int) - Constructor for class org.robolectric.res.android.ResourceTypes.Res_value
+
+Res_value(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.Res_value
+
+Res_value(ResourceTypes.Res_value) - Constructor for class org.robolectric.res.android.ResourceTypes.Res_value
+
+RES_XML_CDATA_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_END_ELEMENT_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_END_NAMESPACE_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_FIRST_CHUNK_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_LAST_CHUNK_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_RESOURCE_MAP_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_START_ELEMENT_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_START_NAMESPACE_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RES_XML_TYPE - Static variable in class org.robolectric.res.android.ResourceTypes
+
+ResBunch - Class in org.robolectric.res
+
+ResBunch() - Constructor for class org.robolectric.res.ResBunch
+
+ResBundle - Class in org.robolectric.res
+
+ResBundle() - Constructor for class org.robolectric.res.ResBundle
+
+ResChunk_header(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResChunk_header
+
+reset() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+reset() - Method in interface org.robolectric.internal.ShadowProvider
+
+Reset the static state of all shadows provided by this package.
+
+reset() - Static method in class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+reset() - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+reset() - Method in class org.robolectric.shadows.gms.Shadows
+
+reset() - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+reset() - Static method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+reset() - Method in class org.robolectric.shadows.httpclient.Shadows
+
+reset() - Method in class org.robolectric.shadows.multidex.Shadows
+
+reset() - Method in class org.robolectric.Shadows
+
+reset() - Static method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowActivityManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowActivityThread
+
+reset() - Static method in class org.robolectric.shadows.ShadowAlarmManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowAlertDialog
+
+Resets the tracking of the most recently created AlertDialog
+
+reset() - Static method in class org.robolectric.shadows.ShadowAppOpsManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+reset() - Static method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+reset() - Static method in class org.robolectric.shadows.ShadowArscResourcesImpl
+
+reset() - Static method in class org.robolectric.shadows.ShadowAudioEffect
+
+reset() - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+reset() - Static method in class org.robolectric.shadows.ShadowBackgroundThread
+
+reset() - Static method in class org.robolectric.shadows.ShadowBackupManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowBinder
+
+reset() - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+reset() - Static method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+reset() - Static method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+reset() - Static method in class org.robolectric.shadows.ShadowBuild
+
+reset() - Static method in class org.robolectric.shadows.ShadowCallLogCalls
+
+reset() - Static method in class org.robolectric.shadows.ShadowCamcorderProfile
+
+reset() - Static method in class org.robolectric.shadows.ShadowCameraManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowCardEmulation
+
+reset() - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+reset() - Static method in class org.robolectric.shadows.ShadowCloseGuard
+
+reset() - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+reset() - Static method in class org.robolectric.shadows.ShadowContextImpl
+
+reset() - Static method in class org.robolectric.shadows.ShadowDebug
+
+reset() - Static method in class org.robolectric.shadows.ShadowDeviceConfig
+
+reset() - Static method in class org.robolectric.shadows.ShadowDexFile
+
+reset() - Static method in class org.robolectric.shadows.ShadowDialog
+
+reset() - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+reset() - Method in class org.robolectric.shadows.ShadowDropBoxManager
+
+Clears all entries.
+
+reset() - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+reset() - Static method in class org.robolectric.shadows.ShadowFontBuilder
+
+reset() - Static method in class org.robolectric.shadows.ShadowFontsContract
+
+reset() - Static method in class org.robolectric.shadows.ShadowGeocoder
+
+reset() - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+reset() - Static method in class org.robolectric.shadows.ShadowHardwareRenderer
+
+reset() - Static method in class org.robolectric.shadows.ShadowInputManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowInputMethodManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowKeyguardManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowKeyguardManager.ShadowKeyguardLock
+
+reset() - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+reset() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+Causes all enqueued tasks to be discarded, and pause state to be reset
+
+reset() - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+reset() - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+reset() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+reset() - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+reset() - Static method in class org.robolectric.shadows.ShadowLocaleList
+
+reset() - Static method in class org.robolectric.shadows.ShadowLocationManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowLog
+
+reset() - Method in class org.robolectric.shadows.ShadowLooper
+
+Causes all enqueued tasks to be discarded, and pause state to be reset
+
+reset() - Static method in class org.robolectric.shadows.ShadowMeasuredTextBuilder
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaActionSound
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaCodecList
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaExtractor
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+reset() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaRouter
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaScannerConnection
+
+reset() - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+reset() - Static method in class org.robolectric.shadows.ShadowMessage
+
+Resets the static state of the
Message
class by
+ emptying the message pool.
+
+reset() - Method in class org.robolectric.shadows.ShadowMessageQueue
+
+Reset the messageQueue state.
+
+reset() - Static method in class org.robolectric.shadows.ShadowMessenger
+
+reset() - Static method in class org.robolectric.shadows.ShadowMimeTypeMap
+
+reset() - Static method in class org.robolectric.shadows.ShadowMotionEvent
+
+reset() - Static method in class org.robolectric.shadows.ShadowNativeBitmap
+
+reset() - Static method in class org.robolectric.shadows.ShadowNfcAdapter
+
+reset() - Static method in class org.robolectric.shadows.ShadowNfcFrameworkInitializer
+
+reset() - Static method in class org.robolectric.shadows.ShadowNotificationListenerService
+
+Resets this shadow instance.
+
+reset() - Static method in class org.robolectric.shadows.ShadowPackageManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowParcel
+
+reset() - Static method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+reset() - Static method in class org.robolectric.shadows.ShadowPausedAsyncTask
+
+reset() - Static method in class org.robolectric.shadows.ShadowPausedChoreographer
+
+reset() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+reset() - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+reset() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+reset() - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+reset() - Static method in class org.robolectric.shadows.ShadowPowerManager
+
+Discards the most recent PowerManager.WakeLock
s
+
+reset() - Static method in class org.robolectric.shadows.ShadowProcess
+
+reset() - Static method in class org.robolectric.shadows.ShadowQueuedWork
+
+reset() - Static method in class org.robolectric.shadows.ShadowQuickAccessWalletService
+
+reset() - Static method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+reset() - Static method in class org.robolectric.shadows.ShadowRenderNodeAnimator
+
+reset() - Static method in class org.robolectric.shadows.ShadowRenderNodeAnimatorR
+
+reset() - Static method in class org.robolectric.shadows.ShadowResources
+
+reset() - Static method in class org.robolectric.shadows.ShadowResourcesImpl
+
+reset() - Static method in class org.robolectric.shadows.ShadowResourcesManager
+
+reset() - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+reset() - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowSettings
+
+reset() - Static method in class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+reset() - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+reset() - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+reset() - Static method in class org.robolectric.shadows.ShadowSharedMemory
+
+reset() - Static method in class org.robolectric.shadows.ShadowSliceManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowSmsManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+reset() - Static method in class org.robolectric.shadows.ShadowSQLiteConnection
+
+reset() - Static method in class org.robolectric.shadows.ShadowStatFs
+
+reset() - Static method in class org.robolectric.shadows.ShadowStaticLayout
+
+reset() - Static method in class org.robolectric.shadows.ShadowStatsLog
+
+reset() - Static method in class org.robolectric.shadows.ShadowStatsManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowStringBlock
+
+reset() - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowSurface
+
+reset() - Static method in class org.robolectric.shadows.ShadowSurfaceControl
+
+reset() - Static method in class org.robolectric.shadows.ShadowSurfaceSyncGroup
+
+reset() - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+reset() - Static method in class org.robolectric.shadows.ShadowSystemProperties
+
+reset() - Static method in class org.robolectric.shadows.ShadowSystemServiceRegistry
+
+reset() - Static method in class org.robolectric.shadows.ShadowTelephony.ShadowSms
+
+reset() - Static method in class org.robolectric.shadows.ShadowTelephonyFrameworkInitializer
+
+reset() - Static method in class org.robolectric.shadows.ShadowTelephonyManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowTextToSpeech
+
+reset() - Static method in class org.robolectric.shadows.ShadowToast
+
+Discards the recorded Toast
s.
+
+reset() - Static method in class org.robolectric.shadows.ShadowToneGenerator
+
+reset() - Static method in class org.robolectric.shadows.ShadowTrace
+
+Resets internal lists of active trace sections.
+
+reset() - Static method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowUserManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowValueAnimator
+
+reset() - Static method in class org.robolectric.shadows.ShadowVibrator
+
+reset() - Static method in class org.robolectric.shadows.ShadowView
+
+reset() - Static method in class org.robolectric.shadows.ShadowViewRootImpl
+
+reset() - Static method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+reset() - Static method in class org.robolectric.shadows.ShadowVMRuntime
+
+reset() - Static method in class org.robolectric.shadows.ShadowVpnService
+
+reset() - Static method in class org.robolectric.shadows.ShadowWebSettings
+
+reset() - Method in class org.robolectric.shadows.ShadowWebSyncManager
+
+reset() - Static method in class org.robolectric.shadows.ShadowWebView
+
+reset() - Static method in class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+reset() - Static method in class org.robolectric.shadows.ShadowWindowManagerImpl
+
+reset() - Static method in class org.robolectric.shadows.util.DataSource
+
+reset() - Method in class org.robolectric.util.PerfStatsCollector
+
+reset() - Method in class org.robolectric.util.Scheduler
+
+Reset the internal state of the Scheduler.
+
+reset(boolean) - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+resetCanvasHistory() - Method in class org.robolectric.shadows.ShadowCanvas
+
+resetCanvasHistory() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+resetCanvasHistory() - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+resetClearFormData() - Method in class org.robolectric.shadows.ShadowWebViewDatabase
+
+
+
+resetCookies() - Static method in class org.robolectric.shadows.ShadowCookieManager
+
+resetDatabase() - Method in class org.robolectric.shadows.ShadowWebViewDatabase
+
+Resets the WebViewDatabase
instance to clear any state between tests.
+
+resetDisplayConfiguration() - Static method in class org.robolectric.android.Bootstrap
+
+internal only
+
+resetIsFinishing() - Method in class org.robolectric.shadows.ShadowActivity
+
+resetLastConfig() - Static method in class org.robolectric.shadows.ShadowDateUtils
+
+internal only
+
+resetLoopers() - Static method in class org.robolectric.shadows.ShadowPausedLooper
+
+resetObtainedInstances() - Static method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Clear list of obtained instance objects.
+
+resetObtainedInstances() - Static method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+Clear list of obtained instance objects.
+
+resetPassword(String, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+resetPasswordWithToken(ComponentName, String, byte[], int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+resetPivot() - Method in class org.robolectric.shadows.ShadowRenderNode
+
+resetPivot() - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+resetScheduler() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+resetScheduler() - Method in class org.robolectric.shadows.ShadowLooper
+
+Only supported for LooperMode.Mode.LEGACY
.
+
+resetScheduler() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+resetSimCountryIsos() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Clears subId
to simCountryIso mapping and resets to default state.
+
+resetSimStates() - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Clears slotIndex
to state mapping and resets to default state.
+
+resetState() - Method in class org.robolectric.android.internal.AndroidTestEnvironment
+
+resetState() - Method in interface org.robolectric.internal.TestEnvironment
+
+resetStaticState() - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+resetStorageVolumeList() - Method in class org.robolectric.shadows.ShadowStorageManager
+
+Clears the storageVolumeList.
+
+Resetter - Annotation Type in org.robolectric.annotation
+
+Indicates that the annotated method is used to reset static state in a shadow.
+
+ResetterValidator - Class in org.robolectric.annotation.processing.validator
+
+Validator that checks usages of
Resetter
.
+
+ResetterValidator(RobolectricModel.Builder, ProcessingEnvironment) - Constructor for class org.robolectric.annotation.processing.validator.ResetterValidator
+
+resetTest() - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+resetThreadLoopers() - Static method in class org.robolectric.shadows.ShadowLegacyLooper
+
+resetThreadLoopers() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Should not be called directly - Robolectric internal use only.
+
+resName - Variable in class org.robolectric.res.AttributeResource
+
+ResName - Class in org.robolectric.res
+
+ResName(String) - Constructor for class org.robolectric.res.ResName
+
+ResName(String, String, String) - Constructor for class org.robolectric.res.ResName
+
+resolve(String, String) - Static method in class org.robolectric.shadows.ClassNameResolver
+
+resolveActivity(Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+resolveActivityAsUser(Intent, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+
+
+resolveActivityAsUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+resolveAttributeReference(Ref<ResourceTypes.Res_value>, int, Ref<Integer>, Ref<Integer>, Ref<ResTable_config>) - Method in class org.robolectric.res.android.ResTableTheme
+
+resolveAttrs(long, int, int, int[], int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowArscAssetManager
+
+resolveAttrs(long, int, int, int[], int[], int[], int[]) - Static method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+ResolveAttrs(CppAssetManager2.Theme, int, int, int[], int, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution10
+
+ResolveAttrs(CppAssetManager2.Theme, int, int, int[], int, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution9
+
+ResolveAttrs(ResTableTheme, int, int, int[], int, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution
+
+resolveContentProvider(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+resolveContentProviderAsUser(String, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+ResolvedBag() - Constructor for class org.robolectric.res.android.CppAssetManager2.ResolvedBag
+
+resolveReference(Ref<ResourceTypes.Res_value>, int, Ref<Integer>) - Method in class org.robolectric.res.android.ResTable
+
+resolveReference(Ref<ResourceTypes.Res_value>, int, Ref<Integer>, Ref<Integer>) - Method in class org.robolectric.res.android.ResTable
+
+resolveReference(Ref<ResourceTypes.Res_value>, int, Ref<Integer>, Ref<Integer>, Ref<ResTable_config>) - Method in class org.robolectric.res.android.ResTable
+
+ResolveReference(ApkAssetsCookie, Ref<ResourceTypes.Res_value>, Ref<ResTable_config>, Ref<Integer>, Ref<Integer>) - Method in class org.robolectric.res.android.CppAssetManager2
+
+resolveResName(ResName, ResTable_config) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+resolveResourceValue(TypedResource, ResTable_config, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+resolveService(Intent, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+resolveServiceAsUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+resourceDir - Variable in class org.robolectric.annotation.Config.Builder
+
+resourceDir() - Method in class org.robolectric.annotation.Config.Implementation
+
+resourceDir() - Element in annotation type org.robolectric.annotation.Config
+
+Deprecated.
+
+
+
+ResourceHelper - Class in org.robolectric.shadows
+
+Helper class to provide various conversion method used in handling android resources.
+
+ResourceHelper() - Constructor for class org.robolectric.shadows.ResourceHelper
+
+ResourceHelper2 - Class in org.robolectric.shadows
+
+Helper class to provide various conversion method used in handling android resources.
+
+ResourceHelper2() - Constructor for class org.robolectric.shadows.ResourceHelper2
+
+ResourceIdGenerator - Class in org.robolectric.res
+
+Tracks resource ids and generates new unique values.
+
+ResourceIds - Class in org.robolectric.res
+
+Utility class to that checks if a resource ID is a framework resource or application resource.
+
+ResourceIds() - Constructor for class org.robolectric.res.ResourceIds
+
+ResourceMerger - Class in org.robolectric.res
+
+ResourceMerger() - Constructor for class org.robolectric.res.ResourceMerger
+
+ResourceModeShadowPicker <T > - Class in org.robolectric.shadows
+
+ResourceModeShadowPicker(Class<? extends T>, Class<? extends T>, Class<? extends T>) - Constructor for class org.robolectric.shadows.ResourceModeShadowPicker
+
+ResourceModeShadowPicker(Class<? extends T>, Class<? extends T>, Class<? extends T>, Class<? extends T>, Class<? extends T>) - Constructor for class org.robolectric.shadows.ResourceModeShadowPicker
+
+ResourceName() - Constructor for class org.robolectric.res.android.CppAssetManager2.ResourceName
+
+ResourceName() - Constructor for class org.robolectric.res.android.ResTable.ResourceName
+
+ResourcePath - Class in org.robolectric.res
+
+ResourcePath(Class<?>, Path, Path) - Constructor for class org.robolectric.res.ResourcePath
+
+ResourcePath(Class<?>, Path, Path, Class<?>) - Constructor for class org.robolectric.res.ResourcePath
+
+ResourceProvider - Interface in org.robolectric.internal.bytecode
+
+A provider of resources (Ã la ClassLoader).
+
+resourceQualifierString(Configuration, DisplayMetrics) - Static method in class org.robolectric.android.ConfigurationV25
+
+Returns a string representation of the configuration that can be parsed
+ by build tools (like AAPT).
+
+resourceQualifierString(Configuration, DisplayMetrics, boolean) - Static method in class org.robolectric.android.ConfigurationV25
+
+resources - Static variable in class org.robolectric.shadows.ShadowPackageManager
+
+ResourcesMode - Enum in org.robolectric.internal
+
+ResourceString - Class in org.robolectric.res.android
+
+Provides utilities to decode/encode a String packed in an arsc resource file.
+
+ResourceString.Type - Enum in org.robolectric.res.android
+
+
+
+resourceTable - Variable in class org.robolectric.res.StaxLoader
+
+ResourceTable - Class in org.robolectric.res.android
+
+ResourceTable - Interface in org.robolectric.res
+
+ResourceTable() - Constructor for class org.robolectric.res.android.ResourceTable
+
+ResourceTable.flag_entry - Class in org.robolectric.res.android
+
+ResourceTable.Visitor - Interface in org.robolectric.res
+
+ResourceTableFactory - Class in org.robolectric.res
+
+ResourceTableFactory() - Constructor for class org.robolectric.res.ResourceTableFactory
+
+ResourceTypes - Class in org.robolectric.res.android
+
+ResourceTypes() - Constructor for class org.robolectric.res.android.ResourceTypes
+
+ResourceTypes.Res_value - Class in org.robolectric.res.android
+
+Representation of a value in a resource, supplying type
+ information.
+
+ResourceTypes.ResChunk_header - Class in org.robolectric.res.android
+
+Header that appears at the front of every data chunk in a resource.
+
+ResourceTypes.ResStringPool_header - Class in org.robolectric.res.android
+
+Definition for a pool of strings.
+
+ResourceTypes.ResStringPool_header.Writer - Class in org.robolectric.res.android
+
+ResourceTypes.ResStringPool_ref - Class in org.robolectric.res.android
+
+Reference to a string in a string pool.
+
+ResourceTypes.ResStringPool_span - Class in org.robolectric.res.android
+
+This structure defines a span of style information associated with
+ a string in the pool.
+
+ResourceTypes.ResTable_map - Class in org.robolectric.res.android
+
+A single name/value mapping that is part of a complex resource
+ entry.
+
+ResourceTypes.ResTable_ref - Class in org.robolectric.res.android
+
+This is a reference to a unique entry (a ResTable_entry structure)
+ in a resource table.
+
+ResourceTypes.ResXMLTree_attrExt - Class in org.robolectric.res.android
+
+Extended XML tree node for start tags -- includes attribute
+ information.
+
+ResourceTypes.ResXMLTree_attrExt.Writer - Class in org.robolectric.res.android
+
+ResourceTypes.ResXMLTree_endElementExt - Class in org.robolectric.res.android
+
+Extended XML tree node for element start/end nodes.
+
+ResourceTypes.ResXMLTree_endElementExt.Writer - Class in org.robolectric.res.android
+
+ResourceTypes.ResXMLTree_header - Class in org.robolectric.res.android
+
+XML tree header.
+
+ResourceTypes.ResXMLTree_node - Class in org.robolectric.res.android
+
+Basic XML tree node.
+
+ResourceValueConverter - Interface in org.robolectric.res
+
+respond(Bundle) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+respond(Bundle) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+ResponderLocationBuilder - Class in org.robolectric.shadows
+
+
+
+respondToCall(Call.Details, CallScreeningService.CallResponse) - Method in class org.robolectric.shadows.ShadowCallScreeningService
+
+
+
+RespondToCallInput(Call.Details, CallScreeningService.CallResponse) - Constructor for class org.robolectric.shadows.ShadowCallScreeningService.RespondToCallInput
+
+respondToRttRequest(int, boolean) - Method in class org.robolectric.shadows.ShadowCall
+
+ResStringPool - Class in org.robolectric.res.android
+
+Convenience class for accessing data in a ResStringPool resource.
+
+ResStringPool() - Constructor for class org.robolectric.res.android.ResStringPool
+
+ResStringPool_header(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResStringPool_header
+
+ResStringPool_ref(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResStringPool_ref
+
+ResStringPool_span(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResStringPool_span
+
+ResStringPoolHeader - Class in org.robolectric.res.android
+
+Definition for a pool of strings.
+
+ResStringPoolHeader() - Constructor for class org.robolectric.res.android.ResStringPoolHeader
+
+ResTable - Class in org.robolectric.res.android
+
+ResTable() - Constructor for class org.robolectric.res.android.ResTable
+
+ResTable_config - Class in org.robolectric.res.android
+
+Describes a particular resource configuration.
+
+ResTable_config() - Constructor for class org.robolectric.res.android.ResTable_config
+
+ResTable_config(int, int, int, byte[], byte[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, byte[], byte[], byte, byte, short, byte[]) - Constructor for class org.robolectric.res.android.ResTable_config
+
+ResTable_config(ResTable_config) - Constructor for class org.robolectric.res.android.ResTable_config
+
+ResTable_config.Type - Enum in org.robolectric.res.android
+
+
+
+ResTable_map() - Constructor for class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+ResTable_map(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+RESTABLE_MAX_LOCALE_LEN - Static variable in class org.robolectric.res.android.ResourceTypes
+
+RESTABLE_MAX_LOCALE_LEN - Static variable in class org.robolectric.res.android.ResTable_config
+
+ResTable_ref() - Constructor for class org.robolectric.res.android.ResourceTypes.ResTable_ref
+
+ResTable_ref(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResTable_ref
+
+ResTable.bag_entry - Class in org.robolectric.res.android
+
+ResTable.Entry - Class in org.robolectric.res.android
+
+ResTable.Header - Class in org.robolectric.res.android
+
+ResTable.PackageGroup - Class in org.robolectric.res.android
+
+ResTable.ResourceName - Class in org.robolectric.res.android
+
+ResTable.ResTablePackage - Class in org.robolectric.res.android
+
+ResTable.Type - Class in org.robolectric.res.android
+
+ResTablePackage(ResTable, ResTable.Header, ResourceTypes.ResTable_package) - Constructor for class org.robolectric.res.android.ResTable.ResTablePackage
+
+ResTableTheme - Class in org.robolectric.res.android
+
+ResTableTheme(ResTable) - Constructor for class org.robolectric.res.android.ResTableTheme
+
+restart() - Method in class org.robolectric.android.controller.ActivityController
+
+restart() - Method in class org.robolectric.res.android.ResXMLParser
+
+restartInput(View) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+restat(String) - Method in class org.robolectric.shadows.ShadowStatFs
+
+restore() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+restoreDefaults() - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+restoreInstanceState(Bundle) - Method in class org.robolectric.android.controller.ActivityController
+
+restoreState(Bundle) - Method in class org.robolectric.shadows.ShadowWebView
+
+restoreToCount(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+resType - Variable in class org.robolectric.res.StaxLoader
+
+ResType - Enum in org.robolectric.res
+
+results - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+resume() - Method in class org.robolectric.android.controller.ActivityController
+
+resume() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+resume() - Method in class org.robolectric.shadows.ShadowVideoView
+
+RESUME - Static variable in class org.robolectric.shadows.ShadowVideoView
+
+resumeActivity(Activity) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+ResXMLParser - Class in org.robolectric.res.android
+
+ResXMLParser(ResXMLTree) - Constructor for class org.robolectric.res.android.ResXMLParser
+
+ResXMLParser.event_code_t - Class in org.robolectric.res.android
+
+ResXMLTree - Class in org.robolectric.res.android
+
+ResXMLTree(DynamicRefTable) - Constructor for class org.robolectric.res.android.ResXMLTree
+
+ResXMLTree_attrExt(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResXMLTree_attrExt
+
+ResXMLTree_endElementExt(ByteBuffer, int) - Constructor for class org.robolectric.res.android.ResourceTypes.ResXMLTree_endElementExt
+
+retainNonConfigurationInstances() - Method in interface org.robolectric.shadows._Activity_
+
+retrieveArray(int, int[]) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+retrieveArray(int, int[]) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+retrieveAttributes(int, int[], int[], int[]) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+retrieveAttributes(int, int[], int[], int[]) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+retrieveAttributes(long, int[], int[], int[]) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+retrieveAttributes(long, int[], int[], int[]) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+RetrieveAttributes(CppAssetManager2, ResXMLParser, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution10
+
+RetrieveAttributes(CppAssetManager2, ResXMLParser, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution9
+
+RetrieveAttributes(ResTable, ResXMLParser, int[], int, int[], int[]) - Static method in class org.robolectric.res.android.AttributeResolution
+
+retrieveConnectedRfcommSocket(UUID) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+retryHandler - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The request retry handler.
+
+retryMillis() - Method in class org.robolectric.shadows.ShadowRcsUceAdapter.CapabilityFailureInfo
+
+returnDefaultValue(MethodSignature) - Static method in class org.robolectric.internal.bytecode.Interceptor
+
+returnType - Variable in class org.robolectric.annotation.processing.DocumentedMethod
+
+returnType - Variable in class org.robolectric.internal.bytecode.MethodSignature
+
+reuseStrategy - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The connection re-use strategy.
+
+revalidateByteBuffer(ByteBuffer[], int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Prevents calling Android-only methods on basic ByteBuffer objects.
+
+revalidateByteBuffer(ByteBuffer[], int, boolean) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+reverse(T[]) - Static method in class org.robolectric.util.Util
+
+revokePermission(UsbAccessory, String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Revokes permission to a USB accessory granted to a package.
+
+revokePermission(UsbDevice, String) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Revokes permission to a USB device granted to a package.
+
+revokeRuntimePermission(String, String, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+revokeSlicePermission(String, Uri) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+rewind() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+RFCOMM_LISTENER_FAILED_TO_CLOSE_SERVER_SOCKET - Static variable in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+RFCOMM_LISTENER_OPERATION_FAILED_NO_MATCHING_SERVICE_RECORD - Static variable in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+RFCOMM_LISTENER_START_FAILED_UUID_IN_USE - Static variable in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+
+
+RGBToHSV(int, int, int, float[]) - Static method in class org.robolectric.shadows.ShadowColor
+
+This is implemented in native code in the Android SDK.
+
+right - Variable in class org.robolectric.shadows.ShadowCanvas.RectPaintHistoryEvent
+
+right - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+rightVolume - Variable in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+rLineTo(float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+rMoveTo(float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+ROBO_PREFIX - Static variable in class org.robolectric.internal.bytecode.ShadowConstants
+
+RoboBufferIterator(byte[], ByteOrder) - Constructor for class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+RoboBufferIterator(byte[], ByteOrder) - Constructor for class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+RoboCallSite - Class in org.robolectric.internal.bytecode
+
+RoboCallSite(MethodType, Class<?>) - Constructor for class org.robolectric.internal.bytecode.RoboCallSite
+
+RoboCookieManager - Class in android.webkit
+
+
+
+RoboCookieManager() - Constructor for class android.webkit.RoboCookieManager
+
+RoboCursor - Class in org.robolectric.fakes
+
+Deprecated.
+
+
+
+RoboCursor() - Constructor for class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+RoboExecutorService - Class in org.robolectric.android.util.concurrent
+
+Deprecated.
+
+
+
+RoboExecutorService() - Constructor for class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+RoboExtendedResponseCache - Interface in org.robolectric.fakes
+
+A response cache that supports statistics tracking and updating stored
+ responses.
+
+RoboIntentSender - Class in org.robolectric.fakes
+
+
+
+RoboIntentSender(PendingIntent) - Constructor for class org.robolectric.fakes.RoboIntentSender
+
+Robolectric - Class in org.robolectric
+
+Robolectric() - Constructor for class org.robolectric.Robolectric
+
+Robolectric.AttributeSetBuilder - Interface in org.robolectric
+
+Deprecated.
+
+
+
+RobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod) - Constructor for class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+RobolectricGeneratorAdapter - Class in org.robolectric.internal.bytecode
+
+GeneratorAdapter implementation specific to generate code for Robolectric purposes
+
+RobolectricGeneratorAdapter(MethodNode) - Constructor for class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+RobolectricInternals - Class in org.robolectric.internal.bytecode
+
+RobolectricInternals() - Constructor for class org.robolectric.internal.bytecode.RobolectricInternals
+
+RobolectricModel - Class in org.robolectric.annotation.processing
+
+Model describing the Robolectric source file.
+
+RobolectricModel(TreeSet<String>, TreeMap<String, RobolectricModel.ShadowInfo>, TreeMap<String, String>, TreeMap<String, String>, TreeMap<String, RobolectricModel.ResetterInfo>, Map<String, DocumentedPackage>) - Constructor for class org.robolectric.annotation.processing.RobolectricModel
+
+RobolectricModel.Builder - Class in org.robolectric.annotation.processing
+
+RobolectricModel.ResetterInfo - Class in org.robolectric.annotation.processing
+
+RobolectricModel.ShadowInfo - Class in org.robolectric.annotation.processing
+
+RobolectricProcessor - Class in org.robolectric.annotation.processing
+
+Annotation processor entry point for Robolectric annotations.
+
+RobolectricProcessor() - Constructor for class org.robolectric.annotation.processing.RobolectricProcessor
+
+Default constructor.
+
+RobolectricProcessor(Map<String, String>) - Constructor for class org.robolectric.annotation.processing.RobolectricProcessor
+
+Constructor to use for testing passing options in.
+
+RobolectricShadow - Class in org.robolectric.errorprone.bugpatterns
+
+Ensure Robolectric shadow's method marked with @Implementation
is protected
+
+RobolectricShadow() - Constructor for class org.robolectric.errorprone.bugpatterns.RobolectricShadow
+
+RobolectricTestRunner - Class in org.robolectric
+
+Loads and runs a test in a
SandboxClassLoader
in order to provide a simulation of the
+ Android runtime environment.
+
+RobolectricTestRunner(Class<?>) - Constructor for class org.robolectric.RobolectricTestRunner
+
+Creates a runner to run testClass
.
+
+RobolectricTestRunner(Class<?>, Injector) - Constructor for class org.robolectric.RobolectricTestRunner
+
+RobolectricTestRunner.DeprecatedTestRunnerDefaultConfigProvider - Class in org.robolectric
+
+Deprecated.
+
+RobolectricTestRunner.HelperTestRunner - Class in org.robolectric
+
+RobolectricTestRunner.RobolectricFrameworkMethod - Class in org.robolectric
+
+A FrameworkMethod
subclass that contains data required to run Robolectric tests.
+
+RobolectricThreadChecker - Class in org.robolectric.android.internal
+
+Performs thread checking when in INSTRUMENTAION_TEST Looper Mode where the test thread is
+ distinct from the main thread.
+
+RobolectricThreadChecker() - Constructor for class org.robolectric.android.internal.RobolectricThreadChecker
+
+RoboLocationRequest(LocationRequest) - Constructor for class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+RoboLocationRequest(String, long, float, boolean) - Constructor for class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+RoboMenu - Class in org.robolectric.fakes
+
+Robolectric implementation of
Menu
.
+
+RoboMenu() - Constructor for class org.robolectric.fakes.RoboMenu
+
+RoboMenu(Context) - Constructor for class org.robolectric.fakes.RoboMenu
+
+RoboMenuItem - Class in org.robolectric.fakes
+
+
+
+RoboMenuItem() - Constructor for class org.robolectric.fakes.RoboMenuItem
+
+RoboMenuItem(int) - Constructor for class org.robolectric.fakes.RoboMenuItem
+
+RoboMenuItem(Context) - Constructor for class org.robolectric.fakes.RoboMenuItem
+
+RoboMonitoringInstrumentation - Class in org.robolectric.android.internal
+
+A Robolectric instrumentation that acts like a slimmed down MonitoringInstrumentation
with only the parts needed for Robolectric.
+
+RoboMonitoringInstrumentation() - Constructor for class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+RoboNotFoundException - Exception in org.robolectric.manifest
+
+RoboNotFoundException(String) - Constructor for exception org.robolectric.manifest.RoboNotFoundException
+
+RoboResponseSource - Enum in org.robolectric.fakes
+
+Where the HTTP client should look for a response.
+
+RoboSettings - Class in org.robolectric
+
+Deprecated.
+
+
+
+RoboSettings() - Constructor for class org.robolectric.RoboSettings
+
+Deprecated.
+
+RoboSplashScreen - Class in org.robolectric.fakes
+
+
+
+RoboSplashScreen() - Constructor for class org.robolectric.fakes.RoboSplashScreen
+
+RoboSubMenu - Class in org.robolectric.fakes
+
+Robolectric implementation of
SubMenu
.
+
+RoboSubMenu() - Constructor for class org.robolectric.fakes.RoboSubMenu
+
+RoboSubMenu(Context) - Constructor for class org.robolectric.fakes.RoboSubMenu
+
+RoboWebMessagePort - Class in org.robolectric.fakes
+
+
+
+RoboWebMessagePort() - Constructor for class org.robolectric.fakes.RoboWebMessagePort
+
+RoboWebSettings - Class in org.robolectric.fakes
+
+
+
+RoboWebSettings() - Constructor for class org.robolectric.fakes.RoboWebSettings
+
+roleManager - Variable in class org.robolectric.shadows.ShadowRoleManager
+
+RollbackInfoBuilder - Class in org.robolectric.shadows
+
+Builder for RollbackInfo
as RollbackInfo has hidden constructors, this builder class has
+ been added as a way to make custom RollbackInfo objects when needed.
+
+ROTATE - Static variable in class org.robolectric.shadows.ShadowMatrix
+
+rotation - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The rotation of the display relative to its natural orientation.
+
+RoundRectangle - Class in org.robolectric.shadows
+
+Defines a rectangle with rounded corners, where the sizes of the corners are potentially
+ different.
+
+RoundRectangle(float, float, float, float, float[]) - Constructor for class org.robolectric.shadows.RoundRectangle
+
+routePlanner - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The route planner.
+
+RoutingResourceTable - Class in org.robolectric.res
+
+RoutingResourceTable(PackageResourceTable...) - Constructor for class org.robolectric.res.RoutingResourceTable
+
+rQuadTo(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+run() - Method in class org.robolectric.shadows.ShadowBackdropFrameRenderer
+
+run() - Method in interface org.robolectric.util.PerfStatsCollector.ThrowingRunnable
+
+run() - Method in class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+run() - Method in class org.robolectric.util.TestRunnable
+
+run(MediaPlayer, ShadowMediaPlayer) - Method in interface org.robolectric.shadows.ShadowMediaPlayer.MediaEvent
+
+runAll() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+Execute all posted tasks and block until they are complete.
+
+runBackgroundTasks() - Static method in class org.robolectric.shadows.ShadowApplication
+
+
+
+runInBackground(Runnable) - Static method in class org.robolectric.android.util.concurrent.BackgroundExecutor
+
+A helper method intended for testing production code that needs to run off the main Looper.
+
+runInBackground(Callable<T>) - Static method in class org.robolectric.android.util.concurrent.BackgroundExecutor
+
+A helper method intended for testing production code that needs to run off the main Looper.
+
+runMainLooperOneTask() - Static method in class org.robolectric.shadows.ShadowLooper
+
+runMainLooperToNextTask() - Static method in class org.robolectric.shadows.ShadowLooper
+
+runNext() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+Executes the next queued task.
+
+RunningTaskInfoBuilder - Class in org.robolectric.shadows
+
+
+
+runOneTask() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+runOneTask() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+runOneTask() - Method in class org.robolectric.shadows.ShadowLooper
+
+Causes only one of the next
Runnable
s that have been scheduled to run while advancing
+ the clock to its start time.
+
+runOneTask() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+runOneTask() - Method in class org.robolectric.util.Scheduler
+
+Run the next runnable in the queue.
+
+runOnMainSync(Runnable) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+Executes a runnable on the main thread, blocking until it is complete.
+
+runOnMainSyncNoIdle(Runnable) - Static method in class org.robolectric.shadows.ShadowInstrumentation
+
+Executes a runnable depending on the LooperMode.
+
+runOnMainThread(Runnable) - Method in class org.robolectric.internal.bytecode.Sandbox
+
+runOnMainThread(Callable<T>) - Method in class org.robolectric.internal.bytecode.Sandbox
+
+runOnUiThread(Runnable) - Method in class org.robolectric.shadows.ShadowActivity
+
+runPaused(Runnable) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+runPaused(Runnable) - Method in class org.robolectric.shadows.ShadowLooper
+
+Runs the current task with the looper paused.
+
+runPaused(Runnable) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+RuntimeEnvironment - Class in org.robolectric
+
+RuntimeEnvironment() - Constructor for class org.robolectric.RuntimeEnvironment
+
+RuntimeShaderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for RuntimeShader JNI registration.
+
+runToEndOfTasks() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+runToEndOfTasks() - Method in class org.robolectric.shadows.ShadowLooper
+
+Causes all of the
Runnable
s that have been scheduled to run while advancing the clock
+ to the start time of the last scheduled
Runnable
.
+
+runToEndOfTasks() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+runToNextTask() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+runToNextTask() - Method in class org.robolectric.shadows.ShadowLooper
+
+Causes the next
Runnable
(s) that have been scheduled to run while advancing the clock
+ to its start time.
+
+runToNextTask() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+runUiThreadTasks() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Runs any immediately runnable tasks previously queued on the UI thread, e.g.
+
+runUiThreadTasksIncludingDelayedTasks() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Runs all runnable tasks (pending and future) that have been queued on the UI thread.
+
+rx - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+ry - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+
+S
+
+S() - Constructor for class org.robolectric.versioning.AndroidVersions.S
+
+sameAs(Bitmap) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+Sandbox - Class in org.robolectric.internal.bytecode
+
+Sandbox(InstrumentationConfiguration, ResourceProvider, ClassInstrumentor) - Constructor for class org.robolectric.internal.bytecode.Sandbox
+
+Sandbox(SandboxClassLoader) - Constructor for class org.robolectric.internal.bytecode.Sandbox
+
+SandboxClassLoader - Class in org.robolectric.internal.bytecode
+
+Class loader that modifies the bytecode of Android classes to insert calls to Robolectric's
+ shadow classes.
+
+SandboxClassLoader(ClassLoader, InstrumentationConfiguration, ResourceProvider, ClassInstrumentor) - Constructor for class org.robolectric.internal.bytecode.SandboxClassLoader
+
+SandboxClassLoader(InstrumentationConfiguration, ResourceProvider, ClassInstrumentor) - Constructor for class org.robolectric.internal.bytecode.SandboxClassLoader
+
+SandboxConfig - Annotation Type in org.robolectric.internal.bytecode
+
+Configuration settings that can be used on a per-class or per-test basis.
+
+SandboxManager - Class in org.robolectric.internal
+
+Manager of sandboxes.
+
+SandboxManager(SandboxManager.SandboxBuilder, SdkCollection) - Constructor for class org.robolectric.internal.SandboxManager
+
+SandboxManager.SandboxBuilder - Interface in org.robolectric.internal
+
+Factory interface for AndroidSandbox.
+
+SandboxTestRunner - Class in org.robolectric.internal
+
+Sandbox test runner that runs each test in a sandboxed class loader environment.
+
+SandboxTestRunner(Class<?>) - Constructor for class org.robolectric.internal.SandboxTestRunner
+
+SandboxTestRunner(Class<?>, Injector) - Constructor for class org.robolectric.internal.SandboxTestRunner
+
+SandboxTestRunner.HelperTestRunner - Class in org.robolectric.internal
+
+save() - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+saveConfiguration() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+saveInstanceState(Bundle) - Method in class org.robolectric.android.controller.ActivityController
+
+saveInstanceState(Bundle) - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+saveState(Bundle) - Method in class org.robolectric.shadows.ShadowWebView
+
+saveUnclippedLayer(int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativeCanvas
+
+
+
+scale - Variable in class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+scale(float, float) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+scale(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+scale(float, Region) - Method in class org.robolectric.nativeruntime.RegionNatives
+
+scale(float, Region) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+SCALE - Static variable in class org.robolectric.shadows.ShadowMatrix
+
+scanCallback() - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner.ScanParams
+
+scanFile(Context, String[], String[], MediaScannerConnection.OnScanCompletedListener) - Static method in class org.robolectric.shadows.ShadowMediaScannerConnection
+
+scanFilters() - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner.ScanParams
+
+ScanParams() - Constructor for class org.robolectric.shadows.ShadowBluetoothLeScanner.ScanParams
+
+scanSettings() - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner.ScanParams
+
+schedule(JobInfo) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+schedule(JobInfo) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+scheduleAsPackage(JobInfo, String, int, String) - Method in class org.robolectric.shadows.ShadowJobScheduler
+
+scheduleAsPackage(JobInfo, String, int, String) - Method in class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+
+
+scheduleBufferUnderrunAtOffset(int, int) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Schedules a simulated buffer underrun event to run at the specified playback offset.
+
+scheduleCameraServiceReconnectionLocked() - Method in class org.robolectric.shadows.ShadowCameraManager.ShadowCameraManagerGlobal
+
+Cannot create a CameraService connection within Robolectric.
+
+ScheduledAlarm(int, long, long, long, PendingIntent, WorkSource, Object, boolean) - Constructor for class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+ScheduledAlarm(int, long, long, long, String, AlarmManager.OnAlarmListener, Executor, WorkSource, Object, boolean) - Constructor for class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+ScheduledAlarm(int, long, long, PendingIntent, PendingIntent) - Constructor for class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+ScheduledAlarm(int, long, long, PendingIntent, PendingIntent, boolean) - Constructor for class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+ScheduledAlarm(int, long, PendingIntent, PendingIntent) - Constructor for class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+ScheduledAlarm(long, ShadowAlarmManager.ScheduledAlarm) - Constructor for class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+scheduleErrorAtOffset(int, int, int) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Schedules an error event to run at the specified playback offset.
+
+scheduleEventAtOffset(int, ShadowMediaPlayer.MediaEvent) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Schedules a generic event to run at the specified playback offset.
+
+scheduleInfoAtOffset(int, int, int) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Schedules an info event to run at the specified playback offset.
+
+scheduler - Variable in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+Scheduler - Class in org.robolectric.util
+
+Class that manages a queue of Runnables that are scheduled to run now (or at some time in the
+ future).
+
+Scheduler() - Constructor for class org.robolectric.util.Scheduler
+
+Scheduler.IdleState - Enum in org.robolectric.util
+
+
+
+score - Variable in class org.robolectric.shadows.ShadowWifiManager.WifiUsabilityScore
+
+SCREEN_HEIGHT_DP - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SCREEN_LAYOUT_DIRECTION - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SCREEN_LAYOUT_LONG - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SCREEN_LAYOUT_ROUND - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SCREEN_LAYOUT_SIZE - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SCREEN_SIZE - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SCREEN_WIDTH_DP - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+screenConfigPad2 - Variable in class org.robolectric.res.android.ResTable_config
+
+screenHeight - Variable in class org.robolectric.res.android.ResTable_config
+
+SCREENHEIGHT_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+screenHeightDp - Variable in class org.robolectric.res.android.ResTable_config
+
+screenLayout - Variable in class org.robolectric.res.android.ResTable_config
+
+screenLayout2 - Variable in class org.robolectric.res.android.ResTable_config
+
+
+
+screenLayoutDirection() - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutDirection(int) - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutLong() - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutLong(int) - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutRound() - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutRound(int) - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutSize() - Method in class org.robolectric.res.android.ResTable_config
+
+screenLayoutSize(int) - Method in class org.robolectric.res.android.ResTable_config
+
+SCREENLONG_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENLONG_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENLONG_YES - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENROUND_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENROUND_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENROUND_YES - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENSIZE_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENSIZE_LARGE - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENSIZE_NORMAL - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENSIZE_SMALL - Static variable in class org.robolectric.res.android.ResTable_config
+
+SCREENSIZE_XLARGE - Static variable in class org.robolectric.res.android.ResTable_config
+
+screenWidth - Variable in class org.robolectric.res.android.ResTable_config
+
+SCREENWIDTH_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+screenWidthDp - Variable in class org.robolectric.res.android.ResTable_config
+
+scriptString() - Method in class org.robolectric.res.android.ResTable_config
+
+scrollBy(int, int) - Method in class org.robolectric.shadows.ShadowView
+
+scrollTo(int, int) - Method in class org.robolectric.shadows.ShadowView
+
+scrollToCoordinates - Variable in class org.robolectric.shadows.ShadowView
+
+sdk - Variable in class org.robolectric.annotation.Config.Builder
+
+sdk() - Method in class org.robolectric.annotation.Config.Implementation
+
+sdk() - Element in annotation type org.robolectric.annotation.Config
+
+The Android SDK level to emulate.
+
+Sdk - Class in org.robolectric.pluginapi
+
+Represents a unique build of the Android SDK.
+
+Sdk(int) - Constructor for class org.robolectric.pluginapi.Sdk
+
+SDK_CUPCAKE - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_DONUT - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_ECLAIR - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_ECLAIR_0_1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_ECLAIR_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_FROYO - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_GINGERBREAD - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_GINGERBREAD_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_HONEYCOMB - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_HONEYCOMB_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_HONEYCOMB_MR2 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_ICE_CREAM_SANDWICH - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_ICE_CREAM_SANDWICH_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.J
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.JMR1
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.JMR2
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.K
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.L
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.LMR1
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.M
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.N
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.NMR1
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.O
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.OMR1
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.P
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.Q
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.R
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.S
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.Sv2
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.T
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.U
+
+SDK_INT - Static variable in class org.robolectric.versioning.AndroidVersions.V
+
+SDK_JELLY_BEAN - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_JELLY_BEAN_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_JELLY_BEAN_MR2 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_KITKAT - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_KITKAT_WATCH - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_LOLLIPOP - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_LOLLIPOP_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_MNC - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_NOUGAT - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_NOUGAT_MR1 - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_O - Static variable in class org.robolectric.res.android.ConfigDescription
+
+SDK_VERSION - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+SdkCollection - Class in org.robolectric.plugins
+
+Holds and provides details on the list of known SDKs.
+
+SdkCollection(SdkProvider) - Constructor for class org.robolectric.plugins.SdkCollection
+
+SdkPicker - Class in org.robolectric
+
+Deprecated.
+
+
+
+SdkPicker - Interface in org.robolectric.pluginapi
+
+SdkPicker(SdkCollection, Properties) - Constructor for class org.robolectric.SdkPicker
+
+Deprecated.
+
+SdkProvider - Interface in org.robolectric.pluginapi
+
+A provider of known instances of
Sdk
.
+
+sdkRange(int, int) - Method in class org.robolectric.plugins.DefaultSdkPicker
+
+SdkSandboxClassLoader(InstrumentationConfiguration, Sdk, ClassInstrumentor) - Constructor for class org.robolectric.internal.AndroidSandbox.SdkSandboxClassLoader
+
+SdkStore - Class in org.robolectric.annotation.processing.validator
+
+Encapsulates a collection of Android framework jars.
+
+SdkStore(String) - Constructor for class org.robolectric.annotation.processing.validator.SdkStore
+
+sdkVersion - Variable in class org.robolectric.res.android.ResTable_config
+
+SDKVERSION_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+seek(int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+seek(int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+seek(long, int) - Method in class org.robolectric.res.android.Asset
+
+SEEK_CUR - Static variable in class org.robolectric.res.android.Asset
+
+SEEK_END - Static variable in class org.robolectric.res.android.Asset
+
+SEEK_SET - Static variable in class org.robolectric.res.android.Asset
+
+seekAsset(int, long, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+seekAsset(int, long, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+seekAsset(long, long, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+seekAsset(long, long, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+seekTo(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Simulates seeking to specified position.
+
+seekTo(int) - Method in class org.robolectric.shadows.ShadowVideoView
+
+seekTo(long, int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+selection - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+selectionArgs - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+selectionEnd - Variable in class org.robolectric.shadows.ShadowTextView
+
+selectionStart - Variable in class org.robolectric.shadows.ShadowTextView
+
+selectItemWithText(String) - Method in class org.robolectric.shadows.ShadowAdapterView
+
+selectSdks(ConfigurationStrategy.Configuration, UsesSdk) - Method in interface org.robolectric.pluginapi.SdkPicker
+
+selectSdks(ConfigurationStrategy.Configuration, UsesSdk) - Method in class org.robolectric.plugins.DefaultSdkPicker
+
+Enumerate the SDKs to be used for this test.
+
+selectTrack(int) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+send() - Method in class org.robolectric.shadows.ShadowActivity.IntentSenderRequest
+
+send() - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(int) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(int, PendingIntent.OnFinished, Handler) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(int, Bundle) - Method in class org.robolectric.shadows.ShadowResultReceiver
+
+send(Context, int, Intent) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(Context, int, Intent, PendingIntent.OnFinished, Handler) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(Context, int, Intent, PendingIntent.OnFinished, Handler, String) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(Context, int, Intent, PendingIntent.OnFinished, Handler, String, Bundle) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+send(Message) - Method in class org.robolectric.shadows.ShadowMessenger
+
+sendAccessibilityEvent(AccessibilityEvent) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+sendAppPrivateCommand(View, String, Bundle) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+sendBroadcast(Intent) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendBroadcast(Intent, String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendBroadcastAsUser(Intent, UserHandle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendBroadcastAsUser(Intent, UserHandle, String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendCommandRequest(VoiceInteractor.CommandRequest, String, int) - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+sendConnectionEvent(String, Bundle) - Method in class org.robolectric.shadows.ShadowConnection
+
+Records the event sent through sendConnectionEvent to be accessed later by tests.
+
+sendDataMessage(String, String, short, byte[], PendingIntent, PendingIntent) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+sendDialerSpecialCode(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+sendEvent(VirtualSensorEvent) - Method in class org.robolectric.shadows.ShadowVirtualSensor
+
+sendGnssAntennaInfo(List<GnssAntennaInfo>) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+sendGnssMeasurementsEvent(GnssMeasurementsEvent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+sendGnssStatus(GnssStatus) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+sendIntent(Context, int, Intent, IntentSender.OnFinished, Handler, String) - Method in class org.robolectric.fakes.RoboIntentSender
+
+sendMessageToNanoApp(NanoAppMessage) - Method in class org.robolectric.shadows.ShadowContextHubClient
+
+sendMultimediaMessage(Context, Uri, String, Bundle, PendingIntent) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+sendMultimediaMessage(Context, Uri, String, Bundle, PendingIntent, long) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+SendMultimediaMessageParams(Uri, String, Bundle, PendingIntent, long) - Constructor for class org.robolectric.shadows.ShadowSmsManager.SendMultimediaMessageParams
+
+sendMultipartTextMessage(String, String, ArrayList<String>, ArrayList<PendingIntent>, ArrayList<PendingIntent>) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+sendMultipartTextMessage(String, String, List<String>, List<PendingIntent>, List<PendingIntent>, long) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+sendNmeaMessage(String, long) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+sendOrderedBroadcast(Intent, String) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendOrderedBroadcast(Intent, String, BroadcastReceiver, Handler, int, String, Bundle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendOrderedBroadcastAsUser(Intent, UserHandle, String, int, Bundle, BroadcastReceiver, Handler, int, String, Bundle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+
+
+sendOrderedBroadcastAsUser(Intent, UserHandle, String, BroadcastReceiver, Handler, int, String, Bundle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+
+
+sendQuietModeBroadcast(String, UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+If the current application has the necessary rights, it will receive the background action too.
+
+sendResponse(BluetoothDevice, int, int, int, byte[]) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+Send a response to a read or write request to a remote device.
+
+sendRttRequest() - Method in class org.robolectric.shadows.ShadowCall
+
+sendSensorEventToListeners(SensorEvent) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+Propagates the event
to all registered listeners.
+
+sendStickyBroadcast(Intent) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+sendTextMessage(String, String, String, PendingIntent, PendingIntent) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+sendTextMessage(String, String, String, PendingIntent, PendingIntent, long) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+sendVendorSpecificResultCode(BluetoothDevice, String, String) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+
+
+sendVisualVoicemailSms(String, int, String, PendingIntent) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+sendWalletServiceEvent(WalletServiceEvent) - Method in class org.robolectric.shadows.ShadowQuickAccessWalletService
+
+Capture events sent by the service to SysUI
+
+sendWallpaperCommand(IBinder, String, int, int, int, Bundle) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+SENTINEL_BAG_SET - Static variable in class org.robolectric.res.android.ResTable
+
+seqNum - Variable in class org.robolectric.shadows.ShadowWifiManager.WifiUsabilityScore
+
+ServiceController <T extends Service > - Class in org.robolectric.android.controller
+
+ServiceData - Class in org.robolectric.manifest
+
+Holds parsed service data from manifest.
+
+ServiceData(Map<String, String>, MetaData, List<IntentFilterData>) - Constructor for class org.robolectric.manifest.ServiceData
+
+ServiceLoaderGenerator - Class in org.robolectric.annotation.processing.generator
+
+Generator that creates the service loader metadata for a shadow package.
+
+ServiceLoaderGenerator(ProcessingEnvironment, String) - Constructor for class org.robolectric.annotation.processing.generator.ServiceLoaderGenerator
+
+ServiceStateBuilder - Class in org.robolectric.shadows
+
+
+
+ServiceStateBuilder() - Constructor for class org.robolectric.shadows.ServiceStateBuilder
+
+set(int, int, int) - Method in class org.robolectric.shadows.ShadowTime
+
+set(int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowTime
+
+set(int, long, long, long, AlarmManager.OnAlarmListener, Handler, WorkSource) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+set(int, long, long, long, PendingIntent, WorkSource) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+set(int, long, long, long, String, AlarmManager.OnAlarmListener, Handler, WorkSource) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+set(int, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+set(int, long, String, AlarmManager.OnAlarmListener, Handler) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+set(long) - Method in class org.robolectric.shadows.ShadowTime
+
+set(Matrix) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+set(Path) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+set(CameraCharacteristics.Key<T>, Object) - Method in class org.robolectric.shadows.ShadowCameraCharacteristics
+
+Sets the value for a given key.
+
+set(CaptureRequest.Key<T>, T) - Method in class org.robolectric.shadows.ShadowCaptureRequestBuilder
+
+Original implementation would store its state in a local CameraMetadataNative object.
+
+set(CaptureResult.Key<T>, T) - Method in class org.robolectric.shadows.ShadowCaptureResult
+
+Sets the value for a given key.
+
+set(Time) - Method in class org.robolectric.shadows.ShadowTime
+
+set(T) - Method in class org.robolectric.res.android.Ref
+
+set(T) - Method in class org.robolectric.util.SoftThreadLocal
+
+set24HourTimeFormat(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+
+
+setAcceptCookie(boolean) - Method in class android.webkit.RoboCookieManager
+
+setAcceptFileSchemeCookiesImpl(boolean) - Method in class android.webkit.RoboCookieManager
+
+setAcceptThirdPartyCookies(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAcceptThirdPartyCookies(WebView, boolean) - Method in class android.webkit.RoboCookieManager
+
+setAccessibilityButtonSupported(boolean) - Static method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+
+
+setAccessibilityFocused(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setAccessibilityServiceList(List<ServiceInfo>) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setAccessibilityWindowInfo(AccessibilityWindowInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setAccessNetworkTechnology(int) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setAccessWifiStatePermission(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setAccountManagementDisabled(ComponentName, String, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setAction(int) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setActionProvider(ActionProvider) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setActionView(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setActionView(View) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setActive(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setActiveAdmin(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the given componentName
as one of the active admins.
+
+setActiveDataSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setActiveDevice(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+setActiveDevice(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+setActiveModemCount(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setActiveNetworkInfo(NetworkInfo) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+setActivePasswordSufficient(boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets if the password meets the current requirements.
+
+setActivePlaybackConfigurationsFor(List<AudioAttributes>) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+setActivePlaybackConfigurationsFor(List<AudioAttributes>, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+setActiveRecordingConfigurations(List<AudioRecordingConfiguration>, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+setActiveScorer(String) - Method in class org.robolectric.shadows.ShadowNetworkScoreManager
+
+setActiveService(ComponentName) - Static method in class org.robolectric.shadows.ShadowVoiceInteractionService
+
+
+
+setActiveSubscriptionInfoList(List<SubscriptionInfo>) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setActiveSubscriptionInfos(SubscriptionInfo...) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setActivityEnabled(UserHandle, ComponentName) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+setActivityThread(Object) - Static method in class org.robolectric.RuntimeEnvironment
+
+setActualDefaultRingtoneUri(Context, int, Uri) - Static method in class org.robolectric.shadows.ShadowRingtoneManager
+
+setAdaptivePowerSaveEnabled(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Sets whether Adaptive Power Saver is enabled.
+
+setAdbEnabled(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+
+
+setAdditionalPlmns(List<String>) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setAdditionalPlmns(List<String>) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setAddress(String) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setAffiliationIds(ComponentName, Set<String>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setAirplaneMode(boolean) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Sets the value for enabling/disabling airplane mode
+
+setAirplaneMode(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+
+
+setAlarmClock(AlarmManager.AlarmClockInfo, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setAlias(Object) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Sets the alias name of the device.
+
+setAllCellInfo(List<CellInfo>) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setAllowContentAccess(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAllowedToBindAppWidgets(boolean) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+setAllowFileAccess(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAllowFileAccessFromFileURLs(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAllowInvalidImageData(boolean) - Static method in class org.robolectric.shadows.ShadowBitmapFactory
+
+
+
+setAllowMassStorage(boolean) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setAllowsSendVendorSpecificResultCode(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+
+
+setAllowUniversalAccessFromFileURLs(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAlpha(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setAlpha(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setAlpha(int) - Method in class org.robolectric.shadows.ShadowPaint
+
+setAlphabeticShortcut(char) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setAltitude(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setAltitudeType(int) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setAltitudeUncertainty(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setAlwaysRecreateViewsDuringUpdate(boolean) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Enables testing of widget behavior when all of the views are recreated on every update.
+
+setAmbientContextServiceStatus(Integer) - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+
+
+setAmbientDisplayAvailable(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setAnchor(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setAndAllowWhileIdle(int, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setAndroidFrameworkJarPath(Path) - Static method in class org.robolectric.RuntimeEnvironment
+
+setAndroidJarSDKVersion(int) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+setAnimation(Animation) - Method in class org.robolectric.shadows.ShadowView
+
+setAnimationScale(float) - Method in class org.robolectric.shadows.ShadowUiAutomation
+
+setAnimationScaleCompat(float) - Static method in class org.robolectric.shadows.ShadowUiAutomation
+
+
+
+setAntiAlias(boolean) - Method in class org.robolectric.shadows.ShadowPaint
+
+setApkAssets(Object, Object) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+SetApkAssets(List<CppApkAssets>, boolean) - Method in class org.robolectric.res.android.CppAssetManager2
+
+setApnSetting(ApnSetting) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setAppCacheEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAppCacheMaxSize(long) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAppCachePath(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setAppFactory(Object) - Method in interface org.robolectric.shadows.ShadowLoadedApk._LoadedApk_
+
+setAppInfo(ApplicationInfo) - Method in interface org.robolectric.shadows.ShadowActivityThread._AppBindData_
+
+setApplication(Application) - Method in interface org.robolectric.shadows._Activity_
+
+setApplication(Application) - Method in class org.robolectric.shadows.ShadowActivity
+
+setApplication(Application) - Method in interface org.robolectric.shadows.ShadowLoadedApk._LoadedApk_
+
+setApplication(Class<? extends Application>) - Method in class org.robolectric.annotation.Config.Builder
+
+setApplicationEnabledSetting(String, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setApplicationHidden(ComponentName, String, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setApplicationHiddenSettingAsUser(String, boolean, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setApplicationIcon(String, Drawable) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setApplicationInfo(ApplicationInfo) - Static method in class org.robolectric.shadows.ShadowActivityThread
+
+Deprecated.
+
+
+
+setApplicationLocales(String, LocaleList) - Method in class org.robolectric.shadows.ShadowLocaleManager
+
+Stores the passed locales for the given package in-memory.
+
+setApplicationLocales(String, LocaleList, boolean) - Method in class org.robolectric.shadows.ShadowLocaleManager
+
+Stores the passed locales for the given package in-memory.
+
+setApplicationNightMode(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+setApplicationRestrictions(ComponentName, String, Bundle) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setApplicationRestrictions(Bundle) - Method in class org.robolectric.shadows.ShadowRestrictionsManager
+
+
+
+setApplicationRestrictions(String, Bundle) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the application restrictions of the packageName
.
+
+setApplicationRestrictions(String, Bundle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setApplicationSupplier(Supplier<Application>) - Static method in class org.robolectric.RuntimeEnvironment
+
+internal use only
+
+setAppPrivateCommandListener(ShadowInputMethodManager.PrivateCommandListener) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+setAppResourceTable(ResourceTable) - Static method in class org.robolectric.RuntimeEnvironment
+
+setApprovedMs(long) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setAppSaturationLevel(String, int) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+setAppStandbyBucket(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setAppStandbyBucket(String, int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Sets the standby bucket of the specified app.
+
+setAppStandbyBuckets(Map<String, Integer>) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+setAppTasks(List<ActivityManager.AppTask>) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+setAppTracingAllowed(boolean) - Static method in class org.robolectric.shadows.ShadowTrace
+
+setAppWidget(int, AppWidgetProviderInfo) - Method in class org.robolectric.shadows.ShadowAppWidgetHostView
+
+setAppWidgetIdToAllocate(int) - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+setAssetDir(String) - Method in class org.robolectric.annotation.Config.Builder
+
+setAssociatedDevice(Object) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setAttachedUsbAccessory(UsbAccessory) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+Sets the currently attached Usb accessory returned in #getAccessoryList.
+
+setAudioAttributes(AudioAttributes) - Method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+setAudioAttributes(AudioAttributes) - Method in class org.robolectric.shadows.VibrationAttributesBuilder
+
+setAudioChannels(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setAudioEncoder(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setAudioEncodingBitRate(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setAudioRoute(int) - Method in class org.robolectric.shadows.ShadowInCallAdapter
+
+setAudioRoute(int) - Method in class org.robolectric.shadows.ShadowInCallService
+
+setAudioSamplingRate(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setAudioSessionId(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setAudioSource(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setAudioStreamType(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setAuthenticationErrorOnNextResponse(boolean) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+setAuthenticatorType(int) - Method in class org.robolectric.shadows.ShadowBiometricManager
+
+
+
+setAuthToken(Account, String, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+setAutofillServiceComponentName(ComponentName) - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+Overrides the component name of the autofill service enabled for the current user.
+
+setAutofillSupported(boolean) - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+Overrides the autofill supported state for the current device and current user.
+
+setAutoRevokeWhitelisted(boolean) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+setAutoSchedule(boolean) - Static method in class org.robolectric.shadows.ShadowAlarmManager
+
+When set to true, automatically schedules alarms to fire at the appropriate time (with respect
+ to the main Looper time) when they are set.
+
+setAutoTimeEnabled(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setAutoTimeRequired(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setAutoTimeZoneEnabled(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setAvailable(boolean) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Sets the availability of the wifiAwareManager.
+
+setAvailableCommunicationDevices(List<AudioDeviceInfo>) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Sets the list of available communication devices represented by
AudioDeviceInfo
.
+
+setAvailableServices(List<Integer>) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setAvailableStatus(boolean) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+
+
+setAvailableSubscriptionInfoList(List<SubscriptionInfo>) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setAvailableSubscriptionInfos(SubscriptionInfo...) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setAveragingWindow(long) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setAzimuth(float) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+Sets the
azimuth
of the satellite, in degrees.
+
+setBackgroundColor(int) - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+setBackgroundDataSetting(boolean) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+setBackgroundDrawable(Drawable) - Method in class org.robolectric.shadows.ShadowPhoneWindow
+
+setBackgroundDrawable(Drawable) - Method in class org.robolectric.shadows.ShadowPhoneWindowFor22
+
+setBackgroundRestricted(boolean) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+setBackupEnabled(boolean) - Method in class org.robolectric.shadows.ShadowBackupManager
+
+setBands(int[]) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setBands(int[]) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setBandwidth(int) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setBarringType(int) - Method in class org.robolectric.shadows.BarringInfoBuilder.BarringServiceInfoBuilder
+
+setBaseActivity(ComponentName) - Method in class org.robolectric.shadows.RunningTaskInfoBuilder
+
+setBatteryDischargePrediction(Duration, boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Differs from real implementation as device charging state is not checked.
+
+setBatteryLevel(float) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setBatteryLevel(int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setBcp47Locale(String) - Method in class org.robolectric.res.android.ResTable_config
+
+setBindDeviceAdminTargetUsers(List<UserHandle>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+setBindServiceCallsOnServiceConnectedDirectly(boolean) - Method in class org.robolectric.shadows.ShadowApplication
+
+Configures the ShadowApplication so that calls to bindService will call
+ ServiceConnection#onServiceConnected before returning.
+
+setBitmap(Bitmap) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+setBitmap(Bitmap, Rect, boolean, int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Caches fullImage
in the memory based on which
.
+
+setBleScanAlwaysAvailable(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Sets the value for ShadowBluetoothAdapter.isBleScanAlwaysAvailable
.
+
+setBlockNetworkImage(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setBlockNetworkLoads(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setBluetoothA2dpOn(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setBluetoothClass(BluetoothClass) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+setBluetoothLeAdvertiser(BluetoothLeAdvertiser) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Deprecated.
+
+
+
+setBluetoothScoOn(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setBoard(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setBondedDevices(Set<BluetoothDevice>) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setBondState(int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+setBottom(int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setBottom(int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setBoundApplication(Object) - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+setBoundsInScreen(Rect) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setBrand(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setBrightness(float) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setBrightnessConfiguration(Object) - Method in class org.robolectric.shadows.ShadowDisplayManager
+
+setBrightnessConfigurationForUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowDisplayManager
+
+setBrightnessConfigurationForUser(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+setBrightnessEvents(List<BrightnessChangeEvent>) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Set the slider events the system has seen.
+
+setBSSID(String) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setBufferLengthMillis(int, int) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+setBuiltInZoomControls(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setButtonDrawable(int) - Method in class org.robolectric.shadows.ShadowCompoundButton
+
+setButtonDrawable(Drawable) - Method in class org.robolectric.shadows.ShadowCompoundButton
+
+setBytes(byte[]) - Method in class org.robolectric.shadows.ShadowInformationElement.Builder
+
+setBytesSoFar(long) - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+setCachedInstance(Object) - Method in interface org.robolectric.shadows.ShadowSystemServiceRegistry._ServiceFetcherM_
+
+setCachedInstance(Object) - Method in interface org.robolectric.shadows.ShadowSystemServiceRegistry._ServiceFetcherN_
+
+setCachedInstance(Object) - Method in interface org.robolectric.shadows.ShadowSystemServiceRegistry._StaticServiceFetcher_
+
+setCacheMode(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setCallback(RangingSession.Callback) - Method in class org.robolectric.shadows.RangingSessionBuilder
+
+setCallbackCellInfos(List<CellInfo>) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setCallComposerStatus(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setCallerAsInstallerForPackage(String) - Method in class org.robolectric.shadows.ShadowLocaleManager
+
+Sets the caller as the installer of the given package.
+
+setCallingActivity(ComponentName) - Method in class org.robolectric.shadows.ShadowActivity
+
+
+
+setCallingPackage(Object) - Method in class org.robolectric.shadows.ShadowContentProvider
+
+setCallingPackage(String) - Method in class org.robolectric.shadows.ShadowActivity
+
+
+
+setCallingPid(int) - Static method in class org.robolectric.shadows.ShadowBinder
+
+setCallingUid(int) - Static method in class org.robolectric.shadows.ShadowBinder
+
+setCallingUserHandle(UserHandle) - Static method in class org.robolectric.shadows.ShadowBinder
+
+
+
+setCallPhonePermission(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+When set to false methods requiring
android.Manifest.permission.CALL_PHONE
permission
+ will throw a
SecurityException
.
+
+setCallRequestMode(ShadowTelecomManager.CallRequestMode) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+setCallState(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the current call state to the desired state and updates any listeners.
+
+setCallState(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the current call state with the option to specify an incoming phone number for the
+ CALL_STATE_RINGING state.
+
+setCamera(Camera) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setCameraDisabled(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setCameraDistance(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setCameraDistance(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setCanAddCall(boolean) - Method in class org.robolectric.shadows.ShadowInCallService
+
+Set the value that canAddCall()
method should return.
+
+setCanAuthenticate(boolean) - Method in class org.robolectric.shadows.ShadowBiometricManager
+
+
+
+setCanceledOnTouchOutside(boolean) - Method in class org.robolectric.shadows.ShadowDialog
+
+setCanDispatchGestures(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+Sets whether the service is currently able to dispatch gestures.
+
+setCanDrawOverlays(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+
+
+setCanGoBack(boolean) - Method in class org.robolectric.shadows.ShadowWebView
+
+Deprecated.
+
+
+
+setCanNotifyAsPackage(String, boolean) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Sets notification delegate for the package provided.
+
+setCanRequestPackageInstalls(boolean) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Sets if the
PackageManager
is allowed to request package installs through package
+ installer.
+
+setCanScheduleExactAlarms(boolean) - Static method in class org.robolectric.shadows.ShadowAlarmManager
+
+
+
+setCanSwitchUser(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setCapabilities(MediaCodecInfo.CodecCapabilities...) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+Sets codec capabilities.
+
+setCapabilitiesFailureForUri(Uri, ShadowRcsUceAdapter.CapabilityFailureInfo) - Static method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+setCapabilitiesForUri(Uri, RcsContactUceCapability) - Static method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+setCapabilityState(String, int) - Method in class org.robolectric.shadows.ShadowTimeManager
+
+Capabilites are predefined and not controlled by user, so they can't be changed via TimeManager
+ API.
+
+setCaptivePortalServerUrl(String) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+setCardId(int) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setCardId(String) - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+setCardStateInfo(int) - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+setCarrierConfig(PersistableBundle) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setCarrierFrequencyHz(Float) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setCarrierIdFromSimMccMnc(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setCarrierName(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setCarrierPackageNamesForPhone(int, List<String>) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the packages
for the given phoneId
.
+
+setCategoryPaymentAllowsForegroundPreference(boolean) - Static method in class org.robolectric.shadows.ShadowCardEmulation
+
+Modifies the behavior of categoryAllowsForegroundPreference(String)
to return the given
+ value
for the CardEmulation.CATEGORY_PAYMENT
.
+
+setCausePackages(List<VersionedPackage>) - Method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Sets the cause packages of the rollback.
+
+setCellBandwidths(int[]) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setCellConnectionStatus(int) - Method in class org.robolectric.shadows.CellInfoLteBuilder
+
+setCellConnectionStatus(int) - Method in class org.robolectric.shadows.CellInfoNrBuilder
+
+setCellIdentity(CellIdentity) - Method in class org.robolectric.shadows.BarringInfoBuilder
+
+setCellIdentity(CellIdentity) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setCellIdentity(CellIdentityLte) - Method in class org.robolectric.shadows.CellInfoLteBuilder
+
+setCellIdentity(CellIdentityNr) - Method in class org.robolectric.shadows.CellInfoNrBuilder
+
+setCellLocation(CellLocation) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setCellSignalStrength(CellSignalStrengthLte) - Method in class org.robolectric.shadows.CellInfoLteBuilder
+
+setCellSignalStrength(CellSignalStrengthNr) - Method in class org.robolectric.shadows.CellInfoNrBuilder
+
+setCellularDataNetworkType(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setCellularSignalStrengthDb(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setCellularSignalStrengthDbm(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setCenter(float, float, boolean) - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+setCeSnapshotInodes(SparseLongArray) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Sets ce snapshot inodes.
+
+setChangeWifiStatePermission(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setChangingConfigurations(boolean) - Method in interface org.robolectric.shadows._Activity_
+
+setChannel(NotificationChannel) - Method in class org.robolectric.shadows.ShadowRanking
+
+
+
+setChannelNumber(int) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setCharacteristicNotification(BluetoothGattCharacteristic, boolean) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+
+
+setCheckable(boolean) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setChecked(boolean) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setChipInfos(List<PersistableBundle>) - Method in class org.robolectric.shadows.ShadowUwbManager
+
+Sets the list of bundles to be returned by UwbManager.getChipInfos()
.
+
+setCi(int) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setClass(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setClassAttribute(String) - Method in interface org.robolectric.android.AttributeSetBuilder
+
+Set the class attribute to the given value.
+
+setClassAttribute(String) - Method in class org.robolectric.android.AttributeSetBuilderImpl
+
+setClassLoader(ClassLoader) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+setClipData(ClipData) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setClipDescription(ClipDescription) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setClipToOutline(boolean) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setClipToOutline(boolean) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setCloneProfile(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setCn0DbHz(float) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setCodePaths(List<String>) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setColor(int) - Method in class org.robolectric.shadows.ShadowGradientDrawable
+
+setColor(int) - Method in class org.robolectric.shadows.ShadowPaint
+
+setColorFilter(ColorFilter) - Method in class org.robolectric.shadows.ShadowPaint
+
+setColorFormats(int[]) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+Sets color formats.
+
+setColorSpace(ColorSpace) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setColorTemperature(int) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setColorValues(long[], long) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setColumnNames(List<String>) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+setCommittedSessionId(int) - Method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Sets the committed session id of the rollback.
+
+setCommunicationDevice(AudioDeviceInfo) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setCompatConfiguration(Configuration) - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+setCompatConfiguration(Configuration) - Method in class org.robolectric.shadows.ShadowActivityThread
+
+internal, do not use
+
+setCompileTimeResourceTable(ResourceTable) - Static method in class org.robolectric.RuntimeEnvironment
+
+setComponentEnabledSetting(ComponentName, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setComponentEnabledSettings(List<PackageManager.ComponentEnabledSetting>) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setComponentNameAndServiceForBindService(ComponentName, IBinder) - Method in class org.robolectric.shadows.ShadowApplication
+
+setComponentNameAndServiceForBindServiceForIntent(Intent, ComponentName, IBinder) - Method in class org.robolectric.shadows.ShadowApplication
+
+setCompoundDrawablesWithIntrinsicBounds(int, int, int, int) - Method in class org.robolectric.shadows.ShadowTextView
+
+setConcat(Matrix, Matrix) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setConditionalBarringFactor(int) - Method in class org.robolectric.shadows.BarringInfoBuilder.BarringServiceInfoBuilder
+
+setConditionalBarringTimeSeconds(int) - Method in class org.robolectric.shadows.BarringInfoBuilder.BarringServiceInfoBuilder
+
+setConfig(Bitmap.Config) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setConfigCallbacks(ArrayList<ViewRootImpl.ConfigChangedCallback>) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setConfigChangeFlags(int) - Method in interface org.robolectric.shadows._Activity_
+
+setConfigForSubId(int, PersistableBundle) - Method in class org.robolectric.shadows.ShadowCarrierConfigManager
+
+Sets that the config
PersistableBundle for a particular subId
; controls the
+ return value of CarrierConfigManager#getConfigForSubId()
.
+
+setConfiguration(int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+setConfiguration(int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+setConfiguration(int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowArscAssetManager
+
+setConfiguration(int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+setConfiguration(Configuration) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setConfiguration(ResTable_config, String) - Method in class org.robolectric.res.android.CppAssetManager
+
+SetConfiguration(ResTable_config) - Method in class org.robolectric.res.android.CppAssetManager2
+
+setConfiguredApplicationClass(Class<? extends Application>) - Static method in class org.robolectric.RuntimeEnvironment
+
+setConfirmFactoryResetCredentialIntent(Intent) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setConnected(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setConnectedPort(RoboWebMessagePort) - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+Links another port to this port.
+
+setConnectionInfo(WifiInfo) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets the connection info as the provided
WifiInfo
.
+
+setConnectionService(ConnectionService) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+Set connection service.
+
+setConnectionStatus(boolean) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+Deprecated.
+
+
+
+setConnectionStatus(NetworkInfo.State) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+
+
+setConnectionType(int) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+
+
+setConstellation(int) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setContent(int) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+setContent(Intent) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+setContent(TabHost.TabContentFactory) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+setContentCaptureConditions(Set<ContentCaptureCondition>) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+
+
+setContentCaptureEnabled(boolean) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+setContentProviderResult(ContentProviderResult[]) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+setCookie(Integer) - Method in class org.robolectric.shadows.ShadowTrace.AsyncTraceSection.Builder
+
+setCookie(String, String) - Method in class android.webkit.RoboCookieManager
+
+setCookie(String, String, ValueCallback<Boolean>) - Method in class android.webkit.RoboCookieManager
+
+setCounter(String, long) - Static method in class org.robolectric.shadows.ShadowTrace
+
+setCountryIso(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setCqi(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+setCqiTableIndex(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+setCreatedBond(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Sets whether this device has been bonded with.
+
+setCreatedFromResId(int, String) - Method in class org.robolectric.shadows.ShadowBitmapDrawable
+
+setCreatedFromResId(int, String) - Method in class org.robolectric.shadows.ShadowDrawable
+
+setCreatedFromResId(int, String) - Method in class org.robolectric.shadows.ShadowNativeBitmapDrawable
+
+setCreateListener(ShadowMediaPlayer.CreateListener) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Sets a listener that is invoked whenever a new shadowed
MediaPlayer
object is
+ constructed.
+
+setCreateShouldThrow(ErrnoException) - Static method in class org.robolectric.shadows.ShadowSharedMemory
+
+Causes subsequent calls to {@link SharedMemory#create)} to throw the specified exception, if
+ non-null.
+
+setCreatorPackage(String) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+setCreatorUid(int) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+setCsiCqiReport(List<Byte>) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setCsiCqiTableIndex(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setCsiRsrp(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setCsiRsrq(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setCsiSinr(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setCurrentActivity(Activity) - Method in class org.robolectric.shadows.ShadowActivityGroup
+
+setCurrentAppStandbyBucket(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Sets the current app's standby bucket
+
+setCurrentCloudMediaProviderAuthority(String) - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+Mutator method to set the value of the current cloud media provider authority.
+
+setCurrentFocus(View) - Method in class org.robolectric.shadows.ShadowActivity
+
+setCurrentInputMethodSubtype(InputMethodSubtype) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+
+
+setCurrentInstructionSet(String) - Static method in class org.robolectric.shadows.ShadowVMRuntime
+
+Sets the instruction set of the current runtime.
+
+setCurrentModeType(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+setCurrentPhoneType(int, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the phone type for the given subId
.
+
+setCurrentPosition(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Sets the current position, bypassing the normal state checking.
+
+setCurrentResolvedPolicy(PolicyValue<?>) - Method in class org.robolectric.shadows.PolicyStateBuilder
+
+Set the current resolved policy value.
+
+setCurrentTab(int) - Method in class org.robolectric.shadows.ShadowTabHost
+
+setCurrentTabByTag(String) - Method in class org.robolectric.shadows.ShadowTabHost
+
+setCurrentThermalStatus(int) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setCurrentTimeMillis(long) - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+setCurrentTimeMillis(long) - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+Sets the current wall time.
+
+setCurrentVolume(int) - Method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+setCurrentWebViewPackage(PackageInfo) - Static method in class org.robolectric.shadows.ShadowWebView
+
+Sets the value to return from #getCurrentWebviewPackage()
.
+
+setCursiveFontFamily(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setCursor(Uri, BaseCursor) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+
+
+setCursor(BaseCursor) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+
+
+setCustomTitle(View) - Method in class org.robolectric.shadows.ShadowAlertController
+
+setData(long, SQLiteStatement) - Static method in class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+setDataActivity(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setDatabaseEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDatabasePath(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDataCaptureListener(Visualizer.OnDataCaptureListener, int, boolean, boolean) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+setDataEnabled(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setDataEnabledForReason(int, boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setDataFailCause(int) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setDataNetworkType(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setDataRegState(int) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setDataRoaming(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setDataRoamingFromRegistration(boolean) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setDataShareErrorCode(int) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+
+
+setDataSource(Context, Uri) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+setDataSource(Context, Uri) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(Context, Uri, Map<String, String>) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(Context, Uri, Map<String, String>) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(Context, Uri, Map<String, String>, List<HttpCookie>) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(AssetFileDescriptor) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(AssetFileDescriptor) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(MediaDataSource) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(MediaDataSource) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+setDataSource(MediaDataSource) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(FileDescriptor) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(FileDescriptor, long, long) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(FileDescriptor, long, long) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+setDataSource(FileDescriptor, long, long) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(String) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(String) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+setDataSource(String) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(String, Map<String, String>) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+setDataSource(String, Map<String, String>) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+setDataSource(String, Map<String, String>) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setDataSource(DataSource) - Method in class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+setDataSource(DataSource) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Common code path for all setDataSource()
implementations.
+
+setDataSpecificInfo(DataSpecificRegistrationInfo) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setDataState(int) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setDataState(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setDatum(int) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setDeclaringPackage(VersionedPackage) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setDecor(View) - Method in interface org.robolectric.shadows._Activity_
+
+setDecorFitsSystemWindows(boolean) - Method in class org.robolectric.shadows.ShadowPhoneWindow
+
+setDefaultBrightnessConfiguration(Object) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Set the default brightness configuration for this device.
+
+setDefaultBrowserPackageNameAsUser(String, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setDefaultDataSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+setDefaultDevicesForAttributes(ImmutableList<Object>) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Sets the devices to use as default for all audio streams.
+
+setDefaultDialer(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+Deprecated.
+
+
+
+setDefaultDialerPackage(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+setDefaultFingerprints(int) - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+
+
+setDefaultFixedFontSize(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDefaultFontSize(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDefaultHttpResponse(int, String) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+setDefaultHttpResponse(int, String) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+setDefaultHttpResponse(HttpResponse) - Static method in class org.robolectric.shadows.httpclient.FakeHttp
+
+setDefaultHttpResponse(HttpResponse) - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+setDefaultJournalMode(String) - Static method in class org.robolectric.shadows.ShadowSQLiteConnection
+
+Sets the default journal mode for SQLite databases.
+
+setDefaultKeyMode(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+setDefaultNetworkActive(boolean) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Sets the active state of the default network.
+
+setDefaultOutgoingPhoneAccount(String, PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+setDefaultServiceForCategory(ComponentName, String) - Static method in class org.robolectric.shadows.ShadowCardEmulation
+
+
+
+setDefaultSmsPackage(String) - Static method in class org.robolectric.shadows.ShadowTelephony.ShadowSms
+
+
+
+setDefaultSmsSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+setDefaultSmsSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+setDefaultSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setDefaultSyncMode(String) - Static method in class org.robolectric.shadows.ShadowSQLiteConnection
+
+Sets the default sync mode for SQLite databases.
+
+setDefaultTextEncodingName(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDefaultUserAgent(String) - Static method in class org.robolectric.shadows.ShadowWebSettings
+
+Sets the default user agent for the WebView.
+
+setDefaultVoiceSubscriptionId(int) - Static method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+setDefaultZoom(WebSettings.ZoomDensity) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDefiningUid(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setDelegatedScopes(ComponentName, String, List<String>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setDensity(float) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the density for this display.
+
+setDensityDpi(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the density for this display.
+
+setDependencies(List<SharedLibraryInfo>) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setDependentPackages(List<VersionedPackage>) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setDescription(String) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setDescription(String) - Method in class org.robolectric.shadows.ShadowBitmap
+
+setDescription(String) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setDescription(String) - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+setDestinationFromBase(File, String) - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+setDestinationInExternalPublicDir(String, String) - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+setDetailedState(NetworkInfo.DetailedState) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+setDevice(InputDevice) - Method in class org.robolectric.shadows.ShadowInputEvent
+
+setDevice(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setDeviceConfigurationInfo(ConfigurationInfo) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+setDeviceId(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setDeviceId(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setDeviceMacAddress(String) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setDeviceName(String) - Method in class org.robolectric.shadows.ShadowInputDevice
+
+setDeviceOwner(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the admin as active admin and device owner.
+
+setDevicePolicyManagementRoleHolderPackage(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the package name of the device policy management role holder.
+
+setDevicePolicyState(Object) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+setDeviceProfile(String) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setDeviceProvisioned(boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets whether the device is provisioned.
+
+setDeviceProvisioningConfigApplied() - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setDevicesForAttributes(AudioAttributes, ImmutableList<Object>) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Sets the devices associated with the given audio stream.
+
+setDeviceSoftwareVersion(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setDhcpInfo(DhcpInfo) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setDidRequestLayout(boolean) - Method in class org.robolectric.shadows.ShadowView
+
+setDirectPlaybackSupport(AudioFormat, AudioAttributes, int) - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+
+
+setDisabledActionModeMenuItems(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDisabledForSetup(boolean) - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+setDiscoverableTimeout(int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setDiscoverableTimeout(Duration) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setDiscoverySessionToPublish(PublishDiscoverySession) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Sets parameter to pass to DiscoverySessionCallback#onPublishStarted(PublishDiscoverySession)
+
+setDiscoverySessionToSubscribe(SubscribeDiscoverySession) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Sets param to pass to DiscoverySessionCallback#onSubscribeStarted(SubscribeDiscoverySession)
+
+setDisplayConfiguration(Configuration, DisplayMetrics) - Static method in class org.robolectric.android.Bootstrap
+
+internal only
+
+setDisplayCutout(Object) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the display cutout for this display.
+
+setDisplayedChild(int) - Method in class org.robolectric.shadows.ShadowViewAnimator
+
+setDisplayedValues(String[]) - Method in class org.robolectric.shadows.ShadowNumberPicker
+
+setDisplayHdrCapabilities(int, float, float, float, int...) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Set HDR capabilities to the display sourced with displayId.
+
+setDisplayId(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+setDisplayName(CharSequence) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setDisplayName(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setDisplayOrientation(int) - Method in class org.robolectric.shadows.ShadowCamera
+
+setDisplayZoomControls(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDistanceStandardDeviation(int) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setDistractingPackageRestrictions(String[], int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setDither(boolean) - Method in class org.robolectric.shadows.ShadowPaint
+
+setDocumentation(String) - Method in class org.robolectric.annotation.processing.DocumentedElement
+
+setDomain(int) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setDomStorageEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setDoNotInstrumentClassRegex(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder
+
+setDownloadListener(DownloadListener) - Method in class org.robolectric.shadows.ShadowWebView
+
+setDuration(int) - Method in class org.robolectric.shadows.ShadowToast
+
+setDuration(int) - Method in class org.robolectric.shadows.ShadowVideoView
+
+setDurationScale(float) - Static method in class org.robolectric.shadows.ShadowValueAnimator
+
+Sets the duration scale for value animator.
+
+setDynamicBufferSupport(int) - Method in class org.robolectric.shadows.ShadowBluetoothA2dp
+
+setDynamicShortcuts(List<ShortcutInfo>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+setEarfcn(int) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setEid(String) - Method in class org.robolectric.shadows.ShadowEuiccManager
+
+
+
+setEid(String) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setElevation(float) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+Sets the
elevation
of the satellite, in
+ degrees.
+
+setElevation(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setElevation(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setEmergencyCallbackMode(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Emergency Callback Mode (ECBM) is typically set by the carrier, for a time window of 5 minutes
+ after the last outgoing emergency call.
+
+setEmergencyNumberList(Map<Integer, List<EmergencyNumber>>) - Static method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setEmergencyOnly(boolean) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setEmergencyOnly(boolean) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setEnabled(boolean) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowAutofillManager
+
+Overrides the autofill enabled state for the current user.
+
+setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Deprecated.
+
+
+
+setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+
+
+setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+setEnabled(boolean) - Static method in class org.robolectric.shadows.ShadowTrace
+
+Sets the systrace to enabled or disabled.
+
+setEnabled(boolean) - Method in class org.robolectric.shadows.ShadowUwbAdapterStateListener
+
+
+
+setEnabled(boolean) - Method in class org.robolectric.util.PerfStatsCollector
+
+If not enabled, don't bother retaining perf stats, saving some memory and CPU cycles.
+
+setEnabledAccessibilityServiceList(List<AccessibilityServiceInfo>) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setEnabledInputMethodInfoList(List<InputMethodInfo>) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+
+
+setEnableSmoothTransition(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setEnforceMaxNotificationLimit(boolean) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Ensures a notification limit is applied before posting the notification.
+
+setEntity(HttpEntity) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setErrorCode(int) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+Sets the error code to override setter methods in this class.
+
+setErrorCode(int) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+Sets the error code to override setter methods in this class.
+
+setErrorDialog(Dialog) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+setErrorMessage(String) - Method in class org.robolectric.shadows.ShadowGeocoder
+
+
+
+setEuiccManagerForCardId(int, EuiccManager) - Method in class org.robolectric.shadows.ShadowEuiccManager
+
+
+
+setEventType(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setExact(int, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setExact(int, long, String, AlarmManager.OnAlarmListener, Handler) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setExact(int, long, String, Executor, WorkSource, AlarmManager.OnAlarmListener) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setExactAndAllowWhileIdle(int, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setExactAndAllowWhileIdle(int, long, String, Executor, WorkSource, AlarmManager.OnAlarmListener) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setExcludeFromRecents(boolean) - Method in class org.robolectric.shadows.ShadowAppTask
+
+For tests, marks the task as excluded from recents.
+
+setExecutor(Executor) - Method in class org.robolectric.shadows.RangingSessionBuilder
+
+setExecutor(Executor) - Method in class org.robolectric.shadows.ShadowPausedAsyncTaskLoader
+
+Deprecated.
+
+
+
+setExemptFromLowPowerStandby(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+setExpectedToMove(int) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setExtendedLengthApduSupported(boolean) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+setExternallyManaged(boolean) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setExternalPnoScanRequest(Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setExternalStorageDirectory(Path) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+setExternalStorageEmulated(File, boolean) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+Sets the "isEmulated" flag of a particular file.
+
+setExternalStorageRemovable(File, boolean) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+Sets the "isRemovable" flag of a particular file.
+
+setExternalStorageState(File, String) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+setExternalStorageState(String) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+setExtraInfo(String) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+setExtras(Bundle) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+setExtras(Bundle) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+setExtras(Bundle) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+setExtras(Bundle) - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+setFailOnProjectionToggle(boolean) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+setFantasyFontFamily(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setFavicon(Bitmap) - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+setFdOwner(FileDescriptor, Object) - Static method in class org.robolectric.shadows.ShadowIoUtils
+
+setFeature(String, boolean) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+setFeatures(Account, String[]) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+setFetchUuidsWithSdpResult(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+setField(Class<?>, Object, String, Object) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively set the value of a field.
+
+setField(Object, String, Object) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively set the value of a field.
+
+setFields(Bundle) - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+setFileDescriptorTransform(DataSource.FileDescriptorTransform) - Static method in class org.robolectric.shadows.util.DataSource
+
+
+
+setFileEncryptedNativeOrEmulated(boolean) - Method in class org.robolectric.shadows.ShadowStorageManager
+
+
+
+setFillType(Path.FillType) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+setFilterBitmap(boolean) - Method in class org.robolectric.shadows.ShadowPaint
+
+setFingerprint(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setFinished(boolean) - Method in interface org.robolectric.shadows._Activity_
+
+setFirstDrawComplete(boolean) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setFirstDrawHandlers(ArrayList<Runnable>) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setFirstTimeStamp(long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+setFiveQi(int) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setFixedFontFamily(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setFixedSize(int, int) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+setFlags(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the flags for this display.
+
+setFlags(int) - Method in class org.robolectric.shadows.ShadowPaint
+
+setFlags(int, int) - Method in class org.robolectric.shadows.ShadowWindow
+
+setFloorNumber(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setFocused(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setFocusXY(float, float) - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+setFontScale(float) - Method in class org.robolectric.annotation.Config.Builder
+
+setFontScale(float) - Static method in class org.robolectric.RuntimeEnvironment
+
+setFontScale(float) - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+
+
+setForceDark(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setFormat(int) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+setFrame(double, double, double, double) - Method in class org.robolectric.shadows.RoundRectangle
+
+setFrameDelay(Duration) - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+Sets the delay between each frame.
+
+setFrameInterval(long) - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+Deprecated.
+
+
+
+setFrameInterval(long) - Static method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+Set the inter-frame interval used to advance the clock.
+
+setFrequency(int) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setFromLocation(List<Address>) - Method in class org.robolectric.shadows.ShadowGeocoder
+
+
+
+setFsUuid(String) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setGainmap(Object) - Method in interface org.robolectric.shadows.ShadowBitmap.BitmapReflector
+
+setGainmap(Object) - Method in class org.robolectric.shadows.ShadowBitmap
+
+setGatewayConnectionError(String, int, Throwable) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+
+
+setGattCallback(BluetoothGattCallback) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+setGattServerCallback(BluetoothGattServerCallback) - Method in class org.robolectric.shadows.ShadowBluetoothGattServer
+
+setGeolocationDatabasePath(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setGeolocationEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setGlobalVisibleRect(Rect) - Method in class org.robolectric.shadows.ShadowView
+
+setGnssBatchSize(int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Sets the GNSS hardware batch size.
+
+setGnssHardwareModelName(String) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+
+
+setGnssTimeAvailable(boolean) - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+Sets whether gnss location based time is available.
+
+setGnssYearOfHardware(int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+
+
+setGravity(int, int, int) - Method in class org.robolectric.shadows.ShadowToast
+
+setGroupCheckable(int, boolean, boolean) - Method in class org.robolectric.fakes.RoboMenu
+
+setGroupEnabled(int, boolean) - Method in class org.robolectric.fakes.RoboMenu
+
+setGroupId(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setGroupIdLevel1(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setGroupInfo(WifiP2pManager.Channel, WifiP2pGroup) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+setGroupVisible(int, boolean) - Method in class org.robolectric.fakes.RoboMenu
+
+setGuaranteedDownlinkBitRate(long) - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+setGuaranteedDownlinkBitRate(long) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setGuaranteedUplinkBitRate(long) - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+setGuaranteedUplinkBitRate(long) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setHandleMmiValue(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+setHardware(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setHasAlmanac(boolean) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setHasAlpha(boolean) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setHasAmplitudeControl(boolean) - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+setHasCarrierPrivileges(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setHasCarrierPrivileges(int, boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the hasCarrierPrivileges
for the given subId
.
+
+setHasEnrolledFingerprints(boolean) - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+Deprecated.
+
+
+
+setHasEphemeris(boolean) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setHasMipMap(boolean) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setHasOverlappingRendering(boolean) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setHasOverlappingRendering(boolean) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setHasPermanentMenuKey(boolean) - Static method in class org.robolectric.shadows.ShadowViewConfiguration
+
+setHasPermission(boolean) - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+Simulates if the calling process has the required permissions to call BugreportManager methods.
+
+setHasRequestedInteractAcrossProfiles(boolean) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Sets whether or not the current application has requested the interact across profile
+ permission in its manifest.
+
+setHasShortcutHostPermission(boolean) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+
+
+setHasVibrator(boolean) - Method in class org.robolectric.shadows.ShadowVibrator
+
+
+
+setHead(Message) - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+setHead(Message) - Method in class org.robolectric.shadows.ShadowMessageQueue
+
+Sets the current Message at the top of the queue.
+
+setHead(Message) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+setHeader(String, String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setHeader(Header) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setHeader(Header) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+setHeaderIcon(int) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setHeaderIcon(Drawable) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setHeaders(Header[]) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setHeaderTitle(int) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setHeaderTitle(CharSequence) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setHeaderView(View) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setHeadlessSystemUserMode(boolean) - Static method in class org.robolectric.shadows.ShadowUserManager
+
+Updates headless system user mode.
+
+setHearingAidCompatibilitySupported(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setHeight(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+setHeight(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the height available to the application for this display.
+
+setHeight(int) - Method in class org.robolectric.shadows.ShadowDisplayManager.ModeBuilder
+
+setHeight(int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setHeight(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+setHeight(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+setHeightAboveFloorMeters(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setHeightAboveFloorUncertaintyMeters(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setHidden(boolean) - Method in class org.robolectric.shadows.ModuleInfoBuilder
+
+Sets whether or not the module is hidden
+
+setHitTestResult(WebView.HitTestResult) - Method in class org.robolectric.shadows.ShadowWebView
+
+
+
+setHost(AppWidgetHost) - Method in class org.robolectric.shadows.ShadowAppWidgetHostView
+
+setIccId(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setIccId(String) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+Deprecated.
+
+
+
+setIccId(String) - Method in class org.robolectric.shadows.UiccPortInfoBuilder
+
+setIcon(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setIcon(int) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setIcon(int) - Method in class org.robolectric.shadows.ShadowAlertController
+
+setIcon(Drawable) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setIcon(Drawable) - Method in class org.robolectric.fakes.RoboSubMenu
+
+setIconMaxHeight(int) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+
+
+setIconMaxWidth(int) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+
+
+setIconTint(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setId(int) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setId(int) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setId(int) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setId(int) - Method in class org.robolectric.shadows.ShadowInformationElement.Builder
+
+setId(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setId(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setIdAttribute(String) - Method in interface org.robolectric.android.AttributeSetBuilder
+
+Set the id attribute to the given value.
+
+setIdAttribute(String) - Method in class org.robolectric.android.AttributeSetBuilderImpl
+
+setIdExt(int) - Method in class org.robolectric.shadows.ShadowInformationElement.Builder
+
+setIdleConnectionTimeout(long) - Method in class org.robolectric.shadows.ShadowSQLiteOpenHelper
+
+setIdleState(Scheduler.IdleState) - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+setIdleState(Scheduler.IdleState) - Method in class org.robolectric.util.Scheduler
+
+Sets the current idling state of this
Scheduler
.
+
+setIdlingResourceTimeout(long, TimeUnit) - Static method in class org.robolectric.android.internal.LocalUiController
+
+Sets the error timeout for idling resources.
+
+setIgnoreUncaughtExceptions(boolean) - Static method in class org.robolectric.shadows.ShadowPausedLooper
+
+Deprecated.
+
+
+
+setIgnoringBatteryOptimizations(String, boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+setImei(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setImei(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Set the IMEI returned by getImei().
+
+setImportance(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setImportance(int) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+setImsAvailableOnDevice(boolean) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Sets whether IMS is available on the device.
+
+setImsRegistered(int) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Triggers RegistrationCallback#onRegistered(int)
for all registered RegistrationCallback
callbacks.
+
+setImsRegistered(ImsRegistrationAttributes) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+setImsRegistering(int) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Triggers RegistrationCallback#onRegistering(int)
for all registered RegistrationCallback
callbacks.
+
+setImsRegistering(ImsRegistrationAttributes) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+setImsUnregistered(ImsReasonInfo) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Triggers RegistrationCallback#onUnregistered(ImsReasonInfo)
for all registered RegistrationCallback
callbacks.
+
+setIndicator(View) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+setIndicator(CharSequence) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+setIndicator(CharSequence, Drawable) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+setInetAddress(InetAddress) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setInexactRepeating(int, long, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setInitialApplication(Application) - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+setInitialized(boolean) - Method in class org.robolectric.shadows.ShadowAudioEffect
+
+
+
+setInMultiWindowMode(boolean) - Method in class org.robolectric.shadows.ShadowActivity
+
+
+
+setInput(InputStream, String) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+setInput(Reader) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+setInputDevices(List<AudioDeviceInfo>) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+setInputMethodInfoList(List<InputMethodInfo>) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+
+
+setinRestrictedInputMode(boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+Deprecated.
+
+
+
+setInRestrictedInputMode(boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setInstalledAccessibilityServiceList(List<AccessibilityServiceInfo>) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setInstallerPackageName(String, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setInstallNonMarketApps(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+
+
+setInstallSourceInfo(String, String, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Adds install source information for a package.
+
+setInstanceId(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setInstrumentation(Instrumentation) - Method in interface org.robolectric.shadows.ShadowActivityThread._ActivityThread_
+
+setInstrumentedPackages(String...) - Method in class org.robolectric.annotation.Config.Builder
+
+setIntent(Intent) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setIntentRedelivery(boolean) - Method in class org.robolectric.shadows.ShadowIntentService
+
+setInteractAcrossProfilesAppOp(int) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Forces the {code interact_across_profile} AppOps for the current package.
+
+setInteractAcrossProfilesAppOp(String, int) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+
+
+setInteractiveUiTimeout(int) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setInterface(UsbInterface) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+No-op on Robolectrict.
+
+setInterface(String) - Method in class org.robolectric.shadows.ShadowWifiP2pGroup
+
+setInternalPath(File) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setInterruptionFilter(int) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Currently does not support checking for granted policy access.
+
+setInTouchMode(boolean) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+setIntProperty(int, int) - Method in class org.robolectric.shadows.ShadowBatteryManager
+
+setInvalidStateBehavior(ShadowMediaPlayer.InvalidStateBehavior) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Specifies how the media player should behave when a method is invoked in an invalid state.
+
+setIs5GHzBandSupported(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets whether 5ghz band is supported.
+
+setIs64Bit(boolean) - Static method in class org.robolectric.shadows.ShadowVMRuntime
+
+Sets whether the VM is running in 64-bit mode.
+
+setIs80211mcMeasurement(boolean) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setIsActive(boolean) - Method in class org.robolectric.shadows.UiccPortInfoBuilder
+
+setIsApex(boolean) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Sets is apex.
+
+setIsApkInApex(boolean) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Sets is apk in apex.
+
+setIsBluetoothScoAvailableOffCall(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setIsBluetoothSupported(boolean) - Static method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Determines if getDefaultAdapter() returns the default local adapter (true) or null (false).
+
+setIsCellularDataAvailable(boolean) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setIsCharging(boolean) - Method in class org.robolectric.shadows.ShadowBatteryManager
+
+setIsConditionallyBarred(boolean) - Method in class org.robolectric.shadows.BarringInfoBuilder.BarringServiceInfoBuilder
+
+setIsContentCaptureEnabled(boolean) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+
+
+setIsDataConnectionAllowed(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setIsDefaultBrightnessConfig(boolean) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setIsDemoUser(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setIsDeviceIdleMode(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setIsDeviceLightIdleMode(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setIsDeviceLocked(boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setIsDeviceLocked(int, boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setIsDeviceSecure(boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setIsDeviceSecure(int, boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setIsDexOptNeeded(boolean) - Static method in class org.robolectric.shadows.ShadowDexFile
+
+Sets the value to be returned when isDexOptNeeded() is called with any argument.
+
+setIsDexOptNeededError(Throwable) - Static method in class org.robolectric.shadows.ShadowDexFile
+
+Sets the throwable that will be thrown when isDexOptNeeded() is called.
+
+setIsEmbedded(boolean) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setIsEmulated(boolean) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setIsEnabled(boolean) - Method in class org.robolectric.shadows.PhoneAccountBuilder
+
+setIsEnabled(boolean) - Method in class org.robolectric.shadows.ShadowEuiccManager
+
+
+
+setIsEncoder(boolean) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+Sets codec role.
+
+setIsEncoder(boolean) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+Sets the codec role.
+
+setIsEuicc(boolean) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setIsEuicc(boolean) - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+setIsExtendedApduSupported(boolean) - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+setIsExternalStorageEmulated(boolean) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+setIsExternalStorageLegacy(boolean) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+setIsGooglePlayServicesAvailable(int) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+setIsGuestUser(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setIsHardwareAccelerated(boolean) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+Sets whether the codec is hardware accelerated or not.
+
+setIsHardwareDetected(boolean) - Method in class org.robolectric.shadows.ShadowFingerprintManager
+
+
+
+setIsInCall(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+setIsInteractive(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Deprecated.
+
+
+
+setIsKeyguardSecure(boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+
+
+setIsLeExtendedAdvertisingSupported(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Sets the isLeExtendedAdvertisingSupported to enable/disable LE extended advertisements feature
+
+setIsLightDeviceIdleMode(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setIsLinkedUser(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setIsLowRamDevice(boolean) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+Override the return value of isLowRamDevice().
+
+setIsManualSelection(boolean) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setIsMultipleAdvertisementSupported(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Sets the value for ShadowBluetoothAdapter.isMultipleAdvertisementSupported
.
+
+setIsMultipleEnabledProfilesSupported(boolean) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setIsMusicActive(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setIsNative(boolean) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setIsNavigationBarVisible(boolean) - Static method in class org.robolectric.shadows.ShadowViewRootImpl
+
+Allows other shadows to set the state of ShadowViewRootImpl.isNavigationBarVisible
.
+
+setIsNetworkRoaming(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setIsOnDeviceRecognitionAvailable(boolean) - Static method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+setIsOpportunistic(boolean) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setIsPowerSaveMode(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+setIsPresent(boolean) - Static method in class org.robolectric.shadows.ShadowGeocoder
+
+
+
+setIsPrimary(boolean) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setIsPrimaryUser(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setIsRebootingUserspaceSupported(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setIsRemovable(boolean) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setIsRemovable(boolean) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setIsRemovable(boolean) - Method in class org.robolectric.shadows.UiccSlotInfoBuilder
+
+setIsRequestPinShortcutSupported(boolean) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+setIsRestrictedProfile(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setIsScanAlwaysAvailable(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setIsScreenOn(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Deprecated.
+
+
+
+setIsSetWallpaperAllowed(boolean) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+setIsSmsCapable(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setIsSoftwareOnly(boolean) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+Sets whether the codec is softwrare only or not.
+
+setIsStaged(boolean) - Method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Sets the staged status of the rollback.
+
+setIsStatusBarVisible(boolean) - Static method in class org.robolectric.shadows.ShadowViewRootImpl
+
+Allows other shadows to set the state of ShadowViewRootImpl.isStatusBarVisible
.
+
+setIsStreamMute(int, boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setIsSyncable(Account, String, int) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+setIsSystemUser(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setIsTaskRoot(boolean) - Method in class org.robolectric.shadows.ShadowActivity
+
+setIsThroughputSufficient(boolean) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setIsUniqueDeviceAttestationSupported(boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setIsUsbDataSignalingEnabled(boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets USB signaling device restriction.
+
+setIsUserEnabled(int, boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+setIsUserResolvableError(boolean) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+setIsUsingCarrierAggregation(boolean) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+
+
+setIsVendor(boolean) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+Sets the codec provider.
+
+setIsVisible(boolean) - Method in class org.robolectric.shadows.RunningTaskInfoBuilder
+
+setIsWakeLockLevelSupported(int, boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+setIsWallpaperSupported(boolean) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+setIsWifiScoringEnabled(boolean) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setItemId(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setIUwbAdapter(IUwbAdapter) - Method in class org.robolectric.shadows.RangingSessionBuilder
+
+setIwlanPreferred(boolean) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setJavaScriptCanOpenWindowsAutomatically(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setJavaScriptEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setJulianDay(int) - Method in class org.robolectric.shadows.ShadowTime
+
+setKeepScreenOn(boolean) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+setKeyguardDisabledFeatures(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setKeyguardLocked(boolean) - Method in class org.robolectric.shadows.ShadowKeyguardManager
+
+Sets whether the device keyguard is locked or not.
+
+setKeyPrefix_native(long, String) - Static method in class org.robolectric.shadows.ShadowBackupDataOutput
+
+setLabeledBy(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setLabelFor(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setLanguage(Locale) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+setLastBrightness(float) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setLastKnownLocation(String, Location) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Deprecated.
+
+
+
+setLastNonConfigurationInstance(Object) - Method in class org.robolectric.shadows.ShadowActivity
+
+Deprecated.
+
+
+
+setLastNonConfigurationInstances(Object) - Method in interface org.robolectric.shadows._Activity_
+
+setLastOutgoingCall(String) - Static method in class org.robolectric.shadows.ShadowCallLogCalls
+
+
+
+setLastPoint(float, float) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+setLastTimeConnectedMs(long) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setLastTimeStamp(long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+setLastTimeUsed(long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+setLatestDialog(ShadowDialog) - Static method in class org.robolectric.shadows.ShadowDialog
+
+setLatestListPopupWindow(ListPopupWindow) - Method in class org.robolectric.shadows.ShadowApplication
+
+setLatestPopupMenu(ShadowPopupMenu) - Method in class org.robolectric.shadows.ShadowApplication
+
+setLatestPopupMenu(ShadowPopupMenu) - Static method in class org.robolectric.shadows.ShadowPopupMenu
+
+setLatestPopupWindow(PopupWindow) - Method in class org.robolectric.shadows.ShadowApplication
+
+setLatitude(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setLatitudeUncertainty(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setLayer(int) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setLayerType(int, Paint) - Method in class org.robolectric.shadows.ShadowView
+
+setLayoutAlgorithm(WebSettings.LayoutAlgorithm) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setLayoutParams(ViewGroup.LayoutParams) - Method in class org.robolectric.shadows.ShadowWebView
+
+setLci(byte[]) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setLciRegisteredLocationAgreement(Boolean) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setLciVersion(int) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setLcr(byte[]) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setLeft(int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setLeft(int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setLeftTopRightBottom(int, int, int, int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setLeftTopRightBottom(int, int, int, int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setLetterSpacing(float) - Method in class org.robolectric.shadows.ShadowPaint
+
+setLibraries(String...) - Method in class org.robolectric.annotation.Config.Builder
+
+setLightTouchEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setLine1Number(PhoneAccountHandle, String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+setLine1Number(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setLinkDownstreamBandwidthKbps(Object) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+Sets the LinkDownstreamBandwidthKbps of the NetworkCapabilities.
+
+setLinkProperties(LinkProperties) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setLinkProperties(Network, LinkProperties) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+Sets the LinkProperties for the given Network.
+
+setLinkSpeed(int) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setLinkSpeedMbps(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setLoadsImagesAutomatically(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setLoadWithOverviewMode(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setLocale(String) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+setLocale(Locale) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setLocale(Locale) - Method in class org.robolectric.shadows.ShadowCaptioningManager
+
+
+
+setLocalState(Object) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setLocationEnabled(boolean) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+On P and above, turns location on or off.
+
+setLocationEnabledForUser(boolean, UserHandle) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+setLocationMode(int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+On pre-P devices, sets the device location mode.
+
+setLocationPowerSaveMode(int) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+
+
+setLocationProviderEnabled(ContentResolver, String, boolean) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+setLocationProviderEnabledForUser(ContentResolver, String, boolean, int) - Static method in class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+setLocked(boolean) - Method in class org.robolectric.shadows.ShadowTileService
+
+setLockScreenAllowPrivateNotifications(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+setLockScreenShowNotifications(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+setLockTaskFeatures(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setLockTaskModeState(int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+
+
+setLockTaskPackages(ComponentName, String[]) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setLoggable(String, int) - Static method in class org.robolectric.shadows.ShadowLog
+
+
+
+setLogicalSlotIndex(int) - Method in class org.robolectric.shadows.UiccPortInfoBuilder
+
+setLongitude(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setLongitudeUncertainty(double) - Method in class org.robolectric.shadows.ResponderLocationBuilder
+
+setLongOperatorName(String) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setLongOperatorName(String) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setLongProperty(int, long) - Method in class org.robolectric.shadows.ShadowBatteryManager
+
+setLongSupportMessage(ComponentName, CharSequence) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setLooping(boolean) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setLowPowerStandbyEnabled(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+setLowPowerStandbySupported(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+setLuxTimestamps(long[]) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setLuxValues(float[]) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setMacAddress(String) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setMainThread(Thread) - Static method in class org.robolectric.RuntimeEnvironment
+
+Sets the main thread.
+
+setManageBlockNumbersIntent(Intent) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+setManagedProfile(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setManifest(String) - Method in class org.robolectric.annotation.Config.Builder
+
+setManifestShortcuts(List<ShortcutInfo>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+
+
+setManufacturer(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setMasterScheduler(Scheduler) - Static method in class org.robolectric.RuntimeEnvironment
+
+Sets the current master scheduler.
+
+setMasterSyncAutomatically(boolean) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+setMavenProxyHost(String) - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+setMavenProxyPort(int) - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+setMavenRepositoryId(String) - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+setMavenRepositoryPassword(String) - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+setMavenRepositoryUrl(String) - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+setMavenRepositoryUserName(String) - Static method in class org.robolectric.MavenRoboSettings
+
+Deprecated.
+
+setMaxDownlinkBitRate(long) - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+setMaxDownlinkBitRate(long) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setMaxDuration(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setMaxFileSize(long) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setMaxFileSize(long) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setMaximumFailedPasswordsForWipe(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setMaximumRange(float) - Method in class org.robolectric.shadows.ShadowSensor
+
+
+
+setMaximumTimeToLock(ComponentName, long) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setMaxNumFocusAreas(int) - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+Allows test cases to set the maximum number of focus areas.
+
+setMaxNumMeteringAreas(int) - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+Allows test cases to set the maximum number of metering areas.
+
+setMaxSdk(int) - Method in class org.robolectric.annotation.Config.Builder
+
+setMaxShortcutCountPerActivity(int) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+
+
+setMaxSupportedUsers(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+setMaxTransceiveLength(int) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+setMaxUplinkBitRate(long) - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+setMaxUplinkBitRate(long) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setMaxVolume(int) - Method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+setMcc(String) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setMcc(String) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setMcc(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setMediaFormat(MediaFormat) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+Sets media format.
+
+setMediaInfoProvider(ShadowMediaPlayer.MediaInfoProvider) - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+setMediaPlaybackRequiresUserGesture(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setMeid(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setMeid(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Set the MEID returned by getMeid().
+
+setMemoryClass(int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+setMemoryInfo(ActivityManager.MemoryInfo) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+setMessage(CharSequence) - Method in class org.robolectric.shadows.ShadowAlertController
+
+setMessageBody(String) - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+setMetadata(int, byte[]) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setMetadata(MediaMetadata) - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+setMetric(int, long) - Method in class org.robolectric.shadows.FrameMetricsBuilder
+
+Sets the given metric to the given value.
+
+setMetrics(DataSource, PersistableBundle) - Static method in class org.robolectric.shadows.ShadowMediaExtractor
+
+
+
+setMicrophoneMute(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setMinBufferSize(int) - Static method in class org.robolectric.shadows.ShadowAudioTrack
+
+In the real class, the minimum buffer size is estimated from audio sample rate and other
+ factors.
+
+setMinimumFontSize(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setMinimumLogicalFontSize(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setMinSdk(int) - Method in class org.robolectric.annotation.Config.Builder
+
+setMixedContentMode(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setMmTelCapabilitiesAvailable(MmTelFeature.MmTelCapabilities) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+
+
+setMnc(String) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setMnc(String) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setMnc(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setMobileRxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setMobileRxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setMobileTxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setMobileTxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setMode(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setMode(int, int, String, int) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+
+
+setMode(String, int, String, int) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Change the operating mode for the given op in the given app package.
+
+setModel(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setModuleProperties(SoundTrigger.ModuleProperties) - Method in class org.robolectric.shadows.ShadowSoundTriggerManager
+
+Set SoundTrigger.ModuleProperties
, value will returned for the following
+ getModuleProperties
call.
+
+setMtpReserveSize(long) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setMutable(boolean) - Method in class org.robolectric.shadows.ShadowBitmap
+
+setMutable(boolean) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setMutable(boolean) - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+setMuted(boolean) - Method in class org.robolectric.shadows.ShadowInCallService
+
+setMyParent(ViewParent) - Method in class org.robolectric.shadows.ShadowView
+
+setName(CharSequence) - Method in class org.robolectric.shadows.ModuleInfoBuilder
+
+Sets the public name of the module
+
+setName(String) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder
+
+Sets the codec name.
+
+setName(String) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setName(String) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setName(String) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the name for this display.
+
+setName(String) - Method in class org.robolectric.shadows.ShadowTrace.Counter.Builder
+
+setName(String) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setNameForUid(int, String) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setNanoTime(long) - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+setNanoTime(long) - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+
+
+setNativeCallHandler(NativeCallHandler) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+setNaturallyPortrait(int, boolean) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Changes the display to be naturally portrait or landscape.
+
+setNavBarMode(int) - Method in class org.robolectric.shadows.ShadowStatusBarManager
+
+setNavDump(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setNci(long) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setNdefPushMessage(NdefMessage, Activity, Activity...) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Mocks setting NDEF push message so that it could be verified in the test.
+
+setNdefPushMessageCallback(NfcAdapter.CreateNdefMessageCallback, Activity, Activity...) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+setNearbyAppStreamingPolicy(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setNearbyNotificationStreamingPolicy(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setNeedInitialFocus(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setNetworkCapabilities(Network, NetworkCapabilities) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+setNetworkCountryIso(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setNetworkId(int) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setNetworkInfo(int, NetworkInfo) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+setNetworkName(String) - Method in class org.robolectric.shadows.ShadowWifiP2pGroup
+
+setNetworkOperator(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setNetworkOperatorName(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setNetworkOperatorNameForPhone(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setNetworkPreference(int) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+setNetworkRegistrationInfoList(List<NetworkRegistrationInfo>) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setNetworkRoamingStatus(int, boolean) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+If isNetworkRoaming is set, it will mark the provided sim subscriptionId as roaming in a local
+ cache.
+
+setNetworkSpecifier(NetworkSpecifier) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+
+
+setNetworkSpecifier(String) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+
+
+setNetworkSpecifier(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setNetworkTimeAvailable(boolean) - Static method in class org.robolectric.shadows.ShadowSystemClock
+
+Sets whether network time is available.
+
+setNetworkType(int) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setNetworkType(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Deprecated.
+
+
+
+setNext(Message) - Method in class org.robolectric.shadows.ShadowLegacyMessage
+
+setNext(Message) - Method in class org.robolectric.shadows.ShadowMessage
+
+Convenience method to provide setter access to the private field Message.next
.
+
+setNext(Message) - Method in class org.robolectric.shadows.ShadowPausedMessage
+
+setNextActionFailure(int) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+setNextDatabaseIdForInserts(int) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+Deprecated.
+
+
+
+setNextFocusRequestResponse(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setNextTransceiveResponse(byte[]) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+setNfcHardwareExists(boolean) - Static method in class org.robolectric.shadows.ShadowNfcAdapter
+
+
+
+setNightDisplayActivated(boolean) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+setNightDisplayAutoMode(int) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+setNightDisplayColorTemperature(int) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+setNightMode(boolean) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setNightMode(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+setNightModeActivatedForCustomMode(int, boolean) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+setNightModeCustomType(int) - Method in class org.robolectric.shadows.ShadowUIModeManager
+
+setNonInteractiveUiTimeout(int) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setNotification(JobParameters, int, Notification, int) - Method in class org.robolectric.shadows.ShadowJobService
+
+Stubbed out for now, as the real implementation throws an NPE when executed in Robolectric.
+
+setNotificationAccess(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+setNotificationDelegate(String) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+setNotificationListenerAccessGranted(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+
+
+setNotificationPolicy(NotificationManager.Policy) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+Currently does not support checking for granted policy access.
+
+setNotificationPolicyAccessGranted(boolean) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+
+
+setNotificationsEnabled(boolean) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+setNotificationUri(ContentResolver, Uri) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+setNotificationUri(ContentResolver, Uri) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+setNotifyOnDeviceNearby(boolean) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setNrarfcn(int) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setNrFrequencyRange(int) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setNumAttemptedMeasurements(int) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setNumber(String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setNumericShortcut(char) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setNumSuccessfulMeasurements(int) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setOffloadPlaybackSupport(AudioFormat, AudioAttributes, int) - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+
+
+setOffloadSupported(AudioFormat, AudioAttributes, boolean) - Static method in class org.robolectric.shadows.ShadowAudioSystem
+
+
+
+setOffscreenPreRaster(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setOnActionExpandListener(MenuItem.OnActionExpandListener) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setOnCancelListener(DialogInterface.OnCancelListener) - Method in class org.robolectric.shadows.ShadowDialog
+
+setOnClickListener(View.OnClickListener) - Method in class org.robolectric.shadows.ShadowView
+
+setOnCompletionListener(MediaPlayer.OnCompletionListener) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setOnCompletionListener(MediaPlayer.OnCompletionListener) - Method in class org.robolectric.shadows.ShadowVideoView
+
+setOnCreateContextMenuListener(View.OnCreateContextMenuListener) - Method in class org.robolectric.shadows.ShadowView
+
+setOnDeviceTranslationCapabilities(int, int, Set<TranslationCapability>) - Method in class org.robolectric.shadows.ShadowTranslationManager
+
+setOnDoubleTapListener(GestureDetector.OnDoubleTapListener) - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+setOnEditorActionListener(TextView.OnEditorActionListener) - Method in class org.robolectric.shadows.ShadowTextView
+
+setOnErrorListener(MediaPlayer.OnErrorListener) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setOnErrorListener(MediaPlayer.OnErrorListener) - Method in class org.robolectric.shadows.ShadowVideoView
+
+setOnErrorListener(MediaRecorder.OnErrorListener) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setOneShotPreviewCallback(Camera.PreviewCallback) - Method in class org.robolectric.shadows.ShadowCamera
+
+setOnExitAnimationListener(SplashScreen.OnExitAnimationListener) - Method in class org.robolectric.fakes.RoboSplashScreen
+
+setOnFocusChangeListener(View.OnFocusChangeListener) - Method in class org.robolectric.shadows.ShadowView
+
+setOnInfoListener(MediaPlayer.OnInfoListener) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setOnInfoListener(MediaRecorder.OnInfoListener) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setOnItemSelectedListener(AdapterView.OnItemSelectedListener) - Method in class org.robolectric.shadows.ShadowAdapterView
+
+setOnLoadCompleteListener(SoundPool.OnLoadCompleteListener) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+setOnLongClickListener(View.OnLongClickListener) - Method in class org.robolectric.shadows.ShadowView
+
+setOnMenuItemClickListener(MenuItem.OnMenuItemClickListener) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setOnMenuItemClickListener(PopupMenu.OnMenuItemClickListener) - Method in class org.robolectric.shadows.ShadowPopupMenu
+
+setOnNdefPushCompleteCallback(NfcAdapter.OnNdefPushCompleteCallback, Activity, Activity...) - Method in class org.robolectric.shadows.ShadowNfcAdapter
+
+Sets callback that should be used on successful Android Beam (TM).
+
+setOnPerformActionListener(ShadowAccessibilityNodeInfo.OnPerformActionListener) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Configure the return result of an action if it is performed
+
+setOnPreparedListener(MediaPlayer.OnPreparedListener) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setOnPreparedListener(MediaPlayer.OnPreparedListener) - Method in class org.robolectric.shadows.ShadowVideoView
+
+setOnScrollListener(AbsListView.OnScrollListener) - Method in class org.robolectric.shadows.ShadowAbsListView
+
+setOnSeekBarChangeListener(SeekBar.OnSeekBarChangeListener) - Method in class org.robolectric.shadows.ShadowSeekBar
+
+setOnSeekCompleteListener(MediaPlayer.OnSeekCompleteListener) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setOnSystemUiVisibilityChangeListener(View.OnSystemUiVisibilityChangeListener) - Method in class org.robolectric.shadows.ShadowView
+
+setOnTabChangedListener(TabHost.OnTabChangeListener) - Method in class org.robolectric.shadows.ShadowTabHost
+
+setOnTechnologyChangeFailed(int, ImsReasonInfo) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+Triggers RegistrationCallback#onTechnologyChangeFailed(int, ImsReasonInfo)
for all
+ registered RegistrationCallback
callbacks.
+
+setOnTouchListener(View.OnTouchListener) - Method in class org.robolectric.shadows.ShadowView
+
+setOnValueChangedListener(NumberPicker.OnValueChangeListener) - Method in class org.robolectric.shadows.ShadowNumberPicker
+
+setOnZoomListener(ZoomButtonsController.OnZoomListener) - Method in class org.robolectric.shadows.ShadowZoomButtonsController
+
+setOpenSourceSoftwareLicenseInfo(String) - Method in class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+setOperatorName(String, String, String) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setOrder(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setOrganizationColor(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setOrganizationName(ComponentName, CharSequence) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets organization name.
+
+setOrganizationOwnedDeviceWithManagedProfile(boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+setOuterContext(Context) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+setOutputDevices(List<AudioDeviceInfo>) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+
+
+setOutputFile(String) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setOutputFormat(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setOutputStream(PipedOutputStream) - Method in class org.robolectric.shadows.ShadowBluetoothSocket
+
+Set the output stream.
+
+setPackage(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setPackageArchiveInfo(String, PackageInfo) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setPackageName(String) - Method in class org.robolectric.annotation.Config.Builder
+
+setPackageName(String) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setPackageName(String) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setPackageName(String) - Method in class org.robolectric.shadows.ModuleInfoBuilder
+
+Sets the package name of the module
+
+setPackageName(String) - Method in class org.robolectric.shadows.ShadowMediaController
+
+Saves the package name for use inside the shadow.
+
+setPackageName(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+setPackageName(String) - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+setPackageName(String) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setPackageRolledBackFrom(VersionedPackage) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Sets the version packaged rolled back from.
+
+setPackageRolledBackTo(VersionedPackage) - Method in class org.robolectric.shadows.PackageRollbackInfoBuilder
+
+Sets the version packaged rolled back to.
+
+setPackages(List<PackageRollbackInfo>) - Method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Sets the packages of the rollback.
+
+setPackagesForCallingUid(String...) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setPackagesForUid(int, String...) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setPackagesSuspended(ComponentName, String[], boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPackagesSuspended(Object, Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setPackagesSuspended(String[], boolean, PersistableBundle, PersistableBundle, String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setPackagesSuspendedAsUser(String[], boolean, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setPackageUid(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setPairingConfirmation(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setParameters(Camera.Parameters) - Method in class org.robolectric.shadows.ShadowCamera
+
+setParameters(String) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setParams(HttpParams) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setParams(HttpParams) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+setParent(Activity) - Method in class org.robolectric.shadows.ShadowActivity
+
+Allow setting of Parent fragmentActivity (for unit testing purposes only)
+
+setPassphrase(String) - Method in class org.robolectric.shadows.ShadowWifiP2pGroup
+
+setPassword(Account, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+setPasswordComplexity(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the password complexity.
+
+setPasswordExpiration(ComponentName, long) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the password expiration time for a particular admin.
+
+setPasswordExpirationTimeout(ComponentName, long) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordHistoryLength(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumLength(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumLetters(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumLowerCase(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumNonLetter(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumNumeric(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumSymbols(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordMinimumUpperCase(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasswordQuality(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPasteable(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setPastSigningCertificates(Signature[]) - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+Sets the history of Signatures for this package.
+
+setPath(String) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setPathEffect(PathEffect) - Method in class org.robolectric.shadows.ShadowPaint
+
+setPaused(boolean) - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+Sets whether posting a frame should auto advance the clock or not.
+
+setPaused(boolean) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+setPaused(boolean) - Method in class org.robolectric.shadows.ShadowLooper
+
+Control the paused state of the Looper.
+
+setPaused(boolean) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+setPci(int) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setPci(int) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setPendingIntentCallbackResultCode(int) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+setPermission(String) - Method in class org.robolectric.manifest.BroadcastReceiverData
+
+setPermission(String) - Method in class org.robolectric.manifest.ServiceData
+
+setPermissionGrantState(ComponentName, String, String, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPermissionPolicy(ComponentName, int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setPermittedAccessibilityServices(ComponentName, List<String>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets permitted accessibility services.
+
+setPermittedInputMethods(ComponentName, List<String>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets permitted input methods.
+
+setPhoneAccountHandle(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+setPhoneAccountHandleSubscriptionId(PhoneAccountHandle, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setPhoneCapability(Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setPhoneCount(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setPhoneNumber(int, String) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+
+
+setPhoneType(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setPhoneType(int, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setPhysicalSlotIndex(int) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setPictureInPicture(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setPid(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setPid(int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+Sets the identifier of this process.
+
+setPin(byte[]) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setPivotX(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setPivotX(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setPivotY(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setPivotY(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setPixel(int, int, int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setPixelFormat(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+setPixels(int[], int, int, int, int, int, int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setPlaybackInfo(MediaController.PlaybackInfo) - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+setPlaybackParams(PlaybackParams) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+setPlaybackState(PlaybackState) - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+setPluginsEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setPluginState(WebSettings.PluginState) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setPointer2(float, float) - Method in class org.robolectric.shadows.ShadowMotionEvent
+
+Deprecated.
+
+
+
+setPointerIds(int, int) - Method in class org.robolectric.shadows.ShadowMotionEvent
+
+Deprecated.
+
+
+
+setPointerIndex(int) - Method in class org.robolectric.shadows.ShadowMotionEvent
+
+Deprecated.
+
+
+
+setPolicy(EnforcingAdmin, PolicyValue<?>) - Method in class org.robolectric.shadows.PolicyStateBuilder
+
+
+
+setPolicyManagedProfiles(List<UserHandle>) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+setPortIndex(int) - Method in class org.robolectric.shadows.UiccPortInfoBuilder
+
+setPortRoles(UsbPort, int, int) - Method in interface org.robolectric.shadows.ShadowUsbManager._UsbManager_
+
+setPortRoles(Object, Object, Object) - Method in class org.robolectric.shadows.ShadowUsbManager
+
+setPorts(List<PowerManager.LowPowerStandbyPortDescription>) - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+setPorts(List<UiccPortInfo>) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+setPosition(int, int, int, int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setPosition(int, int, int, int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setPosition(Rect) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setPosition(Rect) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setPostCallbackDelay(int) - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+Deprecated.
+
+
+
+setPostCallbackDelay(int) - Static method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+
+
+setPostDialWait(String, String) - Method in class org.robolectric.shadows.ShadowInCallService
+
+Exposes IIInCallService.Stub#setPostDialWait
.
+
+setPostFrameCallbackDelay(int) - Static method in class org.robolectric.shadows.ShadowChoreographer
+
+Deprecated.
+
+
+
+setPostFrameCallbackDelay(int) - Static method in class org.robolectric.shadows.ShadowLegacyChoreographer
+
+
+
+setPowerBrightnessFactor(float) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setPreferredService(Activity, ComponentName) - Method in class org.robolectric.shadows.ShadowCardEmulation
+
+setPrefix(String) - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+setPremultiplied(boolean) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setPreparationDelay(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer.MediaInfo
+
+Sets the current preparation delay for this media.
+
+setPrepareResult(Intent) - Static method in class org.robolectric.shadows.ShadowVpnService
+
+Sets the return value of #prepare(Context).
+
+setPreviewCallback(Camera.PreviewCallback) - Method in class org.robolectric.shadows.ShadowCamera
+
+setPreviewCallbackWithBuffer(Camera.PreviewCallback) - Method in class org.robolectric.shadows.ShadowCamera
+
+setPreviewDisplay(Surface) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setPreviewDisplay(SurfaceHolder) - Method in class org.robolectric.shadows.ShadowCamera
+
+setPreviousAccountName(Account, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+setPrimaryClip(ClipData) - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+setPrioritized(int, long, long, String, Executor, AlarmManager.OnAlarmListener) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setProbeElapsedTimeSinceLastUpdateMillis(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setProbeMcsRateSinceLastUpdate(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setProbeStatusSinceLastUpdate(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setProcesses(List<ActivityManager.RunningAppProcessInfo>) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+setProcessId(int) - Method in class org.robolectric.shadows.ShadowEventLog.EventBuilder
+
+setProcessName(String) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setProcessName(String) - Method in interface org.robolectric.shadows.ShadowActivityThread._AppBindData_
+
+setProcessName(String) - Static method in class org.robolectric.shadows.ShadowApplication
+
+
+
+setProcessName(String) - Static method in class org.robolectric.shadows.ShadowProcess
+
+
+
+setProcessStateSummary(byte[]) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setProduct(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setProductId(int) - Method in class org.robolectric.shadows.ShadowInputDevice
+
+setProfileClass(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setProfileConnectionState(int, int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Sets the connection state state
for the given BluetoothProfile profile
+
+setProfileIsLocked(UserHandle, boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+setProfileLevels(MediaCodecInfo.CodecProfileLevel[]) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+Sets profiles and levels.
+
+setProfileOwner(ComponentName) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the admin as active admin and profile owner.
+
+setProfileOwnerName(int, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setProfileProxy(int, BluetoothProfile) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Sets the active BluetoothProfile proxy
for the given profile
.
+
+setProgressStyle(int) - Method in class org.robolectric.shadows.ShadowProgressDialog
+
+setProperty(String, Object) - Method in class org.robolectric.android.XmlResourceParserImpl
+
+setProvideDataResult(Integer) - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+setProvideDataStreamResult(Integer) - Method in class org.robolectric.shadows.ShadowWearableSensingManager
+
+setProviderEnabled(String, boolean) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Sets the given provider enabled or disabled.
+
+setProviderInfo(ActivityInfo) - Method in class org.robolectric.shadows.AppWidgetProviderInfoBuilder
+
+setProviderProperties(String, ShadowLocationManager.ProviderProperties) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Sets the properties of the given provider.
+
+setProvisionVpnProfileResult(Intent) - Method in class org.robolectric.shadows.ShadowVpnManager
+
+Sets the return value of #provisionVpnProfile(PlatformVpnProfile).
+
+setProxyForNetwork(Network, ProxyInfo) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+setPss(long) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setQci(int) - Method in class org.robolectric.shadows.EpsBearerQosSessionAttributesBuilder
+
+setQfi(int) - Method in class org.robolectric.shadows.NrQosSessionAttributesBuilder
+
+setQualifiers(String) - Method in class org.robolectric.annotation.Config.Builder
+
+setQualifiers(String) - Static method in class org.robolectric.RuntimeEnvironment
+
+Overrides the current device configuration.
+
+setQuery(Uri, String[], String, String[], String) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+setQuery(Uri, String[], String, String[], String) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+setQwertyMode(boolean) - Method in class org.robolectric.fakes.RoboMenu
+
+setRadioVersion(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setRangeResults(List<RangingResult>) - Method in class org.robolectric.shadows.ShadowWifiRttManager
+
+This method sets the RangingResults that are passed to the RangingResultCallback when the
+ shadow startRanging method is called.
+
+setRatingType(int) - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+setReadPhoneNumbersPermission(boolean) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+When set to false methods requiring
android.Manifest.permission.READ_PHONE_NUMBERS
+ permission will throw a
SecurityException
.
+
+setReadPhoneStatePermission(boolean) - Method in class org.robolectric.shadows.ShadowCarrierConfigManager
+
+setReadPhoneStatePermission(boolean) - Method in class org.robolectric.shadows.ShadowSubscriptionManager
+
+When set to false methods requiring
android.Manifest.permission.READ_PHONE_STATE
+ permission will throw a
SecurityException
.
+
+setReadPhoneStatePermission(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+When set to false methods requiring
android.Manifest.permission.READ_PHONE_STATE
+ permission will throw a
SecurityException
.
+
+setReadPhoneStatePermission(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setRealHeight(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the simulated physical height for this display.
+
+setRealUid(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setRealWidth(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the simulated physical width for this display.
+
+setReason(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setReasonPhrase(String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setRectToRect(RectF, RectF, Matrix.ScaleToFit) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setReferenceCounted(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+setReferenceCounted(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock
+
+setReferenceCounted(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock
+
+setRefreshRate(float) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the refresh rate for this display.
+
+setRefreshRate(float) - Method in class org.robolectric.shadows.ShadowDisplayManager.ModeBuilder
+
+setRefreshReturnValue(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setRegisterContentProviderException(Uri, RuntimeException) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+setRegistered(boolean) - Method in class org.robolectric.shadows.CellInfoLteBuilder
+
+setRegistered(boolean) - Method in class org.robolectric.shadows.CellInfoNrBuilder
+
+setRegisteredPlmn(String) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setRegistrationState(int) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setRegistrationState(int, int) - Static method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+setRegistrationTransportType(int, int) - Static method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+setRejectCause(int) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setRemoveAccountIntent(Intent) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+setRenderPriority(WebSettings.RenderPriority) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setRepeatCount(int) - Method in class org.robolectric.shadows.ShadowValueAnimator
+
+setRepeating(int, long, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setRepeatingRequest(CaptureRequest, CameraCaptureSession.CaptureCallback, Handler) - Method in class org.robolectric.shadows.ShadowCameraCaptureSessionImpl
+
+setRequestCellInfoUpdateErrorValues(int, Throwable) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setRequestedOrientation(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+setRequestPinAppWidgetSupported(boolean) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+setRequiredFeatures(String[]) - Method in class org.robolectric.shadows.MediaCodecInfoBuilder.CodecCapabilitiesBuilder
+
+Sets required features.
+
+setResetPasswordToken(ComponentName, byte[]) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setResolveInfosForIntent(Intent, List<ResolveInfo>) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+Deprecated.
+
+
+
+setResource(int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Sets a resource id as the current wallpaper.
+
+setResource(int, int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+setResourceDir(String) - Method in class org.robolectric.annotation.Config.Builder
+
+setResources(Resources) - Method in interface org.robolectric.shadows.ShadowLoadedApk._LoadedApk_
+
+setResponseBody(String) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse
+
+setRestrictBackgroundStatus(int) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+
+
+setRestriction(int, int, int, String[]) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Sets audio restrictions.
+
+setResult(boolean) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setResult(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+setResult(int, Intent) - Method in class org.robolectric.shadows.ShadowActivity
+
+setResults(Object[][]) - Method in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+setRevoked(boolean) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setRight(int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setRight(int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setRingerMode(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setRoaming(boolean) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setRoamingType(int) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setRollbackId(int) - Method in class org.robolectric.shadows.RollbackInfoBuilder
+
+Sets the id of the rollback.
+
+setRoot(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setRotate(float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setRotate(float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setRotation(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setRotation(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the rotation for this display.
+
+setRotation(int) - Method in class org.robolectric.shadows.ShadowUiAutomation
+
+setRotationX(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setRotationX(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setRotationY(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setRotationY(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setRotationZ(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setRsrp(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+setRsrq(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+setRss(long) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setRssi(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+This is equivalent to signalStrength
pre SDK Q.
+
+setRssi(int) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setRssi(int) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setRssi(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setRssnr(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+setRttSupported(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setRunQueues(ThreadLocal<HandlerActionQueue>) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setRxLinkSpeedMbps(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setSafeBrowsingEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setSafeMode(boolean) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+
+
+setSafetyCenterEnabled(boolean) - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+
+
+setSafetySourceData(String, SafetySourceData, SafetyEvent) - Method in class org.robolectric.shadows.ShadowSafetyCenterManager
+
+setSameRegisteredCell(boolean) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setSansSerifFontFamily(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setSaturationLevel(float) - Method in class org.robolectric.shadows.ShadowDisplayManager
+
+Sets the current display saturation level.
+
+setSaturationLevel(float) - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+setSaturationLevel(int) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+setSaveFormData(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setSavePassword(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setScale(float, boolean) - Method in class org.robolectric.shadows.ShadowMagnificationController
+
+setScale(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setScale(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setScaledDensity(float) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Deprecated.
+
+
+
+setScaleFactor(float) - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+setScaleX(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setScaleX(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setScaleY(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setScaleY(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setScanMode(int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+Needs looseSignatures because in Android T the return value of this method was changed from
+ bool to int.
+
+setScanMode(int, int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setScanMode(int, long) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setScanResults(List<ScanResult>) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setScheduledRunnable(Runnable) - Method in class org.robolectric.shadows.ShadowLegacyMessage
+
+setScheduledRunnable(Runnable) - Method in class org.robolectric.shadows.ShadowMessage
+
+Stores the
Runnable
instance that has been scheduled to invoke this message.
+
+setScheduledRunnable(Runnable) - Method in class org.robolectric.shadows.ShadowPausedMessage
+
+setScheduler(Scheduler) - Method in class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+setScheduler(Scheduler) - Method in class org.robolectric.shadows.ShadowMessageQueue
+
+Set this queue's Scheduler.
+
+setScheduler(Scheduler) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+setScrollX(int) - Method in class org.robolectric.shadows.ShadowView
+
+setScrollY(int) - Method in class org.robolectric.shadows.ShadowView
+
+setSdk(int...) - Method in class org.robolectric.annotation.Config.Builder
+
+setSectionName(String) - Method in class org.robolectric.shadows.ShadowTrace.AsyncTraceSection.Builder
+
+setSecurityParams(int) - Method in class org.robolectric.shadows.ShadowWifiConfiguration
+
+setSeedAccountName(String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setSeedAccountOptions(PersistableBundle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setSeedAccountType(String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setSeekDelay(int) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Sets the length of time (ms) that seekTo() will delay before completing.
+
+setSelection(int) - Method in class org.robolectric.shadows.ShadowAbsSpinner
+
+setSelection(int, boolean) - Method in class org.robolectric.shadows.ShadowAbsSpinner
+
+setSelfManaged(boolean) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setSerial(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setSerialNumberForUser(UserHandle, long) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setSerifFontFamily(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setServiceAvailability(String, boolean) - Static method in class org.robolectric.shadows.ShadowServiceManager
+
+Sets the availability of the given system service.
+
+setServiceComponentName(ComponentName) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+
+
+setServices(List<ActivityManager.RunningServiceInfo>) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+setServiceState(ServiceState) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setSessionActiveState(int, boolean) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+setSessionActivity(PendingIntent) - Method in class org.robolectric.shadows.ShadowMediaController
+
+
+
+setSessionDetached(boolean) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Sets the boolean value indicating if a wifiAwareSession has been detached.
+
+setSessionFails(int) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+setSessionHandle(SessionHandle) - Method in class org.robolectric.shadows.RangingSessionBuilder
+
+setSessionProgress(int, float) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+setSessionSucceeds(int) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+Deprecated.
+
+setShader(Shader) - Method in class org.robolectric.shadows.ShadowPaint
+
+setShadowLayer(float, float, float, int) - Method in class org.robolectric.shadows.ShadowPaint
+
+setShadows(Class<?>...) - Method in class org.robolectric.annotation.Config.Builder
+
+setShareDataParcelFileDescriptor(ParcelFileDescriptor) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+
+
+setShortcut(char, char) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setShortcutId(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setShortOperatorName(String) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setShortOperatorName(String) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setShortSupportMessage(ComponentName, CharSequence) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setShouldRejectRequest(boolean) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+
+
+setShouldShowActivityChooser(boolean) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+If this method has been called with true, then in cases where many activities match a filter,
+ an activity chooser will be resolved instead of just the first pick.
+
+setShouldShowRequestPermissionRationale(String, boolean) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setShouldThrowSecurityExceptions(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Sets if a runtime exception is thrown when bluetooth methods with BLUETOOTH_CONNECT permission
+ pre-requisites are accessed.
+
+setShowAsAction(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setShowAsActionFlags(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setShowMode(int) - Method in class org.robolectric.shadows.ShadowSoftKeyboardController
+
+setShowWhenLocked(boolean) - Method in class org.robolectric.shadows.ShadowActivity
+
+setSignalLevelInPercent(float) - Static method in class org.robolectric.shadows.ShadowWifiManager
+
+setSignalStrength(SignalStrength) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setSignatures(Signature[]) - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+Set the current Signatures for this package.
+
+setSilenceMode(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+setSimCallManager(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+setSimCarrierId(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setSimCountryIso(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the simCountryIso
for the given subId
.
+
+setSimCountryIso(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setSimLocale(Locale) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setSimOperator(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setSimOperatorName(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setSimOperatorNameForPhone(int, String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+setSimSerialNumber(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setSimSlotIndex(int) - Method in class org.robolectric.shadows.ShadowSubscriptionManager.SubscriptionInfoBuilder
+
+setSimState(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Sets the sim state of slot 0.
+
+setSimState(int, int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+Set the sim state for the given slotIndex
.
+
+setSinCos(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setSinCos(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setSingleRepeatingRequest(CaptureRequest, Executor, CameraCaptureSession.CaptureCallback) - Method in class org.robolectric.shadows.ShadowCameraCaptureSessionImpl
+
+setSizeFromLayout() - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+setSkew(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setSkew(float, float, float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setSlotIndex(int) - Method in class org.robolectric.shadows.UiccCardInfoBuilder
+
+Deprecated.
+
+
+
+setSmartReplies(ArrayList<CharSequence>) - Method in class org.robolectric.shadows.ShadowRanking
+
+
+
+setSmscAddress(String) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+setSmscAddressPermission(boolean) - Method in class org.robolectric.shadows.ShadowSmsManager
+
+
+
+setSoftApConfiguration(SoftApConfiguration) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setSoftInputMode(int) - Method in class org.robolectric.shadows.ShadowWindow
+
+setSoftInputVisibilityHandler(ShadowInputMethodManager.SoftInputVisibilityChangeHandler) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+setSomeUserHasAccount(String, String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setSource(View) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setSource(View) - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+setSource(View, int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setSource(View, int) - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+setSource(ShadowAudioRecord.AudioRecordSource) - Static method in class org.robolectric.shadows.ShadowAudioRecord
+
+Deprecated.
+
+
+
+setSource(ShadowVisualizer.VisualizerSource) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+setSourceNode(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+
+
+setSourceProvider(ShadowAudioRecord.AudioRecordSourceProvider) - Static method in class org.robolectric.shadows.ShadowAudioRecord
+
+
+
+setSourceResourceId(int) - Method in class org.robolectric.res.android.ResXMLParser
+
+setSpeakerphoneOn(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setSpecificationInfo(PersistableBundle) - Method in class org.robolectric.shadows.ShadowUwbManager
+
+Sets the bundle to be returned by UwbManager.getSpecificationInfo()
.
+
+setSplashScreenTheme(int) - Method in class org.robolectric.fakes.RoboSplashScreen
+
+setSSID(String) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setSsRsrp(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setSsRsrq(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setSsSinr(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setStaApConcurrencySupported(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets whether STA/AP concurrency is supported.
+
+setStandardFontFamily(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setStartAssistantActivityException(RuntimeException) - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+setStartScanSucceeds(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+setStartVoiceActivityException(RuntimeException) - Method in class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+
+
+setState(int) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+setState(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the simulated state for this display, such as whether it is on or off
+
+setState(int) - Method in class org.robolectric.shadows.ShadowVisualizer
+
+
+
+setState(ShadowMediaPlayer.State) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Forces the @link MediaPlayer} into the specified state.
+
+setStaticField(Class<?>, String, Object) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively set the value of a static field.
+
+setStaticField(Field, Object) - Static method in class org.robolectric.util.ReflectionHelpers
+
+Reflectively set the value of a static field.
+
+setStatsMetadata(byte[]) - Static method in class org.robolectric.shadows.ShadowStatsManager
+
+setStatus(int) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setStatus(int) - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+setStatus(int) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+Set the vcn status code (see ShadowVcnManager.currentVcnStatus
).
+
+setStatusCode(int) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setStatusLine(ProtocolVersion, int) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setStatusLine(ProtocolVersion, int, String) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setStatusLine(StatusLine) - Method in class org.robolectric.shadows.httpclient.HttpResponseStub
+
+setStorageDeviceFreeAndTotalBytes(UUID, long, long) - Method in class org.robolectric.shadows.ShadowStorageStatsManager
+
+
+
+setStorageDirectory(Path) - Static method in class org.robolectric.shadows.ShadowEnvironment
+
+
+
+setStorageEncryption(ComponentName, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setStorageEncryptionStatus(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+
+
+setStorageId(int) - Method in class org.robolectric.shadows.StorageVolumeBuilder
+
+setStream(InputStream, Rect, boolean, int) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Caches bitmapData
in the memory based on which
.
+
+setStreamMaxVolume(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setStreamVolume(int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setStreamVolume(int, int, int) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setStrikeThruText(boolean) - Method in class org.robolectric.shadows.ShadowPaint
+
+setString(String, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyResourcesManager
+
+Override string returned by the resource identified by stringId
.
+
+setStroke(int, int) - Method in class org.robolectric.shadows.ShadowGradientDrawable
+
+setStrokeCap(Paint.Cap) - Method in class org.robolectric.shadows.ShadowPaint
+
+setStrokeJoin(Paint.Join) - Method in class org.robolectric.shadows.ShadowPaint
+
+setStrokeWidth(float) - Method in class org.robolectric.shadows.ShadowPaint
+
+setStubBitmapForThumbnails(Bitmap) - Static method in class org.robolectric.shadows.ShadowMediaStore
+
+setStyle(Paint.Style) - Method in class org.robolectric.shadows.ShadowPaint
+
+setStyleAttribute(String) - Method in interface org.robolectric.android.AttributeSetBuilder
+
+Set the style attribute to the given value.
+
+setStyleAttribute(String) - Method in class org.robolectric.android.AttributeSetBuilderImpl
+
+setStyleAttribute(String) - Method in interface org.robolectric.Robolectric.AttributeSetBuilder
+
+Deprecated.
+Set the style attribute to the given value.
+
+setSubMenu(SubMenu) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setSubscriberId(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setSubType(int) - Method in class org.robolectric.shadows.ShadowNetworkInfo
+
+setSupplicantState(SupplicantState) - Method in class org.robolectric.shadows.ShadowWifiInfo
+
+setSupported64BitAbis(String[]) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setSupportedFlashModes(String...) - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+setSupportedFocusModes(String...) - Method in class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+setSupportedHashAlgorithms(Collection<String>) - Static method in class org.robolectric.shadows.ShadowDisplayHashManager
+
+Sets the return value of #getSupportedHashAlgorithms.
+
+setSupportedModes(int, Display.Mode...) - Static method in class org.robolectric.shadows.ShadowDisplayManager
+
+Sets supported modes to the specified display with ID displayId
.
+
+setSupportedPrimitives(Collection<Integer>) - Method in class org.robolectric.shadows.ShadowVibrator
+
+Adds supported vibration primitives.
+
+setSupportedRouteMask(int) - Method in class org.robolectric.shadows.ShadowInCallService
+
+setSupportMultipleWindows(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setSupportsMultipleUsers(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Sets whether multiple users are supported; controls the return value of UserManager#supportsMultipleUser
.
+
+setSupportZoom(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setSvid(int) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setSyncAdapterTypes(SyncAdapterType[]) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+setSyncAutomatically(Account, String, boolean) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+setSyncDelayTimeNanos(long) - Method in class org.robolectric.shadows.FrameMetricsBuilder
+
+Sets the delay time between when drawing finishes and syncing begins.
+
+setSyntheticAppDetailsActivityEnabled(String, boolean) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+setSysconfValue(int, long) - Static method in class org.robolectric.shadows.ShadowOs
+
+Configures values to be returned by sysconf.
+
+setSystemActions(List<AccessibilityNodeInfo.AccessibilityAction>) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+setSystemDataSyncFlags(int) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setSystemDialerPackage(String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+setSystemFeature(String, boolean) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setSystemResourceTable(ResourceTable) - Static method in class org.robolectric.RuntimeEnvironment
+
+setSystemService(String, Object) - Method in class org.robolectric.shadows.ShadowApplication
+
+Deprecated.
+
+
+
+setSystemService(String, Object) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+setSystemUpdatePolicy(SystemUpdatePolicy) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the system update policy.
+
+setSystemUpdatePolicy(ComponentName, SystemUpdatePolicy) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setTac(int) - Method in class org.robolectric.shadows.CellIdentityLteBuilder
+
+setTac(int) - Method in class org.robolectric.shadows.CellIdentityNrBuilder
+
+setTag(String) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setTag(String) - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+Sets the tag.
+
+setTag(String) - Method in class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+Sets the tag on the TabSpec.
+
+setTags(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setTakeScreenshotErrorCode(int) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+
+
+setTaskId(int) - Method in class org.robolectric.shadows.RunningTaskInfoBuilder
+
+setTaskInfo(ActivityManager.RecentTaskInfo) - Method in class org.robolectric.shadows.ShadowAppTask
+
+Sets the recentTaskInfo for the task.
+
+setTaskRootClass(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setTaskRootPackage(String) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setTasks(List<ActivityManager.RunningTaskInfo>) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+setTelephonyDisplayInfo(Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setTelephonyManagerForHandle(PhoneAccountHandle, TelephonyManager) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setTelephonyManagerForSubscriptionId(int, TelephonyManager) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setTempDirectory(TempDirectory) - Static method in class org.robolectric.RuntimeEnvironment
+
+setText(int) - Method in class org.robolectric.shadows.ShadowToast
+
+setText(CharSequence) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setText(CharSequence) - Method in class org.robolectric.shadows.ShadowClipboardManager
+
+setText(CharSequence) - Method in class org.robolectric.shadows.ShadowToast
+
+setTextAlign(Paint.Align) - Method in class org.robolectric.shadows.ShadowPaint
+
+setTextAppearance(Context, int) - Method in class org.robolectric.shadows.ShadowTextView
+
+setTextScaleX(float) - Method in class org.robolectric.shadows.ShadowPaint
+
+setTextSelectionSetable(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setTextSize(float) - Method in class org.robolectric.shadows.ShadowPaint
+
+setTextSkewX(float) - Method in class org.robolectric.shadows.ShadowPaint
+
+setTextZoom(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setThreadId(int) - Method in class org.robolectric.shadows.ShadowEventLog.EventBuilder
+
+setThreadPriority(int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+Stores priority for the current thread, but doesn't actually change it to not mess up with test
+ runner.
+
+setThreadPriority(int, int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+Stores priority for the given thread, but doesn't actually change it to not mess up with test
+ runner.
+
+setThreadStatsTag(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+setThrowInBindService(SecurityException) - Method in class org.robolectric.shadows.ShadowApplication
+
+Configures the ShadowApplication so that calls to bindService will throw the given
+ SecurityException.
+
+setThrowIntentSenderException(boolean) - Method in class org.robolectric.shadows.ShadowActivity
+
+Sets if startIntentSenderForRequestCode will throw an IntentSender.SendIntentException.
+
+setThrowOnGetAliasName(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+Sets if a runtime exception is thrown when the alias name of the device is accessed.
+
+setTimeNanos(long) - Method in class org.robolectric.shadows.ShadowEventLog.EventBuilder
+
+setTimeout(int) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+setTimeSliceDutyCycleInPercent(int) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTimestamp(long) - Method in class org.robolectric.shadows.ShadowActivityManager.ApplicationExitInfoBuilder
+
+setTimeStamp(long) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setTimeStamp(long) - Method in class org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage
+
+setTimeStamp(long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.EventBuilder
+
+setTimeStampMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTimeStampNanos(long) - Method in class org.robolectric.shadows.CellInfoLteBuilder
+
+setTimeStampNanos(long) - Method in class org.robolectric.shadows.CellInfoNrBuilder
+
+setTimeSupplier(Supplier<String>) - Static method in class org.robolectric.shadows.ShadowLog
+
+Sets supplier that can be used to get time to add to logs.
+
+setTimeZone(ComponentName, String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setTimeZone(String) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setTimingAdvance(int) - Method in class org.robolectric.shadows.CellSignalStrengthLteBuilder
+
+setTimingAdvance(int) - Method in class org.robolectric.shadows.CellSignalStrengthNrBuilder
+
+setTitle(int) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setTitle(CharSequence) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setTitle(CharSequence) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+Sets the title of this window.
+
+setTitle(CharSequence) - Method in class org.robolectric.shadows.ShadowAlertController
+
+setTitle(CharSequence) - Method in class org.robolectric.shadows.ShadowPhoneWindow
+
+setTitle(CharSequence) - Method in class org.robolectric.shadows.ShadowPhoneWindowFor22
+
+setTitleCondensed(CharSequence) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setTo(byte[], int, boolean) - Method in class org.robolectric.res.android.ResXMLTree
+
+setTo(ByteBuffer, int, int, boolean) - Method in class org.robolectric.res.android.ResStringPool
+
+setTo(ResTableTheme) - Method in class org.robolectric.res.android.ResTableTheme
+
+SetTo(CppAssetManager2.Theme) - Method in class org.robolectric.res.android.CppAssetManager2.Theme
+
+setToNow() - Method in class org.robolectric.shadows.ShadowTime
+
+setTop(int) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setTop(int) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setTopActivity(ComponentName) - Method in class org.robolectric.shadows.RunningTaskInfoBuilder
+
+setTorchMode(String, boolean) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+setTotalBackgroundScanTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalBeaconRx(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalCcaBusyFreqTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalHotspot2ScanTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalNanScanTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalPnoScanTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalRadioOnFreqTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalRadioOnTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalRadioRxTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalRadioTxTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalRoamScanTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalRxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setTotalRxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setTotalRxSuccess(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalScanTimeMillis(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalSize(long) - Method in class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+setTotalTimeInForeground(long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager.UsageStatsBuilder
+
+setTotalTxBad(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalTxBytes(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setTotalTxPackets(int) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+
+
+setTotalTxRetries(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTotalTxSuccess(long) - Method in class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+setTouchExplorationEnabled(boolean) - Method in class org.robolectric.shadows.ShadowAccessibilityManager
+
+setTransceiveResponse(byte[]) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+setTransformCapabilities(int) - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+Sets the current transform capabilities.
+
+setTranslate(float, float) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setTranslationX(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setTranslationX(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setTranslationY(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setTranslationY(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setTranslationZ(float) - Method in class org.robolectric.shadows.ShadowRenderNode
+
+setTranslationZ(float) - Method in class org.robolectric.shadows.ShadowRenderNodeQ
+
+setTransportInfo(TransportInfo) - Method in class org.robolectric.shadows.ShadowNetworkCapabilities
+
+Sets the transportInfo
of the NetworkCapabilities.
+
+setTransportType(int) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setTransportType(int) - Method in class org.robolectric.shadows.PreciseDataConnectionStateBuilder
+
+setTraversalAfter(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Sets the view whose node is visited after this one in accessibility traversal.
+
+setTraversalAfter(View, int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setTraversalBefore(AccessibilityNodeInfo) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+Sets the view before whose node this one should be visited during traversal.
+
+setTraversalBefore(View, int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+setTtyModeSupported(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setTtySupported(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+
+
+setTurnScreenOn(boolean) - Method in class org.robolectric.shadows.ShadowActivity
+
+setType(int) - Method in class org.robolectric.shadows.AudioDeviceInfoBuilder
+
+Sets the device type.
+
+setType(int) - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+setType(int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+setType(int) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+setType(int) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setType(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setTypeface(Typeface) - Method in class org.robolectric.shadows.ShadowPaint
+
+setUceSettingEnabledForSubscriptionId(int, boolean) - Static method in class org.robolectric.shadows.ShadowRcsUceAdapter
+
+
+
+setUiccCardsInfo(Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setUiccSlotsInfo(Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setUid(int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+Sets the identifier of this process.
+
+setUidImportance(int, int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+setUiHints(Bundle) - Method in class org.robolectric.shadows.ShadowVoiceInteractionService
+
+setUnbadgedApplicationIcon(String, Drawable) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+setUnbindServiceCallsOnServiceDisconnected(boolean) - Method in class org.robolectric.shadows.ShadowApplication
+
+Sets whether or not calls to unbindService should call onServiceDisconnected().
+
+setUnbindServiceCallsOnServiceDisconnected(boolean) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+setUnbindServiceShouldThrowIllegalArgument(boolean) - Method in class org.robolectric.shadows.ShadowApplication
+
+setUnderlineText(boolean) - Method in class org.robolectric.shadows.ShadowPaint
+
+setUninstallBlocked(ComponentName, String, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setUniqueDisplayId(String) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setUnverifiedResponderLocation(ResponderLocation) - Method in class org.robolectric.shadows.ShadowRangingResult.Builder
+
+setup() - Method in class org.robolectric.android.controller.ActivityController
+
+Calls the same lifecycle methods on the Activity called by Android the first time the Activity
+ is created.
+
+setup(Bundle) - Method in class org.robolectric.android.controller.ActivityController
+
+Calls the same lifecycle methods on the Activity called by Android when an Activity is restored
+ from previously saved state.
+
+setupActivity(Class<T>) - Static method in class org.robolectric.Robolectric
+
+Deprecated.
+
+
+
+setUpApplicationState(Method, ConfigurationStrategy.Configuration, AndroidManifest) - Method in class org.robolectric.android.internal.AndroidTestEnvironment
+
+setUpApplicationState(Method, ConfigurationStrategy.Configuration, AndroidManifest) - Method in interface org.robolectric.internal.TestEnvironment
+
+setupBackupAgent(Class<T>) - Static method in class org.robolectric.Robolectric
+
+setupContentProvider(Class<T>) - Static method in class org.robolectric.Robolectric
+
+setupContentProvider(Class<T>, String) - Static method in class org.robolectric.Robolectric
+
+setUpdateNetworkPermission(int, boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+setUpDisplay() - Static method in class org.robolectric.android.Bootstrap
+
+internal only
+
+setupIntentService(Class<T>) - Static method in class org.robolectric.Robolectric
+
+setupLogging() - Static method in class org.robolectric.shadows.ShadowLog
+
+setupService(Class<T>) - Static method in class org.robolectric.Robolectric
+
+setupSetterOrGetter(Class<?>, HashMap<Class<?>, HashMap<String, Method>>, String, Class<?>) - Method in class org.robolectric.shadows.ShadowPropertyValuesHolder
+
+setupShadersDiskCache(String, String) - Static method in class org.robolectric.nativeruntime.HardwareRendererNatives
+
+setupShadersDiskCache(String, String) - Static method in class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+setUsageSource(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Sets what app usage observers will consider the source of usage for an activity.
+
+setUsedInFix(boolean) - Method in class org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
+
+Deprecated.
+
+
+setUseGlobalScheduler(boolean) - Static method in class org.robolectric.RoboSettings
+
+Deprecated.
+
+setUseInMemoryDatabase(boolean) - Static method in class org.robolectric.shadows.ShadowSQLiteConnection
+
+setUseLegacyResources(boolean) - Static method in class org.robolectric.RuntimeEnvironment
+
+Deprecated.
+
+
+
+setUserAgent(int) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setUserAgentString(String) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setUserBrightnessPoint(boolean) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setUserData(Account, String, String) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+setUserForeground(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Sets whether or not the current user is the foreground user.
+
+setUserIcon(Bitmap) - Method in class org.robolectric.shadows.ShadowUserManager
+
+setUserId(int) - Method in class org.robolectric.shadows.AssociationInfoBuilder
+
+setUserId(int) - Method in class org.robolectric.shadows.BrightnessChangeEventBuilder
+
+setUserId(int) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+setUserName(String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+setUserProvisioningState(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Sets the user provisioning state.
+
+setUserProvisioningState(int, UserHandle) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+setUserRestriction(UserHandle, String, boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Deprecated.
+
+
+
+setUserRestriction(String, boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+setUserRestriction(String, boolean, UserHandle) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Shadows UserManager.setUserRestriction() API.
+
+setUserSelectedOutgoingPhoneAccount(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+setUserState(UserHandle, ShadowUserManager.UserState) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setUserSwitchability(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Sets the user switchability for all users.
+
+setUserUnlocked(boolean) - Method in class org.robolectric.shadows.ShadowUserManager
+
+
+
+setUseWebViewBackgroundForOverscrollBackground(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setUseWideViewPort(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setUuids(ParcelUuid[]) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+setUwbAdapter(ShadowRangingSession.Adapter) - Method in class org.robolectric.shadows.ShadowUwbManager
+
+
+
+setValidWidgetProviderComponentName(boolean) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+setValue(long) - Method in class org.robolectric.shadows.NativeBitSet64
+
+setValue(long) - Method in class org.robolectric.shadows.ShadowTrace.Counter.Builder
+
+setValues(float[]) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+setVcnConfig(ParcelUuid, VcnConfig) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+setVendorId(int) - Method in class org.robolectric.shadows.ShadowInputDevice
+
+setVerifyDisplayHashResult(VerifiedDisplayHash) - Static method in class org.robolectric.shadows.ShadowDisplayHashManager
+
+Sets the
VerifiedDisplayHash
that's going to be returned by following
+ {DisplayHashManager#verifyDisplayHash} calls.
+
+setVersion(long) - Method in class org.robolectric.shadows.SharedLibraryInfoBuilder
+
+setVersionCodename(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setVersionIncremental(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setVersionMediaPerformanceClass(int) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setVersionRelease(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setVersionSecurityPatch(String) - Static method in class org.robolectric.shadows.ShadowBuild
+
+
+
+setVibrationEffect(VibrationEffect) - Method in class org.robolectric.shadows.VibrationAttributesBuilder
+
+setVideoEncoder(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setVideoEncodingBitRate(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setVideoFrameRate(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setVideoOverlayForEmbeddedEncryptedVideoEnabled(boolean) - Method in class org.robolectric.fakes.RoboWebSettings
+
+setVideoPath(String) - Method in class org.robolectric.shadows.ShadowVideoView
+
+setVideoSize(int, int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setVideoSource(int) - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+setVideoURI(Uri) - Method in class org.robolectric.shadows.ShadowVideoView
+
+setView(int) - Method in class org.robolectric.shadows.ShadowAlertController
+
+setView(View) - Method in class org.robolectric.shadows.ShadowAlertController
+
+setView(View) - Method in class org.robolectric.shadows.ShadowToast
+
+setView(View, WindowManager.LayoutParams, View) - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+setView(View, WindowManager.LayoutParams, View) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setView(View, WindowManager.LayoutParams, View, int) - Method in class org.robolectric.shadows.ShadowViewRootImpl
+
+setView(View, WindowManager.LayoutParams, View, int) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setViewFocus(boolean) - Method in class org.robolectric.shadows.ShadowView
+
+setVisible(boolean) - Method in class org.robolectric.fakes.RoboMenuItem
+
+setVisualVoicemailPackageName(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVisualVoicemailSmsFilterSettings(VisualVoicemailSmsFilterSettings) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoice(Voice) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+setVoiceCapable(boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoiceInteractor(Object) - Method in interface org.robolectric.shadows._Activity_
+
+setVoiceMailAlphaTag(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoicemailNumber(PhoneAccountHandle, String) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+setVoiceMailNumber(String) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoicemailRingtoneUri(PhoneAccountHandle, Uri) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoicemailVibrationEnabled(PhoneAccountHandle, boolean) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoiceNetworkType(int) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+
+
+setVoiceRecognitionSupported(boolean) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+Sets whether the headset supports voice recognition.
+
+setVoiceRegState(int) - Method in class org.robolectric.shadows.ServiceStateBuilder
+
+setVoiceSpecificInfo(VoiceSpecificRegistrationInfo) - Method in class org.robolectric.shadows.NetworkRegistrationInfoTestBuilder
+
+setVolume(float, float) - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+setVolumeControl(int) - Method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+setVolumeControlStream(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+setVolumeType(int) - Method in class org.robolectric.shadows.PlaybackInfoBuilder
+
+setWakeUpFlag(boolean) - Method in class org.robolectric.shadows.ShadowSensor
+
+
+
+setWallpaperComponent(ComponentName) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+Sets a live wallpaper, wallpaperService
, as the current wallpaper.
+
+setWallpaperDimAmount(float) - Method in class org.robolectric.shadows.ShadowWallpaperManager
+
+setWebChromeClient(WebChromeClient) - Method in class org.robolectric.shadows.ShadowWebView
+
+setWebContentsDebuggingEnabled(boolean) - Static method in class org.robolectric.shadows.ShadowWebView
+
+setWebMessageCallback(WebMessagePort.WebMessageCallback) - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+setWebMessageCallback(WebMessagePort.WebMessageCallback, Handler) - Method in class org.robolectric.fakes.RoboWebMessagePort
+
+setWebViewClient(WebViewClient) - Method in class org.robolectric.shadows.ShadowWebView
+
+setWidth(int) - Method in class org.robolectric.shadows.ShadowCanvas
+
+setWidth(int) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the width available to the application for this display.
+
+setWidth(int) - Method in class org.robolectric.shadows.ShadowDisplayManager.ModeBuilder
+
+setWidth(int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+setWidth(int) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+setWidth(int) - Method in class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+setWifiApConfiguration(WifiConfiguration) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setWifiAwareSession(WifiAwareSession) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+Sets parameter to pass to AttachCallback#onAttach(WifiAwareSession session)
+
+setWifiConnectedNetworkScorer(Object, Object) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Implements setWifiConnectedNetworkScorer() with the generic Object input as
+ WifiConnectedNetworkScorer is a hidden/System API.
+
+setWifiEnabled(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setWifiOn(boolean) - Static method in class org.robolectric.shadows.ShadowSettings
+
+Non-Android accessor that allows the value of the WIFI_ON setting to be set.
+
+setWifiP2pChannels(WifiP2pManager.Channel, int, int, WifiP2pManager.ActionListener) - Method in class org.robolectric.shadows.ShadowWifiP2pManager
+
+setWifiState(int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+setWindow(int, long, long, PendingIntent) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setWindow(int, long, long, String, AlarmManager.OnAlarmListener, Handler) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setWindow(int, long, long, String, Executor, AlarmManager.OnAlarmListener) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setWindow(int, long, long, String, Executor, WorkSource, AlarmManager.OnAlarmListener) - Method in class org.robolectric.shadows.ShadowAlarmManager
+
+setWindow(Window) - Method in interface org.robolectric.shadows._Activity_
+
+setWindow(Window) - Method in class org.robolectric.shadows.ShadowActivity
+
+setWindowId(int) - Method in class org.robolectric.shadows.ShadowAccessibilityRecord
+
+Sets the id of the window from which the event comes.
+
+setWindows(List<AccessibilityWindowInfo>) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+
+
+setWindowsOnDisplay(int, List<AccessibilityWindowInfo>) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+Sets the list of interactive windows shown on the device's displayId
display.
+
+setWinFrame(Rect) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+setWiredHeadsetOn(boolean) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+setWordSpacing(float) - Method in class org.robolectric.shadows.ShadowPaint
+
+setWorkSource(WorkSource) - Method in class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+setWpa3SaeH2eSupported(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets whether WPA3 SAE Hash-to-Element is supported.
+
+setWpa3SaePublicKeySupported(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets whether WPA3 SAE Public Key is supported.
+
+setWpa3SaeSupported(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets whether WPA3-Personal SAE is supported.
+
+setWpa3SuiteBSupported(boolean) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Sets whether WPA3-Enterprise Suite-B-192 is supported.
+
+setWtfIsFatal(boolean) - Static method in class org.robolectric.shadows.ShadowLog
+
+
+
+setX(float) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setXdpi(float) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the horizontal DPI for this display.
+
+setY(float) - Method in class org.robolectric.shadows.DragEventBuilder
+
+setYdpi(float) - Method in class org.robolectric.shadows.ShadowDisplay
+
+Changes the vertical DPI for this display.
+
+ShaderNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Shader JNI registration.
+
+Shadow - Class in org.robolectric.shadow.api
+
+Shadow() - Constructor for class org.robolectric.shadow.api.Shadow
+
+ShadowAbsListView - Class in org.robolectric.shadows
+
+ShadowAbsListView() - Constructor for class org.robolectric.shadows.ShadowAbsListView
+
+ShadowAbsSpinner - Class in org.robolectric.shadows
+
+ShadowAbsSpinner() - Constructor for class org.robolectric.shadows.ShadowAbsSpinner
+
+ShadowAccessibilityButtonController - Class in org.robolectric.shadows
+
+
+
+ShadowAccessibilityButtonController() - Constructor for class org.robolectric.shadows.ShadowAccessibilityButtonController
+
+ShadowAccessibilityManager - Class in org.robolectric.shadows
+
+ShadowAccessibilityManager() - Constructor for class org.robolectric.shadows.ShadowAccessibilityManager
+
+ShadowAccessibilityNodeInfo - Class in org.robolectric.shadows
+
+
+
+ShadowAccessibilityNodeInfo() - Constructor for class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+ShadowAccessibilityNodeInfo.OnPerformActionListener - Interface in org.robolectric.shadows
+
+ShadowAccessibilityRecord - Class in org.robolectric.shadows
+
+
+
+ShadowAccessibilityRecord() - Constructor for class org.robolectric.shadows.ShadowAccessibilityRecord
+
+ShadowAccessibilityService - Class in org.robolectric.shadows
+
+Shadow of AccessibilityService that tracks global actions and provides a mechanism to simulate
+ the window list.
+
+ShadowAccessibilityService() - Constructor for class org.robolectric.shadows.ShadowAccessibilityService
+
+ShadowAccessibilityService.GestureDispatch - Class in org.robolectric.shadows
+
+Represents a gesture that has been dispatched through the accessibility service.
+
+ShadowAccessibilityWindowInfo - Class in org.robolectric.shadows
+
+
+
+ShadowAccessibilityWindowInfo() - Constructor for class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+ShadowAccountManager - Class in org.robolectric.shadows
+
+ShadowAccountManager() - Constructor for class org.robolectric.shadows.ShadowAccountManager
+
+ShadowActivity - Class in org.robolectric.shadows
+
+ShadowActivity() - Constructor for class org.robolectric.shadows.ShadowActivity
+
+ShadowActivity.IntentForResult - Class in org.robolectric.shadows
+
+Container object to hold an Intent, together with the requestCode used in a call to
+ Activity.startActivityForResult(Intent, int)
+
+ShadowActivity.IntentSenderRequest - Class in org.robolectric.shadows
+
+Class to holds details of a startIntentSenderForResult request.
+
+ShadowActivity.PermissionsRequest - Class in org.robolectric.shadows
+
+Class to hold a permissions request, including its request code.
+
+ShadowActivityGroup - Class in org.robolectric.shadows
+
+ShadowActivityGroup() - Constructor for class org.robolectric.shadows.ShadowActivityGroup
+
+ShadowActivityManager - Class in org.robolectric.shadows
+
+
+
+ShadowActivityManager() - Constructor for class org.robolectric.shadows.ShadowActivityManager
+
+ShadowActivityManager.ApplicationExitInfoBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowActivityManagerNative - Class in org.robolectric.shadows
+
+ShadowActivityManagerNative() - Constructor for class org.robolectric.shadows.ShadowActivityManagerNative
+
+ShadowActivityTaskManager - Class in org.robolectric.shadows
+
+ShadowActivityTaskManager() - Constructor for class org.robolectric.shadows.ShadowActivityTaskManager
+
+ShadowActivityThread - Class in org.robolectric.shadows
+
+ShadowActivityThread() - Constructor for class org.robolectric.shadows.ShadowActivityThread
+
+ShadowActivityThread._ActivityThread_ - Interface in org.robolectric.shadows
+
+
+
+ShadowActivityThread._AppBindData_ - Interface in org.robolectric.shadows
+
+Accessor interface for ActivityThread.AppBindData
's internals.
+
+ShadowAdapterView <T extends Adapter > - Class in org.robolectric.shadows
+
+ShadowAdapterView() - Constructor for class org.robolectric.shadows.ShadowAdapterView
+
+ShadowAlarmManager - Class in org.robolectric.shadows
+
+
+
+ShadowAlarmManager() - Constructor for class org.robolectric.shadows.ShadowAlarmManager
+
+ShadowAlarmManager.ScheduledAlarm - Class in org.robolectric.shadows
+
+Represents a set alarm.
+
+ShadowAlertController - Class in org.robolectric.shadows
+
+ShadowAlertController() - Constructor for class org.robolectric.shadows.ShadowAlertController
+
+ShadowAlertDialog - Class in org.robolectric.shadows
+
+ShadowAlertDialog() - Constructor for class org.robolectric.shadows.ShadowAlertDialog
+
+ShadowAlertDialog.ShadowBuilder - Class in org.robolectric.shadows
+
+ShadowAlwaysOnHotwordDetector - Class in org.robolectric.shadows
+
+
+
+ShadowAlwaysOnHotwordDetector() - Constructor for class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask <Params ,Progress ,Result > - Class in org.robolectric.shadows
+
+Shadow for AsyncTask kicked off in the constructor of AlwaysOnHotwordDetector.
+
+ShadowAmbientContextManager - Class in org.robolectric.shadows
+
+Shadow of AmbientContextManager
+
+ShadowAmbientContextManager() - Constructor for class org.robolectric.shadows.ShadowAmbientContextManager
+
+ShadowAndroidBidi - Class in org.robolectric.shadows
+
+ShadowAndroidBidi() - Constructor for class org.robolectric.shadows.ShadowAndroidBidi
+
+ShadowAndroidHttpClient - Class in org.robolectric.shadows
+
+ShadowAndroidHttpClient() - Constructor for class org.robolectric.shadows.ShadowAndroidHttpClient
+
+ShadowAndroidXMultiDex - Class in org.robolectric.shadows.multidex
+
+ShadowAndroidXMultiDex() - Constructor for class org.robolectric.shadows.multidex.ShadowAndroidXMultiDex
+
+ShadowAnimationBridge - Class in org.robolectric.shadows
+
+
+
+ShadowAnimationBridge(Animation) - Constructor for class org.robolectric.shadows.ShadowAnimationBridge
+
+ShadowAnimationUtils - Class in org.robolectric.shadows
+
+ShadowAnimationUtils() - Constructor for class org.robolectric.shadows.ShadowAnimationUtils
+
+ShadowAnnotationValidations - Class in org.robolectric.shadows
+
+ShadowAnnotationValidations() - Constructor for class org.robolectric.shadows.ShadowAnnotationValidations
+
+ShadowApkAssets - Class in org.robolectric.shadows
+
+ShadowApkAssets() - Constructor for class org.robolectric.shadows.ShadowApkAssets
+
+ShadowApkAssets.Picker - Class in org.robolectric.shadows
+
+ShadowAppIntegrityManager - Class in org.robolectric.shadows
+
+Shadow of AppIntegrityManager
+
+ShadowAppIntegrityManager() - Constructor for class org.robolectric.shadows.ShadowAppIntegrityManager
+
+Default shadow constructor that resets the recordedRuleSet
.
+
+ShadowApplication - Class in org.robolectric.shadows
+
+ShadowApplication() - Constructor for class org.robolectric.shadows.ShadowApplication
+
+ShadowApplication.Wrapper - Class in org.robolectric.shadows
+
+ShadowApplicationPackageManager - Class in org.robolectric.shadows
+
+ShadowApplicationPackageManager() - Constructor for class org.robolectric.shadows.ShadowApplicationPackageManager
+
+ShadowAppOpsManager - Class in org.robolectric.shadows
+
+
+
+ShadowAppOpsManager() - Constructor for class org.robolectric.shadows.ShadowAppOpsManager
+
+ShadowAppOpsManager.ModeAndException - Class in org.robolectric.shadows
+
+Class holding usage mode and excpetion packages.
+
+ShadowAppTask - Class in org.robolectric.shadows
+
+ShadowAppTask() - Constructor for class org.robolectric.shadows.ShadowAppTask
+
+ShadowAppWidgetHost - Class in org.robolectric.shadows
+
+ShadowAppWidgetHost() - Constructor for class org.robolectric.shadows.ShadowAppWidgetHost
+
+ShadowAppWidgetHostView - Class in org.robolectric.shadows
+
+ShadowAppWidgetHostView() - Constructor for class org.robolectric.shadows.ShadowAppWidgetHostView
+
+ShadowAppWidgetManager - Class in org.robolectric.shadows
+
+ShadowAppWidgetManager() - Constructor for class org.robolectric.shadows.ShadowAppWidgetManager
+
+ShadowArrayAdapter <T > - Class in org.robolectric.shadows
+
+ShadowArrayAdapter() - Constructor for class org.robolectric.shadows.ShadowArrayAdapter
+
+ShadowArscApkAssets9 - Class in org.robolectric.shadows
+
+
+
+ShadowArscApkAssets9() - Constructor for class org.robolectric.shadows.ShadowArscApkAssets9
+
+ShadowArscAssetInputStream - Class in org.robolectric.shadows
+
+ShadowArscAssetInputStream() - Constructor for class org.robolectric.shadows.ShadowArscAssetInputStream
+
+ShadowArscAssetManager - Class in org.robolectric.shadows
+
+ShadowArscAssetManager() - Constructor for class org.robolectric.shadows.ShadowArscAssetManager
+
+ShadowArscAssetManager10 - Class in org.robolectric.shadows
+
+ShadowArscAssetManager10() - Constructor for class org.robolectric.shadows.ShadowArscAssetManager10
+
+ShadowArscAssetManager14 - Class in org.robolectric.shadows
+
+ShadowArscAssetManager14() - Constructor for class org.robolectric.shadows.ShadowArscAssetManager14
+
+ShadowArscAssetManager9 - Class in org.robolectric.shadows
+
+ShadowArscAssetManager9() - Constructor for class org.robolectric.shadows.ShadowArscAssetManager9
+
+ShadowArscResourcesImpl - Class in org.robolectric.shadows
+
+ShadowArscResourcesImpl() - Constructor for class org.robolectric.shadows.ShadowArscResourcesImpl
+
+ShadowAssetInputStream - Class in org.robolectric.shadows
+
+ShadowAssetInputStream() - Constructor for class org.robolectric.shadows.ShadowAssetInputStream
+
+ShadowAssetInputStream.Picker - Class in org.robolectric.shadows
+
+ShadowAssetManager - Class in org.robolectric.shadows
+
+ShadowAssetManager() - Constructor for class org.robolectric.shadows.ShadowAssetManager
+
+ShadowAssetManager.ArscBase - Class in org.robolectric.shadows
+
+ShadowAssetManager.Picker - Class in org.robolectric.shadows
+
+ShadowAsyncQueryHandler - Class in org.robolectric.shadows
+
+
+
+ShadowAsyncQueryHandler() - Constructor for class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+ShadowAsyncTask <Params ,Progress ,Result > - Class in org.robolectric.shadows
+
+
+
+ShadowAsyncTask() - Constructor for class org.robolectric.shadows.ShadowAsyncTask
+
+ShadowAsyncTask.Picker - Class in org.robolectric.shadows
+
+ShadowAsyncTaskLoader <D > - Class in org.robolectric.shadows
+
+
+
+ShadowAsyncTaskLoader() - Constructor for class org.robolectric.shadows.ShadowAsyncTaskLoader
+
+ShadowAsyncTaskLoader.Picker - Class in org.robolectric.shadows
+
+ShadowAudioEffect - Class in org.robolectric.shadows
+
+Implements
AudioEffect
by shadowing its native methods.
+
+ShadowAudioEffect() - Constructor for class org.robolectric.shadows.ShadowAudioEffect
+
+ShadowAudioManager - Class in org.robolectric.shadows
+
+ShadowAudioManager() - Constructor for class org.robolectric.shadows.ShadowAudioManager
+
+ShadowAudioManager.AudioFocusRequest - Class in org.robolectric.shadows
+
+ShadowAudioRecord - Class in org.robolectric.shadows
+
+Shadow
AudioRecord
which by default will fulfil any requests for audio data by completely
+ filling any requested buffers.
+
+ShadowAudioRecord() - Constructor for class org.robolectric.shadows.ShadowAudioRecord
+
+ShadowAudioRecord.AudioRecordSource - Interface in org.robolectric.shadows
+
+
+
+ShadowAudioRecord.AudioRecordSourceProvider - Interface in org.robolectric.shadows
+
+
+
+ShadowAudioSystem - Class in org.robolectric.shadows
+
+
+
+ShadowAudioSystem() - Constructor for class org.robolectric.shadows.ShadowAudioSystem
+
+ShadowAudioTrack - Class in org.robolectric.shadows
+
+
+
+ShadowAudioTrack() - Constructor for class org.robolectric.shadows.ShadowAudioTrack
+
+ShadowAudioTrack.OnAudioDataWrittenListener - Interface in org.robolectric.shadows
+
+
+
+ShadowAutofillManager - Class in org.robolectric.shadows
+
+Robolectric implementation of android.os.AutofillManager
.
+
+ShadowAutofillManager() - Constructor for class org.robolectric.shadows.ShadowAutofillManager
+
+ShadowBackdropFrameRenderer - Class in org.robolectric.shadows
+
+Shadow for BackdropFrameRenderer
+
+ShadowBackdropFrameRenderer() - Constructor for class org.robolectric.shadows.ShadowBackdropFrameRenderer
+
+ShadowBackgroundThread - Class in org.robolectric.shadows
+
+ShadowBackgroundThread() - Constructor for class org.robolectric.shadows.ShadowBackgroundThread
+
+ShadowBackupDataInput - Class in org.robolectric.shadows
+
+Shadow for BackupDataInput.
+
+ShadowBackupDataInput() - Constructor for class org.robolectric.shadows.ShadowBackupDataInput
+
+ShadowBackupDataOutput - Class in org.robolectric.shadows
+
+Shadow for BackupDataOutput.
+
+ShadowBackupDataOutput() - Constructor for class org.robolectric.shadows.ShadowBackupDataOutput
+
+ShadowBackupManager - Class in org.robolectric.shadows
+
+
+
+ShadowBackupManager() - Constructor for class org.robolectric.shadows.ShadowBackupManager
+
+ShadowBaseAdapter - Class in org.robolectric.shadows
+
+ShadowBaseAdapter() - Constructor for class org.robolectric.shadows.ShadowBaseAdapter
+
+ShadowBasicTagTechnology - Class in org.robolectric.shadows
+
+Extends BasicTagTechnology to allow for testing.
+
+ShadowBasicTagTechnology() - Constructor for class org.robolectric.shadows.ShadowBasicTagTechnology
+
+ShadowBatteryManager - Class in org.robolectric.shadows
+
+ShadowBatteryManager() - Constructor for class org.robolectric.shadows.ShadowBatteryManager
+
+ShadowBinder - Class in org.robolectric.shadows
+
+ShadowBinder() - Constructor for class org.robolectric.shadows.ShadowBinder
+
+ShadowBinderBridge - Class in org.robolectric.shadows
+
+Bridge between shadow and
Binder
.
+
+ShadowBinderBridge(Binder) - Constructor for class org.robolectric.shadows.ShadowBinderBridge
+
+ShadowBiometricManager - Class in org.robolectric.shadows
+
+
+
+ShadowBiometricManager() - Constructor for class org.robolectric.shadows.ShadowBiometricManager
+
+ShadowBitmap - Class in org.robolectric.shadows
+
+Base class for
Bitmap
shadows.
+
+ShadowBitmap() - Constructor for class org.robolectric.shadows.ShadowBitmap
+
+ShadowBitmap.BitmapReflector - Interface in org.robolectric.shadows
+
+
+
+ShadowBitmap.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowBitmapDrawable - Class in org.robolectric.shadows
+
+ShadowBitmapDrawable() - Constructor for class org.robolectric.shadows.ShadowBitmapDrawable
+
+ShadowBitmapFactory - Class in org.robolectric.shadows
+
+ShadowBitmapFactory() - Constructor for class org.robolectric.shadows.ShadowBitmapFactory
+
+ShadowBitmapRegionDecoder - Class in org.robolectric.shadows
+
+ShadowBitmapRegionDecoder() - Constructor for class org.robolectric.shadows.ShadowBitmapRegionDecoder
+
+ShadowBlockGuardOs - Class in org.robolectric.shadows
+
+ShadowBlockGuardOs() - Constructor for class org.robolectric.shadows.ShadowBlockGuardOs
+
+ShadowBluetoothA2dp - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothA2dp() - Constructor for class org.robolectric.shadows.ShadowBluetoothA2dp
+
+ShadowBluetoothAdapter - Class in org.robolectric.shadows
+
+ShadowBluetoothAdapter() - Constructor for class org.robolectric.shadows.ShadowBluetoothAdapter
+
+ShadowBluetoothDevice - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothDevice() - Constructor for class org.robolectric.shadows.ShadowBluetoothDevice
+
+ShadowBluetoothGatt - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothGatt() - Constructor for class org.robolectric.shadows.ShadowBluetoothGatt
+
+ShadowBluetoothGattServer - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothGattServer() - Constructor for class org.robolectric.shadows.ShadowBluetoothGattServer
+
+ShadowBluetoothHeadset - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothHeadset() - Constructor for class org.robolectric.shadows.ShadowBluetoothHeadset
+
+ShadowBluetoothLeAdvertiser - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothLeAdvertiser() - Constructor for class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+ShadowBluetoothLeScanner - Class in org.robolectric.shadows
+
+Adds Robolectric support for BLE scanning.
+
+ShadowBluetoothLeScanner() - Constructor for class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+ShadowBluetoothLeScanner.ScanParams - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothManager - Class in org.robolectric.shadows
+
+
+
+ShadowBluetoothManager() - Constructor for class org.robolectric.shadows.ShadowBluetoothManager
+
+ShadowBluetoothServerSocket - Class in org.robolectric.shadows
+
+ShadowBluetoothServerSocket() - Constructor for class org.robolectric.shadows.ShadowBluetoothServerSocket
+
+ShadowBluetoothSocket - Class in org.robolectric.shadows
+
+ShadowBluetoothSocket() - Constructor for class org.robolectric.shadows.ShadowBluetoothSocket
+
+ShadowBroadcastPendingResult - Class in org.robolectric.shadows
+
+ShadowBroadcastPendingResult() - Constructor for class org.robolectric.shadows.ShadowBroadcastPendingResult
+
+ShadowBroadcastReceiver - Class in org.robolectric.shadows
+
+ShadowBroadcastReceiver() - Constructor for class org.robolectric.shadows.ShadowBroadcastReceiver
+
+ShadowBroadcastResponseStats - Class in org.robolectric.shadows
+
+
+
+ShadowBroadcastResponseStats() - Constructor for class org.robolectric.shadows.ShadowBroadcastResponseStats
+
+ShadowBugreportManager - Class in org.robolectric.shadows
+
+
+
+ShadowBugreportManager() - Constructor for class org.robolectric.shadows.ShadowBugreportManager
+
+ShadowBuild - Class in org.robolectric.shadows
+
+ShadowBuild() - Constructor for class org.robolectric.shadows.ShadowBuild
+
+ShadowBuilder() - Constructor for class org.robolectric.shadows.ShadowAlertDialog.ShadowBuilder
+
+ShadowBuilder() - Constructor for class org.robolectric.shadows.ShadowLegacyTypeface.ShadowBuilder
+
+ShadowCall - Class in org.robolectric.shadows
+
+Robolectric test for
Call
.
+
+ShadowCall() - Constructor for class org.robolectric.shadows.ShadowCall
+
+ShadowCall.ShadowRttCall - Class in org.robolectric.shadows
+
+
+
+ShadowCallLogCalls - Class in org.robolectric.shadows
+
+Shadow for the system's CallLog.Call class that allows tests to configure the most recent call.
+
+ShadowCallLogCalls() - Constructor for class org.robolectric.shadows.ShadowCallLogCalls
+
+ShadowCallScreeningService - Class in org.robolectric.shadows
+
+
+
+ShadowCallScreeningService() - Constructor for class org.robolectric.shadows.ShadowCallScreeningService
+
+ShadowCallScreeningService.RespondToCallInput - Class in org.robolectric.shadows
+
+
+
+ShadowCamcorderProfile - Class in org.robolectric.shadows
+
+Shadow of the CamcorderProfile that allows the caller to add custom profile settings.
+
+ShadowCamcorderProfile() - Constructor for class org.robolectric.shadows.ShadowCamcorderProfile
+
+ShadowCamera - Class in org.robolectric.shadows
+
+ShadowCamera() - Constructor for class org.robolectric.shadows.ShadowCamera
+
+ShadowCamera.ShadowParameters - Class in org.robolectric.shadows
+
+Shadows the Android Camera.Parameters
class.
+
+ShadowCameraCaptureSessionImpl - Class in org.robolectric.shadows
+
+Shadow class for CameraCaptureSessionImpl
+
+ShadowCameraCaptureSessionImpl() - Constructor for class org.robolectric.shadows.ShadowCameraCaptureSessionImpl
+
+ShadowCameraCharacteristics - Class in org.robolectric.shadows
+
+ShadowCameraCharacteristics() - Constructor for class org.robolectric.shadows.ShadowCameraCharacteristics
+
+ShadowCameraDeviceImpl - Class in org.robolectric.shadows
+
+Shadow class for CameraDeviceImpl
+
+ShadowCameraDeviceImpl() - Constructor for class org.robolectric.shadows.ShadowCameraDeviceImpl
+
+ShadowCameraManager - Class in org.robolectric.shadows
+
+
+
+ShadowCameraManager() - Constructor for class org.robolectric.shadows.ShadowCameraManager
+
+ShadowCameraManager.ShadowCameraManagerGlobal - Class in org.robolectric.shadows
+
+Shadow class for internal class CameraManager$CameraManagerGlobal
+
+ShadowCameraManagerGlobal() - Constructor for class org.robolectric.shadows.ShadowCameraManager.ShadowCameraManagerGlobal
+
+ShadowCameraMetadataNative - Class in org.robolectric.shadows
+
+Shadow class for CameraMetadataNative
+
+ShadowCameraMetadataNative() - Constructor for class org.robolectric.shadows.ShadowCameraMetadataNative
+
+ShadowCameraMetadataNativeR - Class in org.robolectric.shadows
+
+Shadow class for CameraMetadataNative
+
+ShadowCameraMetadataNativeR() - Constructor for class org.robolectric.shadows.ShadowCameraMetadataNativeR
+
+ShadowCanvas - Class in org.robolectric.shadows
+
+Base class for
Canvas
shadow classes.
+
+ShadowCanvas() - Constructor for class org.robolectric.shadows.ShadowCanvas
+
+ShadowCanvas.ArcPaintHistoryEvent - Class in org.robolectric.shadows
+
+ShadowCanvas.CirclePaintHistoryEvent - Class in org.robolectric.shadows
+
+ShadowCanvas.LinePaintHistoryEvent - Class in org.robolectric.shadows
+
+ShadowCanvas.OvalPaintHistoryEvent - Class in org.robolectric.shadows
+
+ShadowCanvas.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowCanvas.RectPaintHistoryEvent - Class in org.robolectric.shadows
+
+ShadowCanvas.RoundRectPaintHistoryEvent - Class in org.robolectric.shadows
+
+Captures round rectangle drawing events
+
+ShadowCanvas.TextHistoryEvent - Class in org.robolectric.shadows
+
+ShadowCaptioningManager - Class in org.robolectric.shadows
+
+
+
+ShadowCaptioningManager() - Constructor for class org.robolectric.shadows.ShadowCaptioningManager
+
+ShadowCaptureRequestBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowCaptureRequestBuilder() - Constructor for class org.robolectric.shadows.ShadowCaptureRequestBuilder
+
+ShadowCaptureResult - Class in org.robolectric.shadows
+
+
+
+ShadowCaptureResult() - Constructor for class org.robolectric.shadows.ShadowCaptureResult
+
+ShadowCardEmulation - Class in org.robolectric.shadows
+
+
+
+ShadowCardEmulation() - Constructor for class org.robolectric.shadows.ShadowCardEmulation
+
+ShadowCarrierConfigManager - Class in org.robolectric.shadows
+
+ShadowCarrierConfigManager() - Constructor for class org.robolectric.shadows.ShadowCarrierConfigManager
+
+ShadowChangeReporter - Class in org.robolectric.shadows
+
+ShadowChangeReporter() - Constructor for class org.robolectric.shadows.ShadowChangeReporter
+
+ShadowChoreographer - Class in org.robolectric.shadows
+
+
+
+ShadowChoreographer() - Constructor for class org.robolectric.shadows.ShadowChoreographer
+
+ShadowChoreographer.ChoreographerReflector - Interface in org.robolectric.shadows
+
+
+
+ShadowChoreographer.Picker - Class in org.robolectric.shadows
+
+shadowClassName - Variable in class org.robolectric.internal.bytecode.ShadowInfo
+
+ShadowClipboardManager - Class in org.robolectric.shadows
+
+ShadowClipboardManager() - Constructor for class org.robolectric.shadows.ShadowClipboardManager
+
+ShadowCloseGuard - Class in org.robolectric.shadows
+
+
+
+ShadowCloseGuard() - Constructor for class org.robolectric.shadows.ShadowCloseGuard
+
+ShadowCodecBuffer() - Constructor for class org.robolectric.shadows.ShadowMediaCodec.ShadowCodecBuffer
+
+ShadowColor - Class in org.robolectric.shadows
+
+ShadowColor() - Constructor for class org.robolectric.shadows.ShadowColor
+
+ShadowColorDisplayManager - Class in org.robolectric.shadows
+
+ShadowColorDisplayManager() - Constructor for class org.robolectric.shadows.ShadowColorDisplayManager
+
+ShadowColorSpaceRgb - Class in org.robolectric.shadows
+
+
+
+ShadowColorSpaceRgb() - Constructor for class org.robolectric.shadows.ShadowColorSpaceRgb
+
+ShadowCompanionDeviceManager - Class in org.robolectric.shadows
+
+Shadow for CompanionDeviceManager.
+
+ShadowCompanionDeviceManager() - Constructor for class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+ShadowCompatibility - Class in org.robolectric.shadows
+
+Robolectric shadow to disable CALL_ACTIVITY_RESULT_BEFORE_RESUME using Compatibility's
+ isChangeEnabled.
+
+ShadowCompatibility() - Constructor for class org.robolectric.shadows.ShadowCompatibility
+
+ShadowCompatModeWrapper() - Constructor for class org.robolectric.shadows.ShadowWindowManagerImpl.ShadowCompatModeWrapper
+
+ShadowCompoundButton - Class in org.robolectric.shadows
+
+ShadowCompoundButton() - Constructor for class org.robolectric.shadows.ShadowCompoundButton
+
+ShadowConnection - Class in org.robolectric.shadows
+
+Shadow for
Connection
that represents a phone call or connection to a remote endpoint
+ that carries voice and/or video traffic.
+
+ShadowConnection() - Constructor for class org.robolectric.shadows.ShadowConnection
+
+ShadowConnectivityManager - Class in org.robolectric.shadows
+
+ShadowConnectivityManager() - Constructor for class org.robolectric.shadows.ShadowConnectivityManager
+
+ShadowConstants - Class in org.robolectric.internal.bytecode
+
+ShadowConstants() - Constructor for class org.robolectric.internal.bytecode.ShadowConstants
+
+ShadowContentCaptureManager - Class in org.robolectric.shadows
+
+A Shadow for android.view.contentcapture.ContentCaptureManager added in Android R.
+
+ShadowContentCaptureManager() - Constructor for class org.robolectric.shadows.ShadowContentCaptureManager
+
+ShadowContentProvider - Class in org.robolectric.shadows
+
+
+
+ShadowContentProvider() - Constructor for class org.robolectric.shadows.ShadowContentProvider
+
+ShadowContentProviderClient - Class in org.robolectric.shadows
+
+ShadowContentProviderClient() - Constructor for class org.robolectric.shadows.ShadowContentProviderClient
+
+ShadowContentProviderOperation - Class in org.robolectric.shadows
+
+ShadowContentProviderOperation() - Constructor for class org.robolectric.shadows.ShadowContentProviderOperation
+
+ShadowContentProviderResult - Class in org.robolectric.shadows
+
+ShadowContentProviderResult() - Constructor for class org.robolectric.shadows.ShadowContentProviderResult
+
+ShadowContentResolver - Class in org.robolectric.shadows
+
+ShadowContentResolver() - Constructor for class org.robolectric.shadows.ShadowContentResolver
+
+ShadowContentResolver.DeleteStatement - Class in org.robolectric.shadows
+
+
+
+ShadowContentResolver.InsertStatement - Class in org.robolectric.shadows
+
+
+
+ShadowContentResolver.NotifiedUri - Class in org.robolectric.shadows
+
+ShadowContentResolver.Statement - Class in org.robolectric.shadows
+
+
+
+ShadowContentResolver.Status - Class in org.robolectric.shadows
+
+ShadowContentResolver.UpdateStatement - Class in org.robolectric.shadows
+
+
+
+ShadowContentUris - Class in org.robolectric.shadows
+
+ShadowContentUris() - Constructor for class org.robolectric.shadows.ShadowContentUris
+
+ShadowContextHubClient - Class in org.robolectric.shadows
+
+Shadow for ContextHubClient
.
+
+ShadowContextHubClient() - Constructor for class org.robolectric.shadows.ShadowContextHubClient
+
+ShadowContextHubManager - Class in org.robolectric.shadows
+
+Shadow for ContextHubManager
.
+
+ShadowContextHubManager() - Constructor for class org.robolectric.shadows.ShadowContextHubManager
+
+ShadowContextImpl - Class in org.robolectric.shadows
+
+ShadowContextImpl() - Constructor for class org.robolectric.shadows.ShadowContextImpl
+
+ShadowContextImpl._ContextImpl_ - Interface in org.robolectric.shadows
+
+
+
+ShadowContextThemeWrapper - Class in org.robolectric.shadows
+
+ShadowContextThemeWrapper() - Constructor for class org.robolectric.shadows.ShadowContextThemeWrapper
+
+ShadowContextWrapper - Class in org.robolectric.shadows
+
+ShadowContextWrapper() - Constructor for class org.robolectric.shadows.ShadowContextWrapper
+
+ShadowCookieManager - Class in org.robolectric.shadows
+
+ShadowCookieManager() - Constructor for class org.robolectric.shadows.ShadowCookieManager
+
+ShadowCookieSyncManager - Class in org.robolectric.shadows
+
+ShadowCookieSyncManager() - Constructor for class org.robolectric.shadows.ShadowCookieSyncManager
+
+ShadowCountDownTimer - Class in org.robolectric.shadows
+
+ShadowCountDownTimer() - Constructor for class org.robolectric.shadows.ShadowCountDownTimer
+
+ShadowCrossProfileApps - Class in org.robolectric.shadows
+
+
+
+ShadowCrossProfileApps() - Constructor for class org.robolectric.shadows.ShadowCrossProfileApps
+
+ShadowCrossProfileApps.StartedActivity - Class in org.robolectric.shadows
+
+
+
+ShadowCrossProfileApps.StartedMainActivity - Class in org.robolectric.shadows
+
+Deprecated.
+
+
+
+ShadowCryptoObject - Class in org.robolectric.shadows
+
+ShadowCryptoObject() - Constructor for class org.robolectric.shadows.ShadowCryptoObject
+
+ShadowCursorWindow - Class in org.robolectric.shadows
+
+
+
+ShadowCursorWindow() - Constructor for class org.robolectric.shadows.ShadowCursorWindow
+
+ShadowCursorWindow.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowCursorWrapper - Class in org.robolectric.shadows
+
+ShadowCursorWrapper() - Constructor for class org.robolectric.shadows.ShadowCursorWrapper
+
+ShadowDateIntervalFormat - Class in org.robolectric.shadows
+
+ShadowDateIntervalFormat() - Constructor for class org.robolectric.shadows.ShadowDateIntervalFormat
+
+ShadowDatePickerDialog - Class in org.robolectric.shadows
+
+ShadowDatePickerDialog() - Constructor for class org.robolectric.shadows.ShadowDatePickerDialog
+
+ShadowDateUtils - Class in org.robolectric.shadows
+
+
+
+ShadowDateUtils() - Constructor for class org.robolectric.shadows.ShadowDateUtils
+
+ShadowDebug - Class in org.robolectric.shadows
+
+ShadowDebug() - Constructor for class org.robolectric.shadows.ShadowDebug
+
+ShadowDecorator - Class in org.robolectric.internal.bytecode
+
+Decorator which adds Robolectric's shadowing behavior to a class.
+
+ShadowDecorator() - Constructor for class org.robolectric.internal.bytecode.ShadowDecorator
+
+ShadowDefaultRequestDirector - Class in org.robolectric.shadows.httpclient
+
+ShadowDefaultRequestDirector() - Constructor for class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+ShadowDeviceConfig - Class in org.robolectric.shadows
+
+ShadowDeviceConfig() - Constructor for class org.robolectric.shadows.ShadowDeviceConfig
+
+ShadowDevicePolicyManager - Class in org.robolectric.shadows
+
+ShadowDevicePolicyManager() - Constructor for class org.robolectric.shadows.ShadowDevicePolicyManager
+
+ShadowDevicePolicyResourcesManager - Class in org.robolectric.shadows
+
+
+
+ShadowDevicePolicyResourcesManager() - Constructor for class org.robolectric.shadows.ShadowDevicePolicyResourcesManager
+
+ShadowDexFile - Class in org.robolectric.shadows
+
+Shadow implementation of dalvik.system.Dexfile.
+
+ShadowDexFile() - Constructor for class org.robolectric.shadows.ShadowDexFile
+
+ShadowDialog - Class in org.robolectric.shadows
+
+ShadowDialog() - Constructor for class org.robolectric.shadows.ShadowDialog
+
+ShadowDiscoverySession - Class in org.robolectric.shadows
+
+ShadowDiscoverySession() - Constructor for class org.robolectric.shadows.ShadowDiscoverySession
+
+ShadowDisplay - Class in org.robolectric.shadows
+
+It is possible to override some display properties using setters on
ShadowDisplay
.
+
+ShadowDisplay() - Constructor for class org.robolectric.shadows.ShadowDisplay
+
+ShadowDisplayEventReceiver - Class in org.robolectric.shadows
+
+
+
+ShadowDisplayEventReceiver() - Constructor for class org.robolectric.shadows.ShadowDisplayEventReceiver
+
+ShadowDisplayEventReceiver.DisplayEventReceiverReflector - Interface in org.robolectric.shadows
+
+
+
+ShadowDisplayHashManager - Class in org.robolectric.shadows
+
+
+
+ShadowDisplayHashManager() - Constructor for class org.robolectric.shadows.ShadowDisplayHashManager
+
+ShadowDisplayListCanvas - Class in org.robolectric.shadows
+
+Shadow for android.view.DisplayListCanvas
from API versions M to R
+
+ShadowDisplayListCanvas() - Constructor for class org.robolectric.shadows.ShadowDisplayListCanvas
+
+ShadowDisplayManager - Class in org.robolectric.shadows
+
+For tests, display properties may be changed and devices may be added or removed
+ programmatically.
+
+ShadowDisplayManager() - Constructor for class org.robolectric.shadows.ShadowDisplayManager
+
+ShadowDisplayManager.ModeBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowDisplayManagerGlobal - Class in org.robolectric.shadows
+
+
+
+ShadowDisplayManagerGlobal() - Constructor for class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+ShadowDownloadManager - Class in org.robolectric.shadows
+
+ShadowDownloadManager() - Constructor for class org.robolectric.shadows.ShadowDownloadManager
+
+ShadowDownloadManager.CompletedDownload - Class in org.robolectric.shadows
+
+Value class to represent a "completed download" sent to
DownloadManager
using the
+ addCompletedDownload APIs.
+
+ShadowDownloadManager.ShadowQuery - Class in org.robolectric.shadows
+
+ShadowDownloadManager.ShadowRequest - Class in org.robolectric.shadows
+
+ShadowDrawable - Class in org.robolectric.shadows
+
+ShadowDrawable() - Constructor for class org.robolectric.shadows.ShadowDrawable
+
+ShadowDropBoxManager - Class in org.robolectric.shadows
+
+Fake dropbox manager that starts with no entries.
+
+ShadowDropBoxManager() - Constructor for class org.robolectric.shadows.ShadowDropBoxManager
+
+ShadowDynamicsProcessing - Class in org.robolectric.shadows
+
+
+
+ShadowDynamicsProcessing() - Constructor for class org.robolectric.shadows.ShadowDynamicsProcessing
+
+shadowedClassName - Variable in class org.robolectric.internal.bytecode.ShadowInfo
+
+ShadowEdgeEffect - Class in org.robolectric.shadows
+
+
+
+ShadowEdgeEffect() - Constructor for class org.robolectric.shadows.ShadowEdgeEffect
+
+ShadowedObject - Interface in org.robolectric.internal.bytecode
+
+ShadowEGL14 - Class in org.robolectric.shadows
+
+Shadow for EGL14.
+
+ShadowEGL14() - Constructor for class org.robolectric.shadows.ShadowEGL14
+
+ShadowEnvironment - Class in org.robolectric.shadows
+
+ShadowEnvironment() - Constructor for class org.robolectric.shadows.ShadowEnvironment
+
+ShadowEnvironment.ShadowUserEnvironment - Class in org.robolectric.shadows
+
+ShadowEuiccManager - Class in org.robolectric.shadows
+
+ShadowEuiccManager() - Constructor for class org.robolectric.shadows.ShadowEuiccManager
+
+ShadowEvent() - Constructor for class org.robolectric.shadows.ShadowEventLog.ShadowEvent
+
+ShadowEventLog - Class in org.robolectric.shadows
+
+ShadowEventLog() - Constructor for class org.robolectric.shadows.ShadowEventLog
+
+ShadowEventLog.EventBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowEventLog.ShadowEvent - Class in org.robolectric.shadows
+
+ShadowFileObserver - Class in org.robolectric.shadows
+
+A shadow implementation of FileObserver that uses java.nio.file.WatchService.
+
+ShadowFileObserver() - Constructor for class org.robolectric.shadows.ShadowFileObserver
+
+ShadowFileUtils - Class in org.robolectric.shadows
+
+ShadowFileUtils() - Constructor for class org.robolectric.shadows.ShadowFileUtils
+
+ShadowFilter - Class in org.robolectric.shadows
+
+ShadowFilter() - Constructor for class org.robolectric.shadows.ShadowFilter
+
+ShadowFingerprintManager - Class in org.robolectric.shadows
+
+
+
+ShadowFingerprintManager() - Constructor for class org.robolectric.shadows.ShadowFingerprintManager
+
+ShadowFloatMath - Class in org.robolectric.shadows
+
+
+
+ShadowFloatMath() - Constructor for class org.robolectric.shadows.ShadowFloatMath
+
+ShadowFont - Class in org.robolectric.shadows
+
+Shadow for
Font
for Android S
+
+ShadowFont() - Constructor for class org.robolectric.shadows.ShadowFont
+
+ShadowFontBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowFontBuilder() - Constructor for class org.robolectric.shadows.ShadowFontBuilder
+
+ShadowFontFamily - Class in org.robolectric.shadows
+
+ShadowFontFamily() - Constructor for class org.robolectric.shadows.ShadowFontFamily
+
+ShadowFontsContract - Class in org.robolectric.shadows
+
+ShadowFontsContract() - Constructor for class org.robolectric.shadows.ShadowFontsContract
+
+ShadowFontsFontFamily - Class in org.robolectric.shadows
+
+
+
+ShadowFontsFontFamily() - Constructor for class org.robolectric.shadows.ShadowFontsFontFamily
+
+ShadowFontsFontFamily.ShadowFontsFontFamilyBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowFontsFontFamilyBuilder() - Constructor for class org.robolectric.shadows.ShadowFontsFontFamily.ShadowFontsFontFamilyBuilder
+
+ShadowGainmap - Class in org.robolectric.shadows
+
+Fake implementation for Gainmap class.
+
+ShadowGainmap() - Constructor for class org.robolectric.shadows.ShadowGainmap
+
+ShadowGeocoder - Class in org.robolectric.shadows
+
+ShadowGeocoder() - Constructor for class org.robolectric.shadows.ShadowGeocoder
+
+ShadowGestureDetector - Class in org.robolectric.shadows
+
+ShadowGestureDetector() - Constructor for class org.robolectric.shadows.ShadowGestureDetector
+
+ShadowGLES20 - Class in org.robolectric.shadows
+
+
+
+ShadowGLES20() - Constructor for class org.robolectric.shadows.ShadowGLES20
+
+ShadowGlobal() - Constructor for class org.robolectric.shadows.ShadowSettings.ShadowGlobal
+
+ShadowGLSurfaceView - Class in org.robolectric.shadows
+
+Fake implementation of GLSurfaceView
+
+ShadowGLSurfaceView() - Constructor for class org.robolectric.shadows.ShadowGLSurfaceView
+
+ShadowGoogleApiAvailability - Class in org.robolectric.shadows.gms.common
+
+ShadowGoogleApiAvailability() - Constructor for class org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability
+
+ShadowGoogleAuthUtil - Class in org.robolectric.shadows.gms
+
+
+
+ShadowGoogleAuthUtil() - Constructor for class org.robolectric.shadows.gms.ShadowGoogleAuthUtil
+
+ShadowGoogleAuthUtil.GoogleAuthUtilImpl - Class in org.robolectric.shadows.gms
+
+Class containing methods with same signatures of the static methods of GoogleAuthUtil
+
+ShadowGooglePlayServicesUtil - Class in org.robolectric.shadows.gms
+
+
+
+ShadowGooglePlayServicesUtil() - Constructor for class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl - Class in org.robolectric.shadows.gms
+
+Class containing methods with same signatures of the static methods of
+ GooglePlayServicesUtil
.
+
+ShadowGradientDrawable - Class in org.robolectric.shadows
+
+ShadowGradientDrawable() - Constructor for class org.robolectric.shadows.ShadowGradientDrawable
+
+ShadowHardwareBuffer - Class in org.robolectric.shadows
+
+Shadow of android.hardware.HardwareBuffer.
+
+ShadowHardwareBuffer() - Constructor for class org.robolectric.shadows.ShadowHardwareBuffer
+
+ShadowHardwareRenderer - Class in org.robolectric.shadows
+
+ShadowHardwareRenderer() - Constructor for class org.robolectric.shadows.ShadowHardwareRenderer
+
+ShadowHttpResponseCache - Class in org.robolectric.shadows
+
+ShadowHttpResponseCache() - Constructor for class org.robolectric.shadows.ShadowHttpResponseCache
+
+ShadowIAppOpsService - Class in org.robolectric.shadows
+
+ShadowIAppOpsService() - Constructor for class org.robolectric.shadows.ShadowIAppOpsService
+
+ShadowIAppOpsService.ShadowStub - Class in org.robolectric.shadows
+
+ShadowIcon - Class in org.robolectric.shadows
+
+ShadowIcon() - Constructor for class org.robolectric.shadows.ShadowIcon
+
+ShadowICU - Class in org.robolectric.shadows
+
+ShadowICU() - Constructor for class org.robolectric.shadows.ShadowICU
+
+ShadowImageDecoder - Class in org.robolectric.shadows
+
+ShadowImageDecoder() - Constructor for class org.robolectric.shadows.ShadowImageDecoder
+
+ShadowImageReader - Class in org.robolectric.shadows
+
+
+
+ShadowImageReader() - Constructor for class org.robolectric.shadows.ShadowImageReader
+
+ShadowImageReader.ShadowSurfaceImage - Class in org.robolectric.shadows
+
+
+
+ShadowImages() - Constructor for class org.robolectric.shadows.ShadowMediaStore.ShadowImages
+
+ShadowImeTracingClientImpl - Class in org.robolectric.shadows
+
+ShadowImeTracingClientImpl() - Constructor for class org.robolectric.shadows.ShadowImeTracingClientImpl
+
+ShadowImpl - Class in org.robolectric.internal.bytecode
+
+ShadowImpl() - Constructor for class org.robolectric.internal.bytecode.ShadowImpl
+
+ShadowImsMmTelManager - Class in org.robolectric.shadows
+
+Supports IMS by default.
+
+ShadowImsMmTelManager() - Constructor for class org.robolectric.shadows.ShadowImsMmTelManager
+
+ShadowInCallAdapter - Class in org.robolectric.shadows
+
+
+
+ShadowInCallAdapter() - Constructor for class org.robolectric.shadows.ShadowInCallAdapter
+
+ShadowInCallService - Class in org.robolectric.shadows
+
+
+
+ShadowInCallService() - Constructor for class org.robolectric.shadows.ShadowInCallService
+
+ShadowIncidentManager - Class in org.robolectric.shadows
+
+
+
+ShadowIncidentManager() - Constructor for class org.robolectric.shadows.ShadowIncidentManager
+
+ShadowInetAddressUtils - Class in org.robolectric.shadows
+
+Shadow InetAddressUtils class that doesn't use native Libcore function.
+
+ShadowInetAddressUtils() - Constructor for class org.robolectric.shadows.ShadowInetAddressUtils
+
+ShadowInfo - Class in org.robolectric.internal.bytecode
+
+ShadowInformationElement - Class in org.robolectric.shadows
+
+
+
+ShadowInformationElement() - Constructor for class org.robolectric.shadows.ShadowInformationElement
+
+ShadowInformationElement.Builder - Class in org.robolectric.shadows
+
+A builder for creating ShadowInformationElement objects.
+
+ShadowInputDevice - Class in org.robolectric.shadows
+
+ShadowInputDevice() - Constructor for class org.robolectric.shadows.ShadowInputDevice
+
+ShadowInputEvent - Class in org.robolectric.shadows
+
+ShadowInputEvent() - Constructor for class org.robolectric.shadows.ShadowInputEvent
+
+ShadowInputEventReceiver - Class in org.robolectric.shadows
+
+ShadowInputEventReceiver() - Constructor for class org.robolectric.shadows.ShadowInputEventReceiver
+
+ShadowInputManager - Class in org.robolectric.shadows
+
+
+
+ShadowInputManager() - Constructor for class org.robolectric.shadows.ShadowInputManager
+
+ShadowInputManagerGlobal - Class in org.robolectric.shadows
+
+Shadow for new InputManagerGlobal introduced in android U.
+
+ShadowInputManagerGlobal() - Constructor for class org.robolectric.shadows.ShadowInputManagerGlobal
+
+ShadowInputMethodManager - Class in org.robolectric.shadows
+
+Shadow for InputMethodManager.
+
+ShadowInputMethodManager() - Constructor for class org.robolectric.shadows.ShadowInputMethodManager
+
+ShadowInputMethodManager.PrivateCommandListener - Interface in org.robolectric.shadows
+
+Handler for receiving PrivateCommands.
+
+ShadowInputMethodManager.SoftInputVisibilityChangeHandler - Interface in org.robolectric.shadows
+
+Handler for receiving soft input visibility changed event.
+
+ShadowInsetsController - Class in org.robolectric.shadows
+
+Intercepts calls to [InsetsController] to monitor system bars functionality (hide/show).
+
+ShadowInsetsController() - Constructor for class org.robolectric.shadows.ShadowInsetsController
+
+ShadowInstrumentation - Class in org.robolectric.shadows
+
+ShadowInstrumentation() - Constructor for class org.robolectric.shadows.ShadowInstrumentation
+
+ShadowInstrumentation._Instrumentation_ - Interface in org.robolectric.shadows
+
+
+
+ShadowIntent - Class in org.robolectric.shadows
+
+ShadowIntent() - Constructor for class org.robolectric.shadows.ShadowIntent
+
+ShadowIntentService - Class in org.robolectric.shadows
+
+ShadowIntentService() - Constructor for class org.robolectric.shadows.ShadowIntentService
+
+ShadowInvalidator - Class in org.robolectric.internal.bytecode
+
+ShadowInvalidator() - Constructor for class org.robolectric.internal.bytecode.ShadowInvalidator
+
+ShadowIoUtils - Class in org.robolectric.shadows
+
+ShadowIoUtils() - Constructor for class org.robolectric.shadows.ShadowIoUtils
+
+shadowIsDeprecated() - Method in class org.robolectric.annotation.processing.RobolectricModel.ShadowInfo
+
+ShadowIsoDep - Class in org.robolectric.shadows
+
+Extends IsoDep to allow for testing.
+
+ShadowIsoDep() - Constructor for class org.robolectric.shadows.ShadowIsoDep
+
+ShadowJobScheduler - Class in org.robolectric.shadows
+
+ShadowJobScheduler() - Constructor for class org.robolectric.shadows.ShadowJobScheduler
+
+ShadowJobScheduler.ShadowJobSchedulerImpl - Class in org.robolectric.shadows
+
+ShadowJobSchedulerImpl() - Constructor for class org.robolectric.shadows.ShadowJobScheduler.ShadowJobSchedulerImpl
+
+ShadowJobService - Class in org.robolectric.shadows
+
+ShadowJobService() - Constructor for class org.robolectric.shadows.ShadowJobService
+
+ShadowJsPromptResult - Class in org.robolectric.shadows
+
+ShadowJsPromptResult() - Constructor for class org.robolectric.shadows.ShadowJsPromptResult
+
+ShadowJsResult - Class in org.robolectric.shadows
+
+ShadowJsResult() - Constructor for class org.robolectric.shadows.ShadowJsResult
+
+ShadowKeyCharacterMap - Class in org.robolectric.shadows
+
+ShadowKeyCharacterMap() - Constructor for class org.robolectric.shadows.ShadowKeyCharacterMap
+
+ShadowKeyguardLock() - Constructor for class org.robolectric.shadows.ShadowKeyguardManager.ShadowKeyguardLock
+
+ShadowKeyguardManager - Class in org.robolectric.shadows
+
+ShadowKeyguardManager() - Constructor for class org.robolectric.shadows.ShadowKeyguardManager
+
+ShadowKeyguardManager.ShadowKeyguardLock - Class in org.robolectric.shadows
+
+
+
+ShadowLauncherApps - Class in org.robolectric.shadows
+
+
+
+ShadowLauncherApps() - Constructor for class org.robolectric.shadows.ShadowLauncherApps
+
+ShadowLegacyApkAssets - Class in org.robolectric.shadows
+
+Shadow for
ApkAssets
that is used for legacy resources.
+
+ShadowLegacyApkAssets() - Constructor for class org.robolectric.shadows.ShadowLegacyApkAssets
+
+ShadowLegacyAssetInputStream - Class in org.robolectric.shadows
+
+ShadowLegacyAssetInputStream() - Constructor for class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+ShadowLegacyAssetManager - Class in org.robolectric.shadows
+
+ShadowLegacyAssetManager() - Constructor for class org.robolectric.shadows.ShadowLegacyAssetManager
+
+ShadowLegacyAsyncTask <Params ,Progress ,Result > - Class in org.robolectric.shadows
+
+A
AsyncTask
shadow for
LooperMode.Mode.LEGACY
.
+
+ShadowLegacyAsyncTask() - Constructor for class org.robolectric.shadows.ShadowLegacyAsyncTask
+
+ShadowLegacyAsyncTaskLoader <D > - Class in org.robolectric.shadows
+
+
+
+ShadowLegacyAsyncTaskLoader() - Constructor for class org.robolectric.shadows.ShadowLegacyAsyncTaskLoader
+
+ShadowLegacyBitmap - Class in org.robolectric.shadows
+
+ShadowLegacyBitmap() - Constructor for class org.robolectric.shadows.ShadowLegacyBitmap
+
+ShadowLegacyCanvas - Class in org.robolectric.shadows
+
+Broken.
+
+ShadowLegacyCanvas() - Constructor for class org.robolectric.shadows.ShadowLegacyCanvas
+
+ShadowLegacyChoreographer - Class in org.robolectric.shadows
+
+
+
+ShadowLegacyChoreographer() - Constructor for class org.robolectric.shadows.ShadowLegacyChoreographer
+
+ShadowLegacyCursorWindow - Class in org.robolectric.shadows
+
+Legacy shadow for CursowWindow
.
+
+ShadowLegacyCursorWindow() - Constructor for class org.robolectric.shadows.ShadowLegacyCursorWindow
+
+ShadowLegacyLooper - Class in org.robolectric.shadows
+
+The shadow Looper implementation for LooperMode.Mode.LEGACY
.
+
+ShadowLegacyLooper() - Constructor for class org.robolectric.shadows.ShadowLegacyLooper
+
+ShadowLegacyMatrix - Class in org.robolectric.shadows
+
+ShadowLegacyMatrix() - Constructor for class org.robolectric.shadows.ShadowLegacyMatrix
+
+ShadowLegacyMessage - Class in org.robolectric.shadows
+
+The shadow
Message
for
LooperMode.Mode.LEGACY
.
+
+ShadowLegacyMessage() - Constructor for class org.robolectric.shadows.ShadowLegacyMessage
+
+ShadowLegacyMessageQueue - Class in org.robolectric.shadows
+
+
+
+ShadowLegacyMessageQueue() - Constructor for class org.robolectric.shadows.ShadowLegacyMessageQueue
+
+ShadowLegacyPath - Class in org.robolectric.shadows
+
+The shadow only supports straight-line paths.
+
+ShadowLegacyPath() - Constructor for class org.robolectric.shadows.ShadowLegacyPath
+
+ShadowLegacyResourcesImpl - Class in org.robolectric.shadows
+
+ShadowLegacyResourcesImpl() - Constructor for class org.robolectric.shadows.ShadowLegacyResourcesImpl
+
+ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl - Class in org.robolectric.shadows
+
+ShadowLegacySQLiteConnection - Class in org.robolectric.shadows
+
+
+
+ShadowLegacySQLiteConnection() - Constructor for class org.robolectric.shadows.ShadowLegacySQLiteConnection
+
+ShadowLegacySystemClock - Class in org.robolectric.shadows
+
+A shadow SystemClock for LooperMode.Mode.LEGACY
+
+ShadowLegacySystemClock() - Constructor for class org.robolectric.shadows.ShadowLegacySystemClock
+
+ShadowLegacyTheme() - Constructor for class org.robolectric.shadows.ShadowResources.ShadowLegacyTheme
+
+ShadowLegacyThemeImpl() - Constructor for class org.robolectric.shadows.ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl
+
+ShadowLegacyTypeface - Class in org.robolectric.shadows
+
+
+
+ShadowLegacyTypeface() - Constructor for class org.robolectric.shadows.ShadowLegacyTypeface
+
+ShadowLegacyTypeface.ShadowBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowLibcoreOsConstants - Class in org.robolectric.shadows
+
+Implements OsConstants on APIs 20 and below.
+
+ShadowLibcoreOsConstants() - Constructor for class org.robolectric.shadows.ShadowLibcoreOsConstants
+
+ShadowLinearLayout - Class in org.robolectric.shadows
+
+ShadowLinearLayout() - Constructor for class org.robolectric.shadows.ShadowLinearLayout
+
+ShadowLineBreaker - Class in org.robolectric.shadows
+
+Shadow for android.graphics.text.LineBreaker
+
+ShadowLineBreaker() - Constructor for class org.robolectric.shadows.ShadowLineBreaker
+
+ShadowLinkMovementMethod - Class in org.robolectric.shadows
+
+ShadowLinkMovementMethod() - Constructor for class org.robolectric.shadows.ShadowLinkMovementMethod
+
+ShadowLinux - Class in org.robolectric.shadows
+
+ShadowLinux() - Constructor for class org.robolectric.shadows.ShadowLinux
+
+ShadowListPopupWindow - Class in org.robolectric.shadows
+
+ShadowListPopupWindow() - Constructor for class org.robolectric.shadows.ShadowListPopupWindow
+
+ShadowListView - Class in org.robolectric.shadows
+
+ShadowListView() - Constructor for class org.robolectric.shadows.ShadowListView
+
+ShadowLoadedApk - Class in org.robolectric.shadows
+
+ShadowLoadedApk() - Constructor for class org.robolectric.shadows.ShadowLoadedApk
+
+ShadowLoadedApk._LoadedApk_ - Interface in org.robolectric.shadows
+
+Accessor interface for
LoadedApk
's internals.
+
+ShadowLocaleData - Class in org.robolectric.shadows
+
+Robolectric only supports en_US regardless of the default locale set in the JVM.
+
+ShadowLocaleData() - Constructor for class org.robolectric.shadows.ShadowLocaleData
+
+ShadowLocaleList - Class in org.robolectric.shadows
+
+
+
+ShadowLocaleList() - Constructor for class org.robolectric.shadows.ShadowLocaleList
+
+ShadowLocaleManager - Class in org.robolectric.shadows
+
+
+
+ShadowLocaleManager() - Constructor for class org.robolectric.shadows.ShadowLocaleManager
+
+ShadowLocationManager - Class in org.robolectric.shadows
+
+
+
+ShadowLocationManager() - Constructor for class org.robolectric.shadows.ShadowLocationManager
+
+ShadowLocationManager.ProviderProperties - Class in org.robolectric.shadows
+
+ProviderProperties is not public prior to S, so a new class is required to represent it prior
+ to that platform.
+
+ShadowLocationManager.RoboLocationRequest - Class in org.robolectric.shadows
+
+LocationRequest doesn't exist prior to Kitkat, and is not public prior to S, so a new class is
+ required to represent it prior to those platforms.
+
+ShadowLog - Class in org.robolectric.shadows
+
+Controls the behavior of
Log
and provides access to log messages.
+
+ShadowLog() - Constructor for class org.robolectric.shadows.ShadowLog
+
+ShadowLog.LogItem - Class in org.robolectric.shadows
+
+A single log item.
+
+ShadowLog.TerribleFailure - Exception in org.robolectric.shadows
+
+Failure thrown when wtf_is_fatal is true and Log.wtf is called.
+
+ShadowLooper - Class in org.robolectric.shadows
+
+The base shadow API class for controlling Loopers.
+
+ShadowLooper() - Constructor for class org.robolectric.shadows.ShadowLooper
+
+ShadowLooper.Picker - Class in org.robolectric.shadows
+
+ShadowLowPowerStandbyPortsLock() - Constructor for class org.robolectric.shadows.ShadowPowerManager.ShadowLowPowerStandbyPortsLock
+
+ShadowMagnificationController - Class in org.robolectric.shadows
+
+Shadow of MagnificationController.
+
+ShadowMagnificationController() - Constructor for class org.robolectric.shadows.ShadowMagnificationController
+
+shadowMainLooper - Variable in class org.robolectric.android.controller.ComponentController
+
+shadowMainLooper() - Static method in class org.robolectric.shadows.ShadowLooper
+
+ShadowMap - Class in org.robolectric.internal.bytecode
+
+Maps from instrumented class to shadow class.
+
+ShadowMap.Builder - Class in org.robolectric.internal.bytecode
+
+ShadowMatcher - Interface in org.robolectric.sandbox
+
+ShadowMatcher is used by
ShadowWrangler
to provide library-specific
+ rules about whether shadow classes and methods should be considered matches.
+
+ShadowMatrix - Class in org.robolectric.shadows
+
+ShadowMatrix() - Constructor for class org.robolectric.shadows.ShadowMatrix
+
+ShadowMatrix.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowMeasuredParagraph - Class in org.robolectric.shadows
+
+ShadowMeasuredParagraph() - Constructor for class org.robolectric.shadows.ShadowMeasuredParagraph
+
+ShadowMeasuredTextBuilder - Class in org.robolectric.shadows
+
+ShadowMeasuredTextBuilder() - Constructor for class org.robolectric.shadows.ShadowMeasuredTextBuilder
+
+ShadowMedia() - Constructor for class org.robolectric.shadows.ShadowMediaStore.ShadowImages.ShadowMedia
+
+ShadowMediaActionSound - Class in org.robolectric.shadows
+
+
+
+ShadowMediaActionSound() - Constructor for class org.robolectric.shadows.ShadowMediaActionSound
+
+ShadowMediaCodec - Class in org.robolectric.shadows
+
+Implementation of
MediaCodec
which supports both asynchronous and
+ synchronous modes.
+
+ShadowMediaCodec() - Constructor for class org.robolectric.shadows.ShadowMediaCodec
+
+ShadowMediaCodec.CodecConfig - Class in org.robolectric.shadows
+
+Configuration that can be supplied to
ShadowMediaCodec
to simulate actual
+ encoding/decoding.
+
+ShadowMediaCodec.CodecConfig.Codec - Interface in org.robolectric.shadows
+
+A codec is implemented as part of the configuration to allow the
ShadowMediaCodec
to
+ simulate actual encoding/decoding.
+
+ShadowMediaCodec.ShadowCodecBuffer - Class in org.robolectric.shadows
+
+Shadows CodecBuffer to prevent attempting to free non-direct ByteBuffer objects.
+
+ShadowMediaCodecList - Class in org.robolectric.shadows
+
+
+
+ShadowMediaCodecList() - Constructor for class org.robolectric.shadows.ShadowMediaCodecList
+
+ShadowMediaController - Class in org.robolectric.shadows
+
+
+
+ShadowMediaController() - Constructor for class org.robolectric.shadows.ShadowMediaController
+
+ShadowMediaExtractor - Class in org.robolectric.shadows
+
+A shadow for the MediaExtractor class.
+
+ShadowMediaExtractor() - Constructor for class org.robolectric.shadows.ShadowMediaExtractor
+
+ShadowMediaMetadataRetriever - Class in org.robolectric.shadows
+
+ShadowMediaMetadataRetriever() - Constructor for class org.robolectric.shadows.ShadowMediaMetadataRetriever
+
+ShadowMediaMuxer - Class in org.robolectric.shadows
+
+Implementation of
MediaMuxer
which directly passes input bytes to the
+ specified file, with no modification.
+
+ShadowMediaMuxer() - Constructor for class org.robolectric.shadows.ShadowMediaMuxer
+
+ShadowMediaPlayer - Class in org.robolectric.shadows
+
+Automated testing of media playback can be a difficult thing - especially testing that your code
+ properly handles asynchronous errors and events.
+
+ShadowMediaPlayer() - Constructor for class org.robolectric.shadows.ShadowMediaPlayer
+
+ShadowMediaPlayer.CreateListener - Interface in org.robolectric.shadows
+
+Callback interface for clients that wish to be informed when a new
MediaPlayer
instance
+ is constructed.
+
+ShadowMediaPlayer.InvalidStateBehavior - Enum in org.robolectric.shadows
+
+Possible behavior modes for the media player when a method is invoked in an invalid state.
+
+ShadowMediaPlayer.MediaEvent - Interface in org.robolectric.shadows
+
+ShadowMediaPlayer.MediaInfo - Class in org.robolectric.shadows
+
+Class specifying information for an emulated media object.
+
+ShadowMediaPlayer.MediaInfoProvider - Interface in org.robolectric.shadows
+
+
+
+ShadowMediaPlayer.State - Enum in org.robolectric.shadows
+
+Possible states for the media player to be in.
+
+ShadowMediaRecorder - Class in org.robolectric.shadows
+
+ShadowMediaRecorder() - Constructor for class org.robolectric.shadows.ShadowMediaRecorder
+
+ShadowMediaRouter - Class in org.robolectric.shadows
+
+
+
+ShadowMediaRouter() - Constructor for class org.robolectric.shadows.ShadowMediaRouter
+
+ShadowMediaScannerConnection - Class in org.robolectric.shadows
+
+
+
+ShadowMediaScannerConnection() - Constructor for class org.robolectric.shadows.ShadowMediaScannerConnection
+
+ShadowMediaSession - Class in org.robolectric.shadows
+
+ShadowMediaSession() - Constructor for class org.robolectric.shadows.ShadowMediaSession
+
+ShadowMediaSessionManager - Class in org.robolectric.shadows
+
+
+
+ShadowMediaSessionManager() - Constructor for class org.robolectric.shadows.ShadowMediaSessionManager
+
+ShadowMediaStore - Class in org.robolectric.shadows
+
+
+
+ShadowMediaStore() - Constructor for class org.robolectric.shadows.ShadowMediaStore
+
+ShadowMediaStore.CloudMediaChangedEvent - Class in org.robolectric.shadows
+
+
+
+ShadowMediaStore.ShadowImages - Class in org.robolectric.shadows
+
+
+
+ShadowMediaStore.ShadowImages.ShadowMedia - Class in org.robolectric.shadows
+
+
+
+ShadowMediaStore.ShadowImages.ShadowThumbnails - Class in org.robolectric.shadows
+
+
+
+ShadowMediaStore.ShadowVideo - Class in org.robolectric.shadows
+
+
+
+ShadowMediaStore.ShadowVideo.ShadowThumbnails - Class in org.robolectric.shadows
+
+
+
+ShadowMemoryMappedFile - Class in org.robolectric.shadows
+
+This is used by Android to load and inferFromValue time zone information.
+
+ShadowMemoryMappedFile() - Constructor for class org.robolectric.shadows.ShadowMemoryMappedFile
+
+ShadowMemoryMappedFile.RoboBufferIterator - Class in org.robolectric.shadows
+
+ShadowMemoryMappedFileS - Class in org.robolectric.shadows
+
+Fork of ShadowMemoryMappedFile to adjust to changed package names of MemoryMappedFile in S.
+
+ShadowMemoryMappedFileS() - Constructor for class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+ShadowMemoryMappedFileS.RoboBufferIterator - Class in org.robolectric.shadows
+
+ShadowMessage - Class in org.robolectric.shadows
+
+
+
+ShadowMessage() - Constructor for class org.robolectric.shadows.ShadowMessage
+
+ShadowMessage.Picker - Class in org.robolectric.shadows
+
+The shadow Picker for this class
+
+ShadowMessageQueue - Class in org.robolectric.shadows
+
+
+
+ShadowMessageQueue() - Constructor for class org.robolectric.shadows.ShadowMessageQueue
+
+ShadowMessageQueue.Picker - Class in org.robolectric.shadows
+
+The shadow Picker for this class.
+
+ShadowMessenger - Class in org.robolectric.shadows
+
+ShadowMessenger() - Constructor for class org.robolectric.shadows.ShadowMessenger
+
+ShadowMimeTypeMap - Class in org.robolectric.shadows
+
+ShadowMimeTypeMap() - Constructor for class org.robolectric.shadows.ShadowMimeTypeMap
+
+ShadowMotionEvent - Class in org.robolectric.shadows
+
+Shadow of MotionEvent.
+
+ShadowMotionEvent() - Constructor for class org.robolectric.shadows.ShadowMotionEvent
+
+ShadowMulticastLock() - Constructor for class org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock
+
+ShadowMultiDex - Class in org.robolectric.shadows.multidex
+
+No-op shadow for android.support.multidex.MultiDex
.
+
+ShadowMultiDex() - Constructor for class org.robolectric.shadows.multidex.ShadowMultiDex
+
+ShadowNativeAllocationRegistry - Class in org.robolectric.shadows
+
+Shadow for NativeAllocationRegistry
that is backed by native code
+
+ShadowNativeAllocationRegistry() - Constructor for class org.robolectric.shadows.ShadowNativeAllocationRegistry
+
+ShadowNativeAllocationRegistry.Picker - Class in org.robolectric.shadows
+
+Shadow picker for NativeAllocationRegistry
.
+
+ShadowNativeAnimatedImageDrawable - Class in org.robolectric.shadows
+
+
+
+ShadowNativeAnimatedImageDrawable() - Constructor for class org.robolectric.shadows.ShadowNativeAnimatedImageDrawable
+
+ShadowNativeAnimatedImageDrawable.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeAnimatedVectorDrawable - Class in org.robolectric.shadows
+
+
+
+ShadowNativeAnimatedVectorDrawable() - Constructor for class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+ShadowNativeAnimatedVectorDrawable.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBaseCanvas - Class in org.robolectric.shadows
+
+Shadow for
BaseCanvas
that is backed by native code
+
+ShadowNativeBaseCanvas() - Constructor for class org.robolectric.shadows.ShadowNativeBaseCanvas
+
+ShadowNativeBaseCanvas.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBaseRecordingCanvas - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBaseRecordingCanvas() - Constructor for class org.robolectric.shadows.ShadowNativeBaseRecordingCanvas
+
+ShadowNativeBaseRecordingCanvas.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBitmap - Class in org.robolectric.shadows
+
+Shadow for
Bitmap
that is backed by native code
+
+ShadowNativeBitmap() - Constructor for class org.robolectric.shadows.ShadowNativeBitmap
+
+ShadowNativeBitmapDrawable - Class in org.robolectric.shadows
+
+Disable the legacy ShadowBitmapDrawable as it fakes the draw logic.
+
+ShadowNativeBitmapDrawable() - Constructor for class org.robolectric.shadows.ShadowNativeBitmapDrawable
+
+ShadowNativeBitmapDrawable.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBitmapFactory - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBitmapFactory() - Constructor for class org.robolectric.shadows.ShadowNativeBitmapFactory
+
+ShadowNativeBitmapFactory.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBitmapShader - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBitmapShader() - Constructor for class org.robolectric.shadows.ShadowNativeBitmapShader
+
+ShadowNativeBitmapShader.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBlendModeColorFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBlendModeColorFilter() - Constructor for class org.robolectric.shadows.ShadowNativeBlendModeColorFilter
+
+ShadowNativeBlendModeColorFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBlurMaskFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeBlurMaskFilter() - Constructor for class org.robolectric.shadows.ShadowNativeBlurMaskFilter
+
+ShadowNativeBlurMaskFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeCanvas - Class in org.robolectric.shadows
+
+Shadow for
Canvas
that is backed by native code
+
+ShadowNativeCanvas() - Constructor for class org.robolectric.shadows.ShadowNativeCanvas
+
+ShadowNativeCanvasProperty <T > - Class in org.robolectric.shadows
+
+
+
+ShadowNativeCanvasProperty() - Constructor for class org.robolectric.shadows.ShadowNativeCanvasProperty
+
+ShadowNativeCanvasProperty.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColor - Class in org.robolectric.shadows
+
+Shadow for
Color
that is backed by native code
+
+ShadowNativeColor() - Constructor for class org.robolectric.shadows.ShadowNativeColor
+
+ShadowNativeColor.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColorFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColorFilter() - Constructor for class org.robolectric.shadows.ShadowNativeColorFilter
+
+ShadowNativeColorFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColorMatrixColorFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColorMatrixColorFilter() - Constructor for class org.robolectric.shadows.ShadowNativeColorMatrixColorFilter
+
+ShadowNativeColorMatrixColorFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColorSpaceRgb - Class in org.robolectric.shadows
+
+
+
+ShadowNativeColorSpaceRgb() - Constructor for class org.robolectric.shadows.ShadowNativeColorSpaceRgb
+
+ShadowNativeColorSpaceRgb.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeComposePathEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativeComposePathEffect() - Constructor for class org.robolectric.shadows.ShadowNativeComposePathEffect
+
+ShadowNativeComposePathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeComposeShader - Class in org.robolectric.shadows
+
+
+
+ShadowNativeComposeShader() - Constructor for class org.robolectric.shadows.ShadowNativeComposeShader
+
+ShadowNativeComposeShader.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeCornerPathEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativeCornerPathEffect() - Constructor for class org.robolectric.shadows.ShadowNativeCornerPathEffect
+
+ShadowNativeCornerPathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeCursorWindow - Class in org.robolectric.shadows
+
+
+
+ShadowNativeCursorWindow() - Constructor for class org.robolectric.shadows.ShadowNativeCursorWindow
+
+ShadowNativeDashPathEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativeDashPathEffect() - Constructor for class org.robolectric.shadows.ShadowNativeDashPathEffect
+
+ShadowNativeDashPathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeDiscretePathEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativeDiscretePathEffect() - Constructor for class org.robolectric.shadows.ShadowNativeDiscretePathEffect
+
+ShadowNativeDiscretePathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeDisplayListCanvas - Class in org.robolectric.shadows
+
+Shadow for android.view.DisplayListCanvas
that is backed by native code
+
+ShadowNativeDisplayListCanvas() - Constructor for class org.robolectric.shadows.ShadowNativeDisplayListCanvas
+
+ShadowNativeDisplayListCanvas.Picker - Class in org.robolectric.shadows
+
+Shadow picker for android.view.DisplayListCanvas
.
+
+ShadowNativeEmbossMaskFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeEmbossMaskFilter() - Constructor for class org.robolectric.shadows.ShadowNativeEmbossMaskFilter
+
+ShadowNativeEmbossMaskFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFont - Class in org.robolectric.shadows
+
+Shadow for
Font
that is backed by native code
+
+ShadowNativeFont() - Constructor for class org.robolectric.shadows.ShadowNativeFont
+
+ShadowNativeFont.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFont.ShadowNativeFontBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFont.ShadowNativeFontBuilder.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFontBuilder() - Constructor for class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+ShadowNativeFontFamily - Class in org.robolectric.shadows
+
+Shadow for
FontFamily
that is backed by native code
+
+ShadowNativeFontFamily() - Constructor for class org.robolectric.shadows.ShadowNativeFontFamily
+
+ShadowNativeFontFamily.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFontFamilyBuilder() - Constructor for class org.robolectric.shadows.ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder
+
+ShadowNativeFontFileUtil - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFontFileUtil() - Constructor for class org.robolectric.shadows.ShadowNativeFontFileUtil
+
+ShadowNativeFontFileUtil.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFontsFontFamily - Class in org.robolectric.shadows
+
+Shadow for
FontFamily
that is backed by native code
+
+ShadowNativeFontsFontFamily() - Constructor for class org.robolectric.shadows.ShadowNativeFontsFontFamily
+
+ShadowNativeFontsFontFamily.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeHardwareRenderer - Class in org.robolectric.shadows
+
+
+
+ShadowNativeHardwareRenderer() - Constructor for class org.robolectric.shadows.ShadowNativeHardwareRenderer
+
+ShadowNativeHardwareRenderer.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeHardwareRendererObserver - Class in org.robolectric.shadows
+
+
+
+ShadowNativeHardwareRendererObserver() - Constructor for class org.robolectric.shadows.ShadowNativeHardwareRendererObserver
+
+ShadowNativeHardwareRendererObserver.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeImageDecoder - Class in org.robolectric.shadows
+
+
+
+ShadowNativeImageDecoder() - Constructor for class org.robolectric.shadows.ShadowNativeImageDecoder
+
+ShadowNativeImageDecoder.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeImageReader - Class in org.robolectric.shadows
+
+
+
+ShadowNativeImageReader() - Constructor for class org.robolectric.shadows.ShadowNativeImageReader
+
+ShadowNativeImageReader.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeImageReaderSurfaceImage - Class in org.robolectric.shadows
+
+Shadow for ImageReader.SurfaceImage
that is backed by native code.
+
+ShadowNativeImageReaderSurfaceImage() - Constructor for class org.robolectric.shadows.ShadowNativeImageReaderSurfaceImage
+
+ShadowNativeImageReaderSurfaceImage.Picker - Class in org.robolectric.shadows
+
+Shadow picker for ImageReader.SurfaceImage
.
+
+ShadowNativeInterpolator - Class in org.robolectric.shadows
+
+
+
+ShadowNativeInterpolator() - Constructor for class org.robolectric.shadows.ShadowNativeInterpolator
+
+ShadowNativeInterpolator.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeLightingColorFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeLightingColorFilter() - Constructor for class org.robolectric.shadows.ShadowNativeLightingColorFilter
+
+ShadowNativeLightingColorFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeLinearGradient - Class in org.robolectric.shadows
+
+
+
+ShadowNativeLinearGradient() - Constructor for class org.robolectric.shadows.ShadowNativeLinearGradient
+
+ShadowNativeLinearGradient.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeLineBreaker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeLineBreaker() - Constructor for class org.robolectric.shadows.ShadowNativeLineBreaker
+
+ShadowNativeLineBreaker.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMaskFilter - Class in org.robolectric.shadows
+
+Shadow for
MaskFilter
that is backed by native code
+
+ShadowNativeMaskFilter() - Constructor for class org.robolectric.shadows.ShadowNativeMaskFilter
+
+ShadowNativeMaskFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMatrix - Class in org.robolectric.shadows
+
+Shadow for
Matrix
that is backed by native code
+
+ShadowNativeMatrix() - Constructor for class org.robolectric.shadows.ShadowNativeMatrix
+
+ShadowNativeMeasuredParagraph - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMeasuredParagraph() - Constructor for class org.robolectric.shadows.ShadowNativeMeasuredParagraph
+
+ShadowNativeMeasuredParagraph.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMeasuredText - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMeasuredText() - Constructor for class org.robolectric.shadows.ShadowNativeMeasuredText
+
+ShadowNativeMeasuredText.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeMeasuredTextBuilder() - Constructor for class org.robolectric.shadows.ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder
+
+ShadowNativeNativeInterpolatorFactory - Class in org.robolectric.shadows
+
+Shadow for NativeInterpolatorFactory
that is backed by native code
+
+ShadowNativeNativeInterpolatorFactory() - Constructor for class org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
+
+ShadowNativeNativeInterpolatorFactory.Picker - Class in org.robolectric.shadows
+
+Shadow picker for NativeInterpolatorFactory
.
+
+ShadowNativeNinePatch - Class in org.robolectric.shadows
+
+Shadow for
NinePatch
that is backed by native code
+
+ShadowNativeNinePatch() - Constructor for class org.robolectric.shadows.ShadowNativeNinePatch
+
+ShadowNativeNinePatch.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePaint - Class in org.robolectric.shadows
+
+Shadow for
Paint
that is backed by native code
+
+ShadowNativePaint() - Constructor for class org.robolectric.shadows.ShadowNativePaint
+
+ShadowNativePaint.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePath - Class in org.robolectric.shadows
+
+Shadow for
Path
that is backed by native code
+
+ShadowNativePath() - Constructor for class org.robolectric.shadows.ShadowNativePath
+
+ShadowNativePathDashPathEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativePathDashPathEffect() - Constructor for class org.robolectric.shadows.ShadowNativePathDashPathEffect
+
+ShadowNativePathDashPathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePathEffect - Class in org.robolectric.shadows
+
+Shadow for
PathEffect
that is backed by native code
+
+ShadowNativePathEffect() - Constructor for class org.robolectric.shadows.ShadowNativePathEffect
+
+ShadowNativePathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePathMeasure - Class in org.robolectric.shadows
+
+
+
+ShadowNativePathMeasure() - Constructor for class org.robolectric.shadows.ShadowNativePathMeasure
+
+ShadowNativePathMeasure.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePathParser - Class in org.robolectric.shadows
+
+Shadow for
PathParser
that is backed by native code
+
+ShadowNativePathParser() - Constructor for class org.robolectric.shadows.ShadowNativePathParser
+
+ShadowNativePathParser.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePicture - Class in org.robolectric.shadows
+
+Shadow for
Picture
that is backed by native code
+
+ShadowNativePicture() - Constructor for class org.robolectric.shadows.ShadowNativePicture
+
+ShadowNativePicture.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePluralRules - Class in org.robolectric.shadows
+
+ShadowNativePluralRules() - Constructor for class org.robolectric.shadows.ShadowNativePluralRules
+
+ShadowNativePorterDuffColorFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativePorterDuffColorFilter() - Constructor for class org.robolectric.shadows.ShadowNativePorterDuffColorFilter
+
+ShadowNativePorterDuffColorFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePositionedGlyphs - Class in org.robolectric.shadows
+
+
+
+ShadowNativePositionedGlyphs() - Constructor for class org.robolectric.shadows.ShadowNativePositionedGlyphs
+
+ShadowNativePositionedGlyphs.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativePropertyValuesHolder - Class in org.robolectric.shadows
+
+
+
+ShadowNativePropertyValuesHolder() - Constructor for class org.robolectric.shadows.ShadowNativePropertyValuesHolder
+
+ShadowNativePropertyValuesHolder.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRadialGradient - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRadialGradient() - Constructor for class org.robolectric.shadows.ShadowNativeRadialGradient
+
+ShadowNativeRadialGradient.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRecordingCanvas - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRecordingCanvas() - Constructor for class org.robolectric.shadows.ShadowNativeRecordingCanvas
+
+ShadowNativeRecordingCanvas.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRegion - Class in org.robolectric.shadows
+
+Shadow for
Region
that is backed by native code
+
+ShadowNativeRegion() - Constructor for class org.robolectric.shadows.ShadowNativeRegion
+
+ShadowNativeRegion.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRegionIterator - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRegionIterator() - Constructor for class org.robolectric.shadows.ShadowNativeRegionIterator
+
+ShadowNativeRegionIterator.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRenderEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRenderEffect() - Constructor for class org.robolectric.shadows.ShadowNativeRenderEffect
+
+ShadowNativeRenderEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRenderNode - Class in org.robolectric.shadows
+
+Shadow for
RenderNode
that is backed by native code
+
+ShadowNativeRenderNode() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNode
+
+ShadowNativeRenderNode.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRenderNodeAnimator - Class in org.robolectric.shadows
+
+Shadow for RenderNodeAnimator
that is backed by native code
+
+ShadowNativeRenderNodeAnimator() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNodeAnimator
+
+ShadowNativeRenderNodeAnimator.Picker - Class in org.robolectric.shadows
+
+Shadow picker for RenderNodeAnimator
.
+
+ShadowNativeRenderNodeAnimatorQ - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRenderNodeAnimatorQ() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNodeAnimatorQ
+
+ShadowNativeRenderNodeAnimatorQ.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRenderNodeOP - Class in org.robolectric.shadows
+
+Shadow for
RenderNode
that is backed by native code
+
+ShadowNativeRenderNodeOP() - Constructor for class org.robolectric.shadows.ShadowNativeRenderNodeOP
+
+ShadowNativeRenderNodeOP.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRuntimeShader - Class in org.robolectric.shadows
+
+
+
+ShadowNativeRuntimeShader() - Constructor for class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+ShadowNativeRuntimeShader.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeShader - Class in org.robolectric.shadows
+
+Shadow for
Shader
that is backed by native code
+
+ShadowNativeShader() - Constructor for class org.robolectric.shadows.ShadowNativeShader
+
+ShadowNativeShader.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSQLiteConnection - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSQLiteConnection() - Constructor for class org.robolectric.shadows.ShadowNativeSQLiteConnection
+
+ShadowNativeStaticLayout - Class in org.robolectric.shadows
+
+Shadow for
StaticLayout
that is backed by native code for Android O-P.
+
+ShadowNativeStaticLayout() - Constructor for class org.robolectric.shadows.ShadowNativeStaticLayout
+
+ShadowNativeStaticLayout.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSumPathEffect - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSumPathEffect() - Constructor for class org.robolectric.shadows.ShadowNativeSumPathEffect
+
+ShadowNativeSumPathEffect.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSurface - Class in org.robolectric.shadows
+
+Shadow for
Surface
that is backed by native code
+
+ShadowNativeSurface() - Constructor for class org.robolectric.shadows.ShadowNativeSurface
+
+ShadowNativeSurface.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSweepGradient - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSweepGradient() - Constructor for class org.robolectric.shadows.ShadowNativeSweepGradient
+
+ShadowNativeSweepGradient.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeSystemFonts - Class in org.robolectric.shadows
+
+Shadow for
SystemFonts
for the Robolectric native runtime.
+
+ShadowNativeSystemFonts() - Constructor for class org.robolectric.shadows.ShadowNativeSystemFonts
+
+ShadowNativeSystemFonts.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTableMaskFilter - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTableMaskFilter() - Constructor for class org.robolectric.shadows.ShadowNativeTableMaskFilter
+
+ShadowNativeTableMaskFilter.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTextRunShaper - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTextRunShaper() - Constructor for class org.robolectric.shadows.ShadowNativeTextRunShaper
+
+ShadowNativeTextRunShaper.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeThreadedRenderer - Class in org.robolectric.shadows
+
+
+
+ShadowNativeThreadedRenderer() - Constructor for class org.robolectric.shadows.ShadowNativeThreadedRenderer
+
+ShadowNativeThreadedRenderer.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTypeface - Class in org.robolectric.shadows
+
+Shadow for
Typeface
that is backed by native code
+
+ShadowNativeTypeface() - Constructor for class org.robolectric.shadows.ShadowNativeTypeface
+
+ShadowNativeTypeface.ShadowNativeTypefaceBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTypeface.ShadowNativeTypefaceBuilder.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeTypefaceBuilder() - Constructor for class org.robolectric.shadows.ShadowNativeTypeface.ShadowNativeTypefaceBuilder
+
+ShadowNativeVectorDrawable - Class in org.robolectric.shadows
+
+
+
+ShadowNativeVectorDrawable() - Constructor for class org.robolectric.shadows.ShadowNativeVectorDrawable
+
+ShadowNativeVectorDrawable.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowNativeVirtualRefBasePtr - Class in org.robolectric.shadows
+
+Shadow for VirtualRefBasePtr
that is backed by native code
+
+ShadowNativeVirtualRefBasePtr() - Constructor for class org.robolectric.shadows.ShadowNativeVirtualRefBasePtr
+
+ShadowNativeVirtualRefBasePtr.Picker - Class in org.robolectric.shadows
+
+Shadow picker for VirtualRefBasePtr
.
+
+ShadowNetwork - Class in org.robolectric.shadows
+
+ShadowNetwork() - Constructor for class org.robolectric.shadows.ShadowNetwork
+
+ShadowNetworkCapabilities - Class in org.robolectric.shadows
+
+Robolectic provides overrides for fetching and updating transport.
+
+ShadowNetworkCapabilities() - Constructor for class org.robolectric.shadows.ShadowNetworkCapabilities
+
+ShadowNetworkInfo - Class in org.robolectric.shadows
+
+ShadowNetworkInfo() - Constructor for class org.robolectric.shadows.ShadowNetworkInfo
+
+ShadowNetworkScoreManager - Class in org.robolectric.shadows
+
+
+
+ShadowNetworkScoreManager() - Constructor for class org.robolectric.shadows.ShadowNetworkScoreManager
+
+ShadowNfcAdapter - Class in org.robolectric.shadows
+
+
+
+ShadowNfcAdapter() - Constructor for class org.robolectric.shadows.ShadowNfcAdapter
+
+ShadowNfcFrameworkInitializer - Class in org.robolectric.shadows
+
+Shadow for new NfcFrameworkInitializer class in U.
+
+ShadowNfcFrameworkInitializer() - Constructor for class org.robolectric.shadows.ShadowNfcFrameworkInitializer
+
+ShadowNinePatch - Class in org.robolectric.shadows
+
+ShadowNinePatch() - Constructor for class org.robolectric.shadows.ShadowNinePatch
+
+ShadowNoopNativeAllocationRegistry - Class in org.robolectric.shadows
+
+Shadow for NativeAllocationRegistry
that is a no-op.
+
+ShadowNoopNativeAllocationRegistry() - Constructor for class org.robolectric.shadows.ShadowNoopNativeAllocationRegistry
+
+ShadowNotFoundException() - Constructor for class org.robolectric.shadows.ShadowResources.ShadowNotFoundException
+
+ShadowNotification - Class in org.robolectric.shadows
+
+ShadowNotification() - Constructor for class org.robolectric.shadows.ShadowNotification
+
+ShadowNotificationListenerService - Class in org.robolectric.shadows
+
+
+
+ShadowNotificationListenerService() - Constructor for class org.robolectric.shadows.ShadowNotificationListenerService
+
+ShadowNotificationManager - Class in org.robolectric.shadows
+
+Shadows for NotificationManager.
+
+ShadowNotificationManager() - Constructor for class org.robolectric.shadows.ShadowNotificationManager
+
+ShadowNsdManager - Class in org.robolectric.shadows
+
+ShadowNsdManager() - Constructor for class org.robolectric.shadows.ShadowNsdManager
+
+ShadowNumberPicker - Class in org.robolectric.shadows
+
+ShadowNumberPicker() - Constructor for class org.robolectric.shadows.ShadowNumberPicker
+
+shadowOf(AccessibilityButtonController) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityService) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityService.MagnificationController) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityService.SoftKeyboardController) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccountManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(PropertyValuesHolder) - Static method in class org.robolectric.Shadows
+
+shadowOf(ValueAnimator) - Static method in class org.robolectric.Shadows
+
+shadowOf(Activity) - Static method in class org.robolectric.Shadows
+
+shadowOf(ActivityGroup) - Static method in class org.robolectric.Shadows
+
+shadowOf(ActivityManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(ActivityManager.AppTask) - Static method in class org.robolectric.Shadows
+
+shadowOf(DevicePolicyManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AlarmManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AlertDialog) - Static method in class org.robolectric.Shadows
+
+shadowOf(AlertDialog.Builder) - Static method in class org.robolectric.Shadows
+
+shadowOf(Application) - Static method in class org.robolectric.Shadows
+
+shadowOf(AppOpsManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(BackupDataInput) - Static method in class org.robolectric.Shadows
+
+shadowOf(BackupDataOutput) - Static method in class org.robolectric.Shadows
+
+shadowOf(BackupManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(DatePickerDialog) - Static method in class org.robolectric.Shadows
+
+shadowOf(Dialog) - Static method in class org.robolectric.Shadows
+
+shadowOf(DownloadManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(DownloadManager.Query) - Static method in class org.robolectric.Shadows
+
+shadowOf(DownloadManager.Request) - Static method in class org.robolectric.Shadows
+
+shadowOf(Instrumentation) - Static method in class org.robolectric.Shadows
+
+shadowOf(IntentService) - Static method in class org.robolectric.Shadows
+
+shadowOf(JobScheduler) - Static method in class org.robolectric.Shadows
+
+shadowOf(JobService) - Static method in class org.robolectric.Shadows
+
+shadowOf(KeyguardManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(KeyguardManager.KeyguardLock) - Static method in class org.robolectric.Shadows
+
+shadowOf(Notification) - Static method in class org.robolectric.Shadows
+
+shadowOf(NotificationManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(PendingIntent) - Static method in class org.robolectric.Shadows
+
+shadowOf(ProgressDialog) - Static method in class org.robolectric.Shadows
+
+shadowOf(RoleManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(SearchManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(Service) - Static method in class org.robolectric.Shadows
+
+shadowOf(SliceManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(TabActivity) - Static method in class org.robolectric.Shadows
+
+shadowOf(TimePickerDialog) - Static method in class org.robolectric.Shadows
+
+shadowOf(UiAutomation) - Static method in class org.robolectric.Shadows
+
+shadowOf(UiModeManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(StorageStatsManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(UsageStatsManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(VoiceInteractor) - Static method in class org.robolectric.Shadows
+
+shadowOf(WallpaperManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AppWidgetHost) - Static method in class org.robolectric.Shadows
+
+shadowOf(AppWidgetHostView) - Static method in class org.robolectric.Shadows
+
+shadowOf(AppWidgetManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothA2dp) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothAdapter) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothDevice) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothGatt) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothGattServer) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothHeadset) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothServerSocket) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothSocket) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothLeAdvertiser) - Static method in class org.robolectric.Shadows
+
+shadowOf(BluetoothLeScanner) - Static method in class org.robolectric.Shadows
+
+shadowOf(CompanionDeviceManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AsyncQueryHandler) - Static method in class org.robolectric.Shadows
+
+shadowOf(BroadcastReceiver) - Static method in class org.robolectric.Shadows
+
+shadowOf(BroadcastReceiver.PendingResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(ClipboardManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContentProvider) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContentProviderClient) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContentProviderOperation) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContentProviderResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContentResolver) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContentUris) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContextWrapper) - Static method in class org.robolectric.Shadows
+
+shadowOf(Intent) - Static method in class org.robolectric.Shadows
+
+shadowOf(CrossProfileApps) - Static method in class org.robolectric.Shadows
+
+shadowOf(LauncherApps) - Static method in class org.robolectric.Shadows
+
+shadowOf(PackageInstaller) - Static method in class org.robolectric.Shadows
+
+shadowOf(PackageInstaller.Session) - Static method in class org.robolectric.Shadows
+
+shadowOf(PackageInstaller.SessionInfo) - Static method in class org.robolectric.Shadows
+
+shadowOf(PackageManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(ShortcutManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(SigningInfo) - Static method in class org.robolectric.Shadows
+
+shadowOf(AssetManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AssetManager.AssetInputStream) - Static method in class org.robolectric.Shadows
+
+shadowOf(Resources) - Static method in class org.robolectric.Shadows
+
+shadowOf(Resources.NotFoundException) - Static method in class org.robolectric.Shadows
+
+shadowOf(Resources.Theme) - Static method in class org.robolectric.Shadows
+
+shadowOf(TypedArray) - Static method in class org.robolectric.Shadows
+
+shadowOf(RestrictionsManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(CursorWindow) - Static method in class org.robolectric.Shadows
+
+shadowOf(CursorWrapper) - Static method in class org.robolectric.Shadows
+
+shadowOf(SQLiteOpenHelper) - Static method in class org.robolectric.Shadows
+
+shadowOf(Bitmap) - Static method in class org.robolectric.Shadows
+
+shadowOf(BitmapFactory) - Static method in class org.robolectric.Shadows
+
+shadowOf(BitmapRegionDecoder) - Static method in class org.robolectric.Shadows
+
+shadowOf(BitmapShader) - Static method in class org.robolectric.Shadows
+
+shadowOf(BlendModeColorFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(BlurMaskFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(Canvas) - Static method in class org.robolectric.Shadows
+
+shadowOf(Color) - Static method in class org.robolectric.Shadows
+
+shadowOf(ColorFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(ColorMatrixColorFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(ColorSpace.Rgb) - Static method in class org.robolectric.Shadows
+
+shadowOf(ComposePathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(ComposeShader) - Static method in class org.robolectric.Shadows
+
+shadowOf(CornerPathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(DashPathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(DiscretePathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(AnimatedImageDrawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(AnimatedVectorDrawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(BitmapDrawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(Drawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(GradientDrawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(Icon) - Static method in class org.robolectric.Shadows
+
+shadowOf(StateListDrawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(VectorDrawable) - Static method in class org.robolectric.Shadows
+
+shadowOf(EmbossMaskFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(Font) - Static method in class org.robolectric.Shadows
+
+shadowOf(Font.Builder) - Static method in class org.robolectric.Shadows
+
+shadowOf(FontFamily) - Static method in class org.robolectric.Shadows
+
+shadowOf(FontFamily.Builder) - Static method in class org.robolectric.Shadows
+
+shadowOf(HardwareRenderer) - Static method in class org.robolectric.Shadows
+
+shadowOf(ImageDecoder) - Static method in class org.robolectric.Shadows
+
+shadowOf(Interpolator) - Static method in class org.robolectric.Shadows
+
+shadowOf(LightingColorFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(LinearGradient) - Static method in class org.robolectric.Shadows
+
+shadowOf(MaskFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(Matrix) - Static method in class org.robolectric.Shadows
+
+shadowOf(NinePatch) - Static method in class org.robolectric.Shadows
+
+shadowOf(Paint) - Static method in class org.robolectric.Shadows
+
+shadowOf(Path) - Static method in class org.robolectric.Shadows
+
+shadowOf(PathDashPathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(PathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(PathMeasure) - Static method in class org.robolectric.Shadows
+
+shadowOf(Picture) - Static method in class org.robolectric.Shadows
+
+shadowOf(PorterDuffColorFilter) - Static method in class org.robolectric.Shadows
+
+shadowOf(RadialGradient) - Static method in class org.robolectric.Shadows
+
+shadowOf(RecordingCanvas) - Static method in class org.robolectric.Shadows
+
+shadowOf(Region) - Static method in class org.robolectric.Shadows
+
+shadowOf(RegionIterator) - Static method in class org.robolectric.Shadows
+
+shadowOf(RenderEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(RenderNode) - Static method in class org.robolectric.Shadows
+
+shadowOf(RuntimeShader) - Static method in class org.robolectric.Shadows
+
+shadowOf(Shader) - Static method in class org.robolectric.Shadows
+
+shadowOf(SumPathEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(SurfaceTexture) - Static method in class org.robolectric.Shadows
+
+shadowOf(SweepGradient) - Static method in class org.robolectric.Shadows
+
+shadowOf(LineBreaker) - Static method in class org.robolectric.Shadows
+
+shadowOf(MeasuredText) - Static method in class org.robolectric.Shadows
+
+shadowOf(MeasuredText.Builder) - Static method in class org.robolectric.Shadows
+
+shadowOf(PositionedGlyphs) - Static method in class org.robolectric.Shadows
+
+shadowOf(TextRunShaper) - Static method in class org.robolectric.Shadows
+
+shadowOf(Typeface) - Static method in class org.robolectric.Shadows
+
+shadowOf(Typeface.Builder) - Static method in class org.robolectric.Shadows
+
+shadowOf(Camera) - Static method in class org.robolectric.Shadows
+
+shadowOf(Camera.Parameters) - Static method in class org.robolectric.Shadows
+
+shadowOf(CameraCharacteristics) - Static method in class org.robolectric.Shadows
+
+shadowOf(CameraManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(CaptureRequest.Builder) - Static method in class org.robolectric.Shadows
+
+shadowOf(CaptureResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(TotalCaptureResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(DisplayManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(FingerprintManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(HardwareBuffer) - Static method in class org.robolectric.Shadows
+
+shadowOf(InputManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(Sensor) - Static method in class org.robolectric.Shadows
+
+shadowOf(SensorManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(UsbDeviceConnection) - Static method in class org.robolectric.Shadows
+
+shadowOf(UsbManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(UsbRequest) - Static method in class org.robolectric.Shadows
+
+shadowOf(Geocoder) - Static method in class org.robolectric.Shadows
+
+shadowOf(LocationManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AudioEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(DynamicsProcessing) - Static method in class org.robolectric.Shadows
+
+shadowOf(Visualizer) - Static method in class org.robolectric.Shadows
+
+shadowOf(AudioManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AudioRecord) - Static method in class org.robolectric.Shadows
+
+shadowOf(AudioTrack) - Static method in class org.robolectric.Shadows
+
+shadowOf(CamcorderProfile) - Static method in class org.robolectric.Shadows
+
+shadowOf(ImageReader) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaActionSound) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaCodec) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaCodecList) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaExtractor) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaMetadataRetriever) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaMuxer) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaPlayer) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaRecorder) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaRouter) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaScannerConnection) - Static method in class org.robolectric.Shadows
+
+shadowOf(RingtoneManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaController) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaSession) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaSessionManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(SoundPool) - Static method in class org.robolectric.Shadows
+
+shadowOf(ToneGenerator) - Static method in class org.robolectric.Shadows
+
+shadowOf(ConnectivityManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AndroidHttpClient) - Static method in class org.robolectric.shadows.httpclient.Shadows
+
+shadowOf(HttpResponseCache) - Static method in class org.robolectric.Shadows
+
+shadowOf(Network) - Static method in class org.robolectric.Shadows
+
+shadowOf(NetworkCapabilities) - Static method in class org.robolectric.Shadows
+
+shadowOf(NetworkInfo) - Static method in class org.robolectric.Shadows
+
+shadowOf(NsdManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(TrafficStats) - Static method in class org.robolectric.Shadows
+
+shadowOf(VpnManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(VpnService) - Static method in class org.robolectric.Shadows
+
+shadowOf(DiscoverySession) - Static method in class org.robolectric.Shadows
+
+shadowOf(PeerHandle) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiAwareManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiP2pGroup) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiP2pManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(RangingResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiRttManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(ScanResult.InformationElement) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiConfiguration) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiInfo) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiManager.MulticastLock) - Static method in class org.robolectric.Shadows
+
+shadowOf(WifiManager.WifiLock) - Static method in class org.robolectric.Shadows
+
+shadowOf(CardEmulation) - Static method in class org.robolectric.Shadows
+
+shadowOf(NfcAdapter) - Static method in class org.robolectric.Shadows
+
+shadowOf(IsoDep) - Static method in class org.robolectric.Shadows
+
+shadowOf(EGL14) - Static method in class org.robolectric.Shadows
+
+shadowOf(GLES20) - Static method in class org.robolectric.Shadows
+
+shadowOf(GLSurfaceView) - Static method in class org.robolectric.Shadows
+
+shadowOf(Matrix) - Static method in class org.robolectric.Shadows
+
+shadowOf(BatteryManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(Binder) - Static method in class org.robolectric.Shadows
+
+shadowOf(Build) - Static method in class org.robolectric.Shadows
+
+shadowOf(CountDownTimer) - Static method in class org.robolectric.Shadows
+
+shadowOf(Debug) - Static method in class org.robolectric.Shadows
+
+shadowOf(DropBoxManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(Environment) - Static method in class org.robolectric.Shadows
+
+shadowOf(FileObserver) - Static method in class org.robolectric.Shadows
+
+shadowOf(LocaleList) - Static method in class org.robolectric.Shadows
+
+shadowOf(Looper) - Static method in class org.robolectric.Shadows
+
+shadowOf(Message) - Static method in class org.robolectric.Shadows
+
+shadowOf(MessageQueue) - Static method in class org.robolectric.Shadows
+
+shadowOf(Messenger) - Static method in class org.robolectric.Shadows
+
+shadowOf(Parcel) - Static method in class org.robolectric.Shadows
+
+shadowOf(ParcelFileDescriptor) - Static method in class org.robolectric.Shadows
+
+shadowOf(PowerManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(PowerManager.WakeLock) - Static method in class org.robolectric.Shadows
+
+shadowOf(Process) - Static method in class org.robolectric.Shadows
+
+shadowOf(RemoteCallbackList<E>) - Static method in class org.robolectric.Shadows
+
+shadowOf(ResultReceiver) - Static method in class org.robolectric.Shadows
+
+shadowOf(StatFs) - Static method in class org.robolectric.Shadows
+
+shadowOf(StorageManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(StrictMode.VmPolicy) - Static method in class org.robolectric.Shadows
+
+shadowOf(SystemClock) - Static method in class org.robolectric.Shadows
+
+shadowOf(Trace) - Static method in class org.robolectric.Shadows
+
+shadowOf(UserManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(Vibrator) - Static method in class org.robolectric.Shadows
+
+shadowOf(Preference) - Static method in class org.robolectric.Shadows
+
+shadowOf(CallLog.Calls) - Static method in class org.robolectric.Shadows
+
+shadowOf(FontsContract) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaStore) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaStore.Images) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaStore.Images.Media) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaStore.Images.Thumbnails) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaStore.Video) - Static method in class org.robolectric.Shadows
+
+shadowOf(MediaStore.Video.Thumbnails) - Static method in class org.robolectric.Shadows
+
+shadowOf(Settings) - Static method in class org.robolectric.Shadows
+
+shadowOf(Settings.Global) - Static method in class org.robolectric.Shadows
+
+shadowOf(Settings.Secure) - Static method in class org.robolectric.Shadows
+
+shadowOf(Settings.System) - Static method in class org.robolectric.Shadows
+
+shadowOf(Telephony) - Static method in class org.robolectric.Shadows
+
+shadowOf(Telephony.Sms) - Static method in class org.robolectric.Shadows
+
+shadowOf(NotificationListenerService) - Static method in class org.robolectric.Shadows
+
+shadowOf(NotificationListenerService.Ranking) - Static method in class org.robolectric.Shadows
+
+shadowOf(Tile) - Static method in class org.robolectric.Shadows
+
+shadowOf(TileService) - Static method in class org.robolectric.Shadows
+
+shadowOf(VoiceInteractionService) - Static method in class org.robolectric.Shadows
+
+shadowOf(VoiceInteractionSession) - Static method in class org.robolectric.Shadows
+
+shadowOf(SpeechRecognizer) - Static method in class org.robolectric.Shadows
+
+shadowOf(TextToSpeech) - Static method in class org.robolectric.Shadows
+
+shadowOf(Os) - Static method in class org.robolectric.Shadows
+
+shadowOf(OsConstants) - Static method in class org.robolectric.Shadows
+
+shadowOf(Call) - Static method in class org.robolectric.Shadows
+
+shadowOf(Call.RttCall) - Static method in class org.robolectric.Shadows
+
+shadowOf(CallScreeningService) - Static method in class org.robolectric.Shadows
+
+shadowOf(Connection) - Static method in class org.robolectric.Shadows
+
+shadowOf(InCallService) - Static method in class org.robolectric.Shadows
+
+shadowOf(TelecomManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(CarrierConfigManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(EuiccManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(SmsManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(SubscriptionManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(TelephonyManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(VisualVoicemailService.VisualVoicemailTask) - Static method in class org.robolectric.Shadows
+
+shadowOf(VisualVoicemailSms) - Static method in class org.robolectric.Shadows
+
+shadowOf(Time) - Static method in class org.robolectric.Shadows
+
+shadowOf(LinkMovementMethod) - Static method in class org.robolectric.Shadows
+
+shadowOf(StaticLayout) - Static method in class org.robolectric.Shadows
+
+shadowOf(TextUtils) - Static method in class org.robolectric.Shadows
+
+shadowOf(EventLog) - Static method in class org.robolectric.Shadows
+
+shadowOf(EventLog.Event) - Static method in class org.robolectric.Shadows
+
+shadowOf(Log) - Static method in class org.robolectric.Shadows
+
+shadowOf(StatsLog) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityNodeInfo) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityRecord) - Static method in class org.robolectric.Shadows
+
+shadowOf(AccessibilityWindowInfo) - Static method in class org.robolectric.Shadows
+
+shadowOf(CaptioningManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(AnimationUtils) - Static method in class org.robolectric.Shadows
+
+shadowOf(AutofillManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(ContextThemeWrapper) - Static method in class org.robolectric.Shadows
+
+shadowOf(Display) - Static method in class org.robolectric.Shadows
+
+shadowOf(GestureDetector) - Static method in class org.robolectric.Shadows
+
+shadowOf(InputDevice) - Static method in class org.robolectric.Shadows
+
+shadowOf(InputEvent) - Static method in class org.robolectric.Shadows
+
+shadowOf(InputMethodManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(KeyCharacterMap) - Static method in class org.robolectric.Shadows
+
+shadowOf(MotionEvent) - Static method in class org.robolectric.Shadows
+
+shadowOf(PixelCopy) - Static method in class org.robolectric.Shadows
+
+shadowOf(ScaleGestureDetector) - Static method in class org.robolectric.Shadows
+
+shadowOf(Surface) - Static method in class org.robolectric.Shadows
+
+shadowOf(SurfaceView) - Static method in class org.robolectric.Shadows
+
+shadowOf(TouchDelegate) - Static method in class org.robolectric.Shadows
+
+shadowOf(TranslationManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(VelocityTracker) - Static method in class org.robolectric.Shadows
+
+shadowOf(View) - Static method in class org.robolectric.Shadows
+
+shadowOf(ViewConfiguration) - Static method in class org.robolectric.Shadows
+
+shadowOf(ViewGroup) - Static method in class org.robolectric.Shadows
+
+shadowOf(Window) - Static method in class org.robolectric.Shadows
+
+shadowOf(WindowManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(CookieManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(CookieSyncManager) - Static method in class org.robolectric.Shadows
+
+shadowOf(JsPromptResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(JsResult) - Static method in class org.robolectric.Shadows
+
+shadowOf(MimeTypeMap) - Static method in class org.robolectric.Shadows
+
+shadowOf(SslErrorHandler) - Static method in class org.robolectric.Shadows
+
+shadowOf(WebSettings) - Static method in class org.robolectric.Shadows
+
+shadowOf(WebStorage) - Static method in class org.robolectric.Shadows
+
+shadowOf(WebView) - Static method in class org.robolectric.Shadows
+
+shadowOf(WebViewDatabase) - Static method in class org.robolectric.Shadows
+
+shadowOf(AbsListView) - Static method in class org.robolectric.Shadows
+
+shadowOf(AbsSpinner) - Static method in class org.robolectric.Shadows
+
+shadowOf(AdapterView<T>) - Static method in class org.robolectric.Shadows
+
+shadowOf(ArrayAdapter<T>) - Static method in class org.robolectric.Shadows
+
+shadowOf(BaseAdapter) - Static method in class org.robolectric.Shadows
+
+shadowOf(CompoundButton) - Static method in class org.robolectric.Shadows
+
+shadowOf(EdgeEffect) - Static method in class org.robolectric.Shadows
+
+shadowOf(Filter) - Static method in class org.robolectric.Shadows
+
+shadowOf(LinearLayout) - Static method in class org.robolectric.Shadows
+
+shadowOf(ListPopupWindow) - Static method in class org.robolectric.Shadows
+
+shadowOf(ListView) - Static method in class org.robolectric.Shadows
+
+shadowOf(NumberPicker) - Static method in class org.robolectric.Shadows
+
+shadowOf(PopupMenu) - Static method in class org.robolectric.Shadows
+
+shadowOf(PopupWindow) - Static method in class org.robolectric.Shadows
+
+shadowOf(ScrollView) - Static method in class org.robolectric.Shadows
+
+shadowOf(SeekBar) - Static method in class org.robolectric.Shadows
+
+shadowOf(TabHost) - Static method in class org.robolectric.Shadows
+
+shadowOf(TabHost.TabSpec) - Static method in class org.robolectric.Shadows
+
+shadowOf(TabWidget) - Static method in class org.robolectric.Shadows
+
+shadowOf(TextView) - Static method in class org.robolectric.Shadows
+
+shadowOf(Toast) - Static method in class org.robolectric.Shadows
+
+shadowOf(VideoView) - Static method in class org.robolectric.Shadows
+
+shadowOf(ViewAnimator) - Static method in class org.robolectric.Shadows
+
+shadowOf(ZoomButtonsController) - Static method in class org.robolectric.Shadows
+
+shadowOf(GoogleAuthUtil) - Static method in class org.robolectric.shadows.gms.Shadows
+
+shadowOf(GoogleApiAvailability) - Static method in class org.robolectric.shadows.gms.Shadows
+
+shadowOf(GooglePlayServicesUtil) - Static method in class org.robolectric.shadows.gms.Shadows
+
+shadowOf(DexFile) - Static method in class org.robolectric.Shadows
+
+shadowOf(DefaultRequestDirector) - Static method in class org.robolectric.shadows.httpclient.Shadows
+
+ShadowOpenGLMatrix - Class in org.robolectric.shadows
+
+ShadowOpenGLMatrix() - Constructor for class org.robolectric.shadows.ShadowOpenGLMatrix
+
+ShadowOs - Class in org.robolectric.shadows
+
+A Shadow for android.system.Os
+
+ShadowOsConstants - Class in org.robolectric.shadows
+
+ShadowOsConstants() - Constructor for class org.robolectric.shadows.ShadowOsConstants
+
+ShadowOverlayConfig - Class in org.robolectric.shadows
+
+Shadow for OverlayConfig
.
+
+ShadowOverlayConfig() - Constructor for class org.robolectric.shadows.ShadowOverlayConfig
+
+ShadowPackageBackwardCompatibility - Class in org.robolectric.shadows
+
+Shadow of PackageBackwardCompatibility
to handle a scenario that can come up when
+ multiple Android versions end up on the classpath
+
+ShadowPackageBackwardCompatibility() - Constructor for class org.robolectric.shadows.ShadowPackageBackwardCompatibility
+
+ShadowPackageInstaller - Class in org.robolectric.shadows
+
+Shadow for PackageInstaller.
+
+ShadowPackageInstaller() - Constructor for class org.robolectric.shadows.ShadowPackageInstaller
+
+ShadowPackageInstaller.ShadowSession - Class in org.robolectric.shadows
+
+ShadowPackageInstaller.ShadowSessionInfo - Class in org.robolectric.shadows
+
+Shadow for PackageInstaller.SessionInfo.
+
+ShadowPackageManager - Class in org.robolectric.shadows
+
+ShadowPackageManager() - Constructor for class org.robolectric.shadows.ShadowPackageManager
+
+ShadowPackageManager.ComponentState - Class in org.robolectric.shadows
+
+ShadowPackageManager.IntentComparator - Class in org.robolectric.shadows
+
+ShadowPackageManager.PackageSetting - Class in org.robolectric.shadows
+
+Settings for a particular package.
+
+ShadowPackageParser - Class in org.robolectric.shadows
+
+ShadowPackageParser() - Constructor for class org.robolectric.shadows.ShadowPackageParser
+
+ShadowPackageParser._Package_ - Interface in org.robolectric.shadows
+
+
+
+ShadowPaint - Class in org.robolectric.shadows
+
+ShadowPaint() - Constructor for class org.robolectric.shadows.ShadowPaint
+
+ShadowParameters() - Constructor for class org.robolectric.shadows.ShadowCamera.ShadowParameters
+
+ShadowParcel - Class in org.robolectric.shadows
+
+Robolectric's
Parcel
pretends to be backed by a byte buffer, closely matching
Parcel
's position, size, and capacity behavior.
+
+ShadowParcel() - Constructor for class org.robolectric.shadows.ShadowParcel
+
+ShadowParcelFileDescriptor - Class in org.robolectric.shadows
+
+ShadowParcelFileDescriptor() - Constructor for class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+ShadowParser() - Constructor for class org.robolectric.shadows.ShadowXmlBlock.ShadowParser
+
+ShadowPath - Class in org.robolectric.shadows
+
+
+
+ShadowPath() - Constructor for class org.robolectric.shadows.ShadowPath
+
+ShadowPath.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowPath.Point - Class in org.robolectric.shadows
+
+ShadowPath.Point.Type - Enum in org.robolectric.shadows
+
+ShadowPathMeasure - Class in org.robolectric.shadows
+
+ShadowPathMeasure() - Constructor for class org.robolectric.shadows.ShadowPathMeasure
+
+ShadowPathParser - Class in org.robolectric.shadows
+
+ShadowPathParser() - Constructor for class org.robolectric.shadows.ShadowPathParser
+
+ShadowPathParser.PathDataNode - Class in org.robolectric.shadows
+
+ShadowPausedAsyncTask <Params ,Progress ,Result > - Class in org.robolectric.shadows
+
+A
AsyncTask
shadow for
LooperMode.Mode.PAUSED
+
+ShadowPausedAsyncTask() - Constructor for class org.robolectric.shadows.ShadowPausedAsyncTask
+
+ShadowPausedAsyncTaskLoader <D > - Class in org.robolectric.shadows
+
+
+
+ShadowPausedAsyncTaskLoader() - Constructor for class org.robolectric.shadows.ShadowPausedAsyncTaskLoader
+
+ShadowPausedChoreographer - Class in org.robolectric.shadows
+
+
+
+ShadowPausedChoreographer() - Constructor for class org.robolectric.shadows.ShadowPausedChoreographer
+
+ShadowPausedLooper - Class in org.robolectric.shadows
+
+The shadow Looper for and @link
+ LooperMode.Mode.INSTRUMENTATION_TEST
.
+
+ShadowPausedLooper() - Constructor for class org.robolectric.shadows.ShadowPausedLooper
+
+ShadowPausedMessage - Class in org.robolectric.shadows
+
+The shadow
Message
for
LooperMode.Mode.PAUSED
.
+
+ShadowPausedMessage() - Constructor for class org.robolectric.shadows.ShadowPausedMessage
+
+ShadowPausedMessageQueue - Class in org.robolectric.shadows
+
+The shadow MessageQueue} for LooperMode.Mode.PAUSED
+
+ShadowPausedMessageQueue() - Constructor for class org.robolectric.shadows.ShadowPausedMessageQueue
+
+ShadowPausedSystemClock - Class in org.robolectric.shadows
+
+
+
+ShadowPausedSystemClock() - Constructor for class org.robolectric.shadows.ShadowPausedSystemClock
+
+ShadowPeerHandle - Class in org.robolectric.shadows
+
+ShadowPeerHandle() - Constructor for class org.robolectric.shadows.ShadowPeerHandle
+
+ShadowPendingIntent - Class in org.robolectric.shadows
+
+ShadowPendingIntent() - Constructor for class org.robolectric.shadows.ShadowPendingIntent
+
+ShadowPhone - Class in org.robolectric.shadows
+
+
+
+ShadowPhone() - Constructor for class org.robolectric.shadows.ShadowPhone
+
+ShadowPhoneWindow - Class in org.robolectric.shadows
+
+Shadow for PhoneWindow for APIs 23+
+
+ShadowPhoneWindow() - Constructor for class org.robolectric.shadows.ShadowPhoneWindow
+
+ShadowPhoneWindowFor22 - Class in org.robolectric.shadows
+
+Shadow for the API 16-22 PhoneWindow.li
+
+ShadowPhoneWindowFor22() - Constructor for class org.robolectric.shadows.ShadowPhoneWindowFor22
+
+shadowPicker() - Element in annotation type org.robolectric.annotation.Implements
+
+If specified, the picker
will be instantiated and called from within the newly-created
+ Robolectric classloader.
+
+ShadowPicker <T > - Interface in org.robolectric.shadow.api
+
+ShadowPicture - Class in org.robolectric.shadows
+
+ShadowPicture() - Constructor for class org.robolectric.shadows.ShadowPicture
+
+ShadowPixelCopy - Class in org.robolectric.shadows
+
+Shadow for PixelCopy that uses View.draw to create screenshots.
+
+ShadowPixelCopy() - Constructor for class org.robolectric.shadows.ShadowPixelCopy
+
+ShadowPixelCopy.ShadowPixelCopyRequestBuilder - Class in org.robolectric.shadows
+
+ShadowPixelCopyRequestBuilder() - Constructor for class org.robolectric.shadows.ShadowPixelCopy.ShadowPixelCopyRequestBuilder
+
+ShadowPlayerBase - Class in org.robolectric.shadows
+
+ShadowPlayerBase() - Constructor for class org.robolectric.shadows.ShadowPlayerBase
+
+ShadowPolicyManager - Class in org.robolectric.shadows
+
+ShadowPolicyManager() - Constructor for class org.robolectric.shadows.ShadowPolicyManager
+
+ShadowPopupMenu - Class in org.robolectric.shadows
+
+ShadowPopupMenu() - Constructor for class org.robolectric.shadows.ShadowPopupMenu
+
+ShadowPopupWindow - Class in org.robolectric.shadows
+
+ShadowPopupWindow() - Constructor for class org.robolectric.shadows.ShadowPopupWindow
+
+ShadowPorterDuffColorFilter - Class in org.robolectric.shadows
+
+ShadowPorterDuffColorFilter() - Constructor for class org.robolectric.shadows.ShadowPorterDuffColorFilter
+
+ShadowPosix - Class in org.robolectric.shadows
+
+Shadow for Posix
+
+ShadowPosix() - Constructor for class org.robolectric.shadows.ShadowPosix
+
+ShadowPowerManager - Class in org.robolectric.shadows
+
+Shadow of PowerManager
+
+ShadowPowerManager() - Constructor for class org.robolectric.shadows.ShadowPowerManager
+
+ShadowPowerManager.ShadowLowPowerStandbyPortsLock - Class in org.robolectric.shadows
+
+
+
+ShadowPowerManager.ShadowWakeLock - Class in org.robolectric.shadows
+
+ShadowPrecomputedText - Class in org.robolectric.shadows
+
+ShadowPrecomputedText() - Constructor for class org.robolectric.shadows.ShadowPrecomputedText
+
+ShadowPreference - Class in org.robolectric.shadows
+
+ShadowPreference() - Constructor for class org.robolectric.shadows.ShadowPreference
+
+ShadowProcess - Class in org.robolectric.shadows
+
+ShadowProcess() - Constructor for class org.robolectric.shadows.ShadowProcess
+
+ShadowProgressDialog - Class in org.robolectric.shadows
+
+ShadowProgressDialog() - Constructor for class org.robolectric.shadows.ShadowProgressDialog
+
+ShadowPropertyValuesHolder - Class in org.robolectric.shadows
+
+
+
+ShadowPropertyValuesHolder() - Constructor for class org.robolectric.shadows.ShadowPropertyValuesHolder
+
+ShadowProvider - Interface in org.robolectric.internal
+
+Interface implemented by packages that provide shadows to Robolectric.
+
+ShadowProviderGenerator - Class in org.robolectric.annotation.processing.generator
+
+Generator that creates the "ShadowProvider" implementation for a shadow package.
+
+ShadowProviderGenerator(RobolectricModel, ProcessingEnvironment, String, boolean, int) - Constructor for class org.robolectric.annotation.processing.generator.ShadowProviderGenerator
+
+ShadowProviders - Class in org.robolectric.internal.bytecode
+
+
+
+ShadowProviders(List<ShadowProvider>) - Constructor for class org.robolectric.internal.bytecode.ShadowProviders
+
+ShadowPublicFormatUtils - Class in org.robolectric.shadows
+
+Shadow for private class PublicFormatUtils.
+
+ShadowPublicFormatUtils() - Constructor for class org.robolectric.shadows.ShadowPublicFormatUtils
+
+ShadowQuery() - Constructor for class org.robolectric.shadows.ShadowDownloadManager.ShadowQuery
+
+ShadowQueuedWork - Class in org.robolectric.shadows
+
+ShadowQueuedWork() - Constructor for class org.robolectric.shadows.ShadowQueuedWork
+
+ShadowQuickAccessWalletService - Class in org.robolectric.shadows
+
+
+
+ShadowQuickAccessWalletService() - Constructor for class org.robolectric.shadows.ShadowQuickAccessWalletService
+
+ShadowRangingResult - Class in org.robolectric.shadows
+
+
+
+ShadowRangingResult() - Constructor for class org.robolectric.shadows.ShadowRangingResult
+
+ShadowRangingResult.Builder - Class in org.robolectric.shadows
+
+A builder for creating ShadowRangingResults.
+
+ShadowRangingSession - Class in org.robolectric.shadows
+
+Adds Robolectric support for UWB ranging.
+
+ShadowRangingSession() - Constructor for class org.robolectric.shadows.ShadowRangingSession
+
+ShadowRangingSession.Adapter - Interface in org.robolectric.shadows
+
+Adapter interface for state change events, provided by the tester to dictate ranging results.
+
+ShadowRanking - Class in org.robolectric.shadows
+
+
+
+ShadowRanking() - Constructor for class org.robolectric.shadows.ShadowRanking
+
+ShadowRcsUceAdapter - Class in org.robolectric.shadows
+
+
+
+ShadowRcsUceAdapter() - Constructor for class org.robolectric.shadows.ShadowRcsUceAdapter
+
+ShadowRcsUceAdapter.CapabilityFailureInfo - Class in org.robolectric.shadows
+
+A data class holding the info for a failed capabilities exchange
+
+ShadowRecordingCanvas - Class in org.robolectric.shadows
+
+ShadowRecordingCanvas() - Constructor for class org.robolectric.shadows.ShadowRecordingCanvas
+
+ShadowRefreshAvailabilityTask() - Constructor for class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask
+
+ShadowRegion - Class in org.robolectric.shadows
+
+ShadowRegion() - Constructor for class org.robolectric.shadows.ShadowRegion
+
+ShadowRemoteCallbackList <E extends IInterface > - Class in org.robolectric.shadows
+
+ShadowRemoteCallbackList() - Constructor for class org.robolectric.shadows.ShadowRemoteCallbackList
+
+ShadowRenderNode - Class in org.robolectric.shadows
+
+ShadowRenderNode() - Constructor for class org.robolectric.shadows.ShadowRenderNode
+
+ShadowRenderNodeAnimator - Class in org.robolectric.shadows
+
+ShadowRenderNodeAnimator() - Constructor for class org.robolectric.shadows.ShadowRenderNodeAnimator
+
+ShadowRenderNodeAnimatorR - Class in org.robolectric.shadows
+
+Copy of ShadowRenderNodeAnimator that reflects move of RenderNodeAnimator to android.graphics in
+ R
+
+ShadowRenderNodeAnimatorR() - Constructor for class org.robolectric.shadows.ShadowRenderNodeAnimatorR
+
+ShadowRenderNodeQ - Class in org.robolectric.shadows
+
+ShadowRenderNodeQ() - Constructor for class org.robolectric.shadows.ShadowRenderNodeQ
+
+ShadowRequest() - Constructor for class org.robolectric.shadows.ShadowDownloadManager.ShadowRequest
+
+ShadowResolveInfo - Class in org.robolectric.shadows
+
+
+
+ShadowResolveInfo() - Constructor for class org.robolectric.shadows.ShadowResolveInfo
+
+ShadowResources - Class in org.robolectric.shadows
+
+
+
+ShadowResources() - Constructor for class org.robolectric.shadows.ShadowResources
+
+ShadowResources.OnConfigurationChangeListener - Interface in org.robolectric.shadows
+
+Listener callback that's called when the configuration is updated for a resources.
+
+ShadowResources.ShadowLegacyTheme - Class in org.robolectric.shadows
+
+
+
+ShadowResources.ShadowNotFoundException - Class in org.robolectric.shadows
+
+
+
+ShadowResources.ShadowTheme - Class in org.robolectric.shadows
+
+
+
+ShadowResources.ShadowTheme.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowResourcesImpl - Class in org.robolectric.shadows
+
+ShadowResourcesImpl() - Constructor for class org.robolectric.shadows.ShadowResourcesImpl
+
+ShadowResourcesImpl.Picker - Class in org.robolectric.shadows
+
+ShadowResourcesImpl.ShadowThemeImpl - Class in org.robolectric.shadows
+
+ShadowResourcesImpl.ShadowThemeImpl.Picker - Class in org.robolectric.shadows
+
+ShadowResourcesManager - Class in org.robolectric.shadows
+
+ShadowResourcesManager() - Constructor for class org.robolectric.shadows.ShadowResourcesManager
+
+ShadowRestrictionsManager - Class in org.robolectric.shadows
+
+
+
+ShadowRestrictionsManager() - Constructor for class org.robolectric.shadows.ShadowRestrictionsManager
+
+ShadowResultReceiver - Class in org.robolectric.shadows
+
+ShadowResultReceiver() - Constructor for class org.robolectric.shadows.ShadowResultReceiver
+
+ShadowRingtoneManager - Class in org.robolectric.shadows
+
+
+
+ShadowRingtoneManager() - Constructor for class org.robolectric.shadows.ShadowRingtoneManager
+
+ShadowRoleControllerManager - Class in org.robolectric.shadows
+
+
+
+ShadowRoleControllerManager() - Constructor for class org.robolectric.shadows.ShadowRoleControllerManager
+
+ShadowRoleManager - Class in org.robolectric.shadows
+
+
+
+ShadowRoleManager() - Constructor for class org.robolectric.shadows.ShadowRoleManager
+
+ShadowRollbackManager - Class in org.robolectric.shadows
+
+A Shadow for android.content.rollback.RollbackManager added in Android Q.
+
+ShadowRollbackManager() - Constructor for class org.robolectric.shadows.ShadowRollbackManager
+
+ShadowRotationWatcher - Class in org.robolectric.shadows
+
+Shadow for RotationWatcher for API 23+
+
+ShadowRotationWatcher() - Constructor for class org.robolectric.shadows.ShadowRotationWatcher
+
+ShadowRotationWatcherFor22 - Class in org.robolectric.shadows
+
+Shadow for RotationWatcher for API 16-22
+
+ShadowRotationWatcherFor22() - Constructor for class org.robolectric.shadows.ShadowRotationWatcherFor22
+
+ShadowRttCall() - Constructor for class org.robolectric.shadows.ShadowCall.ShadowRttCall
+
+shadows - Variable in class org.robolectric.annotation.Config.Builder
+
+shadows() - Method in class org.robolectric.annotation.Config.Implementation
+
+shadows() - Element in annotation type org.robolectric.annotation.Config
+
+A list of shadow classes to enable, in addition to those that are already present.
+
+shadows() - Element in annotation type org.robolectric.internal.bytecode.SandboxConfig
+
+A list of shadow classes to enable, in addition to those that are already present.
+
+Shadows - Class in org.robolectric
+
+Shadow mapper.
+
+Shadows - Class in org.robolectric.shadows.gms
+
+Shadow mapper.
+
+Shadows - Class in org.robolectric.shadows.httpclient
+
+Shadow mapper.
+
+Shadows - Class in org.robolectric.shadows.multidex
+
+Shadow mapper.
+
+Shadows() - Constructor for class org.robolectric.Shadows
+
+Shadows() - Constructor for class org.robolectric.shadows.gms.Shadows
+
+Shadows() - Constructor for class org.robolectric.shadows.httpclient.Shadows
+
+Shadows() - Constructor for class org.robolectric.shadows.multidex.Shadows
+
+ShadowSafetyCenterManager - Class in org.robolectric.shadows
+
+Shadow for SafetyCenterManager
.
+
+ShadowSafetyCenterManager() - Constructor for class org.robolectric.shadows.ShadowSafetyCenterManager
+
+ShadowScaleGestureDetector - Class in org.robolectric.shadows
+
+ShadowScaleGestureDetector() - Constructor for class org.robolectric.shadows.ShadowScaleGestureDetector
+
+ShadowScanResult - Class in org.robolectric.shadows
+
+ShadowScanResult() - Constructor for class org.robolectric.shadows.ShadowScanResult
+
+ShadowScrollView - Class in org.robolectric.shadows
+
+ShadowScrollView() - Constructor for class org.robolectric.shadows.ShadowScrollView
+
+ShadowSearchManager - Class in org.robolectric.shadows
+
+ShadowSearchManager() - Constructor for class org.robolectric.shadows.ShadowSearchManager
+
+ShadowSecure() - Constructor for class org.robolectric.shadows.ShadowSettings.ShadowSecure
+
+ShadowSeekBar - Class in org.robolectric.shadows
+
+ShadowSeekBar() - Constructor for class org.robolectric.shadows.ShadowSeekBar
+
+ShadowSensor - Class in org.robolectric.shadows
+
+ShadowSensor() - Constructor for class org.robolectric.shadows.ShadowSensor
+
+ShadowSensorManager - Class in org.robolectric.shadows
+
+ShadowSensorManager() - Constructor for class org.robolectric.shadows.ShadowSensorManager
+
+ShadowService - Class in org.robolectric.shadows
+
+ShadowService() - Constructor for class org.robolectric.shadows.ShadowService
+
+ShadowServiceManager - Class in org.robolectric.shadows
+
+
+
+ShadowServiceManager() - Constructor for class org.robolectric.shadows.ShadowServiceManager
+
+ShadowSession() - Constructor for class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+ShadowSessionInfo() - Constructor for class org.robolectric.shadows.ShadowPackageInstaller.ShadowSessionInfo
+
+ShadowSettings - Class in org.robolectric.shadows
+
+ShadowSettings() - Constructor for class org.robolectric.shadows.ShadowSettings
+
+ShadowSettings.ShadowGlobal - Class in org.robolectric.shadows
+
+ShadowSettings.ShadowSecure - Class in org.robolectric.shadows
+
+ShadowSettings.ShadowSystem - Class in org.robolectric.shadows
+
+ShadowSharedMemory - Class in org.robolectric.shadows
+
+
+
+ShadowSharedMemory() - Constructor for class org.robolectric.shadows.ShadowSharedMemory
+
+ShadowSharedPreferences - Class in org.robolectric.shadows
+
+Placeholder container class for nested shadow class
+
+ShadowSharedPreferences() - Constructor for class org.robolectric.shadows.ShadowSharedPreferences
+
+ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl - Class in org.robolectric.shadows
+
+ShadowSharedPreferencesEditorImpl() - Constructor for class org.robolectric.shadows.ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl
+
+ShadowShortcutManager - Class in org.robolectric.shadows
+
+ShadowShortcutManager() - Constructor for class org.robolectric.shadows.ShadowShortcutManager
+
+ShadowSigningInfo - Class in org.robolectric.shadows
+
+ShadowSigningInfo() - Constructor for class org.robolectric.shadows.ShadowSigningInfo
+
+ShadowSliceManager - Class in org.robolectric.shadows
+
+
+
+ShadowSliceManager() - Constructor for class org.robolectric.shadows.ShadowSliceManager
+
+ShadowSms() - Constructor for class org.robolectric.shadows.ShadowTelephony.ShadowSms
+
+ShadowSmsManager - Class in org.robolectric.shadows
+
+ShadowSmsManager() - Constructor for class org.robolectric.shadows.ShadowSmsManager
+
+ShadowSmsManager.DataMessageParams - Class in org.robolectric.shadows
+
+ShadowSmsManager.DownloadMultimediaMessageParams - Class in org.robolectric.shadows
+
+
+
+ShadowSmsManager.MultimediaMessageParams - Class in org.robolectric.shadows
+
+
+
+ShadowSmsManager.SendMultimediaMessageParams - Class in org.robolectric.shadows
+
+
+
+ShadowSmsManager.TextMultipartParams - Class in org.robolectric.shadows
+
+ShadowSmsManager.TextSmsParams - Class in org.robolectric.shadows
+
+ShadowSocketTagger - Class in org.robolectric.shadows
+
+ShadowSocketTagger() - Constructor for class org.robolectric.shadows.ShadowSocketTagger
+
+ShadowSoftKeyboardController - Class in org.robolectric.shadows
+
+Shadow of SoftKeyboardController.
+
+ShadowSoftKeyboardController() - Constructor for class org.robolectric.shadows.ShadowSoftKeyboardController
+
+ShadowSoundPool - Class in org.robolectric.shadows
+
+ShadowSoundPool() - Constructor for class org.robolectric.shadows.ShadowSoundPool
+
+ShadowSoundPool.Playback - Class in org.robolectric.shadows
+
+
+
+ShadowSoundTriggerManager - Class in org.robolectric.shadows
+
+A Shadow SoundTriggerManager in Android O+.
+
+ShadowSoundTriggerManager() - Constructor for class org.robolectric.shadows.ShadowSoundTriggerManager
+
+ShadowSpeechRecognizer - Class in org.robolectric.shadows
+
+Robolectric shadow for SpeechRecognizer.
+
+ShadowSpeechRecognizer() - Constructor for class org.robolectric.shadows.ShadowSpeechRecognizer
+
+ShadowSpellChecker - Class in org.robolectric.shadows
+
+ShadowSpellChecker() - Constructor for class org.robolectric.shadows.ShadowSpellChecker
+
+ShadowSQLiteConnection - Class in org.robolectric.shadows
+
+
+
+ShadowSQLiteConnection() - Constructor for class org.robolectric.shadows.ShadowSQLiteConnection
+
+ShadowSQLiteConnection.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowSQLiteOpenHelper - Class in org.robolectric.shadows
+
+Avoid calls to setIdleConnectionTimeout.
+
+ShadowSQLiteOpenHelper() - Constructor for class org.robolectric.shadows.ShadowSQLiteOpenHelper
+
+ShadowSslErrorHandler - Class in org.robolectric.shadows
+
+ShadowSslErrorHandler() - Constructor for class org.robolectric.shadows.ShadowSslErrorHandler
+
+ShadowStateListDrawable - Class in org.robolectric.shadows
+
+ShadowStateListDrawable() - Constructor for class org.robolectric.shadows.ShadowStateListDrawable
+
+ShadowStatFs - Class in org.robolectric.shadows
+
+Robolectic doesn't provide actual filesystem stats; rather, it provides the ability to specify
+ stats values in advance.
+
+ShadowStatFs() - Constructor for class org.robolectric.shadows.ShadowStatFs
+
+ShadowStaticLayout - Class in org.robolectric.shadows
+
+Shadow for android.text.StaticLayout
+
+ShadowStaticLayout() - Constructor for class org.robolectric.shadows.ShadowStaticLayout
+
+ShadowStatsLog - Class in org.robolectric.shadows
+
+
+
+ShadowStatsLog() - Constructor for class org.robolectric.shadows.ShadowStatsLog
+
+ShadowStatsLog.StatsLogItem - Class in org.robolectric.shadows
+
+Single atom log item for write api.
+
+ShadowStatsManager - Class in org.robolectric.shadows
+
+
+
+ShadowStatsManager() - Constructor for class org.robolectric.shadows.ShadowStatsManager
+
+ShadowStatusBarManager - Class in org.robolectric.shadows
+
+
+
+ShadowStatusBarManager() - Constructor for class org.robolectric.shadows.ShadowStatusBarManager
+
+ShadowStorageManager - Class in org.robolectric.shadows
+
+
+
+ShadowStorageManager() - Constructor for class org.robolectric.shadows.ShadowStorageManager
+
+ShadowStorageStatsManager - Class in org.robolectric.shadows
+
+
+
+ShadowStorageStatsManager() - Constructor for class org.robolectric.shadows.ShadowStorageStatsManager
+
+ShadowStrictModeVmPolicy - Class in org.robolectric.shadows
+
+ShadowStrictModeVmPolicy() - Constructor for class org.robolectric.shadows.ShadowStrictModeVmPolicy
+
+ShadowStringBlock - Class in org.robolectric.shadows
+
+ShadowStringBlock() - Constructor for class org.robolectric.shadows.ShadowStringBlock
+
+ShadowStub() - Constructor for class org.robolectric.shadows.ShadowIAppOpsService.ShadowStub
+
+ShadowSubscriptionManager - Class in org.robolectric.shadows
+
+ShadowSubscriptionManager() - Constructor for class org.robolectric.shadows.ShadowSubscriptionManager
+
+ShadowSubscriptionManager.SubscriptionInfoBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowSurface - Class in org.robolectric.shadows
+
+
+
+ShadowSurface() - Constructor for class org.robolectric.shadows.ShadowSurface
+
+ShadowSurfaceControl - Class in org.robolectric.shadows
+
+
+
+ShadowSurfaceControl() - Constructor for class org.robolectric.shadows.ShadowSurfaceControl
+
+ShadowSurfaceImage() - Constructor for class org.robolectric.shadows.ShadowImageReader.ShadowSurfaceImage
+
+ShadowSurfaceSyncGroup - Class in org.robolectric.shadows
+
+Shadow for new SurfaceSyncGroup introduced in android U.
+
+ShadowSurfaceSyncGroup() - Constructor for class org.robolectric.shadows.ShadowSurfaceSyncGroup
+
+ShadowSurfaceTexture - Class in org.robolectric.shadows
+
+
+
+ShadowSurfaceTexture() - Constructor for class org.robolectric.shadows.ShadowSurfaceTexture
+
+ShadowSurfaceView - Class in org.robolectric.shadows
+
+ShadowSurfaceView() - Constructor for class org.robolectric.shadows.ShadowSurfaceView
+
+ShadowSurfaceView.FakeSurfaceHolder - Class in org.robolectric.shadows
+
+
+
+ShadowSuspendDialogInfo - Class in org.robolectric.shadows
+
+
+
+ShadowSuspendDialogInfo() - Constructor for class org.robolectric.shadows.ShadowSuspendDialogInfo
+
+ShadowSystem - Class in org.robolectric.shadows
+
+ShadowSystem() - Constructor for class org.robolectric.shadows.ShadowSettings.ShadowSystem
+
+ShadowSystem() - Constructor for class org.robolectric.shadows.ShadowSystem
+
+ShadowSystemClock - Class in org.robolectric.shadows
+
+
+
+ShadowSystemClock() - Constructor for class org.robolectric.shadows.ShadowSystemClock
+
+ShadowSystemClock.Picker - Class in org.robolectric.shadows
+
+ShadowSystemFonts - Class in org.robolectric.shadows
+
+ShadowSystemFonts() - Constructor for class org.robolectric.shadows.ShadowSystemFonts
+
+ShadowSystemProperties - Class in org.robolectric.shadows
+
+ShadowSystemProperties() - Constructor for class org.robolectric.shadows.ShadowSystemProperties
+
+ShadowSystemServiceRegistry - Class in org.robolectric.shadows
+
+ShadowSystemServiceRegistry() - Constructor for class org.robolectric.shadows.ShadowSystemServiceRegistry
+
+ShadowSystemServiceRegistry._ServiceFetcherM_ - Interface in org.robolectric.shadows
+
+Accessor interface for
+ android.app.SystemServiceRegistry.StaticOuterContextServiceFetcher
's internals (for M).
+
+ShadowSystemServiceRegistry._ServiceFetcherN_ - Interface in org.robolectric.shadows
+
+Accessor interface for
+ android.app.SystemServiceRegistry.StaticApplicationContextServiceFetcher
's
+ internals (for N+).
+
+ShadowSystemServiceRegistry._StaticServiceFetcher_ - Interface in org.robolectric.shadows
+
+
+
+ShadowSystemVibrator - Class in org.robolectric.shadows
+
+
+
+ShadowSystemVibrator() - Constructor for class org.robolectric.shadows.ShadowSystemVibrator
+
+ShadowTabActivity - Class in org.robolectric.shadows
+
+ShadowTabActivity() - Constructor for class org.robolectric.shadows.ShadowTabActivity
+
+ShadowTabHost - Class in org.robolectric.shadows
+
+ShadowTabHost() - Constructor for class org.robolectric.shadows.ShadowTabHost
+
+ShadowTabHost.ShadowTabSpec - Class in org.robolectric.shadows
+
+ShadowTabSpec() - Constructor for class org.robolectric.shadows.ShadowTabHost.ShadowTabSpec
+
+ShadowTabWidget - Class in org.robolectric.shadows
+
+ShadowTabWidget() - Constructor for class org.robolectric.shadows.ShadowTabWidget
+
+ShadowTelecomManager - Class in org.robolectric.shadows
+
+ShadowTelecomManager() - Constructor for class org.robolectric.shadows.ShadowTelecomManager
+
+ShadowTelecomManager.CallRecord - Class in org.robolectric.shadows
+
+Deprecated.
+
+
+
+ShadowTelecomManager.CallRequestMode - Enum in org.robolectric.shadows
+
+
+
+ShadowTelecomManager.IncomingCallRecord - Class in org.robolectric.shadows
+
+
+
+ShadowTelecomManager.OutgoingCallRecord - Class in org.robolectric.shadows
+
+
+
+ShadowTelecomManager.UnknownCallRecord - Class in org.robolectric.shadows
+
+
+
+ShadowTelephony - Class in org.robolectric.shadows
+
+ShadowTelephony() - Constructor for class org.robolectric.shadows.ShadowTelephony
+
+ShadowTelephony.ShadowSms - Class in org.robolectric.shadows
+
+ShadowTelephonyFrameworkInitializer - Class in org.robolectric.shadows
+
+
+
+ShadowTelephonyFrameworkInitializer() - Constructor for class org.robolectric.shadows.ShadowTelephonyFrameworkInitializer
+
+ShadowTelephonyManager - Class in org.robolectric.shadows
+
+ShadowTelephonyManager() - Constructor for class org.robolectric.shadows.ShadowTelephonyManager
+
+ShadowTelephonyManager.VisualVoicemailSmsParams - Class in org.robolectric.shadows
+
+
+
+ShadowTextToSpeech - Class in org.robolectric.shadows
+
+ShadowTextToSpeech() - Constructor for class org.robolectric.shadows.ShadowTextToSpeech
+
+ShadowTextUtils - Class in org.robolectric.shadows
+
+
+
+ShadowTextUtils() - Constructor for class org.robolectric.shadows.ShadowTextUtils
+
+ShadowTextView - Class in org.robolectric.shadows
+
+ShadowTextView() - Constructor for class org.robolectric.shadows.ShadowTextView
+
+ShadowTheme() - Constructor for class org.robolectric.shadows.ShadowResources.ShadowTheme
+
+ShadowThemeImpl() - Constructor for class org.robolectric.shadows.ShadowResourcesImpl.ShadowThemeImpl
+
+ShadowThreadedRenderer - Class in org.robolectric.shadows
+
+ShadowThreadedRenderer() - Constructor for class org.robolectric.shadows.ShadowThreadedRenderer
+
+ShadowThumbnails() - Constructor for class org.robolectric.shadows.ShadowMediaStore.ShadowImages.ShadowThumbnails
+
+ShadowThumbnails() - Constructor for class org.robolectric.shadows.ShadowMediaStore.ShadowVideo.ShadowThumbnails
+
+ShadowTile - Class in org.robolectric.shadows
+
+ShadowTile() - Constructor for class org.robolectric.shadows.ShadowTile
+
+ShadowTileService - Class in org.robolectric.shadows
+
+ShadowTileService() - Constructor for class org.robolectric.shadows.ShadowTileService
+
+ShadowTime - Class in org.robolectric.shadows
+
+ShadowTime() - Constructor for class org.robolectric.shadows.ShadowTime
+
+ShadowTimeManager - Class in org.robolectric.shadows
+
+Shadow for internal Android TimeManager
class introduced in S.
+
+ShadowTimeManager() - Constructor for class org.robolectric.shadows.ShadowTimeManager
+
+ShadowTimePickerDialog - Class in org.robolectric.shadows
+
+ShadowTimePickerDialog() - Constructor for class org.robolectric.shadows.ShadowTimePickerDialog
+
+ShadowTimeZoneFinder - Class in org.robolectric.shadows
+
+Shadow of TimeZoneFinder for Android O and P.
+
+ShadowTimeZoneFinder() - Constructor for class org.robolectric.shadows.ShadowTimeZoneFinder
+
+ShadowTimeZoneFinderQ - Class in org.robolectric.shadows
+
+Shadow for TimeZoneFinder on Q after Developer Preview 1.
+
+ShadowTimeZoneFinderQ() - Constructor for class org.robolectric.shadows.ShadowTimeZoneFinderQ
+
+ShadowTimeZoneFinderS - Class in org.robolectric.shadows
+
+Shadow for TimeZoneFinder on S or above.
+
+ShadowTimeZoneFinderS() - Constructor for class org.robolectric.shadows.ShadowTimeZoneFinderS
+
+ShadowToast - Class in org.robolectric.shadows
+
+ShadowToast() - Constructor for class org.robolectric.shadows.ShadowToast
+
+ShadowToneGenerator - Class in org.robolectric.shadows
+
+Shadow of ToneGenerator.
+
+ShadowToneGenerator() - Constructor for class org.robolectric.shadows.ShadowToneGenerator
+
+ShadowToneGenerator.Tone - Class in org.robolectric.shadows
+
+Stores data about a tone played by the ToneGenerator
+
+ShadowTotalCaptureResult - Class in org.robolectric.shadows
+
+
+
+ShadowTotalCaptureResult() - Constructor for class org.robolectric.shadows.ShadowTotalCaptureResult
+
+ShadowTouchDelegate - Class in org.robolectric.shadows
+
+ShadowTouchDelegate() - Constructor for class org.robolectric.shadows.ShadowTouchDelegate
+
+ShadowTrace - Class in org.robolectric.shadows
+
+Shadow implementation for
Trace
, which stores the traces locally in arrays (unlike the
+ real implementation) and allows reading them.
+
+ShadowTrace() - Constructor for class org.robolectric.shadows.ShadowTrace
+
+ShadowTrace.AsyncTraceSection - Class in org.robolectric.shadows
+
+AutoValue representation of a trace triggered by one of the async apis
+
+ShadowTrace.AsyncTraceSection.Builder - Class in org.robolectric.shadows
+
+Builder for traces triggered by one of the async apis
+
+ShadowTrace.Counter - Class in org.robolectric.shadows
+
+Counters emitted with the setCounter API
+
+ShadowTrace.Counter.Builder - Class in org.robolectric.shadows
+
+Builder for counters emitted with the setCounter API
+
+ShadowTrafficStats - Class in org.robolectric.shadows
+
+ShadowTrafficStats() - Constructor for class org.robolectric.shadows.ShadowTrafficStats
+
+ShadowTranslationManager - Class in org.robolectric.shadows
+
+
+
+ShadowTranslationManager() - Constructor for class org.robolectric.shadows.ShadowTranslationManager
+
+ShadowTypedArray - Class in org.robolectric.shadows
+
+ShadowTypedArray() - Constructor for class org.robolectric.shadows.ShadowTypedArray
+
+ShadowTypedArray.Picker - Class in org.robolectric.shadows
+
+ShadowTypeface - Class in org.robolectric.shadows
+
+
+
+ShadowTypeface() - Constructor for class org.robolectric.shadows.ShadowTypeface
+
+ShadowTypeface.FontDesc - Class in org.robolectric.shadows
+
+Contains data about a font.
+
+ShadowTypeface.Picker - Class in org.robolectric.shadows
+
+
+
+ShadowUiAutomation - Class in org.robolectric.shadows
+
+
+
+ShadowUiAutomation() - Constructor for class org.robolectric.shadows.ShadowUiAutomation
+
+ShadowUIModeManager - Class in org.robolectric.shadows
+
+
+
+ShadowUIModeManager() - Constructor for class org.robolectric.shadows.ShadowUIModeManager
+
+ShadowUsageStatsManager - Class in org.robolectric.shadows
+
+
+
+ShadowUsageStatsManager() - Constructor for class org.robolectric.shadows.ShadowUsageStatsManager
+
+ShadowUsageStatsManager.AppUsageLimitObserver - Class in org.robolectric.shadows
+
+
+
+ShadowUsageStatsManager.AppUsageObserver - Class in org.robolectric.shadows
+
+
+
+ShadowUsageStatsManager.EventBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowUsageStatsManager.UsageSessionObserver - Class in org.robolectric.shadows
+
+Usage session observer registered via UsageStatsManager#registerUsageSessionObserver(int, String[], long, TimeUnit, long, TimeUnit, PendingIntent, PendingIntent)
.
+
+ShadowUsageStatsManager.UsageStatsBuilder - Class in org.robolectric.shadows
+
+
+
+ShadowUsbDeviceConnection - Class in org.robolectric.shadows
+
+
+
+ShadowUsbDeviceConnection() - Constructor for class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+ShadowUsbManager - Class in org.robolectric.shadows
+
+
+
+ShadowUsbManager() - Constructor for class org.robolectric.shadows.ShadowUsbManager
+
+ShadowUsbManager._UsbManager_ - Interface in org.robolectric.shadows
+
+
+
+ShadowUsbManager._UsbManagerQ_ - Interface in org.robolectric.shadows
+
+Accessor interface for
UsbManager
's internals (Q+).
+
+ShadowUsbRequest - Class in org.robolectric.shadows
+
+
+
+ShadowUsbRequest() - Constructor for class org.robolectric.shadows.ShadowUsbRequest
+
+ShadowUserEnvironment() - Constructor for class org.robolectric.shadows.ShadowEnvironment.ShadowUserEnvironment
+
+ShadowUserManager - Class in org.robolectric.shadows
+
+
+
+ShadowUserManager() - Constructor for class org.robolectric.shadows.ShadowUserManager
+
+ShadowUserManager.UserState - Enum in org.robolectric.shadows
+
+Describes the current state of the user.
+
+ShadowUwbAdapterStateListener - Class in org.robolectric.shadows
+
+Adds Robolectric support for UWB adapter state listener methods.
+
+ShadowUwbAdapterStateListener() - Constructor for class org.robolectric.shadows.ShadowUwbAdapterStateListener
+
+ShadowUwbManager - Class in org.robolectric.shadows
+
+Adds Robolectric support for UWB ranging.
+
+ShadowUwbManager() - Constructor for class org.robolectric.shadows.ShadowUwbManager
+
+ShadowValueAnimator - Class in org.robolectric.shadows
+
+ShadowValueAnimator() - Constructor for class org.robolectric.shadows.ShadowValueAnimator
+
+ShadowVcnManager - Class in org.robolectric.shadows
+
+A Shadow for android.net.vcn.VcnManager added in Android S.
+
+ShadowVcnManager() - Constructor for class org.robolectric.shadows.ShadowVcnManager
+
+ShadowVectorDrawable - Class in org.robolectric.shadows
+
+ShadowVectorDrawable() - Constructor for class org.robolectric.shadows.ShadowVectorDrawable
+
+ShadowVelocityTracker - Class in org.robolectric.shadows
+
+ShadowVelocityTracker() - Constructor for class org.robolectric.shadows.ShadowVelocityTracker
+
+ShadowVibrator - Class in org.robolectric.shadows
+
+ShadowVibrator() - Constructor for class org.robolectric.shadows.ShadowVibrator
+
+ShadowVibrator.PrimitiveEffect - Class in org.robolectric.shadows
+
+A data class for exposing VibrationEffect.Composition$PrimitiveEffect
, which is a
+ hidden non TestApi class introduced in Android R.
+
+ShadowVideo() - Constructor for class org.robolectric.shadows.ShadowMediaStore.ShadowVideo
+
+ShadowVideoView - Class in org.robolectric.shadows
+
+ShadowVideoView() - Constructor for class org.robolectric.shadows.ShadowVideoView
+
+ShadowView - Class in org.robolectric.shadows
+
+ShadowView() - Constructor for class org.robolectric.shadows.ShadowView
+
+ShadowView.WindowIdHelper - Class in org.robolectric.shadows
+
+ShadowViewAnimator - Class in org.robolectric.shadows
+
+ShadowViewAnimator() - Constructor for class org.robolectric.shadows.ShadowViewAnimator
+
+ShadowViewConfiguration - Class in org.robolectric.shadows
+
+ShadowViewConfiguration() - Constructor for class org.robolectric.shadows.ShadowViewConfiguration
+
+ShadowViewGroup - Class in org.robolectric.shadows
+
+ShadowViewGroup() - Constructor for class org.robolectric.shadows.ShadowViewGroup
+
+ShadowViewRootImpl - Class in org.robolectric.shadows
+
+ShadowViewRootImpl() - Constructor for class org.robolectric.shadows.ShadowViewRootImpl
+
+ShadowViewRootImpl.ViewRootImplReflector - Interface in org.robolectric.shadows
+
+
+
+ShadowVirtualDevice() - Constructor for class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+ShadowVirtualDeviceManager - Class in org.robolectric.shadows
+
+Shadow for VirtualDeviceManager.
+
+ShadowVirtualDeviceManager() - Constructor for class org.robolectric.shadows.ShadowVirtualDeviceManager
+
+ShadowVirtualDeviceManager.ShadowVirtualDevice - Class in org.robolectric.shadows
+
+Shadow for inner class VirtualDeviceManager.VirtualDevice.
+
+ShadowVirtualRefBasePtr - Class in org.robolectric.shadows
+
+ShadowVirtualRefBasePtr() - Constructor for class org.robolectric.shadows.ShadowVirtualRefBasePtr
+
+ShadowVirtualSensor - Class in org.robolectric.shadows
+
+Shadow for VirtualSensor.
+
+ShadowVirtualSensor() - Constructor for class org.robolectric.shadows.ShadowVirtualSensor
+
+ShadowVisualizer - Class in org.robolectric.shadows
+
+
+
+ShadowVisualizer() - Constructor for class org.robolectric.shadows.ShadowVisualizer
+
+ShadowVisualizer.VisualizerSource - Interface in org.robolectric.shadows
+
+
+
+ShadowVisualVoicemailSms - Class in org.robolectric.shadows
+
+ShadowVisualVoicemailSms() - Constructor for class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+ShadowVisualVoicemailTask - Class in org.robolectric.shadows
+
+
+
+ShadowVisualVoicemailTask() - Constructor for class org.robolectric.shadows.ShadowVisualVoicemailTask
+
+ShadowVMRuntime - Class in org.robolectric.shadows
+
+ShadowVMRuntime() - Constructor for class org.robolectric.shadows.ShadowVMRuntime
+
+ShadowVoiceInteractionService - Class in org.robolectric.shadows
+
+
+
+ShadowVoiceInteractionService() - Constructor for class org.robolectric.shadows.ShadowVoiceInteractionService
+
+ShadowVoiceInteractionSession - Class in org.robolectric.shadows
+
+
+
+ShadowVoiceInteractionSession() - Constructor for class org.robolectric.shadows.ShadowVoiceInteractionSession
+
+ShadowVoiceInteractor - Class in org.robolectric.shadows
+
+
+
+ShadowVoiceInteractor() - Constructor for class org.robolectric.shadows.ShadowVoiceInteractor
+
+ShadowVpnManager - Class in org.robolectric.shadows
+
+
+
+ShadowVpnManager() - Constructor for class org.robolectric.shadows.ShadowVpnManager
+
+ShadowVpnService - Class in org.robolectric.shadows
+
+ShadowVpnService() - Constructor for class org.robolectric.shadows.ShadowVpnService
+
+ShadowWakeLock() - Constructor for class org.robolectric.shadows.ShadowPowerManager.ShadowWakeLock
+
+ShadowWallpaperManager - Class in org.robolectric.shadows
+
+ShadowWallpaperManager() - Constructor for class org.robolectric.shadows.ShadowWallpaperManager
+
+ShadowWallpaperManager.WallpaperCommandRecord - Class in org.robolectric.shadows
+
+
+
+ShadowWearableSensingManager - Class in org.robolectric.shadows
+
+Shadow for VirtualDeviceManager.
+
+ShadowWearableSensingManager() - Constructor for class org.robolectric.shadows.ShadowWearableSensingManager
+
+ShadowWebSettings - Class in org.robolectric.shadows
+
+Shadow of
WebSettings
which returns a dummy user a stub instance rather than the
+ User-Agent used by a WebView.
+
+ShadowWebSettings() - Constructor for class org.robolectric.shadows.ShadowWebSettings
+
+ShadowWebStorage - Class in org.robolectric.shadows
+
+Shadow of
WebStorage
which constructs a stub instance rather than attempting to create a
+ full Chromium-backed instance.
+
+ShadowWebStorage() - Constructor for class org.robolectric.shadows.ShadowWebStorage
+
+ShadowWebSyncManager - Class in org.robolectric.shadows
+
+ShadowWebSyncManager() - Constructor for class org.robolectric.shadows.ShadowWebSyncManager
+
+ShadowWebView - Class in org.robolectric.shadows
+
+ShadowWebView() - Constructor for class org.robolectric.shadows.ShadowWebView
+
+ShadowWebView.LoadData - Class in org.robolectric.shadows
+
+ShadowWebView.LoadDataWithBaseURL - Class in org.robolectric.shadows
+
+ShadowWebViewDatabase - Class in org.robolectric.shadows
+
+ShadowWebViewDatabase() - Constructor for class org.robolectric.shadows.ShadowWebViewDatabase
+
+ShadowWifiAwareManager - Class in org.robolectric.shadows
+
+
+
+ShadowWifiAwareManager() - Constructor for class org.robolectric.shadows.ShadowWifiAwareManager
+
+ShadowWifiConfiguration - Class in org.robolectric.shadows
+
+
+
+ShadowWifiConfiguration() - Constructor for class org.robolectric.shadows.ShadowWifiConfiguration
+
+ShadowWifiInfo - Class in org.robolectric.shadows
+
+ShadowWifiInfo() - Constructor for class org.robolectric.shadows.ShadowWifiInfo
+
+ShadowWifiLock() - Constructor for class org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock
+
+ShadowWifiManager - Class in org.robolectric.shadows
+
+
+
+ShadowWifiManager() - Constructor for class org.robolectric.shadows.ShadowWifiManager
+
+ShadowWifiManager.ShadowMulticastLock - Class in org.robolectric.shadows
+
+ShadowWifiManager.ShadowWifiLock - Class in org.robolectric.shadows
+
+ShadowWifiManager.WifiUsabilityScore - Class in org.robolectric.shadows
+
+Class to record scores passed to WifiManager#updateWifiUsabilityScore
+
+ShadowWifiP2pGroup - Class in org.robolectric.shadows
+
+ShadowWifiP2pGroup() - Constructor for class org.robolectric.shadows.ShadowWifiP2pGroup
+
+ShadowWifiP2pManager - Class in org.robolectric.shadows
+
+ShadowWifiP2pManager() - Constructor for class org.robolectric.shadows.ShadowWifiP2pManager
+
+ShadowWifiRttManager - Class in org.robolectric.shadows
+
+
+
+ShadowWifiRttManager() - Constructor for class org.robolectric.shadows.ShadowWifiRttManager
+
+ShadowWindow - Class in org.robolectric.shadows
+
+ShadowWindow() - Constructor for class org.robolectric.shadows.ShadowWindow
+
+ShadowWindowManager - Class in org.robolectric.shadows
+
+ShadowWindowManager() - Constructor for class org.robolectric.shadows.ShadowWindowManager
+
+ShadowWindowManagerGlobal - Class in org.robolectric.shadows
+
+
+
+ShadowWindowManagerGlobal() - Constructor for class org.robolectric.shadows.ShadowWindowManagerGlobal
+
+ShadowWindowManagerImpl - Class in org.robolectric.shadows
+
+ShadowWindowManagerImpl() - Constructor for class org.robolectric.shadows.ShadowWindowManagerImpl
+
+ShadowWindowManagerImpl.ShadowCompatModeWrapper - Class in org.robolectric.shadows
+
+ShadowWrangler - Class in org.robolectric.internal.bytecode
+
+ShadowWrangler matches shadowed classes up with corresponding shadows based on a
ShadowMap
.
+
+ShadowWrangler(ShadowMap, ShadowMatcher, Interceptors) - Constructor for class org.robolectric.internal.bytecode.ShadowWrangler
+
+ShadowXmlBlock - Class in org.robolectric.shadows
+
+ShadowXmlBlock() - Constructor for class org.robolectric.shadows.ShadowXmlBlock
+
+ShadowXmlBlock.ShadowParser - Class in org.robolectric.shadows
+
+Shadow of XmlBlock.Parser.
+
+ShadowZoomButtonsController - Class in org.robolectric.shadows
+
+ShadowZoomButtonsController() - Constructor for class org.robolectric.shadows.ShadowZoomButtonsController
+
+shareData(DataShareRequest, Executor, DataShareWriteAdapter) - Method in class org.robolectric.shadows.ShadowContentCaptureManager
+
+SharedLibraryInfoBuilder - Class in org.robolectric.shadows
+
+
+
+SHIFT_LAYOUTDIR - Static variable in class org.robolectric.res.android.ResTable_config
+
+SHIFT_NAVHIDDEN - Static variable in class org.robolectric.res.android.ResTable_config
+
+SHIFT_SCREENLONG - Static variable in class org.robolectric.res.android.ResTable_config
+
+SHIFT_UI_MODE_NIGHT - Static variable in class org.robolectric.res.android.ResTable_config
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.J
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.JMR1
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.JMR2
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.K
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.L
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.LMR1
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.M
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.N
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.NMR1
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.O
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.OMR1
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.P
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.Q
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.R
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.S
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.Sv2
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.T
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.U
+
+SHORT_CODE - Static variable in class org.robolectric.versioning.AndroidVersions.V
+
+shouldAcquire(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+
+
+shouldAcquireResource(String) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+
+
+shouldHideFromSuggestions(String, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+shouldInstrument(ClassDetails) - Method in class org.robolectric.internal.bytecode.InstrumentationConfiguration
+
+
+
+shouldShowRequestPermissionRationale(String) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+shouldThrow(String) - Method in class org.robolectric.internal.bytecode.NativeCallHandler
+
+Returns whether the ClassInstrumentor should generate an exception or a no-op bytecode.
+
+shouldWriteToDebug(int, long, int) - Method in class org.robolectric.shadows.ShadowChangeReporter
+
+Don't write any compat change to logs, as its spammy in Robolectric.
+
+show() - Method in class org.robolectric.shadows.ShadowAlertDialog
+
+show() - Method in class org.robolectric.shadows.ShadowDialog
+
+show() - Method in class org.robolectric.shadows.ShadowListPopupWindow
+
+show() - Method in class org.robolectric.shadows.ShadowPopupMenu
+
+show() - Method in class org.robolectric.shadows.ShadowToast
+
+show(int) - Method in class org.robolectric.shadows.ShadowInsetsController
+
+Intercepts calls to [InsetsController.show] to detect requested changes to the system
+ status/nav bar visibility.
+
+showDialog(int) - Method in class org.robolectric.shadows.ShadowActivity
+
+showDialog(int, Bundle) - Method in class org.robolectric.shadows.ShadowActivity
+
+showedCustomToast(CharSequence, int) - Static method in class org.robolectric.shadows.ShadowToast
+
+Returns whether or not a particular custom Toast
has been shown.
+
+showedToast(CharSequence) - Static method in class org.robolectric.shadows.ShadowToast
+
+query method that returns whether or not a particular Toast
has been shown.
+
+showErrorDialogFragment(int, Activity, int) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+showErrorDialogFragment(int, Activity, int) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+showErrorDialogFragment(int, Activity, int, DialogInterface.OnCancelListener) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+showErrorDialogFragment(int, Activity, int, DialogInterface.OnCancelListener) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+showErrorDialogFragment(int, Activity, Fragment, int, DialogInterface.OnCancelListener) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+showErrorDialogFragment(int, Activity, Fragment, int, DialogInterface.OnCancelListener) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+showErrorNotification(int, Context) - Method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
+
+showErrorNotification(int, Context) - Static method in class org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil
+
+showInCallScreen(boolean) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+showIntent - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+showNext() - Method in class org.robolectric.shadows.ShadowViewAnimator
+
+showNotification() - Method in class org.robolectric.shadows.ShadowDownloadManager.CompletedDownload
+
+shownToastCount() - Static method in class org.robolectric.shadows.ShadowToast
+
+Returns the number of
Toast
requests that have been made during this test run
+ or since
ShadowToast.reset()
has been called.
+
+showPrevious() - Method in class org.robolectric.shadows.ShadowViewAnimator
+
+showSession(Bundle, int) - Method in class org.robolectric.shadows.ShadowVoiceInteractionService
+
+showSoftInput(View, int) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+showSoftInput(View, int, ResultReceiver) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+showSoftInput(View, int, ResultReceiver, int) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+showSoftInput(Object, Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+shutdown() - Method in class org.robolectric.android.controller.ContentProviderController
+
+shutdown() - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+shutdown() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+shutdown() - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+shutdown() - Method in class org.robolectric.internal.bytecode.Sandbox
+
+Cleans up resources that have been opened by this Sandbox.
+
+shutdown() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+shutdownNow() - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+shutdownNow() - Method in class org.robolectric.android.util.concurrent.PausedExecutorService
+
+shutdownNow() - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+silence() - Method in class org.robolectric.shadows.httpclient.FakeHttpLayer
+
+silenceRinger() - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+SILENT - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.InvalidStateBehavior
+
+SimpleFuture <T > - Class in org.robolectric.util
+
+Deprecated.
+
+
+
+SimpleFuture(Callable<T>) - Constructor for class org.robolectric.util.SimpleFuture
+
+Deprecated.
+
+SimplePerfStatsReporter - Class in org.robolectric.util
+
+Simple implementation of PerfStatsReporter that writes stats to stdout.
+
+SimplePerfStatsReporter() - Constructor for class org.robolectric.util.SimplePerfStatsReporter
+
+simulateGattConnectionChange(int, int) - Method in class org.robolectric.shadows.ShadowBluetoothDevice
+
+
+
+simulateGnssAntennaInfo(List<GnssAntennaInfo>) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS antenna info event.
+
+simulateGnssMeasurementsEvent(GnssMeasurementsEvent) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS measurements event.
+
+simulateGnssMeasurementsStatus(int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS measurements status change.
+
+simulateGnssStatus(GnssStatus) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS status event.
+
+simulateGnssStatusFirstFix(int) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS status first fix event.
+
+simulateGnssStatusStarted() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS status started event.
+
+simulateGnssStatusStopped() - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a GNSS status stopped event.
+
+simulateLocation(Location) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+A convenience function equivalent to invoking #simulateLocation(String, Location)
with
+ the provider of the given location.
+
+simulateLocation(String, Location...) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Delivers to the given provider (which will be created if necessary) a new location which will
+ be delivered to appropriate listeners and updates state accordingly.
+
+simulateNmeaMessage(String, long) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+Simulates a NMEA message.
+
+simulateSynthesizeToFileResult(int) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+Sets up synthesizeToFile to succeed or fail in the synthesis operation.
+
+simulateTimeChange(long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Simulates the operations done by the framework when there is a time change.
+
+simulateWindowFocus(View) - Method in class org.robolectric.android.internal.LocalControlledLooper
+
+simulateZoomInButtonClick() - Method in class org.robolectric.shadows.ShadowZoomButtonsController
+
+simulateZoomOutButtonClick() - Method in class org.robolectric.shadows.ShadowZoomButtonsController
+
+sin(float) - Static method in class org.robolectric.shadows.ShadowFloatMath
+
+SINCOS - Static variable in class org.robolectric.shadows.ShadowMatrix
+
+size() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+size() - Method in class org.robolectric.fakes.RoboMenu
+
+size() - Method in class org.robolectric.res.android.ResStringPool
+
+size() - Method in class org.robolectric.res.android.SortedVector
+
+size() - Method in class org.robolectric.res.android.StringPiece
+
+size() - Method in class org.robolectric.shadows.ShadowHttpResponseCache
+
+size() - Method in class org.robolectric.shadows.ShadowMemoryMappedFile
+
+size() - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS
+
+size() - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+size() - Method in class org.robolectric.util.Scheduler
+
+Return the number of enqueued runnables.
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_header
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_ref
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_span
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_ref
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResStringPoolHeader
+
+SIZEOF - Static variable in class org.robolectric.res.android.ResTable_config
+
+SIZEOF_CPTR - Static variable in class org.robolectric.res.android.Util
+
+SIZEOF_INT - Static variable in class org.robolectric.res.android.Util
+
+SIZEOF_SHORT - Static variable in class org.robolectric.res.android.Util
+
+SKEW - Static variable in class org.robolectric.shadows.ShadowMatrix
+
+skip(int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFile.RoboBufferIterator
+
+skip(int) - Method in class org.robolectric.shadows.ShadowMemoryMappedFileS.RoboBufferIterator
+
+skip(long) - Method in class org.robolectric.shadows.ShadowLegacyAssetInputStream
+
+skipEntityData_native(long) - Method in class org.robolectric.shadows.ShadowBackupDataInput
+
+sleep(long) - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+sleep(long) - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+Advances the current time by given millis, without sleeping the current thread/
+
+small - Enum constant in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+SMALLEST_SCREEN_WIDTH_DP - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+smallestNominalAppHeight - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The smallest value of
DisplayConfig.appHeight
that an application is likely to encounter, in pixels,
+ excepting cases where the height may be even smaller due to the presence of a soft keyboard,
+ for example.
+
+smallestNominalAppWidth - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The smallest value of
DisplayConfig.appWidth
that an application is likely to encounter, in pixels,
+ excepting cases where the width may be even smaller due to the presence of a soft keyboard, for
+ example.
+
+smallestScreenWidthDp - Variable in class org.robolectric.res.android.ResTable_config
+
+smoothScrollBy(int, int) - Method in class org.robolectric.shadows.ShadowAbsListView
+
+smoothScrollBy(int, int) - Method in class org.robolectric.shadows.ShadowScrollView
+
+smoothScrollTo(int, int) - Method in class org.robolectric.shadows.ShadowScrollView
+
+smoothScrollToPosition(int) - Method in class org.robolectric.shadows.ShadowAbsListView
+
+sneakyThrow(Throwable) - Static method in class org.robolectric.util.Util
+
+Re-throw t
(even if it's a checked exception) without requiring a throws
+ declaration.
+
+SocketInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.SocketInterceptor
+
+SoftThreadLocal <T > - Class in org.robolectric.util
+
+Soft reference to a java.lang.ThreadLocal
.
+
+SoftThreadLocal() - Constructor for class org.robolectric.util.SoftThreadLocal
+
+someUserHasAccount(String, String) - Method in class org.robolectric.shadows.ShadowUserManager
+
+SORTED_FLAG - Static variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_header
+
+SORTED_FLAG - Static variable in class org.robolectric.res.android.ResStringPoolHeader
+
+SortedVector <T extends Comparable <T >> - Class in org.robolectric.res.android
+
+sortOrder - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+soundId - Variable in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+speak(CharSequence, int, Bundle, String) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+speak(String, int, HashMap<String, String>) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+Speaks the string using the specified queuing strategy and speech parameters.
+
+SQLiteConnectionNatives - Class in org.robolectric.nativeruntime
+
+Native methods for SQLiteConnection JNI registration.
+
+SQLiteLibraryLoader - Class in org.robolectric.shadows.util
+
+Initializes sqlite native libraries.
+
+SQLiteLibraryLoader() - Constructor for class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+SQLiteLibraryLoader(SQLiteLibraryLoader.LibraryNameMapper) - Constructor for class org.robolectric.shadows.util.SQLiteLibraryLoader
+
+SQLiteLibraryLoader.LibraryNameMapper - Interface in org.robolectric.shadows.util
+
+sqliteMode() - Static method in class org.robolectric.shadows.ShadowSQLiteConnection
+
+SQLiteMode - Annotation Type in org.robolectric.annotation
+
+
+
+SQLiteMode.Mode - Enum in org.robolectric.annotation
+
+Specifies the different supported SQLite modes.
+
+SQLiteModeConfigurer - Class in org.robolectric.plugins
+
+Provides configuration to Robolectric for its @
SQLiteMode
annotation.
+
+SQLiteModeConfigurer(Properties) - Constructor for class org.robolectric.plugins.SQLiteModeConfigurer
+
+SQLiteShadowPicker <T > - Class in org.robolectric.shadows
+
+A
ShadowPicker
that selects between shadows given the SQLite mode
+
+SQLiteShadowPicker(Class<? extends T>, Class<? extends T>) - Constructor for class org.robolectric.shadows.SQLiteShadowPicker
+
+sqrt(float) - Static method in class org.robolectric.shadows.ShadowFloatMath
+
+start() - Method in class org.robolectric.android.controller.ActivityController
+
+start() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+start() - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+start() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Simulates private native method MediaPlayer._start()
.
+
+start() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+start() - Method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+start() - Method in class org.robolectric.shadows.ShadowVideoView
+
+start(PersistableBundle) - Method in class org.robolectric.shadows.ShadowRangingSession
+
+Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to
+ dictate the results of the call.
+
+START - Static variable in class org.robolectric.shadows.ShadowVideoView
+
+START_DOCUMENT - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+START_NAMESPACE - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+START_TAG - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+startActivity(ComponentName, UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Simulates starting the activity specified in the specified profile, performing the same
+ security checks done by the real
CrossProfileApps
.
+
+startActivity(Context, Intent, Bundle) - Method in class org.robolectric.shadows.ShadowAppTask
+
+Starts the activity using given context.
+
+startActivity(Intent) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+startActivity(Intent, Bundle) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+startActivity(Intent, Bundle) - Method in interface org.robolectric.shadows.ShadowContextImpl._ContextImpl_
+
+startActivity(Intent, UserHandle, Activity) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Simulates starting the activity specified in the specified profile, performing the same
+ security checks done by the real
CrossProfileApps
.
+
+startActivity(Intent, UserHandle, Activity, Bundle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Simulates starting the activity specified in the specified profile, performing the same
+ security checks done by the real
CrossProfileApps
.
+
+startActivityAndCollapse(Intent) - Method in class org.robolectric.shadows.ShadowTileService
+
+Starts an activity without collapsing the quick settings panel.
+
+startActivityAsUser(Intent, Bundle, UserHandle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+
+
+startActivityForResult(Intent) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+startActivityForResult(Intent, Bundle) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+startActivitySync(Intent) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+startActivitySync(Intent, Bundle) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+startActivitySyncInternal(Intent) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+startActivitySyncInternal(Intent, Bundle) - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+startAddAccountSession(String, String, String[], Bundle, Activity, AccountManagerCallback<Bundle>, Handler) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+
+
+startAdvertising(AdvertiseSettings, AdvertiseData, AdvertiseCallback) - Method in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+Start Bluetooth LE Advertising.
+
+startAdvertising(AdvertiseSettings, AdvertiseData, AdvertiseData, AdvertiseCallback) - Method in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+Start Bluetooth LE Advertising.
+
+startAngle - Variable in class org.robolectric.shadows.ShadowCanvas.ArcPaintHistoryEvent
+
+startAppDetailsActivity(ComponentName, UserHandle, Rect, Bundle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+startBugreport(ParcelFileDescriptor, ParcelFileDescriptor, BugreportParams, Executor, BugreportManager.BugreportCallback) - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+Starts a bugreport with which can execute callback methods on the provided executor.
+
+startCommand(int, int) - Method in class org.robolectric.android.controller.IntentServiceController
+
+startCommand(int, int) - Method in class org.robolectric.android.controller.ServiceController
+
+startConsentActivity(Set<Integer>) - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+startDelete(int, Object, Uri, String, String[]) - Method in class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+startDiscovery() - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+STARTED - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+StartedActivity(ComponentName, UserHandle) - Constructor for class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+StartedActivity(ComponentName, UserHandle, Intent, Activity, Bundle) - Constructor for class org.robolectric.shadows.ShadowCrossProfileApps.StartedActivity
+
+StartedMainActivity(ComponentName, UserHandle) - Constructor for class org.robolectric.shadows.ShadowCrossProfileApps.StartedMainActivity
+
+Deprecated.
+
+startEvent(String) - Method in class org.robolectric.util.PerfStatsCollector
+
+startForeground(int, Notification) - Method in class org.robolectric.shadows.ShadowService
+
+startForeground(int, Notification, int) - Method in class org.robolectric.shadows.ShadowService
+
+startForegroundService(Intent) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+startFragment(Fragment) - Static method in class org.robolectric.util.FragmentTestUtil
+
+Deprecated.
+
+startFragment(Fragment, Class<? extends Activity>) - Static method in class org.robolectric.util.FragmentTestUtil
+
+Deprecated.
+
+startInputInner(int, IBinder, int, int, int) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+startInsert(int, Object, Uri, ContentValues) - Method in class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+startIntentSender(IntentSender, Intent, int, int, int, Bundle) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+startIntentSenderForResult(IntentSender, int, Intent, int, int, int, Bundle) - Method in class org.robolectric.shadows.ShadowActivity
+
+startLeScan(BluetoothAdapter.LeScanCallback) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+startLeScan(UUID[], BluetoothAdapter.LeScanCallback) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+startListening() - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+startListening(Intent) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+startLockTask() - Method in class org.robolectric.shadows.ShadowActivity
+
+Starts a lock task.
+
+startMainActivity(ComponentName, UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Simulates starting the main activity specified in the specified profile, performing the same
+ security checks done by the real
CrossProfileApps
.
+
+startManagingCursor(Cursor) - Method in class org.robolectric.shadows.ShadowActivity
+
+startMethodTracing() - Static method in class org.robolectric.shadows.ShadowDebug
+
+startMethodTracing(String) - Static method in class org.robolectric.shadows.ShadowDebug
+
+startMethodTracing(String, int) - Static method in class org.robolectric.shadows.ShadowDebug
+
+startMethodTracing(String, int, int) - Static method in class org.robolectric.shadows.ShadowDebug
+
+startMethodTracingSampling(String, int, int) - Static method in class org.robolectric.shadows.ShadowDebug
+
+startObservingDevicePresence(String) - Method in class org.robolectric.shadows.ShadowCompanionDeviceManager
+
+startOp(String, int, String, String, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Stores a fake long-running operation.
+
+startOpNoThrow(int, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Stores a fake long-running operation.
+
+startOpNoThrow(String, int, String, String, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+Stores a fake long-running operation.
+
+startPackageInstallerSessionDetailsActivity(PackageInstaller.SessionInfo, Rect, Bundle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+startPreview() - Method in class org.robolectric.shadows.ShadowCamera
+
+startProvisionedVpnProfile() - Method in class org.robolectric.shadows.ShadowVpnManager
+
+startProvisionedVpnProfileSession() - Method in class org.robolectric.shadows.ShadowVpnManager
+
+startQuery(int, Object, Uri, String[], String, String[], String) - Method in class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+startRanging(RangingRequest, Executor, RangingResultCallback) - Method in class org.robolectric.shadows.ShadowWifiRttManager
+
+If there are RangingResults set by the setRangeResults method of this shadow class, this method
+ will call the onRangingResults method of the callback on the executor thread and pass the list
+ of RangingResults.
+
+startRfcommServer(String, UUID, PendingIntent) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+startScan() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Does nothing and returns the configured success status.
+
+startScan(List<ScanFilter>, ScanSettings, PendingIntent) - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+Tracks ongoing scans.
+
+startScan(List<ScanFilter>, ScanSettings, ScanCallback) - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+Tracks ongoing scans.
+
+startService(Intent) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+startService(Intent) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+startShortcut(ShortcutInfo, Rect, Bundle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+startShortcut(String, String, Rect, Bundle, UserHandle) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+startTone(int, int) - Method in class org.robolectric.shadows.ShadowToneGenerator
+
+This method will intercept calls to startTone and record the played tone into a static list.
+
+startUpdate(int, Object, Uri, ContentValues, String, String[]) - Method in class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+startVisibleFragment(Fragment) - Static method in class org.robolectric.util.FragmentTestUtil
+
+Deprecated.
+
+startVisibleFragment(Fragment, Class<? extends Activity>, int) - Static method in class org.robolectric.util.FragmentTestUtil
+
+Deprecated.
+
+startVoiceRecognition(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+
+
+startWatching() - Method in class org.robolectric.shadows.ShadowFileObserver
+
+startWatchingMode(int, String, int, AppOpsManager.OnOpChangedListener) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+startWatchingMode(int, String, AppOpsManager.OnOpChangedListener) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+startX - Variable in class org.robolectric.shadows.ShadowCanvas.LinePaintHistoryEvent
+
+startY - Variable in class org.robolectric.shadows.ShadowCanvas.LinePaintHistoryEvent
+
+stat(String) - Method in class org.robolectric.shadows.ShadowLinux
+
+stat(String) - Static method in class org.robolectric.shadows.ShadowPosix
+
+state - Variable in class org.robolectric.android.internal.DisplayConfig
+
+
+
+state - Variable in class org.robolectric.shadows.ShadowContentResolver.Status
+
+STATE_BOOTING - Enum constant in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+STATE_DATA_SOURCE_CONFIGURED - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_ERROR - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_INITIAL - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_INITIALIZED - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_PREPARED - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_RECORDING - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_RELEASED - Static variable in class org.robolectric.shadows.ShadowMediaRecorder
+
+STATE_RUNNING_LOCKED - Enum constant in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+STATE_RUNNING_UNLOCKED - Enum constant in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+STATE_RUNNING_UNLOCKING - Enum constant in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+STATE_SHUTDOWN - Enum constant in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+STATE_STOPPING - Enum constant in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+Static - Annotation Type in org.robolectric.util.reflector
+
+Marks
Reflector
methods which serve as accessors for static members.
+
+STATIC - Enum constant in enum org.robolectric.internal.bytecode.MethodCallSite.Kind
+
+STATIC_INITIALIZER_METHOD_NAME - Static variable in class org.robolectric.annotation.processing.validator.ImplementsValidator
+
+STATIC_INITIALIZER_METHOD_NAME - Static variable in class org.robolectric.internal.bytecode.ShadowConstants
+
+staticGetBuildSystemApiProperties() - Static method in class org.robolectric.RobolectricTestRunner
+
+StatsLogItem() - Constructor for class org.robolectric.shadows.ShadowStatsLog.StatsLogItem
+
+Status() - Constructor for class org.robolectric.shadows.ShadowContentResolver.Status
+
+StatusLineStub - Class in org.robolectric.shadows.httpclient
+
+StatusLineStub() - Constructor for class org.robolectric.shadows.httpclient.StatusLineStub
+
+StaxArrayLoader - Class in org.robolectric.res
+
+StaxArrayLoader(PackageResourceTable, String, ResType, ResType) - Constructor for class org.robolectric.res.StaxArrayLoader
+
+StaxAttrLoader - Class in org.robolectric.res
+
+StaxAttrLoader(PackageResourceTable, String, ResType) - Constructor for class org.robolectric.res.StaxAttrLoader
+
+StaxDocumentLoader - Class in org.robolectric.res
+
+StaxDocumentLoader(String, Path, NodeHandler) - Constructor for class org.robolectric.res.StaxDocumentLoader
+
+StaxLoader - Class in org.robolectric.res
+
+StaxLoader(PackageResourceTable, String, ResType) - Constructor for class org.robolectric.res.StaxLoader
+
+StaxPluralsLoader - Class in org.robolectric.res
+
+StaxPluralsLoader(PackageResourceTable, String, ResType) - Constructor for class org.robolectric.res.StaxPluralsLoader
+
+StaxStyleLoader - Class in org.robolectric.res
+
+StaxStyleLoader(PackageResourceTable, String, ResType) - Constructor for class org.robolectric.res.StaxStyleLoader
+
+StaxValueLoader - Class in org.robolectric.res
+
+StaxValueLoader(PackageResourceTable, String, ResType) - Constructor for class org.robolectric.res.StaxValueLoader
+
+stop() - Method in class org.robolectric.android.controller.ActivityController
+
+stop() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+stop() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+stop() - Method in class org.robolectric.shadows.ShadowNativeAnimatedVectorDrawable
+
+stop() - Method in class org.robolectric.shadows.ShadowRangingSession
+
+Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to
+ dictate the results of the call.
+
+stop() - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+STOP - Static variable in class org.robolectric.shadows.ShadowVideoView
+
+stopActivity(Activity) - Method in class org.robolectric.android.internal.LocalActivityInvoker
+
+stopAdvertising(AdvertiseCallback) - Method in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+Stop Bluetooth LE advertising.
+
+stopForeground(boolean) - Method in class org.robolectric.shadows.ShadowService
+
+stopForeground(int) - Method in class org.robolectric.shadows.ShadowService
+
+stopLeScan(BluetoothAdapter.LeScanCallback) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+stopListening() - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+stopLockTask() - Method in class org.robolectric.shadows.ShadowActivity
+
+Stops a lock task.
+
+stopManagingCursor(Cursor) - Method in class org.robolectric.shadows.ShadowActivity
+
+stopMethodTracing() - Static method in class org.robolectric.shadows.ShadowDebug
+
+STOPPED - Enum constant in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+stopPlayback() - Method in class org.robolectric.shadows.ShadowVideoView
+
+stopPreview() - Method in class org.robolectric.shadows.ShadowCamera
+
+stopProvisionedVpnProfile() - Method in class org.robolectric.shadows.ShadowVpnManager
+
+stopRfcommServer(UUID) - Method in class org.robolectric.shadows.ShadowBluetoothAdapter
+
+stopScan(PendingIntent) - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+stopScan(ScanCallback) - Method in class org.robolectric.shadows.ShadowBluetoothLeScanner
+
+stopSelf() - Method in class org.robolectric.shadows.ShadowService
+
+stopSelf(int) - Method in class org.robolectric.shadows.ShadowService
+
+stopSelfResult(int) - Method in class org.robolectric.shadows.ShadowService
+
+stopService(Intent) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+stopVoiceRecognition(BluetoothDevice) - Method in class org.robolectric.shadows.ShadowBluetoothHeadset
+
+
+
+stopWatching() - Method in class org.robolectric.shadows.ShadowFileObserver
+
+stopWatchingMode(AppOpsManager.OnOpChangedListener) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+stopX - Variable in class org.robolectric.shadows.ShadowCanvas.LinePaintHistoryEvent
+
+stopY - Variable in class org.robolectric.shadows.ShadowCanvas.LinePaintHistoryEvent
+
+StorageVolumeBuilder - Class in org.robolectric.shadows
+
+
+
+StorageVolumeBuilder(String, File, String, UserHandle, String) - Constructor for class org.robolectric.shadows.StorageVolumeBuilder
+
+stream - Static variable in class org.robolectric.shadows.ShadowLog
+
+StreamConfigurationMapBuilder - Class in org.robolectric.shadows
+
+Builder for StreamConfigurationMap
+
+streamType - Variable in class org.robolectric.shadows.ShadowAudioManager.AudioFocusRequest
+
+Strftime - Class in org.robolectric.util
+
+An implementation of the Unix strftime with some glibc extensions.
+
+Strftime() - Constructor for class org.robolectric.util.Strftime
+
+strict(String, Object...) - Static method in class org.robolectric.util.Logger
+
+strict(String, Throwable) - Static method in class org.robolectric.util.Logger
+
+string() - Method in class org.robolectric.res.android.String8
+
+string(String) - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_header.Writer
+
+STRING - Enum constant in enum org.robolectric.res.android.DataType
+
+data
holds an index into the containing resource table's string pool.
+
+String8 - Class in org.robolectric.res.android
+
+String8() - Constructor for class org.robolectric.res.android.String8
+
+String8(String) - Constructor for class org.robolectric.res.android.String8
+
+String8(String, int) - Constructor for class org.robolectric.res.android.String8
+
+String8(Path) - Constructor for class org.robolectric.res.android.String8
+
+String8(String8) - Constructor for class org.robolectric.res.android.String8
+
+string8At(int, Ref<Integer>) - Method in class org.robolectric.res.android.ResStringPool
+
+stringAt(int) - Method in class org.robolectric.res.android.ResStringPool
+
+stringBlock - Variable in class org.robolectric.res.android.ResTable.bag_entry
+
+StringParameter(String, V) - Constructor for class org.robolectric.util.ReflectionHelpers.StringParameter
+
+StringPiece - Class in org.robolectric.res.android
+
+StringResources - Class in org.robolectric.res
+
+StringResources() - Constructor for class org.robolectric.res.StringResources
+
+stripStackTrace(T) - Method in interface org.robolectric.internal.bytecode.ClassHandler
+
+Removes Robolectric noise from stack traces.
+
+stripStackTrace(T) - Method in class org.robolectric.internal.bytecode.ShadowWrangler
+
+style - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+style - Variable in class org.robolectric.shadows.ShadowTypeface.FontDesc
+
+Style - Interface in org.robolectric.res
+
+STYLE - Enum constant in enum org.robolectric.res.ResType
+
+STYLE_ASSET_COOKIE - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_ASSET_COOKIE - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_ASSET_COOKIE - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+STYLE_CHANGING_CONFIGURATIONS - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_CHANGING_CONFIGURATIONS - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_CHANGING_CONFIGURATIONS - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+STYLE_DATA - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_DATA - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_DATA - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+STYLE_DENSITY - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_DENSITY - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_DENSITY - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+STYLE_NUM_ENTRIES - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_NUM_ENTRIES - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_NUM_ENTRIES - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+STYLE_RESOURCE_ID - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_RESOURCE_ID - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_RESOURCE_ID - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+STYLE_SOURCE_STYLE_RESOURCE_ID - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_TYPE - Static variable in class org.robolectric.res.android.AttributeResolution
+
+STYLE_TYPE - Static variable in class org.robolectric.res.android.AttributeResolution10
+
+STYLE_TYPE - Static variable in class org.robolectric.res.android.AttributeResolution9
+
+styleAt(int) - Method in class org.robolectric.res.android.ResStringPool
+
+StyleData - Class in org.robolectric.res
+
+StyleData(String, String, String, List<AttributeResource>) - Constructor for class org.robolectric.res.StyleData
+
+StyleData.Visitor - Interface in org.robolectric.res
+
+StyleResolver - Class in org.robolectric.res
+
+StyleResolver(ResourceTable, ResourceTable, StyleData, Style, ResName, ResTable_config) - Constructor for class org.robolectric.res.StyleResolver
+
+submit(Runnable) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+submit(Runnable) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+submit(Runnable, T) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+submit(Runnable, T) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+submit(Callable<T>) - Method in class org.robolectric.android.util.concurrent.InlineExecutorService
+
+submit(Callable<T>) - Method in class org.robolectric.android.util.concurrent.RoboExecutorService
+
+Deprecated.
+
+submitRequest(VoiceInteractor.Request) - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+submitRequest(VoiceInteractor.Request, String) - Method in class org.robolectric.shadows.ShadowVoiceInteractor
+
+subscribe(int, Looper, SubscribeConfig, DiscoverySessionCallback) - Method in class org.robolectric.shadows.ShadowWifiAwareManager
+
+suggestExternalTime(ExternalTimeSuggestion) - Method in class org.robolectric.shadows.ShadowTimeManager
+
+SumPathEffectNatives - Class in org.robolectric.nativeruntime
+
+Native methods for SumPathEffect JNI registration.
+
+Supercedes - Annotation Type in org.robolectric.util.inject
+
+Indicates that the annotated type is intended as a replacement for another type.
+
+supportedColorModes - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The list of supported color modes
+
+supportedModes - Variable in class org.robolectric.android.internal.DisplayConfig
+
+The supported modes of this display.
+
+supportedPrimitives - Static variable in class org.robolectric.shadows.ShadowVibrator
+
+supportMultipleWindows() - Method in class org.robolectric.fakes.RoboWebSettings
+
+supportsBinaryResourcesMode() - Method in class org.robolectric.manifest.AndroidManifest
+
+Deprecated.
+
+
+
+supportsLegacyResourcesMode() - Method in class org.robolectric.manifest.AndroidManifest
+
+Deprecated.
+
+
+
+supportsMultipleUsers() - Static method in class org.robolectric.shadows.ShadowUserManager
+
+supportsSdk(int) - Method in class org.robolectric.internal.bytecode.ShadowInfo
+
+supportZoom() - Method in class org.robolectric.fakes.RoboWebSettings
+
+suppressAmbientDisplay(String, boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+If true, suppress the device's ambient display.
+
+SurfaceNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Surface JNI registration.
+
+suspend() - Method in class org.robolectric.shadows.ShadowVideoView
+
+SUSPEND - Static variable in class org.robolectric.shadows.ShadowVideoView
+
+Sv2() - Constructor for class org.robolectric.versioning.AndroidVersions.Sv2
+
+sweepAngle - Variable in class org.robolectric.shadows.ShadowCanvas.ArcPaintHistoryEvent
+
+SweepGradientNatives - Class in org.robolectric.nativeruntime
+
+Native methods for SweepGradient JNI registration.
+
+switchTimezone(String) - Method in class org.robolectric.shadows.ShadowTime
+
+switchUser(int) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+switchUser(int) - Method in class org.robolectric.shadows.ShadowUserManager
+
+Switches the current user to userHandle
.
+
+switchUser(UserHandle) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+sync() - Method in class org.robolectric.shadows.ShadowWebSyncManager
+
+syncAutomatically - Variable in class org.robolectric.shadows.ShadowContentResolver.Status
+
+synced - Variable in class org.robolectric.shadows.ShadowWebSyncManager
+
+synced() - Method in class org.robolectric.shadows.ShadowWebSyncManager
+
+syncExtras - Variable in class org.robolectric.shadows.ShadowContentResolver.Status
+
+syncRequests - Variable in class org.robolectric.shadows.ShadowContentResolver.Status
+
+syncs - Variable in class org.robolectric.shadows.ShadowContentResolver.Status
+
+syncToNetwork - Variable in class org.robolectric.shadows.ShadowContentResolver.NotifiedUri
+
+synthesizeToFile(CharSequence, Bundle, File, String) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+
+
+sysconf(int) - Static method in class org.robolectric.shadows.ShadowOs
+
+Returns the value configured via setSysconfValue, or -1 if one hasn't been configured.
+
+system() - Method in class org.robolectric.res.android.ApkAssetsCache.Key
+
+SystemArrayCopyInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.SystemArrayCopyInterceptor
+
+systemContext - Static variable in class org.robolectric.RuntimeEnvironment
+
+Deprecated.
+
+
+
+SystemLogInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.SystemLogInterceptor
+
+SystemTimeInterceptor() - Constructor for class org.robolectric.interceptors.AndroidInterceptors.SystemTimeInterceptor
+
+
+T
+
+T() - Constructor for class org.robolectric.versioning.AndroidVersions.T
+
+TableMaskFilterNatives - Class in org.robolectric.nativeruntime
+
+Native methods for TableMaskFilter JNI registration.
+
+tag - Variable in class org.robolectric.shadows.ShadowLog.LogItem
+
+tag(Socket) - Method in class org.robolectric.shadows.ShadowSocketTagger
+
+TAG - Static variable in class org.robolectric.shadows.ShadowParcel
+
+tagDatagramSocket(DatagramSocket) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+No-op in tests.
+
+tagSocket(Socket) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+takePersistableUriPermission(Uri, int) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+takePicture(Camera.ShutterCallback, Camera.PictureCallback, Camera.PictureCallback) - Method in class org.robolectric.shadows.ShadowCamera
+
+takeScreenshot() - Method in class org.robolectric.shadows.ShadowUiAutomation
+
+takeScreenshot(int, Executor, AccessibilityService.TakeScreenshotCallback) - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+TARGET_SDK - Static variable in annotation type org.robolectric.annotation.Config
+
+targetAuthenticationHandler - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+targetAuthHandler - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The target authentication handler.
+
+targetAuthState - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+tearDownApplication() - Method in class org.robolectric.android.internal.AndroidTestEnvironment
+
+tearDownApplication() - Method in interface org.robolectric.internal.TestEnvironment
+
+TempDirectory - Class in org.robolectric.util
+
+TempDirectory() - Constructor for class org.robolectric.util.TempDirectory
+
+TempDirectory(String) - Constructor for class org.robolectric.util.TempDirectory
+
+TestEnvironment - Interface in org.robolectric.internal
+
+An environment for running tests.
+
+TestEnvironmentLifecyclePlugin - Interface in org.robolectric.pluginapi
+
+Plugin which allows behaviour extension in TestEnvironment.
+
+TestEnvironmentSpec() - Constructor for class org.robolectric.internal.AndroidSandbox.TestEnvironmentSpec
+
+TestEnvironmentSpec(Class<? extends AndroidTestEnvironment>) - Constructor for class org.robolectric.internal.AndroidSandbox.TestEnvironmentSpec
+
+TestHttpEntity() - Constructor for class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+TestHttpResponse - Class in org.robolectric.shadows.httpclient
+
+TestHttpResponse() - Constructor for class org.robolectric.shadows.httpclient.TestHttpResponse
+
+TestHttpResponse(int, byte[], Header...) - Constructor for class org.robolectric.shadows.httpclient.TestHttpResponse
+
+TestHttpResponse(int, String) - Constructor for class org.robolectric.shadows.httpclient.TestHttpResponse
+
+TestHttpResponse(int, String, Header...) - Constructor for class org.robolectric.shadows.httpclient.TestHttpResponse
+
+TestHttpResponse.TestHttpEntity - Class in org.robolectric.shadows.httpclient
+
+TestHttpResponse.TestStatusLine - Class in org.robolectric.shadows.httpclient
+
+TestLifecycle <T > - Interface in org.robolectric
+
+TestLifecycleApplication - Interface in org.robolectric
+
+testName(FrameworkMethod) - Method in class org.robolectric.internal.SandboxTestRunner.HelperTestRunner
+
+TestRunnable - Class in org.robolectric.util
+
+TestRunnable() - Constructor for class org.robolectric.util.TestRunnable
+
+TestStatusLine() - Constructor for class org.robolectric.shadows.httpclient.TestHttpResponse.TestStatusLine
+
+text - Variable in class org.robolectric.shadows.ShadowCanvas.TextHistoryEvent
+
+TEXT - Static variable in class org.robolectric.res.android.ResXMLParser.event_code_t
+
+TextCollectingNodeHandler - Class in org.robolectric.res
+
+TextCollectingNodeHandler(StringBuilder) - Constructor for class org.robolectric.res.TextCollectingNodeHandler
+
+TextLayoutMode - Annotation Type in org.robolectric.annotation
+
+A
Configurer
annotation for controlling how Robolectric
+ performs UI layout.
+
+TextLayoutMode.Mode - Enum in org.robolectric.annotation
+
+Specifies the different supported Text layout modes.
+
+TextLayoutModeConfigurer - Class in org.robolectric.plugins
+
+Provides configuration to Robolectric for its @
TextLayoutMode
annotation.
+
+TextLayoutModeConfigurer() - Constructor for class org.robolectric.plugins.TextLayoutModeConfigurer
+
+TextMultipartParams(String, String, ArrayList<String>, ArrayList<PendingIntent>, ArrayList<PendingIntent>) - Constructor for class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+TextMultipartParams(String, String, List<String>, List<PendingIntent>, List<PendingIntent>, long) - Constructor for class org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
+
+TextRunShaperNatives - Class in org.robolectric.nativeruntime
+
+Native methods for TextRunShaper JNI registration.
+
+TextSmsParams(String, String, String, PendingIntent, PendingIntent) - Constructor for class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+TextSmsParams(String, String, String, PendingIntent, PendingIntent, long) - Constructor for class org.robolectric.shadows.ShadowSmsManager.TextSmsParams
+
+Theme(CppAssetManager2) - Constructor for class org.robolectric.res.android.CppAssetManager2.Theme
+
+ThemeStyleSet - Class in org.robolectric.res
+
+Represents the list of styles applied to a Theme.
+
+ThemeStyleSet() - Constructor for class org.robolectric.res.ThemeStyleSet
+
+thisType() - Method in class org.robolectric.internal.bytecode.MethodCallSite
+
+throwable - Variable in class org.robolectric.shadows.ShadowLog.LogItem
+
+throwIfNotConnectedLocked() - Method in class org.robolectric.shadows.ShadowUiAutomation
+
+timeString - Variable in class org.robolectric.shadows.ShadowLog.LogItem
+
+TimeUtils - Class in org.robolectric.util
+
+Utility methods for dealing with time.
+
+TimeUtils() - Constructor for class org.robolectric.util.TimeUtils
+
+title - Variable in class org.robolectric.shadows.ShadowDialog
+
+title - Variable in class org.robolectric.shadows.ShadowWindow
+
+toDataSource(Context, Uri) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(Context, Uri, Map<String, String>) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(Context, Uri, Map<String, String>, List<HttpCookie>) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(AssetFileDescriptor) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(MediaDataSource) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(FileDescriptor) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(FileDescriptor, long, long) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(String) - Static method in class org.robolectric.shadows.util.DataSource
+
+toDataSource(String, Map<String, String>) - Static method in class org.robolectric.shadows.util.DataSource
+
+toggleInverseFillType() - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+toggleSoftInput(int, int) - Method in class org.robolectric.shadows.ShadowInputMethodManager
+
+toHex(int, int) - Static method in class org.robolectric.res.android.Formatter
+
+toMillis(boolean) - Method in class org.robolectric.shadows.ShadowTime
+
+Tone() - Constructor for class org.robolectric.shadows.ShadowToneGenerator.Tone
+
+toOpEntry(Integer, int) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+top - Variable in class org.robolectric.shadows.ShadowCanvas.RectPaintHistoryEvent
+
+top - Variable in class org.robolectric.shadows.ShadowCanvas.RoundRectPaintHistoryEvent
+
+topActivityResumed(boolean) - Method in class org.robolectric.android.controller.ActivityController
+
+Calls the same lifecycle methods on the Activity called by Android when an Activity is the top
+ most resumed activity on Q+.
+
+toString() - Method in class org.robolectric.android.internal.DisplayConfig
+
+toString() - Method in class org.robolectric.annotation.Config.Implementation
+
+toString() - Method in class org.robolectric.annotation.processing.DocumentedElement
+
+toString() - Method in class org.robolectric.internal.AndroidSandbox
+
+toString() - Method in class org.robolectric.internal.bytecode.MethodCallSite
+
+toString() - Method in class org.robolectric.internal.bytecode.MethodRef
+
+toString() - Method in class org.robolectric.internal.bytecode.MethodSignature
+
+toString() - Method in class org.robolectric.internal.dependency.DependencyJar
+
+toString() - Method in class org.robolectric.internal.dependency.MavenJarArtifact
+
+toString() - Method in class org.robolectric.internal.ManifestIdentifier
+
+toString() - Method in class org.robolectric.pluginapi.perf.Metric
+
+toString() - Method in class org.robolectric.pluginapi.Sdk
+
+toString() - Method in class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+toString() - Method in class org.robolectric.res.android.FileMap
+
+toString() - Method in class org.robolectric.res.android.Ref
+
+toString() - Method in class org.robolectric.res.android.ResourceTypes.Res_value
+
+toString() - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_ref
+
+toString() - Method in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+toString() - Method in class org.robolectric.res.android.ResourceTypes.ResTable_ref
+
+toString() - Method in class org.robolectric.res.android.StringPiece
+
+toString() - Method in class org.robolectric.res.android.ResTable_config
+
+toString() - Method in class org.robolectric.res.android.ResTable.ResourceName
+
+toString() - Method in class org.robolectric.res.android.ResTableTheme
+
+toString() - Method in class org.robolectric.res.android.String8
+
+toString() - Method in class org.robolectric.res.AttrData
+
+toString() - Method in class org.robolectric.res.AttributeResource
+
+toString() - Method in class org.robolectric.res.EmptyStyle
+
+toString() - Method in class org.robolectric.res.Plural
+
+toString() - Method in class org.robolectric.res.Qualifiers
+
+toString() - Method in class org.robolectric.res.ResName
+
+toString() - Method in class org.robolectric.res.ResourcePath
+
+toString() - Method in class org.robolectric.res.RoutingResourceTable
+
+toString() - Method in class org.robolectric.res.StyleData
+
+toString() - Method in class org.robolectric.res.StyleResolver
+
+toString() - Method in class org.robolectric.res.ThemeStyleSet
+
+toString() - Method in class org.robolectric.res.TypedResource
+
+toString() - Method in class org.robolectric.res.XmlContext
+
+toString() - Method in class org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
+
+toString() - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestStatusLine
+
+toString() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+toString() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+toString() - Method in class org.robolectric.shadows.ShadowActivity.IntentForResult
+
+toString() - Method in class org.robolectric.shadows.ShadowApplication.Wrapper
+
+toString() - Method in class org.robolectric.shadows.ShadowLocationManager.RoboLocationRequest
+
+toString() - Method in class org.robolectric.shadows.ShadowLog.LogItem
+
+toString() - Method in class org.robolectric.shadows.ShadowPath.Point
+
+toString() - Method in class org.robolectric.shadows.ShadowResources.ShadowNotFoundException
+
+toString() - Method in class org.robolectric.shadows.ShadowSoundPool.Playback
+
+toString() - Method in class org.robolectric.shadows.ShadowVibrator.PrimitiveEffect
+
+toString() - Method in class org.robolectric.util.inject.Injector.Key
+
+toString() - Method in class org.robolectric.versioning.AndroidVersions.AndroidRelease
+
+toString(FileDescriptor, long) - Method in interface org.robolectric.shadows.util.DataSource.FileDescriptorTransform
+
+toStringParts() - Method in class org.robolectric.res.android.ResTable_config
+
+
+
+touchscreen - Variable in class org.robolectric.res.android.ResTable_config
+
+TOUCHSCREEN - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+TOUCHSCREEN_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+TOUCHSCREEN_FINGER - Static variable in class org.robolectric.res.android.ResTable_config
+
+toUri(URL) - Static method in class org.robolectric.res.Fs
+
+trackConditionalCacheHit() - Method in interface org.robolectric.fakes.RoboExtendedResponseCache
+
+Track an conditional GET that was satisfied by this cache.
+
+trackResponse(RoboResponseSource) - Method in interface org.robolectric.fakes.RoboExtendedResponseCache
+
+Track an HTTP response being satisfied by source
.
+
+transact(int, Parcel, Parcel, int) - Method in class org.robolectric.shadows.ShadowBinder
+
+transceive(byte[]) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+transferOwnership(ComponentName, ComponentName, PersistableBundle) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+transform(Matrix) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+transform(Matrix) - Method in class org.robolectric.shadows.ShadowMotionEvent
+
+transform(Matrix, Path) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+translate(float, float) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+translate(int, int, Region) - Method in class org.robolectric.nativeruntime.RegionNatives
+
+translate(int, int, Region) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+TRANSLATE - Static variable in class org.robolectric.shadows.ShadowMatrix
+
+triggerAtTime - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+triggerDataCapture() - Method in class org.robolectric.shadows.ShadowVisualizer
+
+
+
+triggerDisconnect() - Method in class org.robolectric.shadows.ShadowCameraManager
+
+Triggers a disconnect event, where any open camera will be disconnected (simulating the case
+ where another app takes control of the camera).
+
+triggerInstallVerificationTimeout(Application, int) - Method in class org.robolectric.shadows.ShadowPackageManager
+
+triggerLocalConnectionFailure(WifiNetworkSpecifier, int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+Simulates a connection failure for a specified local network connection.
+
+triggerModelDownload(Intent) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerOnDetectedCallback(AlwaysOnHotwordDetector.EventPayload) - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+Invokes Callback#onDetected.
+
+triggerOnEndOfSpeech() - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerOnError(int) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerOnErrorCallback() - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+Invokes Callback#onError.
+
+triggerOnPartialResults(Bundle) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerOnReadyForSpeech(Bundle) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerOnResults(Bundle) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerOnRmsChanged(float) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerRegisteredAppUsageLimitObserver(int, Duration) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+triggerRegisteredAppUsageObserver(int, long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+triggerRegisteredSessionEndedObserver(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+triggerRegisteredSessionStepObserver(int, long) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+
+
+triggerSupportError(int) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+triggerSupportResult(Object) - Method in class org.robolectric.shadows.ShadowSpeechRecognizer
+
+trimmedValue - Variable in class org.robolectric.res.AttributeResource
+
+tryStart(Type) - Method in class org.robolectric.internal.bytecode.RobolectricGeneratorAdapter
+
+turnScreenOn(boolean) - Method in class org.robolectric.shadows.ShadowPowerManager
+
+Emulates turning the screen on/off if the screen is not already on/off.
+
+type - Variable in class org.robolectric.android.internal.DisplayConfig
+
+Display type.
+
+type - Variable in class org.robolectric.res.android.CppAssetManager2.ResourceName
+
+type - Variable in class org.robolectric.res.android.ResTable.ResourceName
+
+type - Variable in class org.robolectric.res.ResName
+
+type - Variable in class org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm
+
+Deprecated.
+
+type - Variable in class org.robolectric.shadows.ShadowLog.LogItem
+
+type() - Method in class org.robolectric.shadows.ShadowToneGenerator.Tone
+
+The type of the tone.
+
+Type(ResTable.Header, ResTable.ResTablePackage, int) - Constructor for class org.robolectric.res.android.ResTable.Type
+
+TYPE_ANY - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_ASSERT - Static variable in class org.robolectric.shadows.ShadowContentProviderOperation
+
+TYPE_ATTRIBUTE - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_BOOLEAN - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_COLOR - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_DELETE - Static variable in class org.robolectric.shadows.ShadowContentProviderOperation
+
+TYPE_DIMENSION - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_DIMENSION - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_DYNAMIC_ATTRIBUTE - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_DYNAMIC_REFERENCE - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_ENUM - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_FIRST_COLOR_INT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_FIRST_INT - Static variable in enum org.robolectric.res.android.DataType
+
+TYPE_FIRST_INT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_FLAGS - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_FLOAT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_FLOAT - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_FRACTION - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_FRACTION - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_INSERT - Static variable in class org.robolectric.shadows.ShadowContentProviderOperation
+
+TYPE_INT_BOOLEAN - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INT_COLOR_ARGB4 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INT_COLOR_ARGB8 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INT_COLOR_RGB4 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INT_COLOR_RGB8 - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INT_DEC - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INT_HEX - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_INTEGER - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_LAST_COLOR_INT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_LAST_INT - Static variable in enum org.robolectric.res.android.DataType
+
+TYPE_LAST_INT - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_NULL - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_REFERENCE - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_REFERENCE - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+type_spec_flags - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag
+
+TYPE_STRING - Static variable in class org.robolectric.res.android.ResourceTypes.Res_value
+
+TYPE_STRING - Static variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+TYPE_UPDATE - Static variable in class org.robolectric.shadows.ShadowContentProviderOperation
+
+TYPED_ARRAY - Enum constant in enum org.robolectric.res.ResType
+
+TypedResource <T > - Class in org.robolectric.res
+
+TypedResource(T, ResType, XmlContext) - Constructor for class org.robolectric.res.TypedResource
+
+TypefaceNatives - Class in org.robolectric.nativeruntime
+
+Native methods for Typeface JNI registration.
+
+types - Variable in class org.robolectric.annotation.processing.validator.Validator
+
+types - Variable in class org.robolectric.res.android.ResTable.PackageGroup
+
+typeSpec - Variable in class org.robolectric.res.android.ResTable.Type
+
+typeSpecFlags - Variable in class org.robolectric.res.android.ResTable.Type
+
+
+U
+
+U() - Constructor for class org.robolectric.versioning.AndroidVersions.U
+
+UI_MODE_NIGHT - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+UI_MODE_NIGHT_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+UI_MODE_NIGHT_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+UI_MODE_TYPE - Enum constant in enum org.robolectric.res.android.ResTable_config.Type
+
+UI_MODE_TYPE_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+UI_MODE_TYPE_NORMAL - Static variable in class org.robolectric.res.android.ResTable_config
+
+UiccCardInfoBuilder - Class in org.robolectric.shadows
+
+Builder for
UiccCardInfo
which includes modifications made in Android T to support MEP.
+
+UiccPortInfoBuilder - Class in org.robolectric.shadows
+
+
+
+UiccSlotInfoBuilder - Class in org.robolectric.shadows
+
+
+
+uiMode - Variable in class org.robolectric.res.android.ResTable_config
+
+uiModeNight() - Method in class org.robolectric.res.android.ResTable_config
+
+uiModeNight(int) - Method in class org.robolectric.res.android.ResTable_config
+
+uiModeType() - Method in class org.robolectric.res.android.ResTable_config
+
+uiModeType(int) - Method in class org.robolectric.res.android.ResTable_config
+
+ulHeight - Variable in class org.robolectric.shadows.RoundRectangle
+
+ulWidth - Variable in class org.robolectric.shadows.RoundRectangle
+
+UNAVAILABLE_FEATURES - Static variable in class org.robolectric.android.XmlResourceParserImpl
+
+All the parser features currently NOT supported by Android.
+
+unbind() - Method in class org.robolectric.android.controller.IntentServiceController
+
+unbind() - Method in class org.robolectric.android.controller.ServiceController
+
+unbindService(ServiceConnection) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+unbindService(ServiceConnection) - Method in class org.robolectric.shadows.ShadowInstrumentation
+
+uniqueId - Variable in class org.robolectric.android.internal.DisplayConfig
+
+Unique identifier for the display.
+
+uniqueString(String) - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_header.Writer
+
+unknown - Variable in class org.robolectric.res.android.ResTable_config
+
+Any remaining bytes in this resource configuration that are unaccounted for.
+
+UNKNOWN_ERROR - Static variable in class org.robolectric.res.android.Errors
+
+UnknownCallRecord(PhoneAccountHandle, Bundle) - Constructor for class org.robolectric.shadows.ShadowTelecomManager.UnknownCallRecord
+
+unlock() - Method in class org.robolectric.res.android.ResTable
+
+unlock() - Method in class org.robolectric.shadows.ShadowCamera
+
+unlockAndRun(Runnable) - Method in class org.robolectric.shadows.ShadowTileService
+
+unlockBag(Ref<ResTable.bag_entry[]>) - Method in class org.robolectric.res.android.ResTable
+
+unlockCanvasAndPost(Canvas) - Method in class org.robolectric.shadows.ShadowSurface
+
+unlockCanvasAndPost(Canvas) - Method in class org.robolectric.shadows.ShadowSurfaceView.FakeSurfaceHolder
+
+unmap(ByteBuffer) - Static method in class org.robolectric.shadows.ShadowSharedMemory
+
+unPause() - Method in class org.robolectric.android.internal.LooperDelegatingScheduler
+
+unPause() - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+unPause() - Method in class org.robolectric.shadows.ShadowLooper
+
+Not supported for the main Looper in LooperMode.Mode.PAUSED
.
+
+unPause() - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+unPause() - Method in class org.robolectric.util.Scheduler
+
+Un-pause the scheduler.
+
+UNPAUSED - Enum constant in enum org.robolectric.util.Scheduler.IdleState
+
+The
Scheduler
's clock won't automatically advance the clock but will automatically
+ execute any runnables scheduled to execute at or before the current time.
+
+unPauseLooper(Looper) - Static method in class org.robolectric.shadows.ShadowLooper
+
+Puts the shadow looper in an "unpaused" state (this is the default state).
+
+unPauseMainLooper() - Static method in class org.robolectric.shadows.ShadowLooper
+
+Puts the main ShadowLegacyLooper in an "unpaused" state.
+
+unpinSlice(Uri) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+unregister(long) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+
+
+unregister(UwbManager.AdapterStateCallback) - Method in class org.robolectric.shadows.ShadowUwbAdapterStateListener
+
+Unregisters a callback.
+
+unregister(E) - Method in class org.robolectric.shadows.ShadowRemoteCallbackList
+
+unregister(T) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+Deprecated.
+
+
+
+unregisterAntennaInfoListener(Object) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+unregisterAppUsageLimitObserver(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+Unregisters the app usage limit observer specified by observerId
.
+
+unregisterAppUsageObserver(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+unregisterAudioDeviceCallback(AudioDeviceCallback) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Unregisters an
AudioDeviceCallback
object which has been previously registered to
+ receive notifications of changes to the set of connected audio devices.
+
+unregisterAudioPlaybackCallback(AudioManager.AudioPlaybackCallback) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Unregisters callback listening to changes made to list of active playback configurations.
+
+unregisterAudioPolicy(Object) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+unregisterAudioRecordingCallback(AudioManager.AudioRecordingCallback) - Method in class org.robolectric.shadows.ShadowAudioManager
+
+Unregisters callback listening to changes made to list of active recording configurations.
+
+unregisterAvailabilityCallback(CameraManager.AvailabilityCallback) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+unregisterCallback(LauncherApps.Callback) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+unregisterCallback(MediaController.Callback) - Method in class org.robolectric.shadows.ShadowMediaController
+
+Unregister callback and remove it from the shadow to make it easier to check the state of the
+ registered callbacks.
+
+unregisterContentObserver(ContentObserver) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+unregisterContentObserver(ContentObserver) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+unregisterContentObserver(ContentObserver) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+unregisterDataSetObserver(DataSetObserver) - Method in class org.robolectric.fakes.BaseCursor
+
+Deprecated.
+
+unregisterDataSetObserver(DataSetObserver) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+unregisterGnssBatchedLocationCallback(Object) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+unregisterGnssMeasurementsCallback(GnssMeasurementsEvent.Callback) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+unregisterGnssStatusCallback(GnssStatus.Callback) - Method in class org.robolectric.shadows.ShadowLocationManager
+
+unregisterImsRegistrationCallback(ImsMmTelManager.RegistrationCallback) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+unregisterImsRegistrationCallback(RegistrationManager.RegistrationCallback) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+unregisterListener(SensorEventListener) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+unregisterListener(SensorEventListener, Sensor) - Method in class org.robolectric.shadows.ShadowSensorManager
+
+unregisterMmTelCapabilityCallback(ImsMmTelManager.CapabilityCallback) - Method in class org.robolectric.shadows.ShadowImsMmTelManager
+
+unregisterMoveCallback(Object) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+unregisterNetworkCallback(PendingIntent) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+unregisterNetworkCallback(ConnectivityManager.NetworkCallback) - Method in class org.robolectric.shadows.ShadowConnectivityManager
+
+unregisterObserver() - Method in class org.robolectric.shadows.ShadowAmbientContextManager
+
+unregisterPackageInstallerSessionCallback(PackageInstaller.SessionCallback) - Method in class org.robolectric.shadows.ShadowLauncherApps
+
+unregisterPhoneAccount(PhoneAccountHandle) - Method in class org.robolectric.shadows.ShadowTelecomManager
+
+unregisterReceiver(BroadcastReceiver) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+unregisterSessionCallback(PackageInstaller.SessionCallback) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+unregisterStats(File) - Static method in class org.robolectric.shadows.ShadowStatFs
+
+Unregister stats for a path.
+
+unregisterStats(String) - Static method in class org.robolectric.shadows.ShadowStatFs
+
+Unregister stats for a path.
+
+unregisterTelephonyCallback(Object) - Method in class org.robolectric.shadows.ShadowTelephonyManager
+
+unregisterUsageSessionObserver(int) - Method in class org.robolectric.shadows.ShadowUsageStatsManager
+
+unregisterVcnStatusCallback(VcnManager.VcnStatusCallback) - Method in class org.robolectric.shadows.ShadowVcnManager
+
+UnsafeAccess - Class in org.robolectric.util.reflector
+
+Access to sun.misc.Unsafe and the various scary things within.
+
+UnsafeAccess() - Constructor for class org.robolectric.util.reflector.UnsafeAccess
+
+unsafeCheckOpNoThrow(String, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+unsafeCheckOpRawNoThrow(int, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+unsafeCheckOpRawNoThrow(String, int, String) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+
+
+unselectTrack(int) - Method in class org.robolectric.shadows.ShadowMediaExtractor
+
+unsetPreferredService(Activity) - Method in class org.robolectric.shadows.ShadowCardEmulation
+
+unsetTakeScreenshotErrorCode() - Method in class org.robolectric.shadows.ShadowAccessibilityService
+
+
+
+untag(Socket) - Method in class org.robolectric.shadows.ShadowSocketTagger
+
+untagSocket(Socket) - Static method in class org.robolectric.shadows.ShadowTrafficStats
+
+update(long, T) - Method in class org.robolectric.res.android.NativeObjRegistry
+
+Updates the native object for the given id.
+
+update(Uri, ContentValues, String, String[]) - Method in class org.robolectric.shadows.ShadowContentProviderClient
+
+update(Uri, ContentValues, String, String[]) - Method in class org.robolectric.shadows.ShadowContentResolver
+
+
+
+update(CacheResponse, HttpURLConnection) - Method in interface org.robolectric.fakes.RoboExtendedResponseCache
+
+Updates stored HTTP headers using a hit on a conditional GET.
+
+updateAppWidget(int[], RemoteViews) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+updateAppWidget(int, RemoteViews) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Simulates updating an AppWidget
with a new set of views
+
+updateAppWidget(RemoteViews) - Method in class org.robolectric.shadows.ShadowAppWidgetHostView
+
+updateAppWidgetOptions(int, Bundle) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+Update the locally cached appWidgetOptions Bundle.
+
+updateAutomaticZenRule(String, AutomaticZenRule) - Method in class org.robolectric.shadows.ShadowNotificationManager
+
+updateCameraCallback(CameraDevice, CameraDevice.StateCallback, Handler, Executor) - Method in class org.robolectric.shadows.ShadowCameraManager
+
+updateConfiguration(Configuration, DisplayMetrics, CompatibilityInfo) - Method in class org.robolectric.shadows.ShadowResources
+
+updateConfiguration(Resources) - Static method in class org.robolectric.android.Bootstrap
+
+internal only
+
+updateDisplayResources(Configuration, DisplayMetrics) - Static method in class org.robolectric.android.Bootstrap
+
+internal only
+
+updateEstimatedNetworkBytes(JobParameters, long, long) - Method in class org.robolectric.shadows.ShadowJobService
+
+Stubbed out for now, as the real implementation throws an NPE when executed in Robolectric.
+
+updateIntentVerificationStatusAsUser(String, int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+updateModes(SQLiteMode.Mode) - Method in class org.robolectric.internal.AndroidSandbox
+
+updateNetwork(WifiConfiguration) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+
+
+updatePermissionFlags(String, String, int, int, UserHandle) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+This method differs from the real implementation in that no permission checking or package
+ existent checks are performed here.
+
+updateRuleSet(RuleSet, IntentSender) - Method in class org.robolectric.shadows.ShadowAppIntegrityManager
+
+Overrides the implementation of the updateRuleSet
method so that a copy of the pushed
+ rule set is kept within the shadow class.
+
+updateSessionAppIcon(int, Bitmap) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+updateSessionAppLabel(int, CharSequence) - Method in class org.robolectric.shadows.ShadowPackageInstaller
+
+updateShortcuts(List<ShortcutInfo>) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+updateShortcutVisibility(String, byte[], boolean) - Method in class org.robolectric.shadows.ShadowShortcutManager
+
+No-op on Robolectric.
+
+updateTile() - Method in class org.robolectric.shadows.ShadowTile
+
+updateTimeZoneConfiguration(TimeZoneConfiguration) - Method in class org.robolectric.shadows.ShadowTimeManager
+
+updateTransferredNetworkBytes(JobParameters, long, long) - Method in class org.robolectric.shadows.ShadowJobService
+
+Stubbed out for now, as the real implementation throws an NPE when executed in Robolectric.
+
+updateWifiUsabilityScore(int, int, int) - Method in class org.robolectric.shadows.ShadowWifiManager
+
+uptimeMillis() - Static method in class org.robolectric.shadows.ShadowLegacySystemClock
+
+uptimeMillis() - Static method in class org.robolectric.shadows.ShadowPausedSystemClock
+
+urHeight - Variable in class org.robolectric.shadows.RoundRectangle
+
+uri - Variable in class org.robolectric.fakes.RoboCursor
+
+Deprecated.
+
+uri - Variable in class org.robolectric.shadows.ShadowContentResolver.NotifiedUri
+
+UriRegexMatcher(String, String) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.UriRegexMatcher
+
+UriRequestMatcher(String) - Constructor for class org.robolectric.shadows.httpclient.FakeHttpLayer.UriRequestMatcher
+
+UrlResourceProvider - Class in org.robolectric.internal.bytecode
+
+ResourceProvider using URLs.
+
+UrlResourceProvider(URL...) - Constructor for class org.robolectric.internal.bytecode.UrlResourceProvider
+
+urWidth - Variable in class org.robolectric.shadows.RoundRectangle
+
+UsageSessionObserver() - Constructor for class org.robolectric.shadows.ShadowUsageStatsManager.UsageSessionObserver
+
+usageSessionObserversById - Static variable in class org.robolectric.shadows.ShadowUsageStatsManager
+
+useCenter - Variable in class org.robolectric.shadows.ShadowCanvas.ArcPaintHistoryEvent
+
+useInMemoryDatabase - Static variable in class org.robolectric.shadows.ShadowSQLiteConnection
+
+useLegacy() - Static method in class org.robolectric.shadows.ShadowAssetManager
+
+Deprecated.
+
+
+
+useLegacyResources() - Static method in class org.robolectric.RuntimeEnvironment
+
+Deprecated.
+
+
+
+useRealGraphics() - Static method in class org.robolectric.shadows.ShadowView
+
+Internal API to determine if native graphics is enabled.
+
+userLeaving() - Method in class org.robolectric.android.controller.ActivityController
+
+userTokenHandler - Variable in class org.robolectric.shadows.httpclient.DefaultRequestDirector
+
+The user token handler.
+
+userTokenHandler - Variable in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+usesChronometer() - Method in class org.robolectric.shadows.ShadowNotification
+
+UsesSdk - Interface in org.robolectric.pluginapi
+
+Represents the contents of a uses-sdk
element in an Android manifest file.
+
+UTF16 - Enum constant in enum org.robolectric.res.android.ResourceString.Type
+
+UTF8 - Enum constant in enum org.robolectric.res.android.ResourceString.Type
+
+UTF8_FLAG - Static variable in class org.robolectric.res.android.ResourceTypes.ResStringPool_header
+
+UTF8_FLAG - Static variable in class org.robolectric.res.android.ResStringPoolHeader
+
+Util - Class in org.robolectric.res.android
+
+Util - Class in org.robolectric.util
+
+Generic collection of utility methods.
+
+Util() - Constructor for class org.robolectric.res.android.Util
+
+Util() - Constructor for class org.robolectric.util.Util
+
+
+V
+
+v(String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+v(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+V() - Constructor for class org.robolectric.versioning.AndroidVersions.V
+
+validate() - Method in class org.robolectric.shadows.ShadowDrawable
+
+validate(Class<? extends Annotation>, Annotation, int) - Static method in class org.robolectric.shadows.ShadowAnnotationValidations
+
+Re-implement to avoid use of android-only Class.getPackageName$
+
+validateInputByteBuffer(ByteBuffer[], int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Prevents calling Android-only methods on basic ByteBuffer objects.
+
+validateInputByteBufferLocked(ByteBuffer[], int) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+validateNinePatchChunk(byte[]) - Static method in class org.robolectric.nativeruntime.NinePatchNatives
+
+validateNinePatchChunk(byte[]) - Static method in class org.robolectric.shadows.ShadowNativeNinePatch
+
+validateOutputByteBuffer(ByteBuffer[], int, MediaCodec.BufferInfo) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+Prevents calling Android-only methods on basic ByteBuffer objects.
+
+validateOutputByteBufferLocked(ByteBuffer[], int, MediaCodec.BufferInfo) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+validateServiceIntent(Intent) - Method in class org.robolectric.shadows.ShadowContextImpl
+
+validateSyncExtrasBundle(Bundle) - Static method in class org.robolectric.shadows.ShadowContentResolver
+
+Validator - Class in org.robolectric.annotation.processing.validator
+
+Base class for validators.
+
+Validator(RobolectricModel.Builder, ProcessingEnvironment, String) - Constructor for class org.robolectric.annotation.processing.validator.Validator
+
+value - Variable in class org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
+
+value - Variable in class org.robolectric.res.android.ResourceTable.flag_entry
+
+value - Variable in class org.robolectric.res.android.ResourceTypes.ResTable_map
+
+value - Variable in class org.robolectric.res.AttributeResource
+
+value - Variable in class org.robolectric.util.ReflectionHelpers.ClassParameter
+
+value - Variable in class org.robolectric.util.ReflectionHelpers.StringParameter
+
+value() - Element in annotation type org.robolectric.annotation.ConscryptMode
+
+value() - Element in annotation type org.robolectric.annotation.experimental.LazyApplication
+
+Whether or not the Application should be lazily loaded
+
+value() - Element in annotation type org.robolectric.annotation.GetInstallerPackageNameMode
+
+value() - Element in annotation type org.robolectric.annotation.GraphicsMode
+
+value() - Element in annotation type org.robolectric.annotation.Implements
+
+The Android class to be shadowed.
+
+value() - Element in annotation type org.robolectric.annotation.LooperMode
+
+Set the Looper mode.
+
+value() - Element in annotation type org.robolectric.annotation.SQLiteMode
+
+value() - Element in annotation type org.robolectric.annotation.TextLayoutMode
+
+value() - Element in annotation type org.robolectric.ParameterizedRobolectricTestRunner.Parameter
+
+Method that returns the index of the parameter in the array returned by the method annotated
+ by Parameters
.
+ Index range must start at 0.
+
+value() - Element in annotation type org.robolectric.util.inject.Supercedes
+
+The type that is superceded by the annotated type.
+
+value() - Element in annotation type org.robolectric.util.reflector.Accessor
+
+The name of the field.
+
+value() - Element in annotation type org.robolectric.util.reflector.ForType
+
+value() - Element in annotation type org.robolectric.util.reflector.WithType
+
+The class name intended for this parameter.
+
+VALUE - Static variable in class org.robolectric.integrationtests.jacoco.JaCoCoTester
+
+valueOf(String) - Static method in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.ConscryptMode.Mode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.experimental.LazyApplication.LazyLoad
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.GetInstallerPackageNameMode.Mode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.GraphicsMode.Mode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.LooperMode.Mode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.processing.validator.ImplementsValidator.SdkCheckMode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.SQLiteMode.Mode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.annotation.TextLayoutMode.Mode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.fakes.RoboResponseSource
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.internal.bytecode.MethodCallSite.Kind
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.internal.ResourcesMode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.res.android.Asset.AccessMode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.res.android.DataType
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.res.android.ResourceString.Type
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.res.android.ResTable_config.Type
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.res.ResType
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.shadows.ShadowMediaPlayer.InvalidStateBehavior
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.shadows.ShadowPath.Point.Type
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.shadows.ShadowTelecomManager.CallRequestMode
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+Returns the enum constant of this type with the specified name.
+
+valueOf(String) - Static method in enum org.robolectric.util.Scheduler.IdleState
+
+Returns the enum constant of this type with the specified name.
+
+values() - Static method in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.ConscryptMode.Mode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.experimental.LazyApplication.LazyLoad
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.GetInstallerPackageNameMode.Mode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.GraphicsMode.Mode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.LooperMode.Mode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.processing.validator.ImplementsValidator.SdkCheckMode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.SQLiteMode.Mode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.annotation.TextLayoutMode.Mode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.fakes.RoboResponseSource
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.internal.bytecode.MethodCallSite.Kind
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.internal.ResourcesMode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.res.android.Asset.AccessMode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.res.android.DataType
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.res.android.ResourceString.Type
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.res.android.ResTable_config.Type
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.res.ResType
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.shadows.ShadowMediaPlayer.InvalidStateBehavior
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.shadows.ShadowMediaPlayer.State
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.shadows.ShadowPath.Point.Type
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.shadows.ShadowTelecomManager.CallRequestMode
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.shadows.ShadowUserManager.UserState
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+values() - Static method in enum org.robolectric.util.Scheduler.IdleState
+
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+VectorDrawableNatives - Class in org.robolectric.nativeruntime
+
+Native methods for VectorDrawable JNI registration.
+
+verify() - Method in class org.robolectric.junit.rules.CloseGuardRule
+
+verifyCanAccessUser(UserHandle) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+verifyDisplayHash(DisplayHash) - Method in class org.robolectric.shadows.ShadowDisplayHashManager
+
+verifyHasInteractAcrossProfilesPermission() - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+Ensure the current package has the permission to interact across profiles.
+
+verifyInputEvent(Object) - Method in class org.robolectric.shadows.ShadowInputManager
+
+Provides a local java implementation, since the real implementation is in system server +
+ native code.
+
+verifyIntentFilter(int, int, List<String>) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+verifyPendingInstall(int, int) - Method in class org.robolectric.shadows.ShadowApplicationPackageManager
+
+verifySupportedSdk(String) - Method in class org.robolectric.pluginapi.Sdk
+
+Verify that the SDK is supported.
+
+verifySupportedSdk(String) - Method in class org.robolectric.plugins.DefaultSdkProvider.DefaultSdk
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.J
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.JMR1
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.JMR2
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.K
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.L
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.LMR1
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.M
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.N
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.O
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.OMR1
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.P
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.Q
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.R
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.S
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.Sv2
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.T
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.U
+
+VERSION - Static variable in class org.robolectric.versioning.AndroidVersions.V
+
+vibrate(int, String, long) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(int, String, long[], int) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(int, String, long[], int, AudioAttributes) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(int, String, long, AudioAttributes) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(int, String, VibrationEffect, AudioAttributes) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(int, String, VibrationEffect, String, AudioAttributes) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(long) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(long[], int) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+vibrate(Object, Object, Object, Object, Object) - Method in class org.robolectric.shadows.ShadowSystemVibrator
+
+VibrationAttributesBuilder - Class in org.robolectric.shadows
+
+
+
+vibrationAttributesFromLastVibration - Static variable in class org.robolectric.shadows.ShadowVibrator
+
+vibrationEffectSegments - Static variable in class org.robolectric.shadows.ShadowVibrator
+
+viewReflector - Variable in class org.robolectric.shadows.ShadowView
+
+VirtualRefBasePtrNatives - Class in org.robolectric.nativeruntime
+
+Native methods for VirtualRefBasePtr JNI registration.
+
+visible() - Method in class org.robolectric.android.controller.ActivityController
+
+visible() - Method in class org.robolectric.android.controller.FragmentController
+
+Deprecated.
+
+visit(Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visit(Element, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visit(AttributeResource) - Method in interface org.robolectric.res.StyleData.Visitor
+
+visit(ResName, Iterable<TypedResource>) - Method in interface org.robolectric.res.ResourceTable.Visitor
+
+visit(StyleData.Visitor) - Method in class org.robolectric.res.StyleData
+
+visitExecutable(ExecutableElement, Element) - Method in class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+visitExecutable(ExecutableElement, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visitExecutable(ExecutableElement, TypeElement) - Method in class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+visitExecutable(ExecutableElement, TypeElement) - Method in class org.robolectric.annotation.processing.validator.ImplementationValidator
+
+visitExecutable(ExecutableElement, TypeElement) - Method in class org.robolectric.annotation.processing.validator.ResetterValidator
+
+visitPackage(PackageElement, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visitType(TypeElement, Element) - Method in class org.robolectric.annotation.processing.validator.ImplementsValidator
+
+visitType(TypeElement, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visitTypeParameter(TypeParameterElement, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visitUnknown(Element, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visitVariable(VariableElement, Element) - Method in class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+visitVariable(VariableElement, Element) - Method in class org.robolectric.annotation.processing.validator.Validator
+
+visitVariable(VariableElement, TypeElement) - Method in class org.robolectric.annotation.processing.validator.FoundOnImplementsValidator
+
+visitVariable(VariableElement, TypeElement) - Method in class org.robolectric.annotation.processing.validator.RealObjectValidator
+
+visualize(Bitmap) - Static method in class org.robolectric.shadows.ShadowBitmap
+
+Returns a textual representation of the appearance of the object.
+
+visualize(Canvas) - Static method in class org.robolectric.shadows.ShadowCanvas
+
+visualize(View) - Static method in class org.robolectric.shadows.ShadowView
+
+Returns a textual representation of the appearance of the object.
+
+VisualVoicemailSmsParams(String, int, String, PendingIntent) - Constructor for class org.robolectric.shadows.ShadowTelephonyManager.VisualVoicemailSmsParams
+
+
+W
+
+w(String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+w(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+w(String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+waitForIdleSync() - Method in class org.robolectric.android.internal.RoboMonitoringInstrumentation
+
+warn(String, Object...) - Static method in class org.robolectric.util.Logger
+
+Log a warning message.
+
+WARN - Enum constant in enum org.robolectric.annotation.processing.validator.ImplementsValidator.SdkCheckMode
+
+warnIfOpen() - Method in class org.robolectric.shadows.ShadowCloseGuard
+
+wasBugreportRequested() - Method in class org.robolectric.shadows.ShadowBugreportManager
+
+
+
+wasCancelCalled() - Method in class org.robolectric.shadows.ShadowSslErrorHandler
+
+wasCancelled() - Method in class org.robolectric.shadows.ShadowJsResult
+
+wasClearCacheCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasClearFormDataCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasClearFormDataCalled() - Method in class org.robolectric.shadows.ShadowWebViewDatabase
+
+
+
+wasClearHistoryCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasClearViewCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasConfigurationSaved() - Method in class org.robolectric.shadows.ShadowWifiManager
+
+wasDestroyCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasInvalidated() - Method in class org.robolectric.shadows.ShadowDrawable
+
+wasInvalidated() - Method in class org.robolectric.shadows.ShadowView
+
+wasKilled(int) - Static method in class org.robolectric.shadows.ShadowProcess
+
+
+
+wasNotifyDataSetChangedCalled() - Method in class org.robolectric.shadows.ShadowBaseAdapter
+
+wasOnPauseCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasOnResumeCalled() - Method in class org.robolectric.shadows.ShadowWebView
+
+wasPackageEverHidden(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Returns true
if the given packageName
was ever hidden.
+
+wasPathPlayed(String) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+Returns true
if the given path was played.
+
+wasProceedCalled() - Method in class org.robolectric.shadows.ShadowSslErrorHandler
+
+wasResourcePlayed(int) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+Returns true
if the given resource was played.
+
+wasRun - Variable in class org.robolectric.util.TestRunnable
+
+wasSystemAppEnabled(String) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+Returns true
if the given packageName
was a system app and was enabled.
+
+wentAsync() - Method in class org.robolectric.shadows.ShadowBroadcastReceiver
+
+WIDE_COLOR_GAMUT_ANY - Static variable in class org.robolectric.res.android.ResTable_config
+
+WIDE_COLOR_GAMUT_NO - Static variable in class org.robolectric.res.android.ResTable_config
+
+WIDE_COLOR_GAMUT_YES - Static variable in class org.robolectric.res.android.ResTable_config
+
+width - Variable in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+width - Variable in class org.robolectric.shadows.ImageUtil.ImageInfo
+
+width - Variable in class org.robolectric.shadows.RoundRectangle
+
+WifiUsabilityStatsEntryBuilder - Class in org.robolectric.shadows
+
+
+
+WifiUsabilityStatsEntryBuilder() - Constructor for class org.robolectric.shadows.WifiUsabilityStatsEntryBuilder
+
+WINDOW_EXACT - Static variable in class org.robolectric.shadows.ShadowAlarmManager
+
+WINDOW_HEURISTIC - Static variable in class org.robolectric.shadows.ShadowAlarmManager
+
+windowFocusChanged(boolean) - Method in class org.robolectric.android.controller.ActivityController
+
+windowFocusChanged(boolean) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+windowFocusChanged(boolean, boolean) - Method in interface org.robolectric.shadows.ShadowViewRootImpl.ViewRootImplReflector
+
+WindowIdHelper() - Constructor for class org.robolectric.shadows.ShadowView.WindowIdHelper
+
+windowToken - Variable in class org.robolectric.shadows.ShadowWallpaperManager.WallpaperCommandRecord
+
+
+
+wipeData(int) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+withAppendedId(Uri, long) - Static method in class org.robolectric.shadows.ShadowContentUris
+
+withConfig(InstrumentationConfiguration.Builder, Config) - Method in class org.robolectric.config.AndroidConfigurer
+
+withData(int) - Method in class org.robolectric.res.android.ResourceTypes.Res_value
+
+withIntent(Intent) - Method in class org.robolectric.android.controller.ServiceController
+
+Deprecated.
+
+
+
+withPackageName(String) - Method in class org.robolectric.res.ResName
+
+withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.robolectric.internal.SandboxTestRunner.HelperTestRunner
+
+Disables JUnit's normal timeout mode strategy.
+
+withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.robolectric.internal.SandboxTestRunner
+
+Disables JUnit's normal timeout mode strategy.
+
+withSdkVersion(int) - Method in class org.robolectric.res.android.ResTable_config
+
+Returns a copy of this resource configuration with a different
ResTable_config.sdkVersion
, or this
+ configuration if the
sdkVersion
is the same.
+
+withType(byte) - Method in class org.robolectric.res.android.ResourceTypes.Res_value
+
+WithType - Annotation Type in org.robolectric.util.reflector
+
+Parameters with types that can't be resolved at compile time may be annotated @WithType.
+
+Wrapper(BroadcastReceiver, IntentFilter, Context, String, Handler, int) - Constructor for class org.robolectric.shadows.ShadowApplication.Wrapper
+
+write() - Method in class org.robolectric.res.android.ResourceTypes.ResXMLTree_attrExt.Writer
+
+write() - Method in class org.robolectric.res.android.ResourceTypes.ResXMLTree_endElementExt.Writer
+
+write(StatsEvent) - Static method in class org.robolectric.shadows.ShadowStatsLog
+
+write(ByteBuffer) - Method in class org.robolectric.res.android.ResourceTypes.ResStringPool_header.Writer
+
+write(ByteBuffer, int) - Static method in class org.robolectric.res.android.ResourceTypes.ResStringPool_ref
+
+write(ByteBuffer, int, int) - Static method in class org.robolectric.res.android.ResourceTypes.Res_value
+
+write(ByteBuffer, int, int) - Method in class org.robolectric.shadows.ShadowAudioTrack
+
+Returns the number of bytes to write, except with invalid parameters.
+
+write(ByteBuffer, int, Runnable) - Static method in class org.robolectric.res.android.ResourceTypes.ResXMLTree_node
+
+write(ByteBuffer, short, Runnable, Runnable) - Static method in class org.robolectric.res.android.ResourceTypes.ResChunk_header
+
+write(ByteBuffer, ResourceTypes.ResStringPool_header.Writer, Runnable) - Static method in class org.robolectric.res.android.ResourceTypes.ResXMLTree_header
+
+writeBlob(byte[], int, int) - Method in class org.robolectric.shadows.ShadowParcel
+
+writeByteArray(byte[], int, int) - Method in class org.robolectric.shadows.ShadowParcel
+
+writeCallToInitializing(MutableClass, RobolectricGeneratorAdapter) - Method in class org.robolectric.internal.bytecode.ClassInstrumentor
+
+writeEntityData_native(long, byte[], int) - Static method in class org.robolectric.shadows.ShadowBackupDataOutput
+
+writeEntityHeader_native(long, String, int) - Static method in class org.robolectric.shadows.ShadowBackupDataOutput
+
+writeEvent(int, float) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+Writes an event log message, returning an approximation of the bytes written.
+
+writeEvent(int, int) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+Writes an event log message, returning an approximation of the bytes written.
+
+writeEvent(int, long) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+Writes an event log message, returning an approximation of the bytes written.
+
+writeEvent(int, Object...) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+Writes an event log message, returning an approximation of the bytes written.
+
+writeEvent(int, String) - Static method in class org.robolectric.shadows.ShadowEventLog
+
+Writes an event log message, returning an approximation of the bytes written.
+
+writeExemptionsList() - Method in class org.robolectric.internal.bytecode.NativeCallHandler
+
+writeIncomingCharacteristic(BluetoothGattCharacteristic) - Method in class org.robolectric.shadows.ShadowBluetoothGatt
+
+Reads bytes from incoming characteristic if properties are valid and callback is set.
+
+writeIncomingData(byte[]) - Method in class org.robolectric.shadows.ShadowUsbDeviceConnection
+
+Passes data that can then be read by an initialized UsbRequest#queue(ByteBuffer).
+
+writePendingIntentOrNullToParcel(PendingIntent, Parcel) - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+writePermission - Variable in class org.robolectric.manifest.PathPermissionData
+
+Writer() - Constructor for class org.robolectric.res.android.ResourceTypes.ResStringPool_header.Writer
+
+Writer(ByteBuffer, ResourceTypes.ResStringPool_header.Writer, String, String) - Constructor for class org.robolectric.res.android.ResourceTypes.ResXMLTree_attrExt.Writer
+
+Writer(ByteBuffer, ResourceTypes.ResStringPool_header.Writer, String, String) - Constructor for class org.robolectric.res.android.ResourceTypes.ResXMLTree_endElementExt.Writer
+
+writeRemoteMessage(String) - Method in class org.robolectric.shadows.ShadowCall.ShadowRttCall
+
+Writes a message to the RttCall buffer.
+
+writeTo(OutputStream) - Method in class org.robolectric.shadows.httpclient.HttpEntityStub
+
+writeTo(OutputStream) - Method in class org.robolectric.shadows.httpclient.TestHttpResponse.TestHttpEntity
+
+writeTo(ResTable_config) - Method in class org.robolectric.res.android.ConfigDescription.LocaleValue
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowLegacyBitmap
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowNativeBitmap
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowPendingIntent
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowSigningInfo
+
+writeToParcel(Parcel, int) - Method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+writeToStream(Bitmap, Bitmap.CompressFormat, int, OutputStream) - Static method in class org.robolectric.shadows.ImageUtil
+
+wtf(String, String) - Static method in class org.robolectric.shadows.ShadowLog
+
+wtf(String, String, Throwable) - Static method in class org.robolectric.shadows.ShadowLog
+
+
+X
+
+x - Variable in class org.robolectric.shadows.RoundRectangle
+
+x - Variable in class org.robolectric.shadows.ShadowCanvas.TextHistoryEvent
+
+x - Variable in class org.robolectric.shadows.ShadowWallpaperManager.WallpaperCommandRecord
+
+
+
+xlarge - Enum constant in enum org.robolectric.android.DeviceConfig.ScreenSize
+
+XmlAttributeFinder(ResXMLParser) - Constructor for class org.robolectric.res.android.AttributeResolution.XmlAttributeFinder
+
+XmlBlock - Class in org.robolectric.res.builder
+
+An XML block is a parsed representation of a resource XML file.
+
+XmlContext - Class in org.robolectric.res
+
+XmlContext(String, Path, Qualifiers) - Constructor for class org.robolectric.res.XmlContext
+
+XmlResourceParserImpl - Class in org.robolectric.android
+
+
+
+XmlResourceParserImpl(Document, String, String, String, ResourceTable) - Constructor for class org.robolectric.android.XmlResourceParserImpl
+
+Deprecated.
+
+
+
+XmlResourceParserImpl(Document, Path, String, String, ResourceTable) - Constructor for class org.robolectric.android.XmlResourceParserImpl
+
+
+Y
+
+y - Variable in class org.robolectric.shadows.RoundRectangle
+
+y - Variable in class org.robolectric.shadows.ShadowCanvas.TextHistoryEvent
+
+y - Variable in class org.robolectric.shadows.ShadowWallpaperManager.WallpaperCommandRecord
+
+
+
+
+Z
+
+z - Variable in class org.robolectric.shadows.ShadowWallpaperManager.WallpaperCommandRecord
+
+
+
+ZipArchiveHandle - Class in org.robolectric.res.android
+
+ZipArchiveHandle(ZipFile, ImmutableMap<String, Long>) - Constructor for class org.robolectric.res.android.ZipArchiveHandle
+
+ZipFileRO - Class in org.robolectric.res.android
+
+
+_
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowAccessibilityNodeInfo
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowAccessibilityWindowInfo
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowColorDisplayManager
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowImeTracingClientImpl
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowInCallService
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowMediaCodec.ShadowCodecBuffer
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowMediaRecorder
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowPackageInstaller.ShadowSession
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowResources.ShadowNotFoundException
+
+__constructor__() - Method in class org.robolectric.shadows.ShadowTime
+
+__constructor__(boolean) - Method in class org.robolectric.shadows.ShadowArscAssetManager10
+
+Used for the creation of system assets.
+
+__constructor__(boolean) - Method in class org.robolectric.shadows.ShadowArscAssetManager9
+
+Used for the creation of system assets.
+
+__constructor__(boolean) - Method in class org.robolectric.shadows.ShadowLegacyAssetManager
+
+__constructor__(boolean) - Method in class org.robolectric.shadows.ShadowLegacyLooper
+
+__constructor__(boolean) - Method in class org.robolectric.shadows.ShadowPausedLooper
+
+__constructor__(boolean) - Method in class org.robolectric.shadows.ShadowPausedMessageQueue
+
+__constructor__(int) - Method in class org.robolectric.shadows.ShadowContentProviderResult
+
+__constructor__(int) - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+__constructor__(int, int, int, int) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+__constructor__(int, PorterDuff.Mode) - Method in class org.robolectric.shadows.ShadowPorterDuffColorFilter
+
+__constructor__(long) - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+
+
+__constructor__(long) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+__constructor__(long, long) - Method in class org.robolectric.shadows.ShadowCountDownTimer
+
+__constructor__(long, String) - Method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+__constructor__(BluetoothAdapter) - Method in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+__constructor__(IBluetoothManager) - Method in class org.robolectric.shadows.ShadowBluetoothLeAdvertiser
+
+__constructor__(IVirtualDeviceManager, Context) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager
+
+__constructor__(IVirtualDeviceManager, Context, int, VirtualDeviceParams) - Method in class org.robolectric.shadows.ShadowVirtualDeviceManager.ShadowVirtualDevice
+
+__constructor__(ContentResolver) - Method in class org.robolectric.shadows.ShadowAsyncQueryHandler
+
+__constructor__(Context) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+__constructor__(Context) - Method in class org.robolectric.shadows.ShadowBackupManager
+
+__constructor__(Context) - Method in class org.robolectric.shadows.ShadowDisplayManager
+
+__constructor__(Context) - Method in class org.robolectric.shadows.ShadowLegacyAsyncTaskLoader
+
+__constructor__(Context) - Method in class org.robolectric.shadows.ShadowMediaSessionManager
+
+__constructor__(Context) - Method in class org.robolectric.shadows.ShadowToast
+
+__constructor__(Context, boolean) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+__constructor__(Context, int) - Method in class org.robolectric.shadows.ShadowAppWidgetHost
+
+__constructor__(Context, int, DatePickerDialog.OnDateSetListener, Calendar, int, int, int) - Method in class org.robolectric.shadows.ShadowDatePickerDialog
+
+__constructor__(Context, IAccountManager) - Method in class org.robolectric.shadows.ShadowAccountManager
+
+__constructor__(Context, IDevicePolicyManager) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+__constructor__(Context, ICrossProfileApps) - Method in class org.robolectric.shadows.ShadowCrossProfileApps
+
+__constructor__(Context, Handler) - Method in class org.robolectric.shadows.ShadowActivityManager
+
+__constructor__(Context, Handler) - Method in class org.robolectric.shadows.ShadowDevicePolicyManager
+
+__constructor__(Context, Handler) - Method in class org.robolectric.shadows.ShadowSliceManager
+
+__constructor__(Context, IUserManager) - Method in class org.robolectric.shadows.ShadowUserManager
+
+__constructor__(Context, TextToSpeech.OnInitListener, String, String, boolean) - Method in class org.robolectric.shadows.ShadowTextToSpeech
+
+__constructor__(Context, AttributeSet, int) - Method in class org.robolectric.shadows.ShadowView
+
+__constructor__(Context, AttributeSet, int, int) - Method in class org.robolectric.shadows.ShadowView
+
+__constructor__(Context, GestureDetector.OnGestureListener, Handler) - Method in class org.robolectric.shadows.ShadowGestureDetector
+
+__constructor__(Context, ScaleGestureDetector.OnScaleGestureListener) - Method in class org.robolectric.shadows.ShadowScaleGestureDetector
+
+__constructor__(Context, IAppOpsService) - Method in class org.robolectric.shadows.ShadowAppOpsManager
+
+__constructor__(Context, IAppWidgetService) - Method in class org.robolectric.shadows.ShadowAppWidgetManager
+
+__constructor__(Context, String) - Method in class org.robolectric.shadows.ShadowMediaSession
+
+__constructor__(AssetManager, String, boolean, int) - Method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+__constructor__(Resources, int) - Method in class org.robolectric.shadows.ShadowNativeFont.ShadowNativeFontBuilder
+
+__constructor__(Cursor) - Method in class org.robolectric.shadows.ShadowCursorWrapper
+
+__constructor__(Bitmap) - Method in class org.robolectric.shadows.ShadowLegacyCanvas
+
+__constructor__(Matrix) - Method in class org.robolectric.shadows.ShadowLegacyMatrix
+
+__constructor__(Paint) - Method in class org.robolectric.shadows.ShadowPaint
+
+__constructor__(Path) - Method in class org.robolectric.shadows.ShadowLegacyPath
+
+__constructor__(Path, boolean) - Method in class org.robolectric.shadows.ShadowPathMeasure
+
+__constructor__(Picture) - Method in class org.robolectric.shadows.ShadowPicture
+
+__constructor__(Rect) - Method in class org.robolectric.shadows.ShadowNativeRegion
+
+__constructor__(Rect, View) - Method in class org.robolectric.shadows.ShadowTouchDelegate
+
+__constructor__(SurfaceTexture) - Method in class org.robolectric.shadows.ShadowSurface
+
+__constructor__(IDisplayManager) - Method in class org.robolectric.shadows.ShadowDisplayManagerGlobal
+
+__constructor__(Uri) - Method in class org.robolectric.shadows.ShadowContentProviderResult
+
+__constructor__(Tag) - Method in class org.robolectric.shadows.ShadowIsoDep
+
+__constructor__(ParcelFileDescriptor) - Method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+__constructor__(Time) - Method in class org.robolectric.shadows.ShadowTime
+
+__constructor__(View) - Method in class org.robolectric.shadows.ShadowZoomButtonsController
+
+__constructor__(String) - Method in class org.robolectric.shadows.ShadowNativeRuntimeShader
+
+__constructor__(String) - Method in class org.robolectric.shadows.ShadowResources.ShadowNotFoundException
+
+__constructor__(String) - Method in class org.robolectric.shadows.ShadowStatFs
+
+__constructor__(String) - Method in class org.robolectric.shadows.ShadowTime
+
+__constructor__(String, boolean, boolean) - Method in class org.robolectric.shadows.ShadowMediaCodec
+
+__constructor__(String, boolean, boolean, boolean) - Method in class org.robolectric.shadows.ShadowLegacyApkAssets
+
+__constructor__(String, int) - Method in class org.robolectric.shadows.ShadowFileObserver
+
+__constructor__(String, int) - Method in class org.robolectric.shadows.ShadowMediaMuxer
+
+Opens a FileOutputStream for the given path, and sets muxer state.
+
+__constructor__(String, InputStreamReader, OutputStreamWriter, int, InCallAdapter) - Method in class org.robolectric.shadows.ShadowCall.ShadowRttCall
+
+__constructor__(String, Locale, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionService, IVoiceInteractionManagerService) - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+__constructor__(String, Locale, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionManagerService) - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+__constructor__(String, Locale, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionManagerService, int, boolean, PersistableBundle, SharedMemory) - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+__constructor__(String, Locale, Executor, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionManagerService, int, boolean) - Method in class org.robolectric.shadows.ShadowAlwaysOnHotwordDetector
+
+__constructor__(List<File>, int) - Method in class org.robolectric.shadows.ShadowFileObserver
+
+__constructor__(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+__constructor__(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.robolectric.shadows.httpclient.ShadowDefaultRequestDirector
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowAppOpsManager
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowDebug
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowLegacyTypeface
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowMediaPlayer
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowMediaRecorder
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowNativeTypeface
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowNetworkInfo
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowParcelFileDescriptor
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowPendingIntent
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowStatsLog
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowStrictModeVmPolicy
+
+__staticInitializer__() - Static method in class org.robolectric.shadows.ShadowVisualVoicemailSms
+
+_Activity_ - Interface in org.robolectric.shadows
+
+Accessor interface for
Activity
's internals.
+
+_pause() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Simulates MediaPlayer._pause()
.
+
+_play(int, float, float, int, int, float) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+_play(int, float, float, int, int, float, int) - Method in class org.robolectric.shadows.ShadowSoundPool
+
+_release() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Simulates call to MediaPlayer._release()
.
+
+_reset() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+Simulates call to MediaPlayer._reset()
.
+
+_stop() - Method in class org.robolectric.shadows.ShadowMediaPlayer
+
+
+
+
+$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+
+
+
+
diff --git a/javadoc/4.11/index.html b/javadoc/4.11/index.html
new file mode 100644
index 000000000..2904a7e79
--- /dev/null
+++ b/javadoc/4.11/index.html
@@ -0,0 +1,174 @@
+
+
+
+
+Overview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
Packages
+
+
+
+
+
+
+
+
Package containing main Robolectric classes.
+
+
+
+
+
+
+
+
+
+
+
+
Package containing Robolectric annotations.
+
+
+
+
+
+
+
+
Robolectric annotation processor.
+
+
+
+
Classes used to generate code.
+
+
+
+
Classes used to perform compile-time checking of shadows.
+
+
+
+
+
+
+
+
Package containing fake implementations of Android classes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Extension points for customizing Robolectric.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Package containing shadow classes for the Android SDK.
+
+
+
+
Shadows for the Google Play Services Library.
+
+
+
+
+
+
Shadows for Apache HTTP Client.
+
+
+
+
Shadows for the Android Multidex Library.
+
+
+
+
Package containing shadow related utility classes.
+
+
+
+
Package containing general utility classes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/javadoc/4.11/jquery-ui.overrides.css b/javadoc/4.11/jquery-ui.overrides.css
new file mode 100644
index 000000000..facf852c2
--- /dev/null
+++ b/javadoc/4.11/jquery-ui.overrides.css
@@ -0,0 +1,35 @@
+/*
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+.ui-state-active,
+.ui-widget-content .ui-state-active,
+.ui-widget-header .ui-state-active,
+a.ui-button:active,
+.ui-button:active,
+.ui-button.ui-state-active:hover {
+ /* Overrides the color of selection used in jQuery UI */
+ background: #F8981D;
+ border: 1px solid #F8981D;
+}
diff --git a/javadoc/4.11/legal/ADDITIONAL_LICENSE_INFO b/javadoc/4.11/legal/ADDITIONAL_LICENSE_INFO
new file mode 100644
index 000000000..ff700cd09
--- /dev/null
+++ b/javadoc/4.11/legal/ADDITIONAL_LICENSE_INFO
@@ -0,0 +1,37 @@
+ ADDITIONAL INFORMATION ABOUT LICENSING
+
+Certain files distributed by Oracle America, Inc. and/or its affiliates are
+subject to the following clarification and special exception to the GPLv2,
+based on the GNU Project exception for its Classpath libraries, known as the
+GNU Classpath Exception.
+
+Note that Oracle includes multiple, independent programs in this software
+package. Some of those programs are provided under licenses deemed
+incompatible with the GPLv2 by the Free Software Foundation and others.
+For example, the package includes programs licensed under the Apache
+License, Version 2.0 and may include FreeType. Such programs are licensed
+to you under their original licenses.
+
+Oracle facilitates your further distribution of this package by adding the
+Classpath Exception to the necessary parts of its GPLv2 code, which permits
+you to use that code in combination with other independent modules not
+licensed under the GPLv2. However, note that this would not permit you to
+commingle code under an incompatible license with Oracle's GPLv2 licensed
+code by, for example, cutting and pasting such code into a file also
+containing Oracle's GPLv2 licensed code and then distributing the result.
+
+Additionally, if you were to remove the Classpath Exception from any of the
+files to which it applies and distribute the result, you would likely be
+required to license some or all of the other code in that distribution under
+the GPLv2 as well, and since the GPLv2 is incompatible with the license terms
+of some items included in the distribution by Oracle, removing the Classpath
+Exception could therefore effectively compromise your ability to further
+distribute the package.
+
+Failing to distribute notices associated with some files may also create
+unexpected legal consequences.
+
+Proceed with caution and we recommend that you obtain the advice of a lawyer
+skilled in open source matters before removing the Classpath Exception or
+making modifications to this package which may subsequently be redistributed
+and/or involve the use of third party software.
diff --git a/javadoc/4.11/legal/ASSEMBLY_EXCEPTION b/javadoc/4.11/legal/ASSEMBLY_EXCEPTION
new file mode 100644
index 000000000..065b8d902
--- /dev/null
+++ b/javadoc/4.11/legal/ASSEMBLY_EXCEPTION
@@ -0,0 +1,27 @@
+
+OPENJDK ASSEMBLY EXCEPTION
+
+The OpenJDK source code made available by Oracle America, Inc. (Oracle) at
+openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU
+General Public License version 2
+only ("GPL2"), with the following clarification and special exception.
+
+ Linking this OpenJDK Code statically or dynamically with other code
+ is making a combined work based on this library. Thus, the terms
+ and conditions of GPL2 cover the whole combination.
+
+ As a special exception, Oracle gives you permission to link this
+ OpenJDK Code with certain code licensed by Oracle as indicated at
+ http://openjdk.java.net/legal/exception-modules-2007-05-08.html
+ ("Designated Exception Modules") to produce an executable,
+ regardless of the license terms of the Designated Exception Modules,
+ and to copy and distribute the resulting executable under GPL2,
+ provided that the Designated Exception Modules continue to be
+ governed by the licenses under which they were offered by Oracle.
+
+As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code
+to build an executable that includes those portions of necessary code that
+Oracle could not provide under GPL2 (or that Oracle has provided under GPL2
+with the Classpath exception). If you modify or add to the OpenJDK code,
+that new GPL2 code may still be combined with Designated Exception Modules
+if the new code is made subject to this exception by its copyright holder.
diff --git a/javadoc/4.11/legal/LICENSE b/javadoc/4.11/legal/LICENSE
new file mode 100644
index 000000000..8b400c7ab
--- /dev/null
+++ b/javadoc/4.11/legal/LICENSE
@@ -0,0 +1,347 @@
+The GNU General Public License (GPL)
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public License is intended to
+guarantee your freedom to share and change free software--to make sure the
+software is free for all its users. This General Public License applies to
+most of the Free Software Foundation's software and to any other program whose
+authors commit to using it. (Some other Free Software Foundation software is
+covered by the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our
+General Public Licenses are designed to make sure that you have the freedom to
+distribute copies of free software (and charge for this service if you wish),
+that you receive source code or can get it if you want it, that you can change
+the software or use pieces of it in new free programs; and that you know you
+can do these things.
+
+To protect your rights, we need to make restrictions that forbid anyone to deny
+you these rights or to ask you to surrender the rights. These restrictions
+translate to certain responsibilities for you if you distribute copies of the
+software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether gratis or for
+a fee, you must give the recipients all the rights that you have. You must
+make sure that they, too, receive or can get the source code. And you must
+show them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the software, and (2)
+offer you this license which gives you legal permission to copy, distribute
+and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain that
+everyone understands that there is no warranty for this free software. If the
+software is modified by someone else and passed on, we want its recipients to
+know that what they have is not the original, so that any problems introduced
+by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We
+wish to avoid the danger that redistributors of a free program will
+individually obtain patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must be licensed for
+everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and modification
+follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a notice
+placed by the copyright holder saying it may be distributed under the terms of
+this General Public License. The "Program", below, refers to any such program
+or work, and a "work based on the Program" means either the Program or any
+derivative work under copyright law: that is to say, a work containing the
+Program or a portion of it, either verbatim or with modifications and/or
+translated into another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each licensee is addressed as
+"you".
+
+Activities other than copying, distribution and modification are not covered by
+this License; they are outside its scope. The act of running the Program is
+not restricted, and the output from the Program is covered only if its contents
+constitute a work based on the Program (independent of having been made by
+running the Program). Whether that is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's source code as
+you receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice and
+disclaimer of warranty; keep intact all the notices that refer to this License
+and to the absence of any warranty; and give any other recipients of the
+Program a copy of this License along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and you may
+at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion of it, thus
+forming a work based on the Program, and copy and distribute such modifications
+or work under the terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+ a) You must cause the modified files to carry prominent notices stating
+ that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in whole or
+ in part contains or is derived from the Program or any part thereof, to be
+ licensed as a whole at no charge to all third parties under the terms of
+ this License.
+
+ c) If the modified program normally reads commands interactively when run,
+ you must cause it, when started running for such interactive use in the
+ most ordinary way, to print or display an announcement including an
+ appropriate copyright notice and a notice that there is no warranty (or
+ else, saying that you provide a warranty) and that users may redistribute
+ the program under these conditions, and telling the user how to view a copy
+ of this License. (Exception: if the Program itself is interactive but does
+ not normally print such an announcement, your work based on the Program is
+ not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If identifiable
+sections of that work are not derived from the Program, and can be reasonably
+considered independent and separate works in themselves, then this License, and
+its terms, do not apply to those sections when you distribute them as separate
+works. But when you distribute the same sections as part of a whole which is a
+work based on the Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees extend to the entire
+whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your
+rights to work written entirely by you; rather, the intent is to exercise the
+right to control the distribution of derivative or collective works based on
+the Program.
+
+In addition, mere aggregation of another work not based on the Program with the
+Program (or with a work based on the Program) on a volume of a storage or
+distribution medium does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based on it, under
+Section 2) in object code or executable form under the terms of Sections 1 and
+2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable source
+ code, which must be distributed under the terms of Sections 1 and 2 above
+ on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three years, to
+ give any third party, for a charge no more than your cost of physically
+ performing source distribution, a complete machine-readable copy of the
+ corresponding source code, to be distributed under the terms of Sections 1
+ and 2 above on a medium customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer to
+ distribute corresponding source code. (This alternative is allowed only
+ for noncommercial distribution and only if you received the program in
+ object code or executable form with such an offer, in accord with
+ Subsection b above.)
+
+The source code for a work means the preferred form of the work for making
+modifications to it. For an executable work, complete source code means all
+the source code for all modules it contains, plus any associated interface
+definition files, plus the scripts used to control compilation and installation
+of the executable. However, as a special exception, the source code
+distributed need not include anything that is normally distributed (in either
+source or binary form) with the major components (compiler, kernel, and so on)
+of the operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the source
+code from the same place counts as distribution of the source code, even though
+third parties are not compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program except as
+expressly provided under this License. Any attempt otherwise to copy, modify,
+sublicense or distribute the Program is void, and will automatically terminate
+your rights under this License. However, parties who have received copies, or
+rights, from you under this License will not have their licenses terminated so
+long as such parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not signed it.
+However, nothing else grants you permission to modify or distribute the Program
+or its derivative works. These actions are prohibited by law if you do not
+accept this License. Therefore, by modifying or distributing the Program (or
+any work based on the Program), you indicate your acceptance of this License to
+do so, and all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the Program),
+the recipient automatically receives a license from the original licensor to
+copy, distribute or modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the recipients' exercise of the
+rights granted herein. You are not responsible for enforcing compliance by
+third parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues), conditions
+are imposed on you (whether by court order, agreement or otherwise) that
+contradict the conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as to satisfy
+simultaneously your obligations under this License and any other pertinent
+obligations, then as a consequence you may not distribute the Program at all.
+For example, if a patent license would not permit royalty-free redistribution
+of the Program by all those who receive copies directly or indirectly through
+you, then the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply and
+the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or
+other property right claims or to contest validity of any such claims; this
+section has the sole purpose of protecting the integrity of the free software
+distribution system, which is implemented by public license practices. Many
+people have made generous contributions to the wide range of software
+distributed through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing to
+distribute software through any other system and a licensee cannot impose that
+choice.
+
+This section is intended to make thoroughly clear what is believed to be a
+consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in certain
+countries either by patents or by copyrighted interfaces, the original
+copyright holder who places the Program under this License may add an explicit
+geographical distribution limitation excluding those countries, so that
+distribution is permitted only in or among countries not thus excluded. In
+such case, this License incorporates the limitation as if written in the body
+of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions of the
+General Public License from time to time. Such new versions will be similar in
+spirit to the present version, but may differ in detail to address new problems
+or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any later
+version", you have the option of following the terms and conditions either of
+that version or of any later version published by the Free Software Foundation.
+If the Program does not specify a version number of this License, you may
+choose any version ever published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free programs
+whose distribution conditions are different, write to the author to ask for
+permission. For software which is copyrighted by the Free Software Foundation,
+write to the Free Software Foundation; we sometimes make exceptions for this.
+Our decision will be guided by the two goals of preserving the free status of
+all derivatives of our free software and of promoting the sharing and reuse of
+software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
+THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
+STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
+PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
+YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
+ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
+PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
+INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
+BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
+OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible
+use to the public, the best way to achieve this is to make it free software
+which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach
+them to the start of each source file to most effectively convey the exclusion
+of warranty; and each file should have at least the "copyright" line and a
+pointer to where the full notice is found.
+
+ One line to give the program's name and a brief idea of what it does.
+
+ Copyright (C)
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this when it
+starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
+ with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free
+ software, and you are welcome to redistribute it under certain conditions;
+ type 'show c' for details.
+
+The hypothetical commands 'show w' and 'show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may be
+called something other than 'show w' and 'show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your school,
+if any, to sign a "copyright disclaimer" for the program, if necessary. Here
+is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ 'Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ signature of Ty Coon, 1 April 1989
+
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General Public
+License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL
+
+Certain source files distributed by Oracle America and/or its affiliates are
+subject to the following clarification and special exception to the GPL, but
+only where Oracle has expressly included in the particular source file's header
+the words "Oracle designates this particular file as subject to the "Classpath"
+exception as provided by Oracle in the LICENSE file that accompanied this code."
+
+ Linking this library statically or dynamically with other modules is making
+ a combined work based on this library. Thus, the terms and conditions of
+ the GNU General Public License cover the whole combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent modules,
+ and to copy and distribute the resulting executable under terms of your
+ choice, provided that you also meet, for each linked independent module,
+ the terms and conditions of the license of that module. An independent
+ module is a module which is not derived from or based on this library. If
+ you modify this library, you may extend this exception to your version of
+ the library, but you are not obligated to do so. If you do not wish to do
+ so, delete this exception statement from your version.
diff --git a/javadoc/4.11/legal/jquery.md b/javadoc/4.11/legal/jquery.md
new file mode 100644
index 000000000..d468b3183
--- /dev/null
+++ b/javadoc/4.11/legal/jquery.md
@@ -0,0 +1,72 @@
+## jQuery v3.6.1
+
+### jQuery License
+```
+jQuery v 3.6.1
+Copyright OpenJS Foundation and other contributors, https://openjsf.org/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+******************************************
+
+The jQuery JavaScript Library v3.6.1 also includes Sizzle.js
+
+Sizzle.js includes the following license:
+
+Copyright JS Foundation and other contributors, https://js.foundation/
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/sizzle
+
+The following license applies to all parts of this software except as
+documented below:
+
+====
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+====
+
+All files located in the node_modules and external directories are
+externally maintained libraries used by this software which have their
+own licenses; we recommend you read them, as their terms may differ from
+the terms above.
+
+*********************
+
+```
diff --git a/javadoc/4.11/legal/jqueryUI.md b/javadoc/4.11/legal/jqueryUI.md
new file mode 100644
index 000000000..8bda9d7a8
--- /dev/null
+++ b/javadoc/4.11/legal/jqueryUI.md
@@ -0,0 +1,49 @@
+## jQuery UI v1.13.2
+
+### jQuery UI License
+```
+Copyright jQuery Foundation and other contributors, https://jquery.org/
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/jquery/jquery-ui
+
+The following license applies to all parts of this software except as
+documented below:
+
+====
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+====
+
+Copyright and related rights for sample code are waived via CC0. Sample
+code is defined as all source code contained within the demos directory.
+
+CC0: http://creativecommons.org/publicdomain/zero/1.0/
+
+====
+
+All files located in the node_modules and external directories are
+externally maintained libraries used by this software which have their
+own licenses; we recommend you read them, as their terms may differ from
+the terms above.
+
+```
diff --git a/javadoc/4.11/member-search-index.js b/javadoc/4.11/member-search-index.js
new file mode 100644
index 000000000..d2e39caef
--- /dev/null
+++ b/javadoc/4.11/member-search-index.js
@@ -0,0 +1 @@
+memberSearchIndex = [{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowImeTracingClientImpl","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec.ShadowCodecBuffer","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSession","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowResources.ShadowNotFoundException","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"__constructor__()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"__constructor__(AssetManager, String, boolean, int)","u":"__constructor__(android.content.res.AssetManager,java.lang.String,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"__constructor__(Bitmap)","u":"__constructor__(android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeAdvertiser","l":"__constructor__(BluetoothAdapter)","u":"__constructor__(android.bluetooth.BluetoothAdapter)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"__constructor__(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"__constructor__(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"__constructor__(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"__constructor__(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"__constructor__(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"__constructor__(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAsyncQueryHandler","l":"__constructor__(ContentResolver)","u":"__constructor__(android.content.ContentResolver)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"__constructor__(Context)","u":"__constructor__(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"__constructor__(Context)","u":"__constructor__(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"__constructor__(Context)","u":"__constructor__(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTaskLoader","l":"__constructor__(Context)","u":"__constructor__(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"__constructor__(Context)","u":"__constructor__(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"__constructor__(Context)","u":"__constructor__(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"__constructor__(Context, AttributeSet, int)","u":"__constructor__(android.content.Context,android.util.AttributeSet,int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"__constructor__(Context, AttributeSet, int, int)","u":"__constructor__(android.content.Context,android.util.AttributeSet,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"__constructor__(Context, boolean)","u":"__constructor__(android.content.Context,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"__constructor__(Context, GestureDetector.OnGestureListener, Handler)","u":"__constructor__(android.content.Context,android.view.GestureDetector.OnGestureListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"__constructor__(Context, Handler)","u":"__constructor__(android.content.Context,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"__constructor__(Context, Handler)","u":"__constructor__(android.content.Context,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"__constructor__(Context, Handler)","u":"__constructor__(android.content.Context,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"__constructor__(Context, IAccountManager)","u":"__constructor__(android.content.Context,android.accounts.IAccountManager)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"__constructor__(Context, IAppOpsService)","u":"__constructor__(android.content.Context,com.android.internal.app.IAppOpsService)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"__constructor__(Context, IAppWidgetService)","u":"__constructor__(android.content.Context,com.android.internal.appwidget.IAppWidgetService)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"__constructor__(Context, ICrossProfileApps)","u":"__constructor__(android.content.Context,android.content.pm.ICrossProfileApps)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"__constructor__(Context, IDevicePolicyManager)","u":"__constructor__(android.content.Context,android.app.admin.IDevicePolicyManager)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHost","l":"__constructor__(Context, int)","u":"__constructor__(android.content.Context,int)"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"__constructor__(Context, int, DatePickerDialog.OnDateSetListener, Calendar, int, int, int)","u":"__constructor__(android.content.Context,int,android.app.DatePickerDialog.OnDateSetListener,java.util.Calendar,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"__constructor__(Context, IUserManager)","u":"__constructor__(android.content.Context,android.os.IUserManager)"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"__constructor__(Context, ScaleGestureDetector.OnScaleGestureListener)","u":"__constructor__(android.content.Context,android.view.ScaleGestureDetector.OnScaleGestureListener)"},{"p":"org.robolectric.shadows","c":"ShadowMediaSession","l":"__constructor__(Context, String)","u":"__constructor__(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"__constructor__(Context, TextToSpeech.OnInitListener, String, String, boolean)","u":"__constructor__(android.content.Context,android.speech.tts.TextToSpeech.OnInitListener,java.lang.String,java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"__constructor__(Cursor)","u":"__constructor__(android.database.Cursor)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"__constructor__(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams)","u":"__constructor__(org.apache.http.protocol.HttpRequestExecutor,org.apache.http.conn.ClientConnectionManager,org.apache.http.ConnectionReuseStrategy,org.apache.http.conn.ConnectionKeepAliveStrategy,org.apache.http.conn.routing.HttpRoutePlanner,org.apache.http.protocol.HttpProcessor,org.apache.http.client.HttpRequestRetryHandler,org.apache.http.client.RedirectHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.UserTokenHandler,org.apache.http.params.HttpParams)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeAdvertiser","l":"__constructor__(IBluetoothManager)","u":"__constructor__(android.bluetooth.IBluetoothManager)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"__constructor__(IDisplayManager)","u":"__constructor__(android.hardware.display.IDisplayManager)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderResult","l":"__constructor__(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"__constructor__(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"__constructor__(int, int, int, int)","u":"__constructor__(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPorterDuffColorFilter","l":"__constructor__(int, PorterDuff.Mode)","u":"__constructor__(int,android.graphics.PorterDuff.Mode)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager","l":"__constructor__(IVirtualDeviceManager, Context)","u":"__constructor__(android.companion.virtual.IVirtualDeviceManager,android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"__constructor__(IVirtualDeviceManager, Context, int, VirtualDeviceParams)","u":"__constructor__(android.companion.virtual.IVirtualDeviceManager,android.content.Context,int,android.companion.virtual.VirtualDeviceParams)"},{"p":"org.robolectric.shadows","c":"ShadowFileObserver","l":"__constructor__(List, int)","u":"__constructor__(java.util.List,int)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"__constructor__(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams)","u":"__constructor__(org.apache.commons.logging.Log,org.apache.http.protocol.HttpRequestExecutor,org.apache.http.conn.ClientConnectionManager,org.apache.http.ConnectionReuseStrategy,org.apache.http.conn.ConnectionKeepAliveStrategy,org.apache.http.conn.routing.HttpRoutePlanner,org.apache.http.protocol.HttpProcessor,org.apache.http.client.HttpRequestRetryHandler,org.apache.http.client.RedirectHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.UserTokenHandler,org.apache.http.params.HttpParams)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"__constructor__(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"__constructor__(long)"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"__constructor__(long, long)","u":"__constructor__(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"__constructor__(long, String)","u":"__constructor__(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"__constructor__(Matrix)","u":"__constructor__(android.graphics.Matrix)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"__constructor__(Paint)","u":"__constructor__(android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"__constructor__(ParcelFileDescriptor)","u":"__constructor__(android.os.ParcelFileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"__constructor__(Path)","u":"__constructor__(android.graphics.Path)"},{"p":"org.robolectric.shadows","c":"ShadowPathMeasure","l":"__constructor__(Path, boolean)","u":"__constructor__(android.graphics.Path,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPicture","l":"__constructor__(Picture)","u":"__constructor__(android.graphics.Picture)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"__constructor__(Rect)","u":"__constructor__(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowTouchDelegate","l":"__constructor__(Rect, View)","u":"__constructor__(android.graphics.Rect,android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"__constructor__(Resources, int)","u":"__constructor__(android.content.res.Resources,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader","l":"__constructor__(String)","u":"__constructor__(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowResources.ShadowNotFoundException","l":"__constructor__(String)","u":"__constructor__(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"__constructor__(String)","u":"__constructor__(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"__constructor__(String)","u":"__constructor__(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"__constructor__(String, boolean, boolean)","u":"__constructor__(java.lang.String,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyApkAssets","l":"__constructor__(String, boolean, boolean, boolean)","u":"__constructor__(java.lang.String,boolean,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCall.ShadowRttCall","l":"__constructor__(String, InputStreamReader, OutputStreamWriter, int, InCallAdapter)","u":"__constructor__(java.lang.String,java.io.InputStreamReader,java.io.OutputStreamWriter,int,android.telecom.InCallAdapter)"},{"p":"org.robolectric.shadows","c":"ShadowFileObserver","l":"__constructor__(String, int)","u":"__constructor__(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMuxer","l":"__constructor__(String, int)","u":"__constructor__(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector","l":"__constructor__(String, Locale, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionManagerService)","u":"__constructor__(java.lang.String,java.util.Locale,android.service.voice.AlwaysOnHotwordDetector.Callback,android.hardware.soundtrigger.KeyphraseEnrollmentInfo,com.android.internal.app.IVoiceInteractionManagerService)"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector","l":"__constructor__(String, Locale, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionManagerService, int, boolean, PersistableBundle, SharedMemory)","u":"__constructor__(java.lang.String,java.util.Locale,android.service.voice.AlwaysOnHotwordDetector.Callback,android.hardware.soundtrigger.KeyphraseEnrollmentInfo,com.android.internal.app.IVoiceInteractionManagerService,int,boolean,android.os.PersistableBundle,android.os.SharedMemory)"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector","l":"__constructor__(String, Locale, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionService, IVoiceInteractionManagerService)","u":"__constructor__(java.lang.String,java.util.Locale,android.service.voice.AlwaysOnHotwordDetector.Callback,android.hardware.soundtrigger.KeyphraseEnrollmentInfo,android.service.voice.IVoiceInteractionService,com.android.internal.app.IVoiceInteractionManagerService)"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector","l":"__constructor__(String, Locale, Executor, AlwaysOnHotwordDetector.Callback, KeyphraseEnrollmentInfo, IVoiceInteractionManagerService, int, boolean)","u":"__constructor__(java.lang.String,java.util.Locale,java.util.concurrent.Executor,android.service.voice.AlwaysOnHotwordDetector.Callback,android.hardware.soundtrigger.KeyphraseEnrollmentInfo,com.android.internal.app.IVoiceInteractionManagerService,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"__constructor__(SurfaceTexture)","u":"__constructor__(android.graphics.SurfaceTexture)"},{"p":"org.robolectric.shadows","c":"ShadowIsoDep","l":"__constructor__(Tag)","u":"__constructor__(android.nfc.Tag)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"__constructor__(Time)","u":"__constructor__(android.text.format.Time)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderResult","l":"__constructor__(Uri)","u":"__constructor__(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowZoomButtonsController","l":"__constructor__(View)","u":"__constructor__(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowDebug","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowStrictModeVmPolicy","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"__staticInitializer__()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"_pause()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"_play(int, float, float, int, int, float)","u":"_play(int,float,float,int,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"_play(int, float, float, int, int, float, int)","u":"_play(int,float,float,int,int,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"_release()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"_reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"_stop()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowedObject","l":"$$robo$getData()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSession","l":"abandon()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"abandonAudioFocus(AudioManager.OnAudioFocusChangeListener)","u":"abandonAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"abandonAudioFocusRequest(AudioFocusRequest)","u":"abandonAudioFocusRequest(android.media.AudioFocusRequest)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"abandonSession(int)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastReceiver","l":"abortBroadcast()"},{"p":"org.robolectric.shadows","c":"ShadowFontFamily","l":"abortCreation()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothServerSocket","l":"accept(int)"},{"p":"org.robolectric.util","c":"Consumer","l":"accept(T)"},{"p":"android.webkit","c":"RoboCookieManager","l":"acceptCookie()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"acceptRingingCall()"},{"p":"android.webkit","c":"RoboCookieManager","l":"acceptThirdPartyCookies(WebView)","u":"acceptThirdPartyCookies(android.webkit.WebView)"},{"p":"org.robolectric.res.android","c":"Asset.AccessMode","l":"ACCESS_BUFFER"},{"p":"org.robolectric.res.android","c":"Asset.AccessMode","l":"ACCESS_RANDOM"},{"p":"org.robolectric.res.android","c":"Asset.AccessMode","l":"ACCESS_STREAMING"},{"p":"org.robolectric.res.android","c":"Asset.AccessMode","l":"ACCESS_UNKNOWN"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_COLOR_MODE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_DEFAULT"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_HIGH"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_LOW"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_MEDIUM"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_NONE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_TV"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_XHIGH"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_XXHIGH"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_DENSITY_XXXHIGH"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_HDR_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_HDR_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_HDR_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYBOARD"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYBOARD_12KEY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYBOARD_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYBOARD_HIDDEN"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYBOARD_NOKEYS"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYBOARD_QWERTY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYSHIDDEN_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYSHIDDEN_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYSHIDDEN_SOFT"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_KEYSHIDDEN_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_LAYOUTDIR"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_LAYOUTDIR_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_LAYOUTDIR_LTR"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_LAYOUTDIR_RTL"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_LOCALE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_MCC"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_MNC"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_MNC_ZERO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVHIDDEN_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVHIDDEN_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVHIDDEN_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVIGATION"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVIGATION_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVIGATION_DPAD"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVIGATION_NONAV"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVIGATION_TRACKBALL"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_NAVIGATION_WHEEL"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_ORIENTATION"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_ORIENTATION_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_ORIENTATION_LAND"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_ORIENTATION_PORT"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_ORIENTATION_SQUARE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREEN_HEIGHT_DP_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREEN_LAYOUT"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREEN_ROUND"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREEN_SIZE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREEN_WIDTH_DP_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENLONG_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENLONG_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENLONG_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENROUND_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENROUND_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENROUND_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENSIZE_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENSIZE_LARGE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENSIZE_NORMAL"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENSIZE_SMALL"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SCREENSIZE_XLARGE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SMALLEST_SCREEN_SIZE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_SMALLEST_SCREEN_WIDTH_DP_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_TOUCHSCREEN"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_TOUCHSCREEN_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_TOUCHSCREEN_FINGER"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_TOUCHSCREEN_NOTOUCH"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_TOUCHSCREEN_STYLUS"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_NIGHT_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_NIGHT_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_NIGHT_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_APPLIANCE"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_CAR"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_DESK"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_NORMAL"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_TELEVISION"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_VR_HEADSET"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_UI_MODE_TYPE_WATCH"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_VERSION"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_WIDE_COLOR_GAMUT_ANY"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_WIDE_COLOR_GAMUT_NO"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"ACONFIGURATION_WIDE_COLOR_GAMUT_YES"},{"p":"org.robolectric.res.android","c":"AConfiguration","l":"AConfiguration()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"ACQUIRE_MAX_IMAGES"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"ACQUIRE_NO_BUFS"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"ACQUIRE_SUCCESS"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowLowPowerStandbyPortsLock","l":"acquire()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"acquire()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowMulticastLock","l":"acquire()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowWifiLock","l":"acquire()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"acquire(long)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireContentProviderClient(String)","u":"acquireContentProviderClient(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireContentProviderClient(Uri)","u":"acquireContentProviderClient(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireProvider(String)","u":"acquireProvider(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireProvider(Uri)","u":"acquireProvider(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireUnstableContentProviderClient(String)","u":"acquireUnstableContentProviderClient(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireUnstableContentProviderClient(Uri)","u":"acquireUnstableContentProviderClient(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireUnstableProvider(String)","u":"acquireUnstableProvider(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"acquireUnstableProvider(Uri)","u":"acquireUnstableProvider(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager.WallpaperCommandRecord","l":"action"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"activateResetToken(ComponentName)","u":"activateResetToken(android.content.ComponentName)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"ActivityData(Map, List)","u":"%3Cinit%3E(java.util.Map,java.util.List)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"ActivityData(String, Map, List)","u":"%3Cinit%3E(java.lang.String,java.util.Map,java.util.List)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"ActivityData(String, Map, List, ActivityData, MetaData)","u":"%3Cinit%3E(java.lang.String,java.util.Map,java.util.List,org.robolectric.manifest.ActivityData,org.robolectric.manifest.MetaData)"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"activityThreadReflector"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"actualIsPublic()"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"add(CharSequence)","u":"add(java.lang.CharSequence)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"add(int)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"add(int, int, int, CharSequence)","u":"add(int,int,int,java.lang.CharSequence)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"add(int, int, int, int)","u":"add(int,int,int,int)"},{"p":"org.robolectric.res.android","c":"SortedVector","l":"add(T)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"addAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener)","u":"addAccessibilityStateChangeListener(android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"addAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener, Handler)","u":"addAccessibilityStateChangeListener(android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addAccount(Account)","u":"addAccount(android.accounts.Account)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addAccount(Account, String...)","u":"addAccount(android.accounts.Account,java.lang.String...)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback, Handler)","u":"addAccount(java.lang.String,java.lang.String,java.lang.String[],android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addAccountExplicitly(Account, String, Bundle)","u":"addAccountExplicitly(android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"addAction(String)","u":"addAction(java.lang.String)"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"addAction(String)","u":"addAction(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"addActiveNotification(StatusBarNotification)","u":"addActiveNotification(android.service.notification.StatusBarNotification)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"addActiveNotification(String, int, Notification)","u":"addActiveNotification(java.lang.String,int,android.app.Notification)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"addActivity(UserHandle, LauncherActivityInfo)","u":"addActivity(android.os.UserHandle,android.content.pm.LauncherActivityInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addActivityIcon(ComponentName, Drawable)","u":"addActivityIcon(android.content.ComponentName,android.graphics.drawable.Drawable)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addActivityIcon(Intent, Drawable)","u":"addActivityIcon(android.content.Intent,android.graphics.drawable.Drawable)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addActivityIfNotPresent(ComponentName)","u":"addActivityIfNotPresent(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"addAllowedInLowPowerStandby(String)","u":"addAllowedInLowPowerStandby(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"addAllowedNonPcmEncoding(int)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder","l":"addAllSatellites(Collection)","u":"addAllSatellites(java.util.Collection)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"addApplicationExitInfo(Object)","u":"addApplicationExitInfo(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"addApplicationExitInfo(String, int, int, int)","u":"addApplicationExitInfo(java.lang.String,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"addApplicationInfo(UserHandle, String, ApplicationInfo)","u":"addApplicationInfo(android.os.UserHandle,java.lang.String,android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addArc(float, float, float, float, float, float)","u":"addArc(float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"addAssetPath(String)","u":"addAssetPath(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"addAssetPath(String)","u":"addAssetPath(java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"addAssetPath(String8, Ref, boolean)","u":"addAssetPath(org.robolectric.res.android.String8,org.robolectric.res.android.Ref,boolean)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"addAssetPath(String8, Ref, boolean, boolean)","u":"addAssetPath(org.robolectric.res.android.String8,org.robolectric.res.android.Ref,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"addAssetPathNative(String)","u":"addAssetPathNative(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"addAssetPathNative(String)","u":"addAssetPathNative(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"addAssetPathNative(String, boolean)","u":"addAssetPathNative(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"addAssetPathNative(String, boolean)","u":"addAssetPathNative(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"addAssociation(AssociationInfo)","u":"addAssociation(android.companion.AssociationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"addAssociation(String)","u":"addAssociation(java.lang.String)"},{"p":"org.robolectric.android","c":"AttributeSetBuilder","l":"addAttribute(int, String)","u":"addAttribute(int,java.lang.String)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl","l":"addAttribute(int, String)","u":"addAttribute(int,java.lang.String)"},{"p":"org.robolectric","c":"Robolectric.AttributeSetBuilder","l":"addAttribute(int, String)","u":"addAttribute(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"addAudioDataListener(ShadowAudioTrack.OnAudioDataWrittenListener)","u":"addAudioDataListener(org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addAuthenticator(AuthenticatorDescription)","u":"addAuthenticator(android.accounts.AuthenticatorDescription)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addAuthenticator(String)","u":"addAuthenticator(java.lang.String)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"addAuthority(String, String)","u":"addAuthority(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"addAutomaticZenRule(AutomaticZenRule)","u":"addAutomaticZenRule(android.app.AutomaticZenRule)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"addAvailableCommunicationDevice(AudioDeviceInfo, boolean)","u":"addAvailableCommunicationDevice(android.media.AudioDeviceInfo,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"addAvailableRestoreSets(long, List)","u":"addAvailableRestoreSets(long,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowRoleManager","l":"addAvailableRole(String)","u":"addAvailableRole(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRollbackManager","l":"addAvailableRollbacks(RollbackInfo)","u":"addAvailableRollbacks(android.content.rollback.RollbackInfo)"},{"p":"org.robolectric.shadows","c":"BarringInfoBuilder","l":"addBarringServiceInfo(int, BarringInfo.BarringServiceInfo)","u":"addBarringServiceInfo(int,android.telephony.BarringInfo.BarringServiceInfo)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"addBinderService(String, Class extends IInterface>)","u":"addBinderService(java.lang.String,java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"addBinderService(String, Class extends IInterface>, boolean)","u":"addBinderService(java.lang.String,java.lang.Class,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"addBinderService(String, Class extends IInterface>, String, boolean)","u":"addBinderService(java.lang.String,java.lang.Class,java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"addBinderService(String, String)","u":"addBinderService(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaRouter","l":"addBluetoothRoute()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"addBoundWidget(int, AppWidgetProviderInfo)","u":"addBoundWidget(int,android.appwidget.AppWidgetProviderInfo)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"addBroadcastResponseStats(Object)","u":"addBroadcastResponseStats(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"addCall(Call)","u":"addCall(android.telecom.Call)"},{"p":"org.robolectric.shadows","c":"ShadowPhone","l":"addCall(Call)","u":"addCall(android.telecom.Call)"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"addCall(ParcelableCall)","u":"addCall(android.telecom.ParcelableCall)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"addCallback(SurfaceHolder.Callback)","u":"addCallback(android.view.SurfaceHolder.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"addCallbackBuffer(byte[])"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"addCallToRoboInit(MutableClass, MethodNode)","u":"addCallToRoboInit(org.robolectric.internal.bytecode.MutableClass,org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"addCamera(String, CameraCharacteristics)","u":"addCamera(java.lang.String,android.hardware.camera2.CameraCharacteristics)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"addCameraInfo(int, Camera.CameraInfo)","u":"addCameraInfo(int,android.hardware.Camera.CameraInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addCanonicalName(String, String)","u":"addCanonicalName(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkCapabilities","l":"addCapability(int)"},{"p":"org.robolectric.shadows","c":"ShadowCaptioningManager","l":"addCaptioningChangeListener(CaptioningManager.CaptioningChangeListener)","u":"addCaptioningChangeListener(android.view.accessibility.CaptioningManager.CaptioningChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addChangedPackage(int, String)","u":"addChangedPackage(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"addChild(AccessibilityNodeInfo)","u":"addChild(android.view.accessibility.AccessibilityNodeInfo)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"addChild(AccessibilityWindowInfo)","u":"addChild(android.view.accessibility.AccessibilityWindowInfo)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"addChild(View)","u":"addChild(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"addChild(View, int)","u":"addChild(android.view.View,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addCircle(float, float, float, Path.Direction)","u":"addCircle(float,float,float,android.graphics.Path.Direction)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"addClassNameTranslation(String, String)","u":"addClassNameTranslation(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodecList","l":"addCodec(MediaCodecInfo)","u":"addCodec(android.media.MediaCodecInfo)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"addCompletedDownload(String, String, boolean, String, String, long, boolean)","u":"addCompletedDownload(java.lang.String,java.lang.String,boolean,java.lang.String,java.lang.String,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"addCompletedDownload(String, String, boolean, String, String, long, boolean, Uri, Uri)","u":"addCompletedDownload(java.lang.String,java.lang.String,boolean,java.lang.String,java.lang.String,long,boolean,android.net.Uri,android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"addConfigurationChangeListener(ShadowResources.OnConfigurationChangeListener)","u":"addConfigurationChangeListener(org.robolectric.shadows.ShadowResources.OnConfigurationChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"addConnectedDevice(BluetoothDevice)","u":"addConnectedDevice(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"addController(MediaController)","u":"addController(android.media.session.MediaController)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"addCrossProfileIntentFilter(IntentFilter, int, int, int)","u":"addCrossProfileIntentFilter(android.content.IntentFilter,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addCurrentToCannonicalName(String, String)","u":"addCurrentToCannonicalName(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDropBoxManager","l":"addData(String, long, byte[])","u":"addData(java.lang.String,long,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"addDecoder(String, ShadowMediaCodec.CodecConfig)","u":"addDecoder(java.lang.String,org.robolectric.shadows.ShadowMediaCodec.CodecConfig)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"addDefaultAssets(Path)","u":"addDefaultAssets(java.nio.file.Path)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"addDefaultAssets(String)","u":"addDefaultAssets(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"addDefaultNetworkActiveListener(ConnectivityManager.OnNetworkActiveListener)","u":"addDefaultNetworkActiveListener(android.net.ConnectivityManager.OnNetworkActiveListener)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"addDevice(BluetoothDevice, int)","u":"addDevice(android.bluetooth.BluetoothDevice,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"addDevice(BluetoothDevice, int)","u":"addDevice(android.bluetooth.BluetoothDevice,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothManager","l":"addDevice(int, int, BluetoothDevice)","u":"addDevice(int,int,android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"addDirectPlaybackSupport(AudioFormat, AudioAttributes)","u":"addDirectPlaybackSupport(android.media.AudioFormat,android.media.AudioAttributes)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"addDiscoverableService(BluetoothGattService)","u":"addDiscoverableService(android.bluetooth.BluetoothGattService)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"addDisplay(String)","u":"addDisplay(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addDrawableResolution(String, int, Drawable)","u":"addDrawableResolution(java.lang.String,int,android.graphics.drawable.Drawable)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"addDynamicShortcut(ShortcutInfo)","u":"addDynamicShortcut(android.content.pm.ShortcutInfo)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"addDynamicShortcuts(List)","u":"addDynamicShortcuts(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"addEffect(AudioEffect.Descriptor)","u":"addEffect(android.media.audiofx.AudioEffect.Descriptor)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"addEnabledPackage(UserHandle, String)","u":"addEnabledPackage(android.os.UserHandle,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"addEncoder(String, ShadowMediaCodec.CodecConfig)","u":"addEncoder(java.lang.String,org.robolectric.shadows.ShadowMediaCodec.CodecConfig)"},{"p":"org.robolectric.shadows","c":"BackupDataInputBuilder","l":"addEntity(BackupDataEntity)","u":"addEntity(org.robolectric.shadows.BackupDataEntity)"},{"p":"org.robolectric.shadows","c":"ShadowEventLog","l":"addEvent(EventLog.Event)","u":"addEvent(android.util.EventLog.Event)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"addEvent(String, long, int)","u":"addEvent(java.lang.String,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"addEvent(UsageEvents.Event)","u":"addEvent(android.app.usage.UsageEvents.Event)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"addException(DataSource, IOException)","u":"addException(org.robolectric.shadows.util.DataSource,java.io.IOException)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addException(DataSource, RuntimeException)","u":"addException(org.robolectric.shadows.util.DataSource,java.lang.RuntimeException)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"addException(DataSource, RuntimeException)","u":"addException(org.robolectric.shadows.util.DataSource,java.lang.RuntimeException)"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"addExtensionMimeTypeMapping(String, String)","u":"addExtensionMimeTypeMapping(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"addExtensionMimeTypMapping(String, String)","u":"addExtensionMimeTypMapping(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"addExternalDir(String)","u":"addExternalDir(java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"addExtraShadow(String, String)","u":"addExtraShadow(java.lang.String,java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"addExtraShadowPicker(String, TypeElement)","u":"addExtraShadowPicker(java.lang.String,javax.lang.model.element.TypeElement)"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"addField(int, FieldNode)","u":"addField(int,org.objectweb.asm.tree.FieldNode)"},{"p":"org.robolectric.shadows","c":"ShadowFontFamily","l":"addFontFromAssetManager(AssetManager, String, int, boolean, int, int, int, FontVariationAxis[])","u":"addFontFromAssetManager(android.content.res.AssetManager,java.lang.String,int,boolean,int,int,int,android.graphics.fonts.FontVariationAxis[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addFrame(Context, Uri, long, Bitmap)","u":"addFrame(android.content.Context,android.net.Uri,long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addFrame(DataSource, long, Bitmap)","u":"addFrame(org.robolectric.shadows.util.DataSource,long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addFrame(FileDescriptor, long, Bitmap)","u":"addFrame(java.io.FileDescriptor,long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addFrame(FileDescriptor, long, long, long, Bitmap)","u":"addFrame(java.io.FileDescriptor,long,long,long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addFrame(String, long, Bitmap)","u":"addFrame(java.lang.String,long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addFrame(String, Map, long, Bitmap)","u":"addFrame(java.lang.String,java.util.Map,long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"addGlobalPerformClickListener(View.OnClickListener)","u":"addGlobalPerformClickListener(android.view.View.OnClickListener)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"addGlobalPerformLongClickListener(View.OnLongClickListener)","u":"addGlobalPerformLongClickListener(android.view.View.OnLongClickListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"addGpsStatusListener(GpsStatus.Listener)","u":"addGpsStatusListener(android.location.GpsStatus.Listener)"},{"p":"org.robolectric.res","c":"StaxPluralsLoader","l":"addHandler(String, NodeHandler)","u":"addHandler(java.lang.String,org.robolectric.res.NodeHandler)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"addHeader(Header)","u":"addHeader(org.apache.http.Header)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"addHeader(Header)","u":"addHeader(org.apache.http.Header)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"addHeader(String, String)","u":"addHeader(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRoleManager","l":"addHeldRole(String)","u":"addHeldRole(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponse(HttpResponse)","u":"addHttpResponse(org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseContent(byte[])"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseRule(HttpEntityStub.ResponseRule)","u":"addHttpResponseRule(org.robolectric.shadows.httpclient.HttpEntityStub.ResponseRule)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addHttpResponseRule(RequestMatcher, HttpResponse)","u":"addHttpResponseRule(org.robolectric.shadows.httpclient.RequestMatcher,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseRule(RequestMatcher, HttpResponse)","u":"addHttpResponseRule(org.robolectric.shadows.httpclient.RequestMatcher,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addHttpResponseRule(RequestMatcher, List extends HttpResponse>)","u":"addHttpResponseRule(org.robolectric.shadows.httpclient.RequestMatcher,java.util.List)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseRule(RequestMatcher, List extends HttpResponse>)","u":"addHttpResponseRule(org.robolectric.shadows.httpclient.RequestMatcher,java.util.List)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addHttpResponseRule(String, HttpResponse)","u":"addHttpResponseRule(java.lang.String,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseRule(String, HttpResponse)","u":"addHttpResponseRule(java.lang.String,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addHttpResponseRule(String, String)","u":"addHttpResponseRule(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseRule(String, String)","u":"addHttpResponseRule(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addHttpResponseRule(String, String, HttpResponse)","u":"addHttpResponseRule(java.lang.String,java.lang.String,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addHttpResponseRule(String, String, HttpResponse)","u":"addHttpResponseRule(java.lang.String,java.lang.String,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows","c":"ShadowIncidentManager","l":"addIncidentReport(Uri, IncidentManager.IncidentReport)","u":"addIncidentReport(android.net.Uri,android.os.IncidentManager.IncidentReport)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"addIncomingRfcommConnection(BluetoothDevice, UUID)","u":"addIncomingRfcommConnection(android.bluetooth.BluetoothDevice,java.util.UUID)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"addInputDevice(AudioDeviceInfo, boolean)","u":"addInputDevice(android.media.AudioDeviceInfo,boolean)"},{"p":"org.robolectric.shadows","c":"StreamConfigurationMapBuilder","l":"addInputSize(int, Size)","u":"addInputSize(int,android.util.Size)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"addInstalledProvider(AppWidgetProviderInfo)","u":"addInstalledProvider(android.appwidget.AppWidgetProviderInfo)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"addInstalledProvidersForProfile(UserHandle, AppWidgetProviderInfo)","u":"addInstalledProvidersForProfile(android.os.UserHandle,android.appwidget.AppWidgetProviderInfo)"},{"p":"org.robolectric.shadows","c":"PackageRollbackInfoBuilder","l":"addInstalledUser(int)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"addInstrumentedClass(String)","u":"addInstrumentedClass(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"addInstrumentedPackage(String)","u":"addInstrumentedPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addIntentFilterForActivity(ComponentName, IntentFilter)","u":"addIntentFilterForActivity(android.content.ComponentName,android.content.IntentFilter)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addIntentFilterForProvider(ComponentName, IntentFilter)","u":"addIntentFilterForProvider(android.content.ComponentName,android.content.IntentFilter)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addIntentFilterForReceiver(ComponentName, IntentFilter)","u":"addIntentFilterForReceiver(android.content.ComponentName,android.content.IntentFilter)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addIntentFilterForService(ComponentName, IntentFilter)","u":"addIntentFilterForService(android.content.ComponentName,android.content.IntentFilter)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"addIntentOptions(int, int, int, ComponentName, Intent[], Intent, int, MenuItem[])","u":"addIntentOptions(int,int,int,android.content.ComponentName,android.content.Intent[],android.content.Intent,int,android.view.MenuItem[])"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"addInterceptedMethod(MethodRef)","u":"addInterceptedMethod(org.robolectric.internal.bytecode.MethodRef)"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"addInterface(String)","u":"addInterface(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"addJavascriptInterface(Object, String)","u":"addJavascriptInterface(java.lang.Object,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"addLanguageAvailability(Locale)","u":"addLanguageAvailability(java.util.Locale)"},{"p":"org.robolectric.shadows","c":"ShadowICU","l":"addLikelySubtags(String)","u":"addLikelySubtags(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"addListener(AccessibilityService.MagnificationController.OnMagnificationChangedListener)","u":"addListener(android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"addListener(AccessibilityService.MagnificationController.OnMagnificationChangedListener, Handler)","u":"addListener(android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"addLocalOnlyConnectionFailureListener(Executor, WifiManager.LocalOnlyConnectionFailureListener)","u":"addLocalOnlyConnectionFailureListener(java.util.concurrent.Executor,android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"addMediaInfo(DataSource, ShadowMediaPlayer.MediaInfo)","u":"addMediaInfo(org.robolectric.shadows.util.DataSource,org.robolectric.shadows.ShadowMediaPlayer.MediaInfo)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addMetadata(DataSource, int, String)","u":"addMetadata(org.robolectric.shadows.util.DataSource,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addMetadata(String, int, String)","u":"addMetadata(java.lang.String,int,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"addMethod(MethodNode)","u":"addMethod(org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"addMimeType(String)","u":"addMimeType(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"addMovement(MotionEvent)","u":"addMovement(android.view.MotionEvent)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"addNanoApp(ContextHubInfo, int, long, int)","u":"addNanoApp(android.hardware.location.ContextHubInfo,int,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"addNetwork(Network, NetworkInfo)","u":"addNetwork(android.net.Network,android.net.NetworkInfo)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"addNetwork(WifiConfiguration)","u":"addNetwork(android.net.wifi.WifiConfiguration)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"addNetworkPrivileged(WifiConfiguration)","u":"addNetworkPrivileged(android.net.wifi.WifiConfiguration)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"addNewIncomingCall(PhoneAccountHandle, Bundle)","u":"addNewIncomingCall(android.telecom.PhoneAccountHandle,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"addNewUnknownCall(PhoneAccountHandle, Bundle)","u":"addNewUnknownCall(android.telecom.PhoneAccountHandle,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"addNmeaListener(Executor, OnNmeaMessageListener)","u":"addNmeaListener(java.util.concurrent.Executor,android.location.OnNmeaMessageListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"addNmeaListener(OnNmeaMessageListener, Handler)","u":"addNmeaListener(android.location.OnNmeaMessageListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addOnAccountsUpdatedListener(OnAccountsUpdateListener, Handler, boolean)","u":"addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener,android.os.Handler,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"addOnAccountsUpdatedListener(OnAccountsUpdateListener, Handler, boolean, String[])","u":"addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener,android.os.Handler,boolean,java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"addOnActiveSessionsChangedListener(MediaSessionManager.OnActiveSessionsChangedListener, ComponentName)","u":"addOnActiveSessionsChangedListener(android.media.session.MediaSessionManager.OnActiveSessionsChangedListener,android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"addOnActiveSessionsChangedListener(MediaSessionManager.OnActiveSessionsChangedListener, ComponentName, Handler)","u":"addOnActiveSessionsChangedListener(android.media.session.MediaSessionManager.OnActiveSessionsChangedListener,android.content.ComponentName,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"addOnAttachStateChangeListener(View.OnAttachStateChangeListener)","u":"addOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"addOnFrameMetricsAvailableListener(Window.OnFrameMetricsAvailableListener, Handler)","u":"addOnFrameMetricsAvailableListener(android.view.Window.OnFrameMetricsAvailableListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"addOnLayoutChangeListener(View.OnLayoutChangeListener)","u":"addOnLayoutChangeListener(android.view.View.OnLayoutChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"addOnPermissionsChangeListener(Object)","u":"addOnPermissionsChangeListener(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowSoftKeyboardController","l":"addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener)","u":"addOnShowModeChangedListener(android.accessibilityservice.AccessibilityService.SoftKeyboardController.OnShowModeChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowSoftKeyboardController","l":"addOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener, Handler)","u":"addOnShowModeChangedListener(android.accessibilityservice.AccessibilityService.SoftKeyboardController.OnShowModeChangedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"addOnSubscriptionsChangedListener(Executor, SubscriptionManager.OnSubscriptionsChangedListener)","u":"addOnSubscriptionsChangedListener(java.util.concurrent.Executor,android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"addOnSubscriptionsChangedListener(SubscriptionManager.OnSubscriptionsChangedListener)","u":"addOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"addOnUidImportanceListener(Object, Object)","u":"addOnUidImportanceListener(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"addOnWifiUsabilityStatsListener(Object, Object)","u":"addOnWifiUsabilityStatsListener(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowPackageBackwardCompatibility","l":"addOptionalUpdater(List, String, Supplier)","u":"addOptionalUpdater(java.util.List,java.lang.String,java.util.function.Supplier)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addOrUpdateActivity(ActivityInfo)","u":"addOrUpdateActivity(android.content.pm.ActivityInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addOrUpdateProvider(ProviderInfo)","u":"addOrUpdateProvider(android.content.pm.ProviderInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addOrUpdateReceiver(ActivityInfo)","u":"addOrUpdateReceiver(android.content.pm.ActivityInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addOrUpdateService(ServiceInfo)","u":"addOrUpdateService(android.content.pm.ServiceInfo)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"addOrUpdateUsbDevice(UsbDevice, boolean)","u":"addOrUpdateUsbDevice(android.hardware.usb.UsbDevice,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"addOutputDevice(AudioDeviceInfo, boolean)","u":"addOutputDevice(android.media.AudioDeviceInfo,boolean)"},{"p":"org.robolectric.shadows","c":"StreamConfigurationMapBuilder","l":"addOutputSize(int, Size)","u":"addOutputSize(int,android.util.Size)"},{"p":"org.robolectric.shadows","c":"StreamConfigurationMapBuilder","l":"addOutputSize(Size)","u":"addOutputSize(android.util.Size)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addOval(float, float, float, float, Path.Direction)","u":"addOval(float,float,float,float,android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPackage(PackageInfo)","u":"addPackage(android.content.pm.PackageInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPackage(PackageInfo, PackageStats)","u":"addPackage(android.content.pm.PackageInfo,android.content.pm.PackageStats)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPackage(String)","u":"addPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPackageInternal(PackageParser.Package)","u":"addPackageInternal(android.content.pm.PackageParser.Package)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPackageNoDefaults(PackageInfo)","u":"addPackageNoDefaults(android.content.pm.PackageInfo)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"addPackageToPreferred(String)","u":"addPackageToPreferred(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addPath(Path)","u":"addPath(android.graphics.Path)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addPath(Path, float, float)","u":"addPath(android.graphics.Path,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addPath(Path, Matrix)","u":"addPath(android.graphics.Path,android.graphics.Matrix)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"addPath(String)","u":"addPath(java.lang.String)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"addPathPattern(String)","u":"addPathPattern(java.lang.String)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"addPathPrefix(String)","u":"addPathPrefix(java.lang.String)"},{"p":"org.robolectric.shadows","c":"PackageRollbackInfoBuilder","l":"addPendingBackup(int)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addPendingHttpResponse(HttpResponse)","u":"addPendingHttpResponse(org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addPendingHttpResponse(HttpResponse)","u":"addPendingHttpResponse(org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addPendingHttpResponse(HttpResponseGenerator)","u":"addPendingHttpResponse(org.robolectric.shadows.httpclient.HttpResponseGenerator)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addPendingHttpResponse(HttpResponseGenerator)","u":"addPendingHttpResponse(org.robolectric.shadows.httpclient.HttpResponseGenerator)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addPendingHttpResponse(int, String, Header...)","u":"addPendingHttpResponse(int,java.lang.String,org.apache.http.Header...)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addPendingHttpResponse(int, String, Header...)","u":"addPendingHttpResponse(int,java.lang.String,org.apache.http.Header...)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"addPendingHttpResponseWithContentType(int, String, Header)","u":"addPendingHttpResponseWithContentType(int,java.lang.String,org.apache.http.Header)"},{"p":"org.robolectric.shadows","c":"PackageRollbackInfoBuilder","l":"addPendingRestore(int, int, String)","u":"addPendingRestore(int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"addPeriodicSync(Account, String, Bundle, long)","u":"addPeriodicSync(android.accounts.Account,java.lang.String,android.os.Bundle,long)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"addPermission(PermissionInfo)","u":"addPermission(android.content.pm.PermissionInfo)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"addPermissionAsync(PermissionInfo)","u":"addPermissionAsync(android.content.pm.PermissionInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPermissionGroupInfo(PermissionGroupInfo)","u":"addPermissionGroupInfo(android.content.pm.PermissionGroupInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPermissionInfo(PermissionInfo)","u":"addPermissionInfo(android.content.pm.PermissionInfo)"},{"p":"org.robolectric.android.internal","c":"LocalPermissionGranter","l":"addPermissions(String...)","u":"addPermissions(java.lang.String...)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"addPersistentPreferredActivity(ComponentName, IntentFilter, ComponentName)","u":"addPersistentPreferredActivity(android.content.ComponentName,android.content.IntentFilter,android.content.ComponentName)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"addPlatformVersion(String, int)","u":"addPlatformVersion(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"addPort(String)","u":"addPort(java.lang.String)"},{"p":"org.robolectric.shadows","c":"UiccSlotInfoBuilder","l":"addPort(String, int, int, boolean)","u":"addPort(java.lang.String,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"addPort(String, int, int, int, int)","u":"addPort(java.lang.String,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"addPreferredActivity(IntentFilter, int, ComponentName[], ComponentName)","u":"addPreferredActivity(android.content.IntentFilter,int,android.content.ComponentName[],android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addPreferredActivityInternal(IntentFilter, ComponentName, SortedMap>)","u":"addPreferredActivityInternal(android.content.IntentFilter,android.content.ComponentName,java.util.SortedMap)"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"addPrimaryClipChangedListener(ClipboardManager.OnPrimaryClipChangedListener)","u":"addPrimaryClipChangedListener(android.content.ClipboardManager.OnPrimaryClipChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"addPrivateFlags(int)"},{"p":"org.robolectric.shadows","c":"ShadowCamcorderProfile","l":"addProfile(int, int, CamcorderProfile)","u":"addProfile(int,int,android.media.CamcorderProfile)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"addProfile(int, int, String, int)","u":"addProfile(int,int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"addProfile(int, int, UserInfo)","u":"addProfile(int,int,android.content.pm.UserInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addProviderIfNotPresent(ComponentName)","u":"addProviderIfNotPresent(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addReceiverIfNotPresent(ComponentName)","u":"addReceiverIfNotPresent(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowRollbackManager","l":"addRecentlyCommittedRollbacks(RollbackInfo)","u":"addRecentlyCommittedRollbacks(android.content.rollback.RollbackInfo)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addRect(float, float, float, float, Path.Direction)","u":"addRect(float,float,float,float,android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addRect(RectF, Path.Direction)","u":"addRect(android.graphics.RectF,android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"EpsBearerQosSessionAttributesBuilder","l":"addRemoteAddress(InetSocketAddress)","u":"addRemoteAddress(java.net.InetSocketAddress)"},{"p":"org.robolectric.shadows","c":"NrQosSessionAttributesBuilder","l":"addRemoteAddress(InetSocketAddress)","u":"addRemoteAddress(java.net.InetSocketAddress)"},{"p":"org.robolectric.shadows","c":"ShadowStatsManager","l":"addReportData(long, byte[])","u":"addReportData(long,byte[])"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"addRequestInfo(HttpRequestInfo)","u":"addRequestInfo(org.robolectric.shadows.httpclient.HttpRequestInfo)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"addResetter(TypeElement, ExecutableElement)","u":"addResetter(javax.lang.model.element.TypeElement,javax.lang.model.element.ExecutableElement)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addResolveInfoForIntent(Intent, List)","u":"addResolveInfoForIntent(android.content.Intent,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addResolveInfoForIntent(Intent, ResolveInfo)","u":"addResolveInfoForIntent(android.content.Intent,android.content.pm.ResolveInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addResolveInfoForIntentNoDefaults(Intent, ResolveInfo)","u":"addResolveInfoForIntentNoDefaults(android.content.Intent,android.content.pm.ResolveInfo)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.OutgoingCallRecord","l":"address"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"addressOf(Object)","u":"addressOf(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addRoundRect(float, float, float, float, float, float, Path.Direction)","u":"addRoundRect(float,float,float,float,float,float,android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addRoundRect(float, float, float, float, float[], Path.Direction)","u":"addRoundRect(float,float,float,float,float[],android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addRoundRect(RectF, float, float, Path.Direction)","u":"addRoundRect(android.graphics.RectF,float,float,android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"addRoundRect(RectF, float[], Path.Direction)","u":"addRoundRect(android.graphics.RectF,float[],android.graphics.Path.Direction)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder","l":"addSatellite(GnssStatusBuilder.GnssSatelliteInfo)","u":"addSatellite(org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"addScaledFrame(DataSource, long, int, int, Bitmap)","u":"addScaledFrame(org.robolectric.shadows.util.DataSource,long,int,int,android.graphics.Bitmap)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"addScheme(String)","u":"addScheme(java.lang.String)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"addScreenWidth(String, int)","u":"addScreenWidth(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"addSensor(int, Sensor)","u":"addSensor(int,android.hardware.Sensor)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"addSensor(Sensor)","u":"addSensor(android.hardware.Sensor)"},{"p":"org.robolectric.shadows","c":"DeviceStateSensorOrientationBuilder","l":"addSensorOrientationMap(long[])"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"addService(String, IBinder)","u":"addService(java.lang.String,android.os.IBinder)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addServiceIfNotPresent(ComponentName)","u":"addServiceIfNotPresent(android.content.ComponentName)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap.Builder","l":"addShadowClasses(Class>...)","u":"addShadowClasses(java.lang.Class...)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"addShadowType(TypeElement, TypeElement, TypeElement)","u":"addShadowType(javax.lang.model.element.TypeElement,javax.lang.model.element.TypeElement,javax.lang.model.element.TypeElement)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"addShortcutConfigActivity(UserHandle, LauncherActivityInfo)","u":"addShortcutConfigActivity(android.os.UserHandle,android.content.pm.LauncherActivityInfo)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"addSmallestScreenWidth(String, int)","u":"addSmallestScreenWidth(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"PackageRollbackInfoBuilder","l":"addSnapshottedUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowStateListDrawable","l":"addState(int[], Drawable)","u":"addState(int[],android.graphics.drawable.Drawable)"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"addStorageStats(UUID, String, UserHandle, StorageStats)","u":"addStorageStats(java.util.UUID,java.lang.String,android.os.UserHandle,android.app.usage.StorageStats)"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"addStorageVolume(StorageVolume)","u":"addStorageVolume(android.os.storage.StorageVolume)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addStringResource(String, int, String)","u":"addStringResource(java.lang.String,int,java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"addSubMenu(CharSequence)","u":"addSubMenu(java.lang.CharSequence)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"addSubMenu(int)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"addSubMenu(int, int, int, CharSequence)","u":"addSubMenu(int,int,int,java.lang.CharSequence)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"addSubMenu(int, int, int, int)","u":"addSubMenu(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"addSupportedCloudMediaProviderAuthorities(List)","u":"addSupportedCloudMediaProviderAuthorities(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"addSupportedPreviewSize(int, int)","u":"addSupportedPreviewSize(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"addSuspendedPackageLauncherExtras(UserHandle, String, Bundle)","u":"addSuspendedPackageLauncherExtras(android.os.UserHandle,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addSystemAvailableFeature(FeatureInfo)","u":"addSystemAvailableFeature(android.content.pm.FeatureInfo)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"addSystemFlags(int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"addSystemSharedLibraryName(String)","u":"addSystemSharedLibraryName(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"addTab(TabHost.TabSpec)","u":"addTab(android.widget.TabHost.TabSpec)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"addTargetUserProfile(UserHandle)","u":"addTargetUserProfile(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowDropBoxManager","l":"addText(String, String)","u":"addText(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"addTextChangedListener(TextWatcher)","u":"addTextChangedListener(android.text.TextWatcher)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"addThermalStatusListener(Object)","u":"addThermalStatusListener(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTimeManager","l":"addTimeZoneDetectorListener(Executor, TimeManager.TimeZoneDetectorListener)","u":"addTimeZoneDetectorListener(java.util.concurrent.Executor,android.app.time.TimeManager.TimeZoneDetectorListener)"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"addTrack(DataSource, MediaFormat, byte[])","u":"addTrack(org.robolectric.shadows.util.DataSource,android.media.MediaFormat,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNetworkCapabilities","l":"addTransportType(int)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"addUsageStats(int, UsageStats)","u":"addUsageStats(int,android.app.usage.UsageStats)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"addUser(int, String, int)","u":"addUser(int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"addUserProfile(UserHandle)","u":"addUserProfile(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"addUserRestriction(ComponentName, String)","u":"addUserRestriction(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"addView(View, int, ViewGroup.LayoutParams)","u":"addView(android.view.View,int,android.view.ViewGroup.LayoutParams)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"addView(View, ViewGroup.LayoutParams)","u":"addView(android.view.View,android.view.ViewGroup.LayoutParams)"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"addVoice(Voice)","u":"addVoice(android.speech.tts.Voice)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"addWakeLock(PowerManager.WakeLock)","u":"addWakeLock(android.os.PowerManager.WakeLock)"},{"p":"org.robolectric.shadows","c":"ShadowRotationWatcherFor22","l":"addWindow(Object)","u":"addWindow(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowRotationWatcher","l":"addWindow(PhoneWindow)","u":"addWindow(com.android.internal.policy.PhoneWindow)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"adjustStreamVolume(int, int, int)","u":"adjustStreamVolume(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"advance()"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"advanceBy(Duration)","u":"advanceBy(java.time.Duration)"},{"p":"org.robolectric.util","c":"Scheduler","l":"advanceBy(long)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"advanceBy(long, TimeUnit)","u":"advanceBy(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"advanceBy(long, TimeUnit)","u":"advanceBy(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.util","c":"Scheduler","l":"advanceBy(long, TimeUnit)","u":"advanceBy(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"advanceTo(long)"},{"p":"org.robolectric.util","c":"Scheduler","l":"advanceTo(long)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"advanceToLastPostedRunnable()"},{"p":"org.robolectric.util","c":"Scheduler","l":"advanceToLastPostedRunnable()"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"advanceToNextPostedRunnable()"},{"p":"org.robolectric.util","c":"Scheduler","l":"advanceToNextPostedRunnable()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"after(Time)","u":"after(android.text.format.Time)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"afterClass()"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"afterClass()"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"afterTest(FrameworkMethod, Method)","u":"afterTest(org.junit.runners.model.FrameworkMethod,java.lang.reflect.Method)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"afterTest(FrameworkMethod, Method)","u":"afterTest(org.junit.runners.model.FrameworkMethod,java.lang.reflect.Method)"},{"p":"org.robolectric","c":"DefaultTestLifecycle","l":"afterTest(Method)","u":"afterTest(java.lang.reflect.Method)"},{"p":"org.robolectric","c":"TestLifecycle","l":"afterTest(Method)","u":"afterTest(java.lang.reflect.Method)"},{"p":"org.robolectric","c":"TestLifecycleApplication","l":"afterTest(Method)","u":"afterTest(java.lang.reflect.Method)"},{"p":"org.robolectric.annotation","c":"Config","l":"ALL_SDKS"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"ALL_STREAMS"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors","l":"all()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHost","l":"allocateAppWidgetId()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRequestMode","l":"ALLOW_ALL"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"allowCharacteristicNotification(BluetoothGattCharacteristic)","u":"allowCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic)"},{"p":"android.webkit","c":"RoboCookieManager","l":"allowFileSchemeCookiesImpl()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"allowIncomingCall(ShadowTelecomManager.IncomingCallRecord)","u":"allowIncomingCall(org.robolectric.shadows.ShadowTelecomManager.IncomingCallRecord)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"allowOutgoingCall(ShadowTelecomManager.OutgoingCallRecord)","u":"allowOutgoingCall(org.robolectric.shadows.ShadowTelecomManager.OutgoingCallRecord)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"allowWhileIdle"},{"p":"org.robolectric.res.android","c":"Util","l":"ALOGI(String, Object...)","u":"ALOGI(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.res.android","c":"Util","l":"ALOGV(String, Object...)","u":"ALOGV(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"ANDROID_NS"},{"p":"org.robolectric.res","c":"AttributeResource","l":"ANDROID_NS"},{"p":"org.robolectric.res","c":"AttributeResource","l":"ANDROID_RES_NS_PREFIX"},{"p":"org.robolectric.config","c":"AndroidConfigurer","l":"AndroidConfigurer(ShadowProviders)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.ShadowProviders)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors","l":"AndroidInterceptors()","u":"%3Cinit%3E()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"AndroidManifest(Path, Path, Path)","u":"%3Cinit%3E(java.nio.file.Path,java.nio.file.Path,java.nio.file.Path)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"AndroidManifest(Path, Path, Path, List, String)","u":"%3Cinit%3E(java.nio.file.Path,java.nio.file.Path,java.nio.file.Path,java.util.List,java.lang.String)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"AndroidManifest(Path, Path, Path, List, String, Path)","u":"%3Cinit%3E(java.nio.file.Path,java.nio.file.Path,java.nio.file.Path,java.util.List,java.lang.String,java.nio.file.Path)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"AndroidManifest(Path, Path, Path, String)","u":"%3Cinit%3E(java.nio.file.Path,java.nio.file.Path,java.nio.file.Path,java.lang.String)"},{"p":"org.robolectric","c":"AndroidMetadata","l":"AndroidMetadata(Map, String)","u":"%3Cinit%3E(java.util.Map,java.lang.String)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.AndroidRelease","l":"AndroidRelease()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal","c":"AndroidSandbox","l":"AndroidSandbox(Sdk, Sdk, ResourcesMode, ApkLoader, AndroidSandbox.TestEnvironmentSpec, AndroidSandbox.SdkSandboxClassLoader, ShadowProviders, SQLiteMode.Mode)","u":"%3Cinit%3E(org.robolectric.pluginapi.Sdk,org.robolectric.pluginapi.Sdk,org.robolectric.internal.ResourcesMode,org.robolectric.ApkLoader,org.robolectric.internal.AndroidSandbox.TestEnvironmentSpec,org.robolectric.internal.AndroidSandbox.SdkSandboxClassLoader,org.robolectric.internal.bytecode.ShadowProviders,org.robolectric.annotation.SQLiteMode.Mode)"},{"p":"org.robolectric.android","c":"AndroidSdkShadowMatcher","l":"AndroidSdkShadowMatcher(int)","u":"%3Cinit%3E(int)"},{"p":"org.robolectric.android.internal","c":"AndroidTestEnvironment","l":"AndroidTestEnvironment(Sdk, Sdk, ResourcesMode, ApkLoader, ShadowProvider[], TestEnvironmentLifecyclePlugin[])","u":"%3Cinit%3E(org.robolectric.pluginapi.Sdk,org.robolectric.pluginapi.Sdk,org.robolectric.internal.ResourcesMode,org.robolectric.ApkLoader,org.robolectric.internal.ShadowProvider[],org.robolectric.pluginapi.TestEnvironmentLifecyclePlugin[])"},{"p":"org.robolectric.util","c":"Consumer","l":"andThen(Consumer super T>)","u":"andThen(org.robolectric.util.Consumer)"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"annotationType"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"annotationType()"},{"p":"org.robolectric.res.android","c":"ApkAssetsCache.Key","l":"apiLevel()"},{"p":"org.robolectric","c":"ApkLoader","l":"ApkLoader()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"String8","l":"append(String)","u":"append(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"appendDescription(String)","u":"appendDescription(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"appendDescription(String)","u":"appendDescription(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"appendDescription(String)","u":"appendDescription(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"appendDescription(String)","u":"appendDescription(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"appendDescription(String)","u":"appendDescription(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"appendDescription(String)","u":"appendDescription(java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"appendParameterList(StringBuilder, List extends TypeParameterElement>)","u":"appendParameterList(java.lang.StringBuilder,java.util.List)"},{"p":"org.robolectric.res.android","c":"String8","l":"appendPath(String)","u":"appendPath(java.lang.String)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"appHeight"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"application"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"application"},{"p":"org.robolectric.annotation","c":"Config","l":"application()"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"application()"},{"p":"org.robolectric.shadows","c":"ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl","l":"apply()"},{"p":"org.robolectric.junit.rules","c":"BackgroundTestRule","l":"apply(Statement, Description)","u":"apply(org.junit.runners.model.Statement,org.junit.runner.Description)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"apply(Statement, Description)","u":"apply(org.junit.runners.model.Statement,org.junit.runner.Description)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.PackageFunc","l":"apply(String, byte)","u":"apply(java.lang.String,byte)"},{"p":"org.robolectric.res","c":"ThemeStyleSet","l":"apply(Style, boolean)","u":"apply(org.robolectric.res.Style,boolean)"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers.CastableTo","l":"apply(Type, VisitorState)","u":"apply(com.sun.tools.javac.code.Type,com.google.errorprone.VisitorState)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"applyBatch(ArrayList)","u":"applyBatch(java.util.ArrayList)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"applyBatch(String, ArrayList)","u":"applyBatch(java.lang.String,java.util.ArrayList)"},{"p":"org.robolectric.nativeruntime","c":"NativeAllocationRegistryNatives","l":"applyFreeFunction(long, long)","u":"applyFreeFunction(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAllocationRegistry","l":"applyFreeFunction(long, long)","u":"applyFreeFunction(long,long)"},{"p":"org.robolectric.android","c":"Bootstrap","l":"applyQualifiers(String, int, Configuration, DisplayMetrics)","u":"applyQualifiers(java.lang.String,int,android.content.res.Configuration,android.util.DisplayMetrics)"},{"p":"org.robolectric.res.android","c":"AttributeResolution10","l":"ApplyStyle(CppAssetManager2.Theme, ResXMLParser, int, int, int[], int, int[], int[])","u":"ApplyStyle(org.robolectric.res.android.CppAssetManager2.Theme,org.robolectric.res.android.ResXMLParser,int,int,int[],int,int[],int[])"},{"p":"org.robolectric.res.android","c":"AttributeResolution9","l":"ApplyStyle(CppAssetManager2.Theme, ResXMLParser, int, int, int[], int, int[], int[])","u":"ApplyStyle(org.robolectric.res.android.CppAssetManager2.Theme,org.robolectric.res.android.ResXMLParser,int,int,int[],int,int[],int[])"},{"p":"org.robolectric.res.android","c":"ResTableTheme","l":"applyStyle(int, boolean)","u":"applyStyle(int,boolean)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.Theme","l":"ApplyStyle(int, boolean)","u":"ApplyStyle(int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"applyStyle(int, int, int, int, int[], int[], int[])","u":"applyStyle(int,int,int,int,int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"applyStyle(int, int, int, int, int[], int[], int[])","u":"applyStyle(int,int,int,int,int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"applyStyle(long, int, int, long, int[], int, long, long)","u":"applyStyle(long,int,int,long,int[],int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"applyStyle(long, int, int, long, int[], int, long, long)","u":"applyStyle(long,int,int,long,int[],int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"applyStyle(long, int, int, long, int[], int[], int[])","u":"applyStyle(long,int,int,long,int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"applyStyle(long, int, int, long, int[], int[], int[])","u":"applyStyle(long,int,int,long,int[],int[],int[])"},{"p":"org.robolectric.res.android","c":"AttributeResolution","l":"ApplyStyle(ResTableTheme, ResXMLParser, int, int, int[], int, int[], int[])","u":"ApplyStyle(org.robolectric.res.android.ResTableTheme,org.robolectric.res.android.ResXMLParser,int,int,int[],int,int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"applyStyleToTheme(long, int, boolean)","u":"applyStyleToTheme(long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"applyThemeStyle(int, int, boolean)","u":"applyThemeStyle(int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"applyThemeStyle(int, int, boolean)","u":"applyThemeStyle(int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"applyThemeStyle(long, int, boolean)","u":"applyThemeStyle(long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"applyThemeStyle(long, int, boolean)","u":"applyThemeStyle(long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAnimationBridge","l":"applyTransformation(float, Transformation)","u":"applyTransformation(float,android.view.animation.Transformation)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"approximate(float)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"AppUsageLimitObserver(int, List, Duration, Duration, PendingIntent)","u":"%3Cinit%3E(int,java.util.List,java.time.Duration,java.time.Duration,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"AppUsageObserver()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"appVsyncOffsetNanos"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"appWidth"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.ArcPaintHistoryEvent","l":"ArcPaintHistoryEvent(RectF, float, float, boolean, Paint)","u":"%3Cinit%3E(android.graphics.RectF,float,float,boolean,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"arcTo(float, float, float, float, float, float, boolean)","u":"arcTo(float,float,float,float,float,float,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"arcTo(RectF, float, float)","u":"arcTo(android.graphics.RectF,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"arcTo(RectF, float, float, boolean)","u":"arcTo(android.graphics.RectF,float,float,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"areAllPrimitivesSupported(int...)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"areAnyRunnable()"},{"p":"org.robolectric.util","c":"Scheduler","l":"areAnyRunnable()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"areNotificationsEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"areThereUnrecycledNodes(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"areThereUnrecycledWindows(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAssetManager.ArscBase","l":"ArscBase()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ArscResourceResolver","l":"ArscResourceResolver(Context)","u":"%3Cinit%3E(android.content.Context)"},{"p":"org.robolectric.shadows","c":"Converter","l":"asCharSequence(TypedResource)","u":"asCharSequence(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"Converter.FromAttrData","l":"asCharSequence(TypedResource)","u":"asCharSequence(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"Converter.FromCharSequence","l":"asCharSequence(TypedResource)","u":"asCharSequence(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"asElement(TypeMirror)","u":"asElement(javax.lang.model.type.TypeMirror)"},{"p":"org.robolectric.res.android","c":"StringPiece","l":"asIdmap_header()"},{"p":"org.robolectric.shadows","c":"Converter","l":"asInt(TypedResource)","u":"asInt(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"Converter.FromCharSequence","l":"asInt(TypedResource)","u":"asInt(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"Converter.FromColor","l":"asInt(TypedResource)","u":"asInt(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"ShadowIAppOpsService.ShadowStub","l":"asInterface(IBinder)","u":"asInterface(android.os.IBinder)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.InvalidStateBehavior","l":"ASSERT"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"assertLooperMode(LooperMode.Mode)","u":"assertLooperMode(org.robolectric.annotation.LooperMode.Mode)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"assertNoBroadcastListenersOfActionRegistered(ContextWrapper, String)","u":"assertNoBroadcastListenersOfActionRegistered(android.content.ContextWrapper,java.lang.String)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"assetDir"},{"p":"org.robolectric.annotation","c":"Config","l":"assetDir()"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"assetDir()"},{"p":"org.robolectric.res.android","c":"AssetPath","l":"AssetPath(Path, boolean)","u":"%3Cinit%3E(java.nio.file.Path,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"asShared()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractor","l":"assistantPackageName"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"associate(AssociationRequest, CompanionDeviceManager.Callback, Handler)","u":"associate(android.companion.AssociationRequest,android.companion.CompanionDeviceManager.Callback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"associate(AssociationRequest, Executor, CompanionDeviceManager.Callback)","u":"associate(android.companion.AssociationRequest,java.util.concurrent.Executor,android.companion.CompanionDeviceManager.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"associate(String, MacAddress, byte[])","u":"associate(java.lang.String,android.net.MacAddress,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"associations"},{"p":"org.robolectric.res","c":"TypedResource","l":"asString()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.AsyncTraceSection","l":"AsyncTraceSection()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog.StatsLogItem","l":"atomId()"},{"p":"org.robolectric.res.android","c":"Util","l":"ATRACE_NAME(String)","u":"ATRACE_NAME(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWifiAwareManager","l":"attach(AttachCallback, Handler)","u":"attach(android.net.wifi.aware.AttachCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, Object)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration,java.lang.String,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration,java.lang.String,java.lang.Object,android.view.Window)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window, Object)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration,java.lang.String,java.lang.Object,android.view.Window,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window, Object, IBinder)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration,java.lang.String,java.lang.Object,android.view.Window,java.lang.Object,android.os.IBinder)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"attach(Context, ActivityThread, Instrumentation, IBinder, int, Application, Intent, ActivityInfo, CharSequence, Activity, String, Object, Configuration, String, Object, Window, Object, IBinder, IBinder)","u":"attach(android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.os.IBinder,int,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,java.lang.CharSequence,android.app.Activity,java.lang.String,java.lang.Object,android.content.res.Configuration,java.lang.String,java.lang.Object,android.view.Window,java.lang.Object,android.os.IBinder,android.os.IBinder)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"attachAuxEffect(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"attachController(ActivityController)","u":"attachController(org.robolectric.android.controller.ActivityController)"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"attached"},{"p":"org.robolectric.shadows","c":"AttestedKeyPairFactory","l":"AttestedKeyPairFactory()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"ResType","l":"ATTR_DATA"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_FEW"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_L10N"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_MANY"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_MAX"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_MIN"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_ONE"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_OTHER"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_TWO"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"ATTR_ZERO"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResXMLTree_attrExt.Writer","l":"attr(int, int, int, ResourceTypes.Res_value, String)","u":"attr(int,int,int,org.robolectric.res.android.ResourceTypes.Res_value,java.lang.String)"},{"p":"org.robolectric.res","c":"AttrData","l":"AttrData(String, String, List)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List)"},{"p":"org.robolectric.res.android","c":"DataType","l":"ATTRIBUTE"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"ATTRIBUTE_TYPE_PRECIDENCE"},{"p":"org.robolectric.res.android","c":"AttributeResolution","l":"AttributeResolution()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"AttributeResolution10","l":"AttributeResolution10()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"AttributeResolution9","l":"AttributeResolution9()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"AttributeResource(ResName, String, String)","u":"%3Cinit%3E(org.robolectric.res.ResName,java.lang.String,java.lang.String)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"AttributeResource(ResName, String, String, Integer)","u":"%3Cinit%3E(org.robolectric.res.ResName,java.lang.String,java.lang.String,java.lang.Integer)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"attributeSet"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl","l":"AttributeSetBuilderImpl(AttributeSetBuilderImpl.ResourceResolver)","u":"%3Cinit%3E(org.robolectric.android.AttributeSetBuilderImpl.ResourceResolver)"},{"p":"org.robolectric.res","c":"StaxLoader","l":"attrType"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"audioAttributesFromLastVibration"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager.AudioFocusRequest","l":"audioFocusRequest"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"authenticate(FingerprintManager.CryptoObject, CancellationSignal, int, FingerprintManager.AuthenticationCallback, Handler)","u":"authenticate(android.hardware.fingerprint.FingerprintManager.CryptoObject,android.os.CancellationSignal,int,android.hardware.fingerprint.FingerprintManager.AuthenticationCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"authenticationFails()"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"authenticationSucceeds()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.CloudMediaChangedEvent","l":"authority()"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"AUTO_NS"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"autoFocus(Camera.AutoFocusCallback)","u":"autoFocus(android.hardware.Camera.AutoFocusCallback)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"AVAILABLE_FEATURES"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"available()"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"awaitTermination(long, TimeUnit)","u":"awaitTermination(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"awaitTermination(long, TimeUnit)","u":"awaitTermination(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"awaitTermination(long, TimeUnit)","u":"awaitTermination(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"backgroundDrawable"},{"p":"org.robolectric.junit.rules","c":"BackgroundTestRule","l":"BackgroundTestRule()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"BackupDataEntity()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResXMLParser.event_code_t","l":"BAD_DOCUMENT"},{"p":"org.robolectric.res.android","c":"Errors","l":"BAD_INDEX"},{"p":"org.robolectric.res.android","c":"Errors","l":"BAD_TYPE"},{"p":"org.robolectric.res.android","c":"Errors","l":"BAD_VALUE"},{"p":"org.robolectric.res.android","c":"ResTable.bag_entry","l":"bag_entry()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"AttributeResolution.BagAttributeFinder","l":"BagAttributeFinder(ResTable.bag_entry[], int)","u":"%3Cinit%3E(org.robolectric.res.android.ResTable.bag_entry[],int)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"BaseCursor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadDataWithBaseURL","l":"baseUrl"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"before(Time)","u":"before(android.text.format.Time)"},{"p":"org.robolectric","c":"DefaultTestLifecycle","l":"beforeTest(Method)","u":"beforeTest(java.lang.reflect.Method)"},{"p":"org.robolectric","c":"TestLifecycle","l":"beforeTest(Method)","u":"beforeTest(java.lang.reflect.Method)"},{"p":"org.robolectric","c":"TestLifecycleApplication","l":"beforeTest(Method)","u":"beforeTest(java.lang.reflect.Method)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"beforeTest(Sandbox, FrameworkMethod, Method)","u":"beforeTest(org.robolectric.internal.bytecode.Sandbox,org.junit.runners.model.FrameworkMethod,java.lang.reflect.Method)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"beforeTest(Sandbox, FrameworkMethod, Method)","u":"beforeTest(org.robolectric.internal.bytecode.Sandbox,org.junit.runners.model.FrameworkMethod,java.lang.reflect.Method)"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"beginAsyncSection(String, int)","u":"beginAsyncSection(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"beginBroadcast()"},{"p":"org.robolectric.shadows","c":"ShadowPicture","l":"beginRecording(int, int)","u":"beginRecording(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"beginRestoreSession()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"beginSection(String)","u":"beginSection(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidBidi","l":"bidi(int, char[], byte[], int, boolean)","u":"bidi(int,char[],byte[],int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile","l":"bigEndianIterator()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS","l":"bigEndianIterator()"},{"p":"org.robolectric.internal","c":"ResourcesMode","l":"BINARY"},{"p":"org.robolectric.android.controller","c":"IntentServiceController","l":"bind()"},{"p":"org.robolectric.android.controller","c":"ServiceController","l":"bind()"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"bind(Class, Class extends T>)","u":"bind(java.lang.Class,java.lang.Class)"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"bind(Class, T)","u":"bind(java.lang.Class,T)"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"bind(Injector.Key, T)","u":"bind(org.robolectric.util.inject.Injector.Key,T)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"bindAppWidgetId(int, ComponentName)","u":"bindAppWidgetId(int,android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"bindAppWidgetId(int, ComponentName, Bundle)","u":"bindAppWidgetId(int,android.content.ComponentName,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"bindAppWidgetIdIfAllowed(int, ComponentName)","u":"bindAppWidgetIdIfAllowed(int,android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"bindAppWidgetIdIfAllowed(int, ComponentName, Bundle)","u":"bindAppWidgetIdIfAllowed(int,android.content.ComponentName,android.os.Bundle)"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"bindDefault(Class, Class extends T>)","u":"bindDefault(java.lang.Class,java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"bindDeviceAdminServiceAsUser(ComponentName, Intent, ServiceConnection, int, UserHandle)","u":"bindDeviceAdminServiceAsUser(android.content.ComponentName,android.content.Intent,android.content.ServiceConnection,int,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"bindProcessToNetwork(Network)","u":"bindProcessToNetwork(android.net.Network)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"bindService(Intent, int, Executor, ServiceConnection)","u":"bindService(android.content.Intent,int,java.util.concurrent.Executor,android.content.ServiceConnection)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"bindService(Intent, int, Executor, ServiceConnection)","u":"bindService(android.content.Intent,int,java.util.concurrent.Executor,android.content.ServiceConnection)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"bindService(Intent, ServiceConnection, int)","u":"bindService(android.content.Intent,android.content.ServiceConnection,int)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"bindService(Intent, ServiceConnection, int)","u":"bindService(android.content.Intent,android.content.ServiceConnection,int)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"bindServiceAsUser(Intent, ServiceConnection, int, UserHandle)","u":"bindServiceAsUser(android.content.Intent,android.content.ServiceConnection,int,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"bindSocket(DatagramSocket)","u":"bindSocket(java.net.DatagramSocket)"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"bindSocket(FileDescriptor)","u":"bindSocket(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"bindSocket(Socket)","u":"bindSocket(java.net.Socket)"},{"p":"org.robolectric.shadows","c":"ShadowBiometricManager","l":"biometricServiceConnected"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"BLOCK_SIZE"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"blockingGetAuthToken(Account, String, boolean)","u":"blockingGetAuthToken(android.accounts.Account,java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMediaRouter","l":"BLUETOOTH_DEVICE_NAME"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"bluetoothGattReflector"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"bluetoothGattServerReflector"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeAdvertiser","l":"bluetoothLeAdvertiserReflector"},{"p":"org.robolectric.res","c":"ResType","l":"BOOLEAN"},{"p":"org.robolectric.android","c":"Bootstrap","l":"Bootstrap()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"InvokeDynamicSupport","l":"bootstrap(MethodHandles.Lookup, String, MethodType, MethodHandle)","u":"bootstrap(java.lang.invoke.MethodHandles.Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"bootstrapAuthenticationRequest(Object, Object, Object, Object, Object, Object)","u":"bootstrapAuthenticationRequest(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"InvokeDynamicSupport","l":"bootstrapInit(MethodHandles.Lookup, String, MethodType)","u":"bootstrapInit(java.lang.invoke.MethodHandles.Lookup,java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.internal.bytecode","c":"InvokeDynamicSupport","l":"bootstrapIntrinsic(MethodHandles.Lookup, String, MethodType, String)","u":"bootstrapIntrinsic(java.lang.invoke.MethodHandles.Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"bootstrappedClass(Class>)","u":"bootstrappedClass(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"InvokeDynamicSupport","l":"bootstrapStatic(MethodHandles.Lookup, String, MethodType, MethodHandle)","u":"bootstrapStatic(java.lang.invoke.MethodHandles.Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RectPaintHistoryEvent","l":"bottom"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RoundRectPaintHistoryEvent","l":"bottom"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"boundSocketCount()"},{"p":"org.robolectric.shadows","c":"BrightnessChangeEventBuilder","l":"BrightnessChangeEventBuilder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"broadcastPermission"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"broadcastReceiver"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"BroadcastReceiverData(Map, MetaData, List)","u":"%3Cinit%3E(java.util.Map,org.robolectric.manifest.MetaData,java.util.List)"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"BroadcastReceiverData(String, MetaData)","u":"%3Cinit%3E(java.lang.String,org.robolectric.manifest.MetaData)"},{"p":"org.robolectric.internal","c":"BuckManifestFactory","l":"BuckManifestFactory()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"buffer"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"buffer"},{"p":"org.robolectric.android","c":"AttributeSetBuilder","l":"build()"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl","l":"build()"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"build()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"build()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap.Builder","l":"build()"},{"p":"org.robolectric","c":"Robolectric.AttributeSetBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"AppWidgetProviderInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"AssociationInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"AudioDeviceInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"BackupDataInputBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"BarringInfoBuilder.BarringServiceInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"BarringInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"BrightnessChangeEventBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"CellIdentityLteBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"CellIdentityNrBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"CellInfoLteBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"CellInfoNrBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"CellSignalStrengthLteBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"CellSignalStrengthNrBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"DeviceStateSensorOrientationBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"DragEventBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"EpsBearerQosSessionAttributesBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"FrameMetricsBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo.Builder","l":"build()"},{"p":"org.robolectric.shadows","c":"MediaCodecInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"MediaCodecInfoBuilder.CodecCapabilitiesBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ModuleInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"NetworkRegistrationInfoTestBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"NrQosSessionAttributesBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"PackageRollbackInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"PlaybackInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"PolicyStateBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"PreciseDataConnectionStateBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"RangingSessionBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ResponderLocationBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"RollbackInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"RunningTaskInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ServiceStateBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager.ApplicationExitInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager.ModeBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.EventBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowFontsFontFamily.ShadowFontsFontFamilyBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowInformationElement.Builder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface.ShadowBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowRangingResult.Builder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.AsyncTraceSection.Builder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.Counter.Builder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.EventBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageStatsBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"SharedLibraryInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"StorageVolumeBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"StreamConfigurationMapBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"UiccCardInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"UiccPortInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"UiccSlotInfoBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"VibrationAttributesBuilder","l":"build()"},{"p":"org.robolectric.shadows","c":"WifiUsabilityStatsEntryBuilder","l":"build()"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"build()"},{"p":"org.robolectric.internal","c":"SandboxManager.SandboxBuilder","l":"build(InstrumentationConfiguration, Sdk, Sdk, ResourcesMode, SQLiteMode.Mode)","u":"build(org.robolectric.internal.bytecode.InstrumentationConfiguration,org.robolectric.pluginapi.Sdk,org.robolectric.pluginapi.Sdk,org.robolectric.internal.ResourcesMode,org.robolectric.annotation.SQLiteMode.Mode)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"build(int, Collection, long, TimeUnit, PendingIntent)","u":"build(int,java.util.Collection,long,java.util.concurrent.TimeUnit,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"build(int, List, Duration, Duration, PendingIntent, PendingIntent)","u":"build(int,java.util.List,java.time.Duration,java.time.Duration,android.app.PendingIntent,android.app.PendingIntent)"},{"p":"org.robolectric.internal.bytecode","c":"ClassHandlerBuilder","l":"build(ShadowMap, ShadowMatcher, Interceptors)","u":"build(org.robolectric.internal.bytecode.ShadowMap,org.robolectric.sandbox.ShadowMatcher,org.robolectric.internal.bytecode.Interceptors)"},{"p":"org.robolectric","c":"Robolectric","l":"buildActivity(Class)","u":"buildActivity(java.lang.Class)"},{"p":"org.robolectric","c":"Robolectric","l":"buildActivity(Class, Intent)","u":"buildActivity(java.lang.Class,android.content.Intent)"},{"p":"org.robolectric","c":"Robolectric","l":"buildActivity(Class, Intent, Bundle)","u":"buildActivity(java.lang.Class,android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric","c":"Robolectric","l":"buildAttributeSet()"},{"p":"org.robolectric","c":"Robolectric","l":"buildBackupAgent(Class)","u":"buildBackupAgent(java.lang.Class)"},{"p":"org.robolectric","c":"Robolectric","l":"buildContentProvider(Class)","u":"buildContentProvider(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"builder()"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowInformationElement.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.AsyncTraceSection.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.Counter.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"Builder(ClassLoader)","u":"%3Cinit%3E(java.lang.ClassLoader)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"Builder(Config)","u":"%3Cinit%3E(org.robolectric.annotation.Config)"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"Builder(Injector)","u":"%3Cinit%3E(org.robolectric.util.inject.Injector)"},{"p":"org.robolectric.util.inject","c":"Injector.Builder","l":"Builder(Injector, ClassLoader)","u":"%3Cinit%3E(org.robolectric.util.inject.Injector,java.lang.ClassLoader)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"Builder(InstrumentationConfiguration)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.InstrumentationConfiguration)"},{"p":"org.robolectric.shadows","c":"ShadowRangingResult.Builder","l":"Builder(int, MacAddress, long, int)","u":"%3Cinit%3E(int,android.net.MacAddress,long,int)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap.Builder","l":"Builder(ShadowMap)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.ShadowMap)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.EventBuilder","l":"buildEvent()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"buildExternalStorageAppCacheDirs(String)","u":"buildExternalStorageAppCacheDirs(java.lang.String)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class)","u":"buildFragment(java.lang.Class)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Bundle)","u":"buildFragment(java.lang.Class,android.os.Bundle)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Class extends Activity>)","u":"buildFragment(java.lang.Class,java.lang.Class)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Class extends Activity>, Bundle)","u":"buildFragment(java.lang.Class,java.lang.Class,android.os.Bundle)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Class extends Activity>, Intent)","u":"buildFragment(java.lang.Class,java.lang.Class,android.content.Intent)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Class extends Activity>, Intent, Bundle)","u":"buildFragment(java.lang.Class,java.lang.Class,android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Intent)","u":"buildFragment(java.lang.Class,android.content.Intent)"},{"p":"org.robolectric","c":"Robolectric","l":"buildFragment(Class, Intent, Bundle)","u":"buildFragment(java.lang.Class,android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder","l":"buildFrom(GnssStatusBuilder.GnssSatelliteInfo...)","u":"buildFrom(org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo...)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"buildGlobalConfig()"},{"p":"org.robolectric","c":"Robolectric","l":"buildIntentService(Class)","u":"buildIntentService(java.lang.Class)"},{"p":"org.robolectric","c":"Robolectric","l":"buildIntentService(Class, Intent)","u":"buildIntentService(java.lang.Class,android.content.Intent)"},{"p":"org.robolectric.res","c":"ResourceMerger","l":"buildResourceTable(AndroidManifest)","u":"buildResourceTable(org.robolectric.manifest.AndroidManifest)"},{"p":"org.robolectric","c":"Robolectric","l":"buildService(Class)","u":"buildService(java.lang.Class)"},{"p":"org.robolectric","c":"Robolectric","l":"buildService(Class, Intent)","u":"buildService(java.lang.Class,android.content.Intent)"},{"p":"org.robolectric.res.android","c":"ResourceString","l":"buildString(char[])"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager.SubscriptionInfoBuilder","l":"buildSubscriptionInfo()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"buildSystemFallback(String, String, ArrayMap, ArrayMap)","u":"buildSystemFallback(java.lang.String,java.lang.String,android.util.ArrayMap,android.util.ArrayMap)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"buildSystemFallback(String, String, ArrayMap, ArrayMap)","u":"buildSystemFallback(java.lang.String,java.lang.String,android.util.ArrayMap,android.util.ArrayMap)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSystemFonts","l":"buildSystemFallback(String, String, FontCustomizationParser.Result, ArrayMap, ArrayList)","u":"buildSystemFallback(java.lang.String,java.lang.String,android.graphics.fonts.FontCustomizationParser.Result,android.util.ArrayMap,java.util.ArrayList)"},{"p":"org.robolectric.shadows","c":"ShadowSystemFonts","l":"buildSystemFallback(String, String, FontCustomizationParser.Result, ArrayMap, ArrayList)","u":"buildSystemFallback(java.lang.String,java.lang.String,android.graphics.fonts.FontCustomizationParser.Result,android.util.ArrayMap,java.util.ArrayList)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"bulkInsert(Uri, ContentValues[])","u":"bulkInsert(android.net.Uri,android.content.ContentValues[])"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"bulkInsert(Uri, ContentValues[])","u":"bulkInsert(android.net.Uri,android.content.ContentValues[])"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"bulkTransfer(UsbEndpoint, byte[], int, int)","u":"bulkTransfer(android.hardware.usb.UsbEndpoint,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"bulkTransfer(UsbEndpoint, byte[], int, int, int)","u":"bulkTransfer(android.hardware.usb.UsbEndpoint,byte[],int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRecord","l":"bundle"},{"p":"org.robolectric.res.android","c":"ByteBucketArray","l":"ByteBucketArray(T)","u":"%3Cinit%3E(T)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile","l":"bytes"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS","l":"bytes"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog.StatsLogItem","l":"bytes()"},{"p":"org.robolectric.fakes","c":"RoboResponseSource","l":"CACHE"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory","l":"CachedPathIteratorFactory(PathIterator)","u":"%3Cinit%3E(java.awt.geom.PathIterator)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"calculateSignalLevel(int, int)","u":"calculateSignalLevel(int,int)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"CALL_REAL_CODE"},{"p":"org.robolectric.util","c":"Function","l":"call(Class>, T, Object[])","u":"call(java.lang.Class,T,java.lang.Object[])"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"call(String, String, Bundle)","u":"call(java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"call(Uri, String, String, Bundle)","u":"call(android.net.Uri,java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnCreate(Activity, Bundle)","u":"callActivityOnCreate(android.app.Activity,android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnDestroy(Activity)","u":"callActivityOnDestroy(android.app.Activity)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnPause(Activity)","u":"callActivityOnPause(android.app.Activity)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnRestart(Activity)","u":"callActivityOnRestart(android.app.Activity)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnResume(Activity)","u":"callActivityOnResume(android.app.Activity)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnStart(Activity)","u":"callActivityOnStart(android.app.Activity)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callActivityOnStop(Activity)","u":"callActivityOnStop(android.app.Activity)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"callApplicationOnCreate(Application)","u":"callApplicationOnCreate(android.app.Application)"},{"p":"org.robolectric.shadows","c":"ShadowResourcesManager","l":"callApplyConfigurationToResourcesLocked(Configuration, CompatibilityInfo)","u":"callApplyConfigurationToResourcesLocked(android.content.res.Configuration,android.content.res.CompatibilityInfo)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"callAttach(Activity, Context, ActivityThread, Instrumentation, Application, Intent, ActivityInfo, IBinder, CharSequence, Object)","u":"callAttach(android.app.Activity,android.content.Context,android.app.ActivityThread,android.app.Instrumentation,android.app.Application,android.content.Intent,android.content.pm.ActivityInfo,android.os.IBinder,java.lang.CharSequence,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"callAttach(Context)","u":"callAttach(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"callAttach(Intent)","u":"callAttach(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"callAttach(Intent, Bundle)","u":"callAttach(android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"callAttach(Intent, Bundle, Object)","u":"callAttach(android.content.Intent,android.os.Bundle,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"callAttach(Intent, Bundle, Object, Configuration)","u":"callAttach(android.content.Intent,android.os.Bundle,java.lang.Object,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService.GestureDispatch","l":"callback()"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"callConstructor(Class extends R>, ReflectionHelpers.ClassParameter>...)","u":"callConstructor(java.lang.Class,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"callDispatchResized()"},{"p":"org.robolectric.shadows","c":"ShadowContextThemeWrapper","l":"callGetThemeResId()"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"callInstanceMethod(Class>, Object, String, ReflectionHelpers.ClassParameter>...)","u":"callInstanceMethod(java.lang.Class,java.lang.Object,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"callInstanceMethod(Object, String, ReflectionHelpers.ClassParameter>...)","u":"callInstanceMethod(java.lang.Object,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"callLastOnFinished(Intent, int, String, Bundle)","u":"callLastOnFinished(android.content.Intent,int,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"callOnActivityResult(int, int, Intent)","u":"callOnActivityResult(int,int,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowPreference","l":"callOnAttachedToHierarchy(PreferenceManager)","u":"callOnAttachedToHierarchy(android.preference.PreferenceManager)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"callOnAttachedToWindow()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"callOnCreate(Bundle)","u":"callOnCreate(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"callOnDetachedFromWindow()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"callOnGetDirectActions(CancellationSignal, Consumer>)","u":"callOnGetDirectActions(android.os.CancellationSignal,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowPackageParser","l":"callParsePackage(Path)","u":"callParsePackage(java.nio.file.Path)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRecord","l":"CallRecord(PhoneAccountHandle, Bundle)","u":"%3Cinit%3E(android.telecom.PhoneAccountHandle,android.os.Bundle)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"callStaticMethod(Class>, String, ReflectionHelpers.ClassParameter>...)","u":"callStaticMethod(java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"callStaticMethod(ClassLoader, String, String, ReflectionHelpers.ClassParameter>...)","u":"callStaticMethod(java.lang.ClassLoader,java.lang.String,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"callThroughByDefault"},{"p":"org.robolectric.annotation","c":"Implements","l":"callThroughByDefault()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"callWindowFocusChanged(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"canAddCall()"},{"p":"org.robolectric.shadows","c":"ShadowBiometricManager","l":"canAuthenticate()"},{"p":"org.robolectric.shadows","c":"ShadowBiometricManager","l":"canAuthenticate(int)"},{"p":"org.robolectric.shadows","c":"ShadowBiometricManager","l":"canAuthenticate(int, int)","u":"canAuthenticate(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowJsResult","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimator","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimatorR","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowSslErrorHandler","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowSystemVibrator","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"cancel()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"cancel(AlarmManager.OnAlarmListener)","u":"cancel(android.app.AlarmManager.OnAlarmListener)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"cancel(boolean)"},{"p":"org.robolectric.util","c":"SimpleFuture","l":"cancel(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"cancel(int)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"cancel(int)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"cancel(int)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"cancel(PendingIntent)","u":"cancel(android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"cancel(String, int)","u":"cancel(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"cancelAll()"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"cancelAll()"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"cancelAll()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"cancelAll()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"cancelAllNotifications()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"cancelAutoFocus()"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"cancelBugreport()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"cancelConnection(BluetoothDevice)","u":"cancelConnection(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"cancelDiscovery()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"cancelMissedCallsNotification()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"cancelNotification(String)","u":"cancelNotification(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAsyncQueryHandler","l":"cancelOperation(int)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"cancelSync(Account, String)","u":"cancelSync(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"canConfigureInteractAcrossProfiles(String)","u":"canConfigureInteractAcrossProfiles(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings","l":"canDrawOverlays(Context)","u":"canDrawOverlays(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"canGoBack()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"canGoForward()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"canInteractAcrossProfiles()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"canNotifyAsPackage(String)","u":"canNotifyAsPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"canonicalToCurrentPackageNames(String[])","u":"canonicalToCurrentPackageNames(java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"canPause()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"canRequestInteractAcrossProfiles()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"canRequestPackageInstalls()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"canScheduleExactAlarms()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"canSwitchUsers()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"canvasReflector"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter.CapabilityFailureInfo","l":"CapabilityFailureInfo()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowCameraCaptureSessionImpl","l":"capture(CaptureRequest, CameraCaptureSession.CaptureCallback, Handler)","u":"capture(android.hardware.camera2.CaptureRequest,android.hardware.camera2.CameraCaptureSession.CaptureCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowCameraCaptureSessionImpl","l":"captureSingleRequest(CaptureRequest, Executor, CameraCaptureSession.CaptureCallback)","u":"captureSingleRequest(android.hardware.camera2.CaptureRequest,java.util.concurrent.Executor,android.hardware.camera2.CameraCaptureSession.CaptureCallback)"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers.CastableTo","l":"CastableTo(Supplier)","u":"%3Cinit%3E(com.google.errorprone.suppliers.Supplier)"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"castNativePtr(long)"},{"p":"org.robolectric.shadows","c":"ShadowFloatMath","l":"ceil(float)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.CirclePaintHistoryEvent","l":"centerX"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.CirclePaintHistoryEvent","l":"centerY"},{"p":"org.robolectric.res.android","c":"ResourceString.Type","l":"CESU8"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"changeDisplay(int, String)","u":"changeDisplay(int,java.lang.String)"},{"p":"org.robolectric.res","c":"ResType","l":"CHAR_SEQUENCE"},{"p":"org.robolectric.res","c":"ResType","l":"CHAR_SEQUENCE_ARRAY"},{"p":"org.robolectric.res.android","c":"ResourceString.Type","l":"charset()"},{"p":"org.robolectric.res.android","c":"Util","l":"CHECK(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"checkActivities(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"checkBluetoothAddress(String)","u":"checkBluetoothAddress(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"checkCallingOrSelfPermission(String)","u":"checkCallingOrSelfPermission(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"checkCallingPermission(String)","u":"checkCallingPermission(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"checkChar(String, int, char)","u":"checkChar(java.lang.String,int,char)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"checkedPerformClick()"},{"p":"org.robolectric.shadows","c":"ShadowCameraDeviceImpl","l":"checkIfCameraClosedOrInError()"},{"p":"org.robolectric.android.internal","c":"RobolectricThreadChecker","l":"checkMainThread()"},{"p":"org.robolectric.android.internal","c":"RobolectricThreadChecker","l":"checkNotMainThread()"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"checkOp(String, int, String)","u":"checkOp(java.lang.String,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"checkOpNoThrow(int, int, String)","u":"checkOpNoThrow(int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"checkOpNoThrow(String, int, String)","u":"checkOpNoThrow(java.lang.String,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"checkPackage(int, String)","u":"checkPackage(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"checkPermission(String, int, int)","u":"checkPermission(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"checkPermission(String, String)","u":"checkPermission(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"checkRecognitionSupport(Object, Object, Object)","u":"checkRecognitionSupport(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowBitmap.BitmapReflector","l":"checkRecycled(String)","u":"checkRecycled(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"checkService(String)","u":"checkService(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"checkSignatures(int, int)","u":"checkSignatures(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"checkSignatures(String, String)","u":"checkSignatures(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"checkSlicePermission(Uri, int, int)","u":"checkSlicePermission(android.net.Uri,int,int)"},{"p":"org.robolectric.android.internal","c":"AndroidTestEnvironment","l":"checkStateAfterTestFailure(Throwable)","u":"checkStateAfterTestFailure(java.lang.Throwable)"},{"p":"org.robolectric.internal","c":"TestEnvironment","l":"checkStateAfterTestFailure(Throwable)","u":"checkStateAfterTestFailure(java.lang.Throwable)"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"claimInterface(UsbInterface, boolean)","u":"claimInterface(android.hardware.usb.UsbInterface,boolean)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowConstants","l":"CLASS_HANDLER_DATA_FIELD_NAME"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"CLASS_NAME"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"classBlock(RunNotifier)","u":"classBlock(org.junit.runner.notification.RunNotifier)"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"ClassDetails(byte[])","u":"%3Cinit%3E(byte[])"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"classesToNotAcquire"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"classesToNotInstrument"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"classesToNotInstrumentRegex"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"classHandler"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"classHandlerBuilder"},{"p":"org.robolectric.internal.bytecode","c":"ClassHandler","l":"classInitializing(Class)","u":"classInitializing(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"classInitializing(Class)","u":"classInitializing(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"classInitializing(Class)","u":"classInitializing(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"ClassInstrumentor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"ClassInstrumentor(ClassInstrumentor.Decorator)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.ClassInstrumentor.Decorator)"},{"p":"org.robolectric.internal.bytecode","c":"MethodRef","l":"className"},{"p":"org.robolectric.internal.bytecode","c":"MethodSignature","l":"className"},{"p":"org.robolectric.util","c":"ReflectionHelpers.StringParameter","l":"className"},{"p":"org.robolectric.annotation","c":"Implements","l":"className()"},{"p":"org.robolectric.util.reflector","c":"ForType","l":"className()"},{"p":"org.robolectric.shadows","c":"ClassNameResolver","l":"ClassNameResolver()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"classNameTranslations"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"classNameTranslations()"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"classNode"},{"p":"org.robolectric.internal.bytecode","c":"ClassNodeProvider","l":"ClassNodeProvider()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util","c":"ReflectionHelpers.ClassParameter","l":"ClassParameter(Class extends V>, V)","u":"%3Cinit%3E(java.lang.Class,V)"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"clazz"},{"p":"org.robolectric.util","c":"ReflectionHelpers.ClassParameter","l":"clazz"},{"p":"org.robolectric.fakes","c":"CleanerCompat","l":"clean(Object)","u":"clean(java.lang.Object)"},{"p":"org.robolectric.fakes","c":"CleanerCompat","l":"CleanerCompat()","u":"%3Cinit%3E()"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.CleanerInterceptor","l":"CleanerInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"cleanStackTrace(Throwable)","u":"cleanStackTrace(java.lang.Throwable)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"clear()"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"clear()"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"clear()"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"clear()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.Theme","l":"Clear()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"clear(String)","u":"clear(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"clearAccounts()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"clearAccountsForPackage(String)","u":"clearAccountsForPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEventLog","l":"clearAll()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"clearAllNetworks()"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"clearAllowedNonPcmEncodings()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"clearAnimation()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"clearAnimations()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"clearApplicationUserData(String, IPackageDataObserver)","u":"clearApplicationUserData(java.lang.String,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"clearApplicationUserData(String, IPackageDataObserver)","u":"clearApplicationUserData(java.lang.String,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"clearBroadcastIntents()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"clearBroadcastResponseStats(String, long)","u":"clearBroadcastResponseStats(java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"clearCache(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"clearCameraInfo()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"clearCloudMediaChangedEventList()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"clearCodecs()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"clearCommunicationDevice()"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"clearControllers()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"clearCrossProfileIntentFilters(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"clearDirectPlaybackSupportedFormats()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"clearDispatchedMediaKeyEvents()"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"clearExistingInstancesAndStates()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"clearExternalPnoScanRequest()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"clearFormData()"},{"p":"org.robolectric.shadows","c":"ShadowCall","l":"clearHasSentRttRequest()"},{"p":"org.robolectric.fakes","c":"RoboSubMenu","l":"clearHeader()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"clearHistory()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"clearHttpResponseRules()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"clearHttpResponseRules()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"clearHttpResponses()"},{"p":"org.robolectric.shadows","c":"ShadowSystemServiceRegistry._ServiceFetcherN_","l":"clearInstance()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearIntentFilterForActivity(ComponentName)","u":"clearIntentFilterForActivity(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearIntentFilterForProvider(ComponentName)","u":"clearIntentFilterForProvider(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearIntentFilterForReceiver(ComponentName)","u":"clearIntentFilterForReceiver(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearIntentFilterForService(ComponentName)","u":"clearIntentFilterForService(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"clearIsNavigationBarVisible()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"clearIsStatusBarVisible()"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"clearKilledProcesses()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"clearLastDownloadedMultimediaMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"clearLastDragClipData()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"clearLastSentDataMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"clearLastSentMultimediaMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"clearLastSentMultipartTextMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"clearLastSentTextMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"clearLastSpokenText()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"clearLooperMode()"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"clearMappings()"},{"p":"org.robolectric.internal","c":"AndroidSandbox","l":"clearModeInvalidatedClasses()"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"clearModeInvalidatedClasses()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"clearNetworkRoamingStatus()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"clearNextStartedActivities()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"clearNextStartedActivities()"},{"p":"org.robolectric.fakes","c":"RoboSplashScreen","l":"clearOnExitAnimationListener()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"clearPackagePersistentPreferredActivities(ComponentName, String)","u":"clearPackagePersistentPreferredActivities(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"clearPackagePreferredActivities(String)","u":"clearPackagePreferredActivities(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearPackagePreferredActivitiesInternal(String, SortedMap>)","u":"clearPackagePreferredActivitiesInternal(java.lang.String,java.util.SortedMap)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"clearPendingHttpResponses()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"clearPendingHttpResponses()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"clearPhoneIds()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"clearPhoneTypes()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"clearPlayed()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"clearPorts()"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"clearPrimaryClip()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"clearProfileOwner(ComponentName)","u":"clearProfileOwner(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"clearRegisterContentProviderException(Uri)","u":"clearRegisterContentProviderException(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"clearRegisteredReceivers()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"clearRequestInfos()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"clearResponses()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"clearSeedAccountData()"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"clearSource()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"clearStartedServices()"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"clearStorageStats()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"clearSupportedCloudMediaProviderAuthorities()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearSystemAvailableFeatures()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"clearSystemSharedLibraryNames()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"clearTargetUserProfiles()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"clearThreadStatsTag()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"clearToken(Context, String)","u":"clearToken(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"clearToken(Context, String)","u":"clearToken(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"clearUsabilityScores()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"clearUserRestriction(ComponentName, String)","u":"clearUserRestriction(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"clearUserRestrictions(UserHandle)","u":"clearUserRestrictions(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowVcnManager","l":"clearVcnConfig(ParcelUuid)","u":"clearVcnConfig(android.os.ParcelUuid)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"clearView()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"clearWakeLocks()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"clearWakeLocks()"},{"p":"org.robolectric.shadows","c":"ShadowBaseAdapter","l":"clearWasDataSetChangedCalledFlag()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"clearWasInvalidated()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"clearWifiConnectedNetworkScorer()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"click()"},{"p":"org.robolectric.shadows","c":"ShadowPreference","l":"click()"},{"p":"org.robolectric.shadows","c":"ShadowAdapterView","l":"clickFirstItemContainingText(String)","u":"clickFirstItemContainingText(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"clickMenuItem(int)"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"clickOn(int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"clickOn(View)","u":"clickOn(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"clickOnItem(int)"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"clickOnText(int)"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"clickOnText(String)","u":"clickOnText(java.lang.String)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"close()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"close()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"close()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"close()"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"close()"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"close()"},{"p":"org.robolectric.internal.bytecode","c":"SandboxClassLoader","l":"close()"},{"p":"org.robolectric.res.android","c":"Asset","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowBasicTagTechnology","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothServerSocket","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowCameraCaptureSessionImpl","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowCameraDeviceImpl","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowCloseGuard","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowContextHubClient","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowImageReader","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSession","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowUsbRequest","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"close()"},{"p":"org.robolectric.shadows","c":"ShadowBlockGuardOs","l":"close(FileDescriptor)","u":"close(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"closeCurrentInput()"},{"p":"org.robolectric.junit.rules","c":"CloseGuardRule","l":"CloseGuardRule()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"closeProfileProxy(int, BluetoothProfile)","u":"closeProfileProxy(int,android.bluetooth.BluetoothProfile)"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.CloudMediaChangedEvent","l":"CloudMediaChangedEvent()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"DataType","l":"code()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec.CodecConfig","l":"CodecConfig(int, int, ShadowMediaCodec.CodecConfig.Codec)","u":"%3Cinit%3E(int,int,org.robolectric.shadows.ShadowMediaCodec.CodecConfig.Codec)"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"collapseActionView()"},{"p":"org.robolectric.res","c":"ResType","l":"COLOR"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"COLOR_MODE_HDR"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"COLOR_MODE_WIDE_COLOR_GAMUT"},{"p":"org.robolectric.res","c":"ResType","l":"COLOR_STATE_LIST"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"colorMode"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"colorMode"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"colorModeHdr()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"colorModeWideColorGamut()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"columnNames"},{"p":"org.robolectric.shadows","c":"ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl","l":"commit()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSession","l":"commit(IntentSender)","u":"commit(android.content.IntentSender)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.IntentComparator","l":"compare(Intent, Intent)","u":"compare(android.content.Intent,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"compare(Time, Time)","u":"compare(android.text.format.Time,android.text.format.Time)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.AndroidRelease","l":"compareTo(AndroidVersions.AndroidRelease)","u":"compareTo(org.robolectric.versioning.AndroidVersions.AndroidRelease)"},{"p":"org.robolectric.util","c":"JavaVersion","l":"compareTo(JavaVersion)","u":"compareTo(org.robolectric.util.JavaVersion)"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"compareTo(Sdk)","u":"compareTo(org.robolectric.pluginapi.Sdk)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"compareTo(ShadowAlarmManager.ScheduledAlarm)","u":"compareTo(org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm)"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"compileTimeSystemResourcesFile"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"CompletedDownload(String, String, boolean, String, String, long, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean,java.lang.String,java.lang.String,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"CompletedDownload(String, String, boolean, String, String, long, boolean, Uri, Uri)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean,java.lang.String,java.lang.String,long,boolean,android.net.Uri,android.net.Uri)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_MANTISSA_MASK"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_MANTISSA_SHIFT"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_RADIX_0p23"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_RADIX_16p7"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_RADIX_23p0"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_RADIX_8p15"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_RADIX_MASK"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_RADIX_SHIFT"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_DIP"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_FRACTION"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_FRACTION_PARENT"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_IN"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_MASK"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_MM"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_PT"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_PX"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_SHIFT"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"COMPLEX_UNIT_SP"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"component"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"ComponentController(T)","u":"%3Cinit%3E(T)"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"ComponentController(T, Intent)","u":"%3Cinit%3E(T,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.ComponentState","l":"ComponentState(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"compress(Bitmap.CompressFormat, int, OutputStream)","u":"compress(android.graphics.Bitmap.CompressFormat,int,java.io.OutputStream)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"computeBounds(RectF, boolean)","u":"computeBounds(android.graphics.RectF,boolean)"},{"p":"org.robolectric.versioning","c":"AndroidVersionInitTools","l":"computeCurrentSdkFromBuildProps(Properties)","u":"computeCurrentSdkFromBuildProps(java.util.Properties)"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"computeCurrentVelocity(int)"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"computeCurrentVelocity(int, float)","u":"computeCurrentVelocity(int,float)"},{"p":"org.robolectric.versioning","c":"AndroidVersionInitTools","l":"computeReleaseVersion(JarFile)","u":"computeReleaseVersion(java.util.jar.JarFile)"},{"p":"org.robolectric.fakes","c":"RoboResponseSource","l":"CONDITIONAL_CACHE"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"CONFIG_PROPERTIES"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"ConfigConfigurer(PackagePropertiesLoader)","u":"%3Cinit%3E(org.robolectric.plugins.PackagePropertiesLoader)"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"ConfigConfigurer(PackagePropertiesLoader, GlobalConfigProvider)","u":"%3Cinit%3E(org.robolectric.plugins.PackagePropertiesLoader,org.robolectric.pluginapi.config.GlobalConfigProvider)"},{"p":"org.robolectric.res.android","c":"ConfigDescription","l":"ConfigDescription()","u":"%3Cinit%3E()"},{"p":"org.robolectric","c":"ConfigMerger","l":"ConfigMerger()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable.Type","l":"configs"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"configurationChange()"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"configurationChange(Configuration)","u":"configurationChange(android.content.res.Configuration)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"configurationChange(Configuration, DisplayMetrics, int)","u":"configurationChange(android.content.res.Configuration,android.util.DisplayMetrics,int)"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy.ConfigurationImpl","l":"ConfigurationImpl()","u":"%3Cinit%3E()"},{"p":"org.robolectric.config","c":"ConfigurationRegistry","l":"ConfigurationRegistry(Map, Object>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.robolectric.android","c":"ConfigurationV25","l":"ConfigurationV25()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTimeManager","l":"CONFIGURE_GEO_DETECTION_CAPABILITY"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"configure(ClassHandler, Interceptors)","u":"configure(org.robolectric.internal.bytecode.ClassHandler,org.robolectric.internal.bytecode.Interceptors)"},{"p":"org.robolectric.config","c":"AndroidConfigurer","l":"configure(InstrumentationConfiguration.Builder, Interceptors)","u":"configure(org.robolectric.internal.bytecode.InstrumentationConfiguration.Builder,org.robolectric.internal.bytecode.Interceptors)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"configureDefaultDisplay(Configuration, DisplayMetrics)","u":"configureDefaultDisplay(android.content.res.Configuration,android.util.DisplayMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"configureDefaultDisplayForJBOnly(Configuration, DisplayMetrics)","u":"configureDefaultDisplayForJBOnly(android.content.res.Configuration,android.util.DisplayMetrics)"},{"p":"org.robolectric.plugins","c":"DefaultSdkPicker","l":"configuredSdks(Config, UsesSdk)","u":"configuredSdks(org.robolectric.annotation.Config,org.robolectric.pluginapi.UsesSdk)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"configureSandbox(Sandbox, FrameworkMethod)","u":"configureSandbox(org.robolectric.internal.bytecode.Sandbox,org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.shadows","c":"ShadowBasicTagTechnology","l":"connect()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"connect()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"connect()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"connect(int, WifiManager.ActionListener)","u":"connect(int,android.net.wifi.WifiManager.ActionListener)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"connect(WifiConfiguration, WifiManager.ActionListener)","u":"connect(android.net.wifi.WifiConfiguration,android.net.wifi.WifiManager.ActionListener)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"connectGatt(Context, boolean, BluetoothGattCallback)","u":"connectGatt(android.content.Context,boolean,android.bluetooth.BluetoothGattCallback)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"connectGatt(Context, boolean, BluetoothGattCallback, int)","u":"connectGatt(android.content.Context,boolean,android.bluetooth.BluetoothGattCallback,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"connectGatt(Context, boolean, BluetoothGattCallback, int, int, Handler)","u":"connectGatt(android.content.Context,boolean,android.bluetooth.BluetoothGattCallback,int,int,android.os.Handler)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"connectionKeepAliveStrategy"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"connectionManager"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"connectionReuseStrategy"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"connManager"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"ConscryptModeConfigurer(Properties)","u":"%3Cinit%3E(java.util.Properties)"},{"p":"org.robolectric.util","c":"Scheduler.IdleState","l":"CONSTANT_IDLE"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementsValidator","l":"CONSTRUCTOR_METHOD_NAME"},{"p":"org.robolectric.internal.bytecode","c":"ShadowConstants","l":"CONSTRUCTOR_METHOD_NAME"},{"p":"org.robolectric.shadows","c":"ShadowInputEventReceiver","l":"consumeBatchedInputEvents(long)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"consumeContent()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"consumeContent()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"contains(double, double)","u":"contains(double,double)"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"contains(double, double, double, double)","u":"contains(double,double,double,double)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"contains(int, int)","u":"contains(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"contains(int, int)","u":"contains(int,int)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"containsHeader(String)","u":"containsHeader(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"containsHeader(String)","u":"containsHeader(java.lang.String)"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"ContentProviderData(String, MetaData, String, Map, List)","u":"%3Cinit%3E(java.lang.String,org.robolectric.manifest.MetaData,java.lang.String,java.util.Map,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"context"},{"p":"org.robolectric.res","c":"AttributeResource","l":"contextPackageName"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"controlTransfer(int, int, int, int, byte[], int, int)","u":"controlTransfer(int,int,int,int,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"controlTransfer(int, int, int, int, byte[], int, int, int)","u":"controlTransfer(int,int,int,int,byte[],int,int,int)"},{"p":"org.robolectric.shadows","c":"Converter","l":"Converter()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"Converter2","l":"Converter2()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"ResourceValueConverter","l":"convertRawValue(String)","u":"convertRawValue(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"convertToShadowName(String)","u":"convertToShadowName(java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag.Entry","l":"cookie"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag.Entry","l":"copy()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"copy()"},{"p":"org.robolectric.res","c":"ThemeStyleSet","l":"copy()"},{"p":"org.robolectric.shadows","c":"ShadowWifiConfiguration","l":"copy()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"copy(Bitmap.Config, boolean)","u":"copy(android.graphics.Bitmap.Config,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowFileUtils","l":"copy(FileDescriptor, FileDescriptor, FileUtils.ProgressListener, CancellationSignal, long)","u":"copy(java.io.FileDescriptor,java.io.FileDescriptor,android.os.FileUtils.ProgressListener,android.os.CancellationSignal,long)"},{"p":"org.robolectric.shadows","c":"ShadowFileUtils","l":"copy(FileDescriptor, FileDescriptor, long, CancellationSignal, Executor, FileUtils.ProgressListener)","u":"copy(java.io.FileDescriptor,java.io.FileDescriptor,long,android.os.CancellationSignal,java.util.concurrent.Executor,android.os.FileUtils.ProgressListener)"},{"p":"org.robolectric.util","c":"Util","l":"copy(InputStream, OutputStream)","u":"copy(java.io.InputStream,java.io.OutputStream)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"copyBackForwardList()"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"copyFrom(DisplayConfig)","u":"copyFrom(org.robolectric.android.internal.DisplayConfig)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"copyPixelsFromBuffer(Buffer)","u":"copyPixelsFromBuffer(java.nio.Buffer)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"copyPixelsToBuffer(Buffer)","u":"copyPixelsToBuffer(java.nio.Buffer)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"copyStringToBuffer(int, CharArrayBuffer)","u":"copyStringToBuffer(int,android.database.CharArrayBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"copyStringToBuffer(int, CharArrayBuffer)","u":"copyStringToBuffer(int,android.database.CharArrayBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"copyTheme(int, int)","u":"copyTheme(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"copyTheme(int, int)","u":"copyTheme(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"copyTheme(long, long)","u":"copyTheme(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"copyTheme(long, long)","u":"copyTheme(long,long)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"copyTo(DisplayInfo)","u":"copyTo(android.view.DisplayInfo)"},{"p":"org.robolectric.shadows","c":"ShadowFloatMath","l":"cos(float)"},{"p":"org.robolectric.shadows","c":"ShadowTrace.Counter","l":"Counter()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"country"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"CppApkAssets(ZipArchiveHandle, String)","u":"%3Cinit%3E(org.robolectric.res.android.ZipArchiveHandle,java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"CppAssetManager()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"CppAssetManager2()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"create()"},{"p":"org.robolectric.android.controller","c":"BackupAgentController","l":"create()"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"create()"},{"p":"org.robolectric.android.controller","c":"ContentProviderController","l":"create()"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"create()"},{"p":"org.robolectric.android.controller","c":"IntentServiceController","l":"create()"},{"p":"org.robolectric.android.controller","c":"ServiceController","l":"create()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder","l":"create()"},{"p":"org.robolectric.shadows","c":"PolicyValueFactory","l":"create()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"create()"},{"p":"org.robolectric.util","c":"SoftThreadLocal","l":"create()"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"create(Bundle)","u":"create(android.os.Bundle)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"create(Bundle)","u":"create(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"create(Context)","u":"create(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"create(Context, int)","u":"create(android.content.Context,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"create(Context, Uri)","u":"create(android.content.Context,android.net.Uri)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"create(int, Bundle)","u":"create(int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"PhoneCapabilityFactory","l":"create(int, int, boolean, int[])","u":"create(int,int,boolean,int[])"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog.StatsLogItem","l":"create(int, int, byte[])","u":"create(int,int,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter.CapabilityFailureInfo","l":"create(int, long)","u":"create(int,long)"},{"p":"org.robolectric.shadows","c":"AttestedKeyPairFactory","l":"create(KeyPair, Certificate[])","u":"create(java.security.KeyPair,java.security.cert.Certificate[])"},{"p":"org.robolectric.shadows","c":"DevicePolicyStateBuilder","l":"create(Map>>)","u":"create(java.util.Map)"},{"p":"org.robolectric.res.builder","c":"XmlBlock","l":"create(Path, String)","u":"create(java.nio.file.Path,java.lang.String)"},{"p":"org.robolectric.android.controller","c":"ContentProviderController","l":"create(ProviderInfo)","u":"create(android.content.pm.ProviderInfo)"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"create(Resources, int[], int[], int[], int, CharSequence[])","u":"create(android.content.res.Resources,int[],int[],int[],int,java.lang.CharSequence[])"},{"p":"org.robolectric.android.controller","c":"ContentProviderController","l":"create(String)","u":"create(java.lang.String)"},{"p":"org.robolectric.shadows","c":"PolicyKeyFactory","l":"create(String)","u":"create(java.lang.String)"},{"p":"org.robolectric.util","c":"TempDirectory","l":"create(String)","u":"create(java.lang.String)"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"create(String, byte[])","u":"create(java.lang.String,byte[])"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"create(String, byte[], int)","u":"create(java.lang.String,byte[],int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"create(String, int)","u":"create(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.CloudMediaChangedEvent","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"create(Typeface, int)","u":"create(android.graphics.Typeface,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"create(Typeface, int, boolean)","u":"create(android.graphics.Typeface,int,boolean)"},{"p":"org.robolectric.shadows","c":"EnforcingAdminFactory","l":"create(UserHandle, String, Authority)","u":"create(android.os.UserHandle,java.lang.String,android.app.admin.Authority)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createAccelerateDecelerateInterpolator()"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createAccelerateDecelerateInterpolator()"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createAccelerateInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createAccelerateInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"createActiveRecordingConfiguration(int, int, String)","u":"createActiveRecordingConfiguration(int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl._ContextImpl_","l":"createActivityContext(ActivityThread, LoadedApk, ActivityInfo, IBinder, int, Configuration)","u":"createActivityContext(android.app.ActivityThread,android.app.LoadedApk,android.content.pm.ActivityInfo,android.os.IBinder,int,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"createAdapter(Object)","u":"createAdapter(java.lang.Object)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"createAndroidManifest(ManifestIdentifier)","u":"createAndroidManifest(org.robolectric.internal.ManifestIdentifier)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createAnticipateInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createAnticipateInterpolator(float)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createAnticipateOvershootInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createAnticipateOvershootInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl._ContextImpl_","l":"createAppContext(ActivityThread, LoadedApk)","u":"createAppContext(android.app.ActivityThread,android.app.LoadedApk)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createAshmemBitmap()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"createAudioPlaybackConfiguration(AudioAttributes)","u":"createAudioPlaybackConfiguration(android.media.AudioAttributes)"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"createAuthenticationResult()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(Bitmap, int, int, int, int, Matrix, boolean)","u":"createBitmap(android.graphics.Bitmap,int,int,int,int,android.graphics.Matrix,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(DisplayMetrics, int, int, Bitmap.Config)","u":"createBitmap(android.util.DisplayMetrics,int,int,android.graphics.Bitmap.Config)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(DisplayMetrics, int, int, Bitmap.Config, boolean)","u":"createBitmap(android.util.DisplayMetrics,int,int,android.graphics.Bitmap.Config,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(DisplayMetrics, int[], int, int, int, int, Bitmap.Config)","u":"createBitmap(android.util.DisplayMetrics,int[],int,int,int,int,android.graphics.Bitmap.Config)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(int, int, Bitmap.Config)","u":"createBitmap(int,int,android.graphics.Bitmap.Config)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(int, int, Bitmap.Config, boolean, ColorSpace)","u":"createBitmap(int,int,android.graphics.Bitmap.Config,boolean,android.graphics.ColorSpace)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createBitmap(int[], int, int, int, int, Bitmap.Config)","u":"createBitmap(int[],int,int,int,int,android.graphics.Bitmap.Config)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"createBond()"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createBounceInterpolator()"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createBounceInterpolator()"},{"p":"org.robolectric.shadows","c":"ShadowFontBuilder","l":"createBuffer(AssetManager, String, boolean, int)","u":"createBuffer(android.content.res.AssetManager,java.lang.String,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"createBuffer(AssetManager, String, boolean, int)","u":"createBuffer(android.content.res.AssetManager,java.lang.String,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowCameraDeviceImpl","l":"createCaptureRequest(int)"},{"p":"org.robolectric.shadows","c":"ShadowCameraDeviceImpl","l":"createCaptureSession(List, CameraCaptureSession.StateCallback, Handler)","u":"createCaptureSession(java.util.List,android.hardware.camera2.CameraCaptureSession.StateCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowCameraDeviceImpl","l":"createCaptureSession(SessionConfiguration)","u":"createCaptureSession(android.hardware.camera2.params.SessionConfiguration)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"createClassHandler(ShadowMap, Sandbox)","u":"createClassHandler(org.robolectric.internal.bytecode.ShadowMap,org.robolectric.internal.bytecode.Sandbox)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"createClassHandler(ShadowMap, Sandbox)","u":"createClassHandler(org.robolectric.internal.bytecode.ShadowMap,org.robolectric.internal.bytecode.Sandbox)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"createClassLoaderConfig(FrameworkMethod)","u":"createClassLoaderConfig(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"createClassLoaderConfig(FrameworkMethod)","u":"createClassLoaderConfig(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"createClient(Context, ContextHubInfo, PendingIntent, long)","u":"createClient(android.content.Context,android.hardware.location.ContextHubInfo,android.app.PendingIntent,long)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"createClient(Object, Object)","u":"createClient(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"createClient(Object, Object, Object)","u":"createClient(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"createClient(Object, Object, Object, Object)","u":"createClient(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"createConfirmFactoryResetCredentialIntent(CharSequence, CharSequence, CharSequence)","u":"createConfirmFactoryResetCredentialIntent(java.lang.CharSequence,java.lang.CharSequence,java.lang.CharSequence)"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"createConnectRequest(HttpRoute, HttpContext)","u":"createConnectRequest(org.apache.http.conn.routing.HttpRoute,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createCycleInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createCycleInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowDateIntervalFormat","l":"createDateIntervalFormat(String, String, String)","u":"createDateIntervalFormat(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"createdCameras"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createDecelerateInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createDecelerateInterpolator(float)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"createDeepProxy(Class)","u":"createDeepProxy(java.lang.Class)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"createDelegatingProxy(Class, Object)","u":"createDelegatingProxy(java.lang.Class,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"createDeletedEntity(String)","u":"createDeletedEntity(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"createDirectChannel(MemoryFile)","u":"createDirectChannel(android.os.MemoryFile)"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector","l":"createEventPayload(boolean, boolean, AudioFormat, int, byte[])","u":"createEventPayload(boolean,boolean,android.media.AudioFormat,int,byte[])"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"createExecutorService()"},{"p":"org.robolectric.internal.dependency","c":"MavenArtifactFetcher","l":"createFetchToFileTask(URL, File)","u":"createFetchToFileTask(java.net.URL,java.io.File)"},{"p":"org.robolectric.util","c":"TempDirectory","l":"createFile(String, String)","u":"createFile(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEuiccManager","l":"createForCardId(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"createForPhoneAccountHandle(PhoneAccountHandle)","u":"createForPhoneAccountHandle(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"createForSubscriptionId(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"createForSubscriptionId(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromAsset(AssetManager, String)","u":"createFromAsset(android.content.res.AssetManager,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"createFromAsset(AssetManager.AssetInputStream, boolean, ImageDecoder.Source)","u":"createFromAsset(android.content.res.AssetManager.AssetInputStream,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"createFromAsset(AssetManager.AssetInputStream, ImageDecoder.Source)","u":"createFromAsset(android.content.res.AssetManager.AssetInputStream,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromFamilies(Object)","u":"createFromFamilies(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromFamiliesWithDefault(Object)","u":"createFromFamiliesWithDefault(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromFamiliesWithDefault(Object, Object, Object)","u":"createFromFamiliesWithDefault(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromFamiliesWithDefault(Object, Object, Object, Object)","u":"createFromFamiliesWithDefault(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromFile(File)","u":"createFromFile(java.io.File)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromFile(String)","u":"createFromFile(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDrawable","l":"createFromResourceId(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromResources(AssetManager, String, int)","u":"createFromResources(android.content.res.AssetManager,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createFromResources(Object, Object, Object)","u":"createFromResources(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"createFromShadowProviders(List)","u":"createFromShadowProviders(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"createFuture(Callable)","u":"createFuture(java.util.concurrent.Callable)"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"createGroup(WifiP2pManager.Channel, WifiP2pManager.ActionListener)","u":"createGroup(android.net.wifi.p2p.WifiP2pManager.Channel,android.net.wifi.p2p.WifiP2pManager.ActionListener)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareRenderer","l":"createHardwareBitmap(Object, Object, Object)","u":"createHardwareBitmap(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowThreadedRenderer","l":"createHardwareBitmap(Object, Object, Object)","u":"createHardwareBitmap(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"createHitTestResult(int, String)","u":"createHitTestResult(int,java.lang.String)"},{"p":"org.robolectric.util","c":"TempDirectory","l":"createIfNotExists(String)","u":"createIfNotExists(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowOverlayConfig","l":"createImmutableFrameworkIdmapsInZygote()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"createInsecureL2capChannel(int)"},{"p":"org.robolectric.shadows","c":"ShadowCookieSyncManager","l":"createInstance(Context)","u":"createInstance(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"createInstanceInfo(ContextHubInfo, int, long, int)","u":"createInstanceInfo(android.hardware.location.ContextHubInfo,int,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"createL2capChannel(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"createLaunchEmergencyDialerIntent(String)","u":"createLaunchEmergencyDialerIntent(java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createLinearInterpolator()"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createLinearInterpolator()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"createListener"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"createLockFile()"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createLutInterpolator(float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createLutInterpolator(float[])"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"createManageBlockedNumbersIntent()"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"createMavenFetcher(String, String, String, String, int, File, ExecutorService)","u":"createMavenFetcher(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.io.File,java.util.concurrent.ExecutorService)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"createMockTag()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"createMulticastLock(String)","u":"createMulticastLock(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"createNodesFromPathData(String)","u":"createNodesFromPathData(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"createNotificationChannel(Object)","u":"createNotificationChannel(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"createNotificationChannelGroup(Object)","u":"createNotificationChannelGroup(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"createNotificationChannelGroups(List)","u":"createNotificationChannelGroups(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"createNotificationChannels(List)","u":"createNotificationChannels(java.util.List)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"createNullProxy(Class)","u":"createNullProxy(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"createOnDeviceSpeechRecognizer(Context)","u":"createOnDeviceSpeechRecognizer(android.content.Context)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createOvershootInterpolator(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createOvershootInterpolator(float)"},{"p":"org.robolectric.shadows","c":"LegacyManifestParser","l":"createPackage(AndroidManifest)","u":"createPackage(org.robolectric.manifest.AndroidManifest)"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"createPair()"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"createPathFromPathData(String)","u":"createPathFromPathData(java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"NativeInterpolatorFactoryNatives","l":"createPathInterpolator(float[], float[])","u":"createPathInterpolator(float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory","l":"createPathInterpolator(float[], float[])","u":"createPathInterpolator(float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"createPipe()"},{"p":"org.robolectric.shadows","c":"ShadowCamcorderProfile","l":"createProfile(int, int, int, int, int, int, int, int, int, int, int, int)","u":"createProfile(int,int,int,int,int,int,int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"createProfile(String, String, Set)","u":"createProfile(java.lang.String,java.lang.String,java.util.Set)"},{"p":"org.robolectric.internal.bytecode","c":"ProxyMaker","l":"createProxy(Class, T)","u":"createProxy(java.lang.Class,T)"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"createReliablePipe()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"createRequestInteractAcrossProfilesIntent()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"createRfcommSocketToServiceRecord(UUID)","u":"createRfcommSocketToServiceRecord(java.util.UUID)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"createScaledBitmap(Bitmap, int, int, boolean)","u":"createScaledBitmap(android.graphics.Bitmap,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"createSensorEvent()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"createSensorEvent(int)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"createSensorEvent(int, int)","u":"createSensorEvent(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"createSession(PackageInstaller.SessionParams)","u":"createSession(android.content.pm.PackageInstaller.SessionParams)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"createShortcutResultIntent(ShortcutInfo)","u":"createShortcutResultIntent(android.content.pm.ShortcutInfo)"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"createSpeechRecognizer(Context, ComponentName)","u":"createSpeechRecognizer(android.content.Context,android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl._ContextImpl_","l":"createSystemContext(ActivityThread)","u":"createSystemContext(android.app.ActivityThread)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"createTelephonyDisplayInfo(int, int)","u":"createTelephonyDisplayInfo(int,int)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"createTest()"},{"p":"org.robolectric","c":"RobolectricTestRunner.HelperTestRunner","l":"createTest()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"createTheme()"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"createTunnelToProxy(HttpRoute, int, HttpContext)","u":"createTunnelToProxy(org.apache.http.conn.routing.HttpRoute,int,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"createTunnelToTarget(HttpRoute, HttpContext)","u":"createTunnelToTarget(org.apache.http.conn.routing.HttpRoute,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"createUnderlyingTypeface(String, int)","u":"createUnderlyingTypeface(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHost","l":"createView(Context, int, AppWidgetProviderInfo)","u":"createView(android.content.Context,int,android.appwidget.AppWidgetProviderInfo)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager","l":"createVirtualDevice(int, VirtualDeviceParams)","u":"createVirtualDevice(int,android.companion.virtual.VirtualDeviceParams)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"createWebMessageChannel()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"createWidget(Class extends AppWidgetProvider>, int)","u":"createWidget(java.lang.Class,int)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"createWidgets(Class extends AppWidgetProvider>, int, int)","u":"createWidgets(java.lang.Class,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"createWifiLock(int, String)","u":"createWifiLock(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"createWifiLock(String)","u":"createWifiLock(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"CREATOR"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"CREATOR"},{"p":"org.robolectric.shadows","c":"ShadowSigningInfo","l":"CREATOR"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"CREATOR"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataInput","l":"ctor(FileDescriptor)","u":"ctor(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataOutput","l":"ctor(FileDescriptor)","u":"ctor(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"cubicTo(float, float, float, float, float, float)","u":"cubicTo(float,float,float,float,float,float)"},{"p":"org.robolectric.versioning","c":"AndroidVersions","l":"CURRENT"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"currentActivityThread()"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"currentAnnotation"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"currentApplication()"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"currentElement"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"currentGnssTimeClock()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.CloudMediaChangedEvent","l":"currentMediaCollectionId()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"currentModeType"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"currentNetworkTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"currentNetworkTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"currentNightMode"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"currentSegment(double[])"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"currentSegment(float[])"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"currentSegment(float[], float)","u":"currentSegment(float[],float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"currentThreadTimeMicro()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"currentThreadTimeMicro()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"currentThreadTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"currentThreadTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"currentTimeMicro()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"currentTimeMicro()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"currentTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowSystem","l":"currentTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"currentTimeMillis()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"currentToCanonicalPackageNames(String[])","u":"currentToCanonicalPackageNames(java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"d(String, String)","u":"d(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"d(String, String, Throwable)","u":"d(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"data"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadData","l":"data"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadDataWithBaseURL","l":"data"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"DATA_NULL_EMPTY"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"DATA_NULL_UNDEFINED"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"data()"},{"p":"org.robolectric.manifest","c":"IntentFilterData.DataAuthority","l":"DataAuthority(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"dataChanged()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"DataMessageParams(String, String, short, byte[], PendingIntent, PendingIntent)","u":"%3Cinit%3E(java.lang.String,java.lang.String,short,byte[],android.app.PendingIntent,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"dataSize()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"dataType"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"deactivate()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"deactivate()"},{"p":"org.robolectric.util","c":"Logger","l":"debug(String, Object...)","u":"debug(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"declareActionUnbindable(String)","u":"declareActionUnbindable(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"declareComponentUnbindable(ComponentName)","u":"declareComponentUnbindable(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeByteArray(byte[], int, int)","u":"decodeByteArray(byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeByteArray(byte[], int, int, BitmapFactory.Options)","u":"decodeByteArray(byte[],int,int,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeFile(String)","u":"decodeFile(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeFile(String, BitmapFactory.Options)","u":"decodeFile(java.lang.String,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options)","u":"decodeFileDescriptor(java.io.FileDescriptor,android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.res.android","c":"ResourceString.Type","l":"decoder()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"decodeRegion(Rect, BitmapFactory.Options)","u":"decodeRegion(android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeResource(Resources, int, BitmapFactory.Options)","u":"decodeResource(android.content.res.Resources,int,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"decodeResource(Resources, int, BitmapFactory.Options)","u":"decodeResource(android.content.res.Resources,int,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeResourceStream(Resources, TypedValue, InputStream, Rect, BitmapFactory.Options)","u":"decodeResourceStream(android.content.res.Resources,android.util.TypedValue,java.io.InputStream,android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.plugins","c":"DefaultSdkPicker","l":"decodeSdk(int, int, int, int, int)","u":"decodeSdk(int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeStream(InputStream)","u":"decodeStream(java.io.InputStream)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"decodeStream(InputStream, Rect, BitmapFactory.Options)","u":"decodeStream(java.io.InputStream,android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"decodeStream(InputStream, Rect, BitmapFactory.Options)","u":"decodeStream(java.io.InputStream,android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.res.android","c":"ResourceString","l":"decodeString(ByteBuffer, int, ResourceString.Type)","u":"decodeString(java.nio.ByteBuffer,int,org.robolectric.res.android.ResourceString.Type)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor.Decorator","l":"decorate(MutableClass)","u":"decorate(org.robolectric.internal.bytecode.MutableClass)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowDecorator","l":"decorate(MutableClass)","u":"decorate(org.robolectric.internal.bytecode.MutableClass)"},{"p":"org.robolectric.shadows","c":"ShadowPhoneWindow","l":"decorFitsSystemWindows"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"deepEquals(Object)","u":"deepEquals(java.lang.Object)"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_APPLICATION"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_ASSET_FOLDER"},{"p":"org.robolectric.android","c":"DeviceConfig","l":"DEFAULT_DENSITY"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DEFAULT_DISABLE_MASK"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DEFAULT_DISABLE2_MASK"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_FONT_SCALE"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_MANIFEST_NAME"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"DEFAULT_MAX_VOLUME"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"DEFAULT_MIN_BUFFER_SIZE"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_PACKAGE_NAME"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_QUALIFIERS"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_RES_FOLDER"},{"p":"org.robolectric.android","c":"DeviceConfig","l":"DEFAULT_SCREEN_SIZE"},{"p":"org.robolectric.annotation","c":"Implementation","l":"DEFAULT_SDK"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"DEFAULT_SECONDARY_USER_ID"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"DEFAULT_STORAGE_FREE_BYTES"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"DEFAULT_STORAGE_TOTAL_BYTES"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_VALUE_INT"},{"p":"org.robolectric.annotation","c":"Config","l":"DEFAULT_VALUE_STRING"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"DEFAULT_VOLUME"},{"p":"org.robolectric.pluginapi.config","c":"Configurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"SQLiteModeConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.plugins","c":"TextLayoutModeConfigurer","l":"defaultConfig()"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"defaultInjector()"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"defaultInjector()"},{"p":"org.robolectric.internal","c":"DefaultManifestFactory","l":"DefaultManifestFactory(Properties)","u":"%3Cinit%3E(java.util.Properties)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"defaultModeId"},{"p":"org.robolectric.nativeruntime","c":"DefaultNativeRuntimeLoader","l":"DefaultNativeRuntimeLoader()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams)","u":"%3Cinit%3E(org.apache.http.protocol.HttpRequestExecutor,org.apache.http.conn.ClientConnectionManager,org.apache.http.ConnectionReuseStrategy,org.apache.http.conn.ConnectionKeepAliveStrategy,org.apache.http.conn.routing.HttpRoutePlanner,org.apache.http.protocol.HttpProcessor,org.apache.http.client.HttpRequestRetryHandler,org.apache.http.client.RedirectHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.UserTokenHandler,org.apache.http.params.HttpParams)"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams)","u":"%3Cinit%3E(org.apache.commons.logging.Log,org.apache.http.protocol.HttpRequestExecutor,org.apache.http.conn.ClientConnectionManager,org.apache.http.ConnectionReuseStrategy,org.apache.http.conn.ConnectionKeepAliveStrategy,org.apache.http.conn.routing.HttpRoutePlanner,org.apache.http.protocol.HttpProcessor,org.apache.http.client.HttpRequestRetryHandler,org.apache.http.client.RedirectHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.AuthenticationHandler,org.apache.http.client.UserTokenHandler,org.apache.http.params.HttpParams)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.DefaultRequestMatcher","l":"DefaultRequestMatcher(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"defaults()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider.DefaultSdk","l":"DefaultSdk(int, String, String, String, int)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"org.robolectric.plugins","c":"DefaultSdkPicker","l":"DefaultSdkPicker(SdkCollection, Properties)","u":"%3Cinit%3E(org.robolectric.plugins.SdkCollection,java.util.Properties)"},{"p":"org.robolectric.plugins","c":"DefaultSdkPicker","l":"DefaultSdkPicker(SdkCollection, String)","u":"%3Cinit%3E(org.robolectric.plugins.SdkCollection,java.lang.String)"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider","l":"DefaultSdkProvider(DependencyResolver)","u":"%3Cinit%3E(org.robolectric.internal.dependency.DependencyResolver)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"defaultsFor(Class)","u":"defaultsFor(java.lang.Class)"},{"p":"org.robolectric","c":"DefaultTestLifecycle","l":"DefaultTestLifecycle()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"defaultValueForType(String)","u":"defaultValueForType(java.lang.String)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"defineEntityReplacementText(String, String)","u":"defineEntityReplacementText(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator.PrimitiveEffect","l":"delay"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"delete()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"delete(Uri, String, String[])","u":"delete(android.net.Uri,java.lang.String,java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"delete(Uri, String, String[])","u":"delete(android.net.Uri,java.lang.String,java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"deleteApplicationCacheFiles(String, IPackageDataObserver)","u":"deleteApplicationCacheFiles(java.lang.String,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"deleteApplicationCacheFilesAsUser(String, int, IPackageDataObserver)","u":"deleteApplicationCacheFilesAsUser(java.lang.String,int,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.shadows","c":"ShadowIncidentManager","l":"deleteIncidentReports(Uri)","u":"deleteIncidentReports(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"deleteModule(String)","u":"deleteModule(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"deleteNotificationChannel(String)","u":"deleteNotificationChannel(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"deleteNotificationChannelGroup(String)","u":"deleteNotificationChannelGroup(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"deletePackage(String)","u":"deletePackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"deletePackage(String, IPackageDeleteObserver, int)","u":"deletePackage(java.lang.String,android.content.pm.IPackageDeleteObserver,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"deletePackage(String, IPackageDeleteObserver, int)","u":"deletePackage(java.lang.String,android.content.pm.IPackageDeleteObserver,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"deletePackageAsUser(String, IPackageDeleteObserver, int, int)","u":"deletePackageAsUser(java.lang.String,android.content.pm.IPackageDeleteObserver,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowVpnManager","l":"deleteProvisionedVpnProfile()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"deleteTheme(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"deleteTheme(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"deleteTheme(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"deleteTheme(long)"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"density"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_DEFAULT"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"DENSITY_DPI"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_DPI_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_DPI_MDPI"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_DPI_NONE"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_DPI_UNDEFINED"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_HIGH"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_LOW"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_MEDIUM"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_NONE"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_TV"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_XHIGH"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_XXHIGH"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"DENSITY_XXXHIGH"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRequestMode","l":"DENY_ALL"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"denyIncomingCall(ShadowTelecomManager.IncomingCallRecord)","u":"denyIncomingCall(org.robolectric.shadows.ShadowTelecomManager.IncomingCallRecord)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"denyOutgoingCall(ShadowTelecomManager.OutgoingCallRecord)","u":"denyOutgoingCall(org.robolectric.shadows.ShadowTelecomManager.OutgoingCallRecord)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"denyPermissions(int, int, String...)","u":"denyPermissions(int,int,java.lang.String...)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"denyPermissions(String...)","u":"denyPermissions(java.lang.String...)"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"DependencyJar(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"DependencyJar(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.internal","c":"DeprecatedMethodMarkerException","l":"DeprecatedMethodMarkerException()","u":"%3Cinit%3E()"},{"p":"org.robolectric.errorprone.bugpatterns","c":"DeprecatedMethodsCheck","l":"DeprecatedMethodsCheck()","u":"%3Cinit%3E()"},{"p":"org.robolectric","c":"RobolectricTestRunner.DeprecatedTestRunnerDefaultConfigProvider","l":"DeprecatedTestRunnerDefaultConfigProvider()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"describeContents()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"describeContents()"},{"p":"org.robolectric.res.android","c":"ResourceTable.flag_entry","l":"description"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService.GestureDispatch","l":"description()"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"destroy()"},{"p":"org.robolectric.android.controller","c":"BackupAgentController","l":"destroy()"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"destroy()"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"destroy()"},{"p":"org.robolectric.android.controller","c":"IntentServiceController","l":"destroy()"},{"p":"org.robolectric.android.controller","c":"ServiceController","l":"destroy()"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"destroy()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"destroy()"},{"p":"org.robolectric.util","c":"TempDirectory","l":"destroy()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"destroyAsset(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"destroyAsset(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"destroyAsset(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"destroyAsset(long)"},{"p":"org.robolectric.shadows","c":"ShadowDateIntervalFormat","l":"destroyDateIntervalFormat(long)"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"determineRoute(HttpHost, HttpRequest, HttpContext)","u":"determineRoute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowInputEvent","l":"device"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothServerSocket","l":"deviceConnected(BluetoothDevice)","u":"deviceConnected(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowInputManager","l":"deviceHasKeys(int, int[])","u":"deviceHasKeys(int,int[])"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"didClearCacheIncludeDiskFiles()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"didRequestLayout()"},{"p":"org.robolectric.res","c":"ResType","l":"DIMEN"},{"p":"org.robolectric.res.android","c":"DataType","l":"DIMENSION"},{"p":"org.robolectric.util.reflector","c":"ForType","l":"direct()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"directInitialize(Class>)","u":"directInitialize(java.lang.Class)"},{"p":"org.robolectric.internal","c":"IShadow","l":"directInitialize(Class>)","u":"directInitialize(java.lang.Class)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"directInitialize(Class>)","u":"directInitialize(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"directlyOn(Class, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal","c":"IShadow","l":"directlyOn(Class, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"directlyOn(Class, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"directlyOn(Object, String, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(java.lang.Object,java.lang.String,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal","c":"IShadow","l":"directlyOn(Object, String, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(java.lang.Object,java.lang.String,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"directlyOn(Object, String, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(java.lang.Object,java.lang.String,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"directlyOn(T, Class)","u":"directlyOn(T,java.lang.Class)"},{"p":"org.robolectric.internal","c":"IShadow","l":"directlyOn(T, Class)","u":"directlyOn(T,java.lang.Class)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"directlyOn(T, Class)","u":"directlyOn(T,java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"directlyOn(T, Class, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(T,java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal","c":"IShadow","l":"directlyOn(T, Class, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(T,java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"directlyOn(T, Class, String, ReflectionHelpers.ClassParameter...)","u":"directlyOn(T,java.lang.Class,java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"directMethodName(MutableClass, String)","u":"directMethodName(org.robolectric.internal.bytecode.MutableClass,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"directMethodName(String, String)","u":"directMethodName(java.lang.String,java.lang.String)"},{"p":"org.robolectric.internal","c":"IShadow","l":"directMethodName(String, String)","u":"directMethodName(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"directMethodName(String, String)","u":"directMethodName(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_CLOCK"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_EXPAND"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_HOME"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_NONE"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_NOTIFICATION_ALERTS"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_RECENT"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE_SEARCH"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"disable()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"disable()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"disable(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"disable(int)"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE2_NONE"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"DISABLE2_ROTATE_SUGGESTIONS"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"disable2(int)"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"disableCarMode(int)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"disableForegroundDispatch(Activity)","u":"disableForegroundDispatch(android.app.Activity)"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager.ShadowKeyguardLock","l":"disableKeyguard()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"disableNetwork(int)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"disableReaderMode(Activity)","u":"disableReaderMode(android.app.Activity)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkScoreManager","l":"disableScoring()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"disableShortcuts(List)","u":"disableShortcuts(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"disableShortcuts(List, CharSequence)","u":"disableShortcuts(java.util.List,java.lang.CharSequence)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"disableVsync()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"disableVsync()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"disallowCharacteristicNotification(BluetoothGattCharacteristic)","u":"disallowCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"disassociate(int)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"disassociate(String)","u":"disassociate(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"disconnect()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"discoverServices()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"dismiss()"},{"p":"org.robolectric.shadows","c":"ShadowPopupMenu","l":"dismiss()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"dismissDialog(int)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"dispatchActivityResult(String, int, int, Intent)","u":"dispatchActivityResult(java.lang.String,int,int,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"dispatchActivityResult(String, int, int, Intent, String)","u":"dispatchActivityResult(java.lang.String,int,int,android.content.Intent,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"dispatchGesture(GestureDescription, AccessibilityService.GestureResultCallback, Handler)","u":"dispatchGesture(android.accessibilityservice.GestureDescription,android.accessibilityservice.AccessibilityService.GestureResultCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"dispatchMediaKeyEvent(KeyEvent)","u":"dispatchMediaKeyEvent(android.view.KeyEvent)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(int, int, Rect, Rect, boolean, Configuration)","u":"dispatchResized(int,int,android.graphics.Rect,android.graphics.Rect,boolean,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect)","u":"dispatchResized(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, boolean, Configuration)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, Rect, boolean, Configuration)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, Rect, Rect, boolean, Configuration)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Configuration)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,android.content.res.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Configuration, Rect, boolean, boolean)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,android.content.res.Configuration,android.graphics.Rect,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Object, Rect, boolean, boolean, int)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,java.lang.Object,android.graphics.Rect,boolean,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"dispatchResized(Rect, Rect, Rect, Rect, Rect, Rect, boolean, Object, Rect, boolean, boolean, int, Object)","u":"dispatchResized(android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,android.graphics.Rect,boolean,java.lang.Object,android.graphics.Rect,boolean,boolean,int,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"dispatchTagDiscovered(Tag)","u":"dispatchTagDiscovered(android.nfc.Tag)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"displayCompletions(View, CompletionInfo[])","u":"displayCompletions(android.view.View,android.view.inputmethod.CompletionInfo[])"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"DisplayConfig()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"DisplayConfig(DisplayConfig)","u":"%3Cinit%3E(org.robolectric.android.internal.DisplayConfig)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"DisplayConfig(DisplayInfo)","u":"%3Cinit%3E(android.view.DisplayInfo)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"displayCutout"},{"p":"org.robolectric.android","c":"Bootstrap","l":"displaySet"},{"p":"org.robolectric.shadows","c":"ShadowCursorWindow","l":"dispose()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"dispose(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"dispose(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowInputEventReceiver","l":"dispose(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowSQLiteConnection","l":"dispose(boolean)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"DO_NOTHING"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"DO_NOTHING_HANDLER"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"DO_NOTHING_METHOD"},{"p":"org.robolectric.annotation.processing","c":"DocumentedElement","l":"DocumentedElement(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"DocumentedMethod(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.res","c":"DocumentLoader","l":"DocumentLoader(String, Path)","u":"%3Cinit%3E(java.lang.String,java.nio.file.Path)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"documentMethod(TypeElement, DocumentedMethod)","u":"documentMethod(javax.lang.model.element.TypeElement,org.robolectric.annotation.processing.DocumentedMethod)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"documentPackage(String, String)","u":"documentPackage(java.lang.String,java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.Builder","l":"documentType(TypeElement, String, List)","u":"documentType(javax.lang.model.element.TypeElement,java.lang.String,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer.ChoreographerReflector","l":"doFrame(long, int)","u":"doFrame(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer","l":"doFrame(long, int)","u":"doFrame(long,int)"},{"p":"org.robolectric.shadows.util","c":"SQLiteLibraryLoader","l":"doLoad()"},{"p":"org.robolectric.util","c":"SimpleFuture","l":"done()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"doNotAcquireClass(Class>)","u":"doNotAcquireClass(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"doNotAcquireClass(String)","u":"doNotAcquireClass(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"doNotAcquirePackage(String)","u":"doNotAcquirePackage(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"doNotInstrumentClass(String)","u":"doNotInstrumentClass(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"doNotInstrumentPackage(String)","u":"doNotInstrumentPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"doNotUseSetCrashOnIncorrectUsage(boolean)"},{"p":"org.robolectric.res","c":"StaxDocumentLoader","l":"doParse(XMLStreamReader, XmlContext)","u":"doParse(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"doPendingUninstallCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"doSetDataSource(DataSource)","u":"doSetDataSource(org.robolectric.shadows.util.DataSource)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"doStart()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimator","l":"doStart()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimatorR","l":"doStart()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"doStop()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"downloadMultimediaMessage(Context, String, Uri, Bundle, PendingIntent)","u":"downloadMultimediaMessage(android.content.Context,java.lang.String,android.net.Uri,android.os.Bundle,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"downloadMultimediaMessage(Context, String, Uri, Bundle, PendingIntent, long)","u":"downloadMultimediaMessage(android.content.Context,java.lang.String,android.net.Uri,android.os.Bundle,android.app.PendingIntent,long)"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DownloadMultimediaMessageParams","l":"DownloadMultimediaMessageParams(Uri, String, Bundle, PendingIntent, long)","u":"%3Cinit%3E(android.net.Uri,java.lang.String,android.os.Bundle,android.app.PendingIntent,long)"},{"p":"org.robolectric.android.internal","c":"LocalControlledLooper","l":"drainMainThreadUntilIdle()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapDrawable","l":"draw(Canvas)","u":"draw(android.graphics.Canvas)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"draw(Canvas)","u":"draw(android.graphics.Canvas)"},{"p":"org.robolectric.res","c":"ResType","l":"DRAWABLE"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawArc(RectF, float, float, boolean, Paint)","u":"drawArc(android.graphics.RectF,float,float,boolean,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawBitmap(Bitmap, float, float, Paint)","u":"drawBitmap(android.graphics.Bitmap,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawBitmap(Bitmap, Matrix, Paint)","u":"drawBitmap(android.graphics.Bitmap,android.graphics.Matrix,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawBitmap(Bitmap, Rect, Rect, Paint)","u":"drawBitmap(android.graphics.Bitmap,android.graphics.Rect,android.graphics.Rect,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawBitmap(Bitmap, Rect, RectF, Paint)","u":"drawBitmap(android.graphics.Bitmap,android.graphics.Rect,android.graphics.RectF,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawCircle(float, float, float, Paint)","u":"drawCircle(float,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawColor(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawLine(float, float, float, float, Paint)","u":"drawLine(float,float,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawOval(RectF, Paint)","u":"drawOval(android.graphics.RectF,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawPaint(Paint)","u":"drawPaint(android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawPath(Path, Paint)","u":"drawPath(android.graphics.Path,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawRect(float, float, float, float, Paint)","u":"drawRect(float,float,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawRect(Rect, Paint)","u":"drawRect(android.graphics.Rect,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawRoundRect(RectF, float, float, Paint)","u":"drawRoundRect(android.graphics.RectF,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawText(char[], int, int, float, float, Paint)","u":"drawText(char[],int,int,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawText(CharSequence, int, int, float, float, Paint)","u":"drawText(java.lang.CharSequence,int,int,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawText(String, float, float, Paint)","u":"drawText(java.lang.String,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"drawText(String, int, int, float, float, Paint)","u":"drawText(java.lang.String,int,int,float,float,android.graphics.Paint)"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataOutput","l":"dtor(long)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dump()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dump(PrintStream, int)","u":"dump(java.io.PrintStream,int)"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"dump(PrintStream, int)","u":"dump(java.io.PrintStream,int)"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"dump(TypedArray)","u":"dump(android.content.res.TypedArray)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dump(View)","u":"dump(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dumpAttribute(PrintStream, String, String)","u":"dumpAttribute(java.io.PrintStream,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"dumpAttributes(PrintStream)","u":"dumpAttributes(java.io.PrintStream)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dumpAttributes(PrintStream)","u":"dumpAttributes(java.io.PrintStream)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dumpFirstPart(PrintStream, int)","u":"dumpFirstPart(java.io.PrintStream,int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"dumpIndent(PrintStream, int)","u":"dumpIndent(java.io.PrintStream,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"dumpTheme(long, int, String, String)","u":"dumpTheme(long,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"dumpTheme(long, int, String, String)","u":"dumpTheme(long,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"dup()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"duration"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"DURATION"},{"p":"org.robolectric.shadows","c":"ShadowToneGenerator.Tone","l":"duration()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager.AudioFocusRequest","l":"durationHint"},{"p":"org.robolectric.res.android","c":"DataType","l":"DYNAMIC_ATTRIBUTE"},{"p":"org.robolectric.res.android","c":"DataType","l":"DYNAMIC_REFERENCE"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"e(String, String)","u":"e(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"e(String, String, Throwable)","u":"e(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglChooseConfig(EGLDisplay, int[], int, EGLConfig[], int, int, int[], int)","u":"eglChooseConfig(android.opengl.EGLDisplay,int[],int,android.opengl.EGLConfig[],int,int,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglCreateContext(EGLDisplay, EGLConfig, EGLContext, int[], int)","u":"eglCreateContext(android.opengl.EGLDisplay,android.opengl.EGLConfig,android.opengl.EGLContext,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglCreatePbufferSurface(EGLDisplay, EGLConfig, int[], int)","u":"eglCreatePbufferSurface(android.opengl.EGLDisplay,android.opengl.EGLConfig,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglCreateWindowSurface(EGLDisplay, EGLConfig, Object, int[], int)","u":"eglCreateWindowSurface(android.opengl.EGLDisplay,android.opengl.EGLConfig,java.lang.Object,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglGetCurrentContext()"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglGetDisplay(int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglGetError()"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglInitialize(EGLDisplay, int[], int, int[], int)","u":"eglInitialize(android.opengl.EGLDisplay,int[],int,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)","u":"eglMakeCurrent(android.opengl.EGLDisplay,android.opengl.EGLSurface,android.opengl.EGLSurface,android.opengl.EGLContext)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglQueryContext(EGLDisplay, EGLContext, int, int[], int)","u":"eglQueryContext(android.opengl.EGLDisplay,android.opengl.EGLContext,int,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowEGL14","l":"eglSwapBuffers(EGLDisplay, EGLSurface)","u":"eglSwapBuffers(android.opengl.EGLDisplay,android.opengl.EGLSurface)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"elapsedRealtime()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"elapsedRealtime()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"elapsedRealtimeNanos()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"elapsedRealtimeNanos()"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"elements"},{"p":"org.robolectric.nativeruntime","c":"NIOAccess","l":"elementSizeShift(Buffer)","u":"elementSizeShift(java.nio.Buffer)"},{"p":"org.robolectric.shadows","c":"ShadowTextUtils","l":"ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt)","u":"ellipsize(java.lang.CharSequence,android.text.TextPaint,float,android.text.TextUtils.TruncateAt)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"EMPTY_VALUE"},{"p":"org.robolectric.res","c":"EmptyStyle","l":"EmptyStyle()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.InvalidStateBehavior","l":"EMULATE"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"emulateRequest(HttpHost, HttpRequest, HttpContext, RequestDirector)","u":"emulateRequest(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext,org.apache.http.client.RequestDirector)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"enable()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"enable()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"enableCarMode(int)"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"enableCarMode(int, int)","u":"enableCarMode(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"enableForegroundDispatch(Activity, PendingIntent, IntentFilter[], String[][])","u":"enableForegroundDispatch(android.app.Activity,android.app.PendingIntent,android.content.IntentFilter[],java.lang.String[][])"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"enableNetwork(int, boolean)","u":"enableNetwork(int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"enablePhoneAccount(PhoneAccountHandle, boolean)","u":"enablePhoneAccount(android.telecom.PhoneAccountHandle,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"enableReaderMode(Activity, NfcAdapter.ReaderCallback, int, Bundle)","u":"enableReaderMode(android.app.Activity,android.nfc.NfcAdapter.ReaderCallback,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"enableShortcuts(List)","u":"enableShortcuts(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"enableShutterSound(boolean)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"enableSmoothTransition()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"enableSystemApp(ComponentName, String)","u":"enableSystemApp(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResourceString","l":"encodeString(String, ResourceString.Type)","u":"encodeString(java.lang.String,org.robolectric.res.android.ResourceString.Type)"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadData","l":"encoding"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadDataWithBaseURL","l":"encoding"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"END"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_span","l":"END"},{"p":"org.robolectric.res.android","c":"ResXMLParser.event_code_t","l":"END_DOCUMENT"},{"p":"org.robolectric.res.android","c":"ResXMLParser.event_code_t","l":"END_NAMESPACE"},{"p":"org.robolectric.res.android","c":"ResXMLParser.event_code_t","l":"END_TAG"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimator","l":"end()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimatorR","l":"end()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"end(Object)","u":"end(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"endAsyncSection(String, int)","u":"endAsyncSection(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"endCall()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"endSection()"},{"p":"org.robolectric.shadows","c":"ShadowLocaleManager","l":"enforceInstallerCheck(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"enforcePermissionChecks(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"enqueue(DownloadManager.Request)","u":"enqueue(android.app.DownloadManager.Request)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"enqueue(JobInfo, JobWorkItem)","u":"enqueue(android.app.job.JobInfo,android.app.job.JobWorkItem)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"enqueue(JobInfo, JobWorkItem)","u":"enqueue(android.app.job.JobInfo,android.app.job.JobWorkItem)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"enqueueMessage(Message, long)","u":"enqueueMessage(android.os.Message,long)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"enqueueMessage(Message, long)","u":"enqueueMessage(android.os.Message,long)"},{"p":"org.robolectric.nativeruntime","c":"DefaultNativeRuntimeLoader","l":"ensureLoaded()"},{"p":"org.robolectric.pluginapi","c":"NativeRuntimeLoader","l":"ensureLoaded()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"ensureProviderCreated()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"ensureStringBlocks()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"enterPictureInPictureMode()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"enterPictureInPictureMode(PictureInPictureParams)","u":"enterPictureInPictureMode(android.app.PictureInPictureParams)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"entityContentStreamsHaveBeenClosed()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag","l":"entries"},{"p":"org.robolectric.res.android","c":"DynamicRefTable","l":"entries()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResourceName","l":"entry"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag","l":"entry_count"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable.Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable.Type","l":"entryCount"},{"p":"org.robolectric.plugins","c":"DefaultSdkPicker","l":"enumerateEnabledSdks(SdkCollection, String)","u":"enumerateEnabledSdks(org.robolectric.plugins.SdkCollection,java.lang.String)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"equals(DisplayConfig)","u":"equals(org.robolectric.android.internal.DisplayConfig)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.fakes","c":"RoboIntentSender","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"MethodRef","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.res.android","c":"String8","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.res","c":"ResName","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.res","c":"ResourcePath","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.res","c":"StyleData","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.res","c":"StyleResolver","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedMainActivity","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.RoboLocationRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLog.LogItem","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowRegion","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.FontDesc","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator.PrimitiveEffect","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows.util","c":"DataSource","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.util.inject","c":"Injector.Key","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"eraseColor(int)"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementsValidator.SdkCheckMode","l":"ERROR"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"ERROR"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"error(String)","u":"error(java.lang.String)"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"error(String, AnnotationValue)","u":"error(java.lang.String,javax.lang.model.element.AnnotationValue)"},{"p":"org.robolectric.util","c":"Logger","l":"error(String, Object...)","u":"error(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.util","c":"Logger","l":"error(String, Throwable)","u":"error(java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter.CapabilityFailureInfo","l":"errorCode()"},{"p":"org.robolectric.res.android","c":"Errors","l":"Errors()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"establishRoute(HttpRoute, HttpContext)","u":"establishRoute(org.apache.http.conn.routing.HttpRoute,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"evaluateJavascript(String, ValueCallback)","u":"evaluateJavascript(java.lang.String,android.webkit.ValueCallback)"},{"p":"org.robolectric.res.android","c":"ResXMLParser.event_code_t","l":"event_code_t()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.EventBuilder","l":"EventBuilder(int, Object)","u":"%3Cinit%3E(int,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"events"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"exception"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"exceptionArray(MethodNode)","u":"exceptionArray(org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager.ModeAndException","l":"exceptionPackages"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"exceptions"},{"p":"org.robolectric.res.android","c":"Asset","l":"EXCLUDED_ASSET"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"execStartActivities(Context, IBinder, IBinder, Activity, Intent[], Bundle)","u":"execStartActivities(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Activity,android.content.Intent[],android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"execStartActivities(Context, IBinder, IBinder, Activity, Intent[], Bundle)","u":"execStartActivities(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Activity,android.content.Intent[],android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Activity,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation._Instrumentation_","l":"execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Activity,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Activity,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, Activity, Intent, int, Bundle, UserHandle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Activity,android.content.Intent,int,android.os.Bundle,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, Fragment, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,android.app.Fragment,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,java.lang.String,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation._Instrumentation_","l":"execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,java.lang.String,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,java.lang.String,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle, UserHandle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,java.lang.String,android.content.Intent,int,android.os.Bundle,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"execStartActivity(Context, IBinder, IBinder, String, Intent, int, Bundle, UserHandle)","u":"execStartActivity(android.content.Context,android.os.IBinder,android.os.IBinder,java.lang.String,android.content.Intent,int,android.os.Bundle,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpHost, HttpRequest)","u":"execute(org.apache.http.HttpHost,org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"execute(HttpHost, HttpRequest, HttpContext)","u":"execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"execute(HttpHost, HttpRequest, HttpContext)","u":"execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpHost, HttpRequest, HttpContext)","u":"execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpHost, HttpRequest, ResponseHandler extends T>)","u":"execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpHost, HttpRequest, ResponseHandler extends T>, HttpContext)","u":"execute(org.apache.http.HttpHost,org.apache.http.HttpRequest,org.apache.http.client.ResponseHandler,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpUriRequest)","u":"execute(org.apache.http.client.methods.HttpUriRequest)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpUriRequest, HttpContext)","u":"execute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpUriRequest, ResponseHandler extends T>)","u":"execute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.client.ResponseHandler)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"execute(HttpUriRequest, ResponseHandler extends T>, HttpContext)","u":"execute(org.apache.http.client.methods.HttpUriRequest,org.apache.http.client.ResponseHandler,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"execute(Params...)"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"execute(Runnable)","u":"execute(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"executeOnError(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"executeOnExecutor(Executor, Params...)","u":"executeOnExecutor(java.util.concurrent.Executor,Params...)"},{"p":"org.robolectric.shadows","c":"ShadowPausedAsyncTask","l":"executeOnExecutor(Executor, Params...)","u":"executeOnExecutor(java.util.concurrent.Executor,Params...)"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"executeOnFinished()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"executeOnMetadataChanged(MediaMetadata)","u":"executeOnMetadataChanged(android.media.MediaMetadata)"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"executeOnPlaybackStateChanged(PlaybackState)","u":"executeOnPlaybackStateChanged(android.media.session.PlaybackState)"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"executeOnProgress(float)"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"executeOnSessionDestroyed()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"executor"},{"p":"org.robolectric.preinstrumented","c":"JarInstrumentor","l":"exit(int)"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"expandActionView()"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers.CastableTo","l":"expected"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"ExpectedLogMessagesRule()","u":"%3Cinit%3E()"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectErrorsForTag(String)","u":"expectErrorsForTag(java.lang.String)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessage(int, String, Matcher)","u":"expectLogMessage(int,java.lang.String,org.hamcrest.Matcher)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessage(int, String, String)","u":"expectLogMessage(int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessagePattern(int, String, Pattern)","u":"expectLogMessagePattern(int,java.lang.String,java.util.regex.Pattern)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessagePatternWithThrowableMatcher(int, String, Pattern, Matcher)","u":"expectLogMessagePatternWithThrowableMatcher(int,java.lang.String,java.util.regex.Pattern,org.hamcrest.Matcher)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessageWithThrowable(int, String, Matcher, Matcher)","u":"expectLogMessageWithThrowable(int,java.lang.String,org.hamcrest.Matcher,org.hamcrest.Matcher)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessageWithThrowable(int, String, String, Throwable)","u":"expectLogMessageWithThrowable(int,java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"expectLogMessageWithThrowableMatcher(int, String, String, Matcher)","u":"expectLogMessageWithThrowableMatcher(int,java.lang.String,java.lang.String,org.hamcrest.Matcher)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"extendVerificationTimeout(int, int, long)","u":"extendVerificationTimeout(int,int,long)"},{"p":"org.robolectric.res","c":"Fs","l":"externalize(Path)","u":"externalize(java.nio.file.Path)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"org.robolectric.internal","c":"IShadow","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"extract(Object)","u":"extract(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"extractAlpha()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"extractAlpha(Paint, int[])","u":"extractAlpha(android.graphics.Paint,int[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"extractMetadata(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"extraFlags"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRecord","l":"extras"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.OutgoingCallRecord","l":"extras"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager.WallpaperCommandRecord","l":"extras"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"failExpeditedJob(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"failExpeditedJob(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"failOnJob(int)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"failOnJob(int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"failSetApplicationHiddenFor(Collection)","u":"failSetApplicationHiddenFor(java.util.Collection)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"FakeHttp()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"FakeHttpLayer()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"FakeSurfaceHolder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.FontDesc","l":"familyName"},{"p":"org.robolectric.internal.dependency","c":"MavenArtifactFetcher","l":"fetchArtifact(MavenJarArtifact)","u":"fetchArtifact(org.robolectric.internal.dependency.MavenJarArtifact)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"fetchUuidsWithSdp()"},{"p":"org.robolectric.res.android","c":"AssetPath","l":"file"},{"p":"org.robolectric.res","c":"ResType","l":"FILE"},{"p":"org.robolectric.util","c":"Util","l":"file(File, String...)","u":"file(java.io.File,java.lang.String...)"},{"p":"org.robolectric.util","c":"Util","l":"file(String...)","u":"file(java.lang.String...)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.FileDescriptorInterceptor","l":"FileDescriptorInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"Fs","l":"fileFromPath(String)","u":"fileFromPath(java.lang.String)"},{"p":"org.robolectric.res.android","c":"FileMap","l":"FileMap()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"fillBounds(RectF)","u":"fillBounds(android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"fillBounds(RectF)","u":"fillBounds(android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowPath","l":"fillBounds(RectF)","u":"fillBounds(android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"fillInIntent"},{"p":"org.robolectric.shadows","c":"Converter.FromAttrData","l":"fillTypedValue(AttrData, TypedValue)","u":"fillTypedValue(org.robolectric.res.AttrData,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"Converter.FromCharSequence","l":"fillTypedValue(String, TypedValue)","u":"fillTypedValue(java.lang.String,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"Converter.FromColor","l":"fillTypedValue(String, TypedValue)","u":"fillTypedValue(java.lang.String,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"Converter.FromFilePath","l":"fillTypedValue(String, TypedValue)","u":"fillTypedValue(java.lang.String,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"Converter2.FromCharSequence","l":"fillTypedValue(String, TypedValue, boolean)","u":"fillTypedValue(java.lang.String,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"Converter2.FromColor","l":"fillTypedValue(String, TypedValue, boolean)","u":"fillTypedValue(java.lang.String,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"Converter","l":"fillTypedValue(T, TypedValue)","u":"fillTypedValue(T,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"Converter2","l":"fillTypedValue(T, TypedValue, boolean)","u":"fillTypedValue(T,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowFilter","l":"filter(CharSequence, Filter.FilterListener)","u":"filter(java.lang.CharSequence,android.widget.Filter.FilterListener)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"finalize()"},{"p":"org.robolectric.res.android","c":"ResStringPool","l":"finalize()"},{"p":"org.robolectric.res.android","c":"ResXMLTree","l":"finalize()"},{"p":"org.robolectric.res.android","c":"ZipFileRO","l":"finalize()"},{"p":"org.robolectric.shadows","c":"ShadowFileObserver","l":"finalize()"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"finalize()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceControl","l":"finalize()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"finalizeWorkProfileProvisioning(UserHandle, Account)","u":"finalizeWorkProfileProvisioning(android.os.UserHandle,android.accounts.Account)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"finallyAfterTest(FrameworkMethod)","u":"finallyAfterTest(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"finallyAfterTest(FrameworkMethod)","u":"finallyAfterTest(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.res.android","c":"AttributeResolution.BagAttributeFinder","l":"find(int)"},{"p":"org.robolectric.res.android","c":"AttributeResolution.XmlAttributeFinder","l":"find(int)"},{"p":"org.robolectric.res","c":"PluralRules","l":"find(int)"},{"p":"org.robolectric.res.android","c":"AttributeResolution10.XmlAttributeFinder","l":"Find(int)"},{"p":"org.robolectric.res.android","c":"AttributeResolution9.XmlAttributeFinder","l":"Find(int)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"findAddress(String)","u":"findAddress(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAdapterView","l":"findIndexOfItemContainingText(String)","u":"findIndexOfItemContainingText(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptors","l":"findInterceptor(String, String)","u":"findInterceptor(java.lang.String,java.lang.String)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"findInterceptors()"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"findInterceptors()"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"findItem(int)"},{"p":"org.robolectric.shadows","c":"ShadowAdapterView","l":"findItemContainingText(String)","u":"findItemContainingText(java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"findMenuItem(CharSequence)","u":"findMenuItem(java.lang.CharSequence)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"findMenuItemContaining(CharSequence)","u":"findMenuItemContaining(java.lang.CharSequence)"},{"p":"org.robolectric.internal.bytecode","c":"ClassHandler","l":"findShadowMethodHandle(Class>, String, MethodType, boolean)","u":"findShadowMethodHandle(java.lang.Class,java.lang.String,java.lang.invoke.MethodType,boolean)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"findShadowMethodHandle(Class>, String, MethodType, boolean)","u":"findShadowMethodHandle(java.lang.Class,java.lang.String,java.lang.invoke.MethodType,boolean)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"findShadowMethodHandle(Class>, String, MethodType, boolean)","u":"findShadowMethodHandle(java.lang.Class,java.lang.String,java.lang.invoke.MethodType,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"findViewById(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"finish()"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastPendingResult","l":"finish()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailTask","l":"finish()"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"finish(int, Bundle)","u":"finish(int,android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"LocalActivityInvoker","l":"finishActivity(Activity)","u":"finishActivity(android.app.Activity)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"finishAffinity()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"finishAndRemoveTask()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"finishAndRemoveTask()"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"finishBroadcast()"},{"p":"org.robolectric.util","c":"PerfStatsCollector.Event","l":"finished()"},{"p":"org.robolectric.util","c":"PerfStatsCollector.Event","l":"finished(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"finishOp(int, int, String)","u":"finishOp(int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"finishOp(String, int, String, String)","u":"finishOp(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"finishSession(Bundle, Activity, AccountManagerCallback, Handler)","u":"finishSession(android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"fireAlarm(ShadowAlarmManager.ScheduledAlarm)","u":"fireAlarm(org.robolectric.shadows.ShadowAlarmManager.ScheduledAlarm)"},{"p":"org.robolectric.res.android","c":"ResXMLParser.event_code_t","l":"FIRST_CHUNK_CODE"},{"p":"org.robolectric.shadows","c":"ShadowDebug","l":"fixTracePath(String)","u":"fixTracePath(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_ADMIN"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_DEMO"},{"p":"org.robolectric.res.android","c":"ResourceTable.flag_entry","l":"flag_entry(String, int, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_FULL"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_GUEST"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_MANAGED_PROFILE"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"FLAG_NO_ACTION"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_PRIMARY"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_PROFILE"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_RESTRICTED"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"FLAG_SYSTEM"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"flags"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"flags"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.ComponentState","l":"flags"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"flagsMask"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"flagsValues"},{"p":"org.robolectric.res.android","c":"DataType","l":"FLOAT"},{"p":"org.robolectric.res","c":"ResType","l":"FLOAT"},{"p":"org.robolectric.shadows","c":"ShadowFloatMath","l":"floor(float)"},{"p":"android.webkit","c":"RoboCookieManager","l":"flush()"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"flush()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"flush(SensorEventListener)","u":"flush(android.hardware.SensorEventListener)"},{"p":"org.robolectric","c":"Robolectric","l":"flushBackgroundThreadScheduler()"},{"p":"org.robolectric","c":"Robolectric","l":"flushForegroundThreadScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"flushGnssBatch()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"flushPackageRestrictionsAsUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"focusIn(View)","u":"focusIn(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.FontDesc","l":"FontDesc(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"fontScale"},{"p":"org.robolectric.annotation","c":"Config","l":"fontScale()"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"fontScale()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"forceListenersToFail"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"ForEachPackage(CppAssetManager2.PackageFunc)","u":"ForEachPackage(org.robolectric.res.android.CppAssetManager2.PackageFunc)"},{"p":"org.robolectric.res.android","c":"ApkAssetsCookie","l":"forInt(int)"},{"p":"org.robolectric.res","c":"Fs","l":"forJar(Path)","u":"forJar(java.nio.file.Path)"},{"p":"org.robolectric.res","c":"Fs","l":"forJar(URL)","u":"forJar(java.net.URL)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"format(String)","u":"format(java.lang.String)"},{"p":"org.robolectric.util","c":"Strftime","l":"format(String, Date, Locale, TimeZone)","u":"format(java.lang.String,java.util.Date,java.util.Locale,java.util.TimeZone)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"format2445()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"format3339(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowDateIntervalFormat","l":"formatDateInterval(long, long, long)","u":"formatDateInterval(long,long,long)"},{"p":"org.robolectric.res.android","c":"Formatter","l":"Formatter()","u":"%3Cinit%3E()"},{"p":"org.robolectric.annotation.processing.validator","c":"FoundOnImplementsValidator","l":"FoundOnImplementsValidator(RobolectricModel.Builder, ProcessingEnvironment, String)","u":"%3Cinit%3E(org.robolectric.annotation.processing.RobolectricModel.Builder,javax.annotation.processing.ProcessingEnvironment,java.lang.String)"},{"p":"org.robolectric.res.android","c":"DataType","l":"FRACTION"},{"p":"org.robolectric.res","c":"ResType","l":"FRACTION"},{"p":"org.robolectric.util","c":"FragmentTestUtil","l":"FragmentTestUtil()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"FrameMetricsBuilder","l":"FrameMetricsBuilder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"FRAMEWORK_APK_PATH"},{"p":"org.robolectric.internal","c":"SandboxTestRunner.HelperTestRunner","l":"frameworkMethod"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec.ShadowCodecBuffer","l":"free()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"freeByteBuffer(ByteBuffer)","u":"freeByteBuffer(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"freeByteBufferLocked(ByteBuffer)","u":"freeByteBufferLocked(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"freeStorage(long, IntentSender)","u":"freeStorage(long,android.content.IntentSender)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"freeStorage(String, long, IntentSender)","u":"freeStorage(java.lang.String,long,android.content.IntentSender)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"freeStorageAndNotify(long, IPackageDataObserver)","u":"freeStorageAndNotify(long,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"freeStorageAndNotify(long, IPackageDataObserver)","u":"freeStorageAndNotify(long,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"freeStorageAndNotify(String, long, IPackageDataObserver)","u":"freeStorageAndNotify(java.lang.String,long,android.content.pm.IPackageDataObserver)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_header.Writer","l":"freeze()"},{"p":"org.robolectric.shadows","c":"ShadowFontFamily","l":"freeze()"},{"p":"org.robolectric.util","c":"ReflectionHelpers.ClassParameter","l":"from(Class extends V>, V)","u":"from(java.lang.Class,V)"},{"p":"org.robolectric.util","c":"ReflectionHelpers.StringParameter","l":"from(String, V)","u":"from(java.lang.String,V)"},{"p":"org.robolectric.shadows","c":"Converter.FromArray","l":"FromArray()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"Converter.FromAttrData","l":"FromAttrData()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"Converter.FromCharSequence","l":"FromCharSequence()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"Converter2.FromCharSequence","l":"FromCharSequence()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"DataType","l":"fromCode(byte)"},{"p":"org.robolectric.res.android","c":"DataType","l":"fromCode(int)"},{"p":"org.robolectric.shadows","c":"Converter.FromColor","l":"FromColor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"Converter2.FromColor","l":"FromColor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util","c":"ReflectionHelpers.ClassParameter","l":"fromComponentLists(Class>[], Object[])","u":"fromComponentLists(java.lang.Class[],java.lang.Object[])"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.EventBuilder","l":"fromEvent(UsageEvents.Event)","u":"fromEvent(android.app.usage.UsageEvents.Event)"},{"p":"org.robolectric.shadows","c":"Converter.FromFilePath","l":"FromFilePath()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"Asset.AccessMode","l":"fromInt(int)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"fromParentDir(Path)","u":"fromParentDir(java.nio.file.Path)"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"fromProperties(Properties)","u":"fromProperties(java.util.Properties)"},{"p":"org.robolectric.res","c":"Fs","l":"fromUrl(String)","u":"fromUrl(java.lang.String)"},{"p":"org.robolectric.res","c":"Fs","l":"fromUrl(URL)","u":"fromUrl(java.net.URL)"},{"p":"org.robolectric.res","c":"Fs","l":"Fs()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowLinux","l":"fstat(FileDescriptor)","u":"fstat(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowPosix","l":"fstat(FileDescriptor)","u":"fstat(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowLinux","l":"fstat(String)","u":"fstat(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSession","l":"fsync(OutputStream)","u":"fsync(java.io.OutputStream)"},{"p":"org.robolectric.annotation.processing.generator","c":"Generator","l":"GEN_CLASS"},{"p":"org.robolectric.annotation.processing.generator","c":"Generator","l":"generate()"},{"p":"org.robolectric.annotation.processing.generator","c":"JavadocJsonGenerator","l":"generate()"},{"p":"org.robolectric.annotation.processing.generator","c":"ServiceLoaderGenerator","l":"generate()"},{"p":"org.robolectric.annotation.processing.generator","c":"ShadowProviderGenerator","l":"generate()"},{"p":"org.robolectric.res","c":"ResourceIdGenerator","l":"generate(String, String)","u":"generate(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"generateAudioSessionId()"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"generateClassHandlerCall(MutableClass, MethodNode, String, RobolectricGeneratorAdapter)","u":"generateClassHandlerCall(org.robolectric.internal.bytecode.MutableClass,org.objectweb.asm.tree.MethodNode,java.lang.String,org.robolectric.internal.bytecode.RobolectricGeneratorAdapter)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"generatePackageInfo(PackageParser.Package, int)","u":"generatePackageInfo(android.content.pm.PackageParser.Package,int)"},{"p":"org.robolectric.annotation.processing.generator","c":"Generator","l":"Generator()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService.GestureDispatch","l":"GestureDispatch(GestureDescription, AccessibilityService.GestureResultCallback)","u":"%3Cinit%3E(android.accessibilityservice.GestureDescription,android.accessibilityservice.AccessibilityService.GestureResultCallback)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowConstants","l":"GET_ROBO_DATA_METHOD_NAME"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"get()"},{"p":"org.robolectric.android.controller","c":"ContentProviderController","l":"get()"},{"p":"org.robolectric.pluginapi.config","c":"GlobalConfigProvider","l":"get()"},{"p":"org.robolectric.res.android","c":"Ref","l":"get()"},{"p":"org.robolectric","c":"RobolectricTestRunner.DeprecatedTestRunnerDefaultConfigProvider","l":"get()"},{"p":"org.robolectric.shadows","c":"Provider","l":"get()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"get()"},{"p":"org.robolectric.util","c":"PerfStatsCollector.ThrowingSupplier","l":"get()"},{"p":"org.robolectric.util","c":"SimpleFuture","l":"get()"},{"p":"org.robolectric.util","c":"SoftThreadLocal","l":"get()"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord.AudioRecordSourceProvider","l":"get(AudioRecord)","u":"get(android.media.AudioRecord)"},{"p":"org.robolectric.shadows","c":"ShadowCameraCharacteristics","l":"get(CameraCharacteristics.Key)","u":"get(android.hardware.camera2.CameraCharacteristics.Key)"},{"p":"org.robolectric.shadows","c":"ShadowCaptureRequestBuilder","l":"get(CaptureRequest.Key)","u":"get(android.hardware.camera2.CaptureRequest.Key)"},{"p":"org.robolectric.shadows","c":"ShadowCaptureResult","l":"get(CaptureResult.Key)","u":"get(android.hardware.camera2.CaptureResult.Key)"},{"p":"org.robolectric.config","c":"ConfigurationRegistry","l":"get(Class)","u":"get(java.lang.Class)"},{"p":"org.robolectric.pluginapi.config","c":"ConfigurationStrategy.Configuration","l":"get(Class)","u":"get(java.lang.Class)"},{"p":"org.robolectric.pluginapi.perf","c":"Metadata","l":"get(Class)","u":"get(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy.ConfigurationImpl","l":"get(Class)","u":"get(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"get(ConfigurationStrategy.Configuration)","u":"get(org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"get(Context)","u":"get(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"get(Context)","u":"get(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfoProvider","l":"get(DataSource)","u":"get(org.robolectric.shadows.util.DataSource)"},{"p":"org.robolectric.shadows","c":"ShadowCamcorderProfile","l":"get(int, int)","u":"get(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"get(int, int)","u":"get(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLocaleData","l":"get(Locale)","u":"get(java.util.Locale)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualRefBasePtr","l":"get(long, Class)","u":"get(long,java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"get(long, TimeUnit)","u":"get(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.util","c":"SimpleFuture","l":"get(long, TimeUnit)","u":"get(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.res","c":"ResBunch","l":"get(ResName, ResTable_config)","u":"get(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"ResBundle","l":"get(ResName, ResTable_config)","u":"get(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res.android","c":"ApkAssetsCache","l":"get(String, boolean, int)","u":"get(java.lang.String,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"get(URI, String, Map>)","u":"get(java.net.URI,java.lang.String,java.util.Map)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAcceptThirdPartyCookies()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"getAccessibilityServiceList()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"getAccessoryList()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getAccountChangeEvents(Context, int, String)","u":"getAccountChangeEvents(android.content.Context,int,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getAccountChangeEvents(Context, int, String)","u":"getAccountChangeEvents(android.content.Context,int,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getAccountId(Context, String)","u":"getAccountId(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getAccountId(Context, String)","u":"getAccountId(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAccounts()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAccountsByType(String)","u":"getAccountsByType(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAccountsByTypeAndFeatures(String, String[], AccountManagerCallback, Handler)","u":"getAccountsByTypeAndFeatures(java.lang.String,java.lang.String[],android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAccountsByTypeForPackage(String, String)","u":"getAccountsByTypeForPackage(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getAccountTypesWithManagementDisabled()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"getAccuracy()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowLowPowerStandbyPortsLock","l":"getAcquireCount()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getActionProvider()"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"getActions()"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getActions()"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"getActions()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getActionView()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getActiveAdmins()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveDataSubscriptionId()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"getActiveDevice()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"getActiveDevice()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getActiveLockCount()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getActiveModemCount()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getActiveNetwork()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getActiveNetworkInfo()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getActiveNotifications()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"getActiveNotifications(String[], int)","u":"getActiveNotifications(java.lang.String[],int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getActivePlaybackConfigurations()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"getActiveProjectionTypes()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getActiveRecordingConfigurations()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeScanner","l":"getActiveScans()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkScoreManager","l":"getActiveScorerPackage()"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"getActiveSessions(ComponentName)","u":"getActiveSessions(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveSubscriptionIdList()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveSubscriptionInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveSubscriptionInfoCount()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveSubscriptionInfoCountMax()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveSubscriptionInfoForSimSlotIndex(int)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getActiveSubscriptionInfoList()"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread._ActivityThread_","l":"getActivities()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getActivities(Context, int, Intent[], int)","u":"getActivities(android.content.Context,int,android.content.Intent[],int)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getActivities(Context, int, Intent[], int, Bundle)","u":"getActivities(android.content.Context,int,android.content.Intent[],int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"getActivity()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getActivity(Context, int, Intent, int)","u":"getActivity(android.content.Context,int,android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getActivity(Context, int, Intent, int, Bundle)","u":"getActivity(android.content.Context,int,android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getActivityData(String)","u":"getActivityData(java.lang.String)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getActivityDatas()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getActivityIcon(ComponentName)","u":"getActivityIcon(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getActivityInfo(ComponentName, int)","u":"getActivityInfo(android.content.ComponentName,int)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getActivityLabel(String)","u":"getActivityLabel(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getActivityList(String, UserHandle)","u":"getActivityList(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.android.internal","c":"LocalActivityInvoker","l":"getActivityResult()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getActivityThread()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getActualBinaryName()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getActualName()"},{"p":"org.robolectric.shadows","c":"ShadowValueAnimator","l":"getActualRepeatCount()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getActualTypeWithParams()"},{"p":"org.robolectric.shadows","c":"ShadowAlertController","l":"getAdapter()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getAdapter()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothManager","l":"getAdapter()"},{"p":"org.robolectric.shadows","c":"ShadowUwbAdapterStateListener","l":"getAdapterState()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getAdaptivePowerSaveEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getAddedCallbackBuffers()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getAddress()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAdnUriForPhoneAccount(PhoneAccountHandle)","u":"getAdnUriForPhoneAccount(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeAdvertiser","l":"getAdvertisementRequestCount()"},{"p":"org.robolectric.shadows","c":"SQLiteShadowPicker","l":"getAffectedClasses()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getAffiliationIds(ComponentName)","u":"getAffiliationIds(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"getAffineTransform()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getAlarmClockInfo()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getAlias()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getAliasName()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getAllAttributes()"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"getAllAttributes()"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"getAllAttributes()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getAllCellInfo()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getAllHeaders()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getAllHeaders()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAllIncomingCalls()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getAllIntentFilters(String)","u":"getAllIntentFilters(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"getAllLoopers()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getAllManifests()"},{"p":"org.robolectric.internal.bytecode","c":"Interceptors","l":"getAllMethodRefs()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getAllNetworkInfo()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getAllNetworks()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getAllNotifications()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getAllocationByteCount()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAllOutgoingCalls()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAllowContentAccess()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getAllowedNetworkTypes()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getAllowedOverMetered()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getAllowedOverRoaming()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAllowFileAccess()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAllowFileAccessFromFileURLs()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAllowUniversalAccessFromFileURLs()"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getAllPackageInstallerSessions()"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"getAllPendingJobs()"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"getAllPendingJobs()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getAllPermissionGroups(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAllPhoneAccountHandles()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAllPhoneAccounts()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAllPhoneAccountsCount()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getAllProfiles()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getAllProviders()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"getAllSessionCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"getAllSessions()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getAllShadowTypes()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getAllStartedServices()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getAllUnknownCalls()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getAlpha()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getAlpha()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getAlpha()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getAlphabeticShortcut()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getAlwaysRecreateViewsDuringUpdate()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getAnchor()"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"getAndroidCodeName()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider.DefaultSdk","l":"getAndroidCodeName()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getAndroidFrameworkJarPath()"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"getAndroidJarSDKVersion()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getAndroidManifestFile()"},{"p":"org.robolectric.internal","c":"SandboxManager","l":"getAndroidSandbox(InstrumentationConfiguration, Sdk, ResourcesMode, LooperMode.Mode, SQLiteMode.Mode, GraphicsMode.Mode)","u":"getAndroidSandbox(org.robolectric.internal.bytecode.InstrumentationConfiguration,org.robolectric.pluginapi.Sdk,org.robolectric.internal.ResourcesMode,org.robolectric.annotation.LooperMode.Mode,org.robolectric.annotation.SQLiteMode.Mode,org.robolectric.annotation.GraphicsMode.Mode)"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"getAndroidVersion()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider.DefaultSdk","l":"getAndroidVersion()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getAnimations()"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getAnnotationIntValue(AnnotationValue)","u":"getAnnotationIntValue(javax.lang.model.element.AnnotationValue)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getAnnotationMirror(Types, Element, TypeElement)","u":"getAnnotationMirror(javax.lang.model.util.Types,javax.lang.model.element.Element,javax.lang.model.element.TypeElement)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getAnnotationStringValue(AnnotationValue)","u":"getAnnotationStringValue(javax.lang.model.element.AnnotationValue)"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"getAnnotationType()"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getAnnotationTypeMirrorValue(AnnotationMirror, String)","u":"getAnnotationTypeMirrorValue(javax.lang.model.element.AnnotationMirror,java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getAnnotationTypeMirrorValue(AnnotationValue)","u":"getAnnotationTypeMirrorValue(javax.lang.model.element.AnnotationValue)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getAnnotationTypeMirrorValue(Element)","u":"getAnnotationTypeMirrorValue(javax.lang.model.element.Element)"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"getApiLevel()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getApiLevel()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetApkAssets()"},{"p":"org.robolectric.shadows","c":"ShadowSigningInfo","l":"getApkContentsSigners()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"getApkFile()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getApkFile()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAppCacheEnabled()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAppCacheMaxSize()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getAppCachePath()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getAppComponentFactory()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSessionInfo","l":"getAppIcon()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getApplication()"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"getApplication()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getApplicationAttributes()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getApplicationEnabledSetting(String)","u":"getApplicationEnabledSetting(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getApplicationHiddenSettingAsUser(String, UserHandle)","u":"getApplicationHiddenSettingAsUser(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getApplicationIcon(ApplicationInfo)","u":"getApplicationIcon(android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getApplicationIcon(String)","u":"getApplicationIcon(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getApplicationInfo(Object, Object)","u":"getApplicationInfo(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getApplicationInfo(String, int)","u":"getApplicationInfo(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getApplicationInfo(String, int, UserHandle)","u":"getApplicationInfo(java.lang.String,int,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowLocaleManager","l":"getApplicationLocales(String)","u":"getApplicationLocales(java.lang.String)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getApplicationMetaData()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getApplicationName()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"getApplicationNightMode()"},{"p":"org.robolectric.shadows","c":"ShadowRestrictionsManager","l":"getApplicationRestrictions()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getApplicationRestrictions(ComponentName, String)","u":"getApplicationRestrictions(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getApplicationRestrictions(String)","u":"getApplicationRestrictions(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getApplicationRestrictions(String)","u":"getApplicationRestrictions(java.lang.String)"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getAppResourceTable()"},{"p":"org.robolectric","c":"ApkLoader","l":"getAppResourceTable(AndroidManifest)","u":"getAppResourceTable(org.robolectric.manifest.AndroidManifest)"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"getAppSaturationLevel(String)","u":"getAppSaturationLevel(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getAppStandbyBucket()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getAppStandbyBucket(String)","u":"getAppStandbyBucket(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getAppStandbyBuckets()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getAppTasks()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHostView","l":"getAppWidgetId()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getAppWidgetIds(ComponentName)","u":"getAppWidgetIds(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHostView","l":"getAppWidgetInfo()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getAppWidgetInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getAppWidgetManager()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getAppWidgetOptions(int)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getAppWidgetProviderFor(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getArcPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getArcPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getArcPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getArrayIntResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getArrayIntResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getArraySize(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getArraySize(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getArrayStringInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getArrayStringInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getArrayStringResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getArrayStringResource(int)"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"getArtifactId()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getAssetAllocations()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"getAssetAllocations()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"getAssetAllocations()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"getAssetDir()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getAssetLength(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getAssetLength(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getAssetLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getAssetLength(long)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.Theme","l":"GetAssetManager()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyApkAssets","l":"getAssetPath()"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"getAssetPaths()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"getAssetPaths()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getAssetRemainingLength(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getAssetRemainingLength(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getAssetRemainingLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getAssetRemainingLength(long)"},{"p":"org.robolectric.res","c":"ResourcePath","l":"getAssetsDir()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getAssetsDirectory()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getAssignedPackageIdentifiers()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getAssignedPackageIdentifiers()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"getAssistantActivityIntents()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getAssociations()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.Theme","l":"GetAttribute(int, Ref, Ref)","u":"GetAttribute(int,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.res.android","c":"ResTableTheme","l":"GetAttribute(int, Ref, Ref)","u":"GetAttribute(int,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttribute(String, String)","u":"getAttribute(java.lang.String,java.lang.String)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeBooleanValue(int, boolean)","u":"getAttributeBooleanValue(int,boolean)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeBooleanValue(String, String, boolean)","u":"getAttributeBooleanValue(java.lang.String,java.lang.String,boolean)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeCount()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeCount()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeData(int)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeDataType(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeFloatValue(int, float)","u":"getAttributeFloatValue(int,float)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeFloatValue(String, String, float)","u":"getAttributeFloatValue(java.lang.String,java.lang.String,float)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeIntValue(int, int)","u":"getAttributeIntValue(int,int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeIntValue(String, String, int)","u":"getAttributeIntValue(java.lang.String,java.lang.String,int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeListValue(int, String[], int)","u":"getAttributeListValue(int,java.lang.String[],int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeListValue(String, String, String[], int)","u":"getAttributeListValue(java.lang.String,java.lang.String,java.lang.String[],int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeName(int)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeNameID(int)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeNameResID(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeNameResource(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeNamespace(int)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeNamespaceID(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributePrefix(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeResourceValue(int, int)","u":"getAttributeResourceValue(int,int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeResourceValue(String, String, int)","u":"getAttributeResourceValue(java.lang.String,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"getAttributeSetSourceResId(AttributeSet)","u":"getAttributeSetSourceResId(android.util.AttributeSet)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeType(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeUnsignedIntValue(int, int)","u":"getAttributeUnsignedIntValue(int,int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeUnsignedIntValue(String, String, int)","u":"getAttributeUnsignedIntValue(java.lang.String,java.lang.String,int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeValue(int)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeValue(int, Ref)","u":"getAttributeValue(int,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getAttributeValue(String, String)","u":"getAttributeValue(java.lang.String,java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getAttributeValueStringID(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getAttrTypeData(ResName)","u":"getAttrTypeData(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"EmptyStyle","l":"getAttrValue(ResName)","u":"getAttrValue(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"Style","l":"getAttrValue(ResName)","u":"getAttrValue(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"StyleData","l":"getAttrValue(ResName)","u":"getAttrValue(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"StyleResolver","l":"getAttrValue(ResName)","u":"getAttrValue(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"ThemeStyleSet","l":"getAttrValue(ResName)","u":"getAttrValue(org.robolectric.res.ResName)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getAudioAttributesFromLastVibration()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getAudioChannels()"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"getAudioEffects()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getAudioEncoder()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getAudioEncodingBitRate()"},{"p":"org.robolectric.shadows","c":"ShadowInCallAdapter","l":"getAudioRoute()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getAudioSamplingRate()"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"getAudioSession()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getAudioSessionId()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getAudioSource()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAuthenticatorTypes()"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"getAuthorities()"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getAuthorities()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAuthToken(Account, String, Bundle, Activity, AccountManagerCallback, Handler)","u":"getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getAuthToken(Account, String, Bundle, boolean, AccountManagerCallback, Handler)","u":"getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,boolean,android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAutofillManager","l":"getAutofillServiceComponentName()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getAutomaticZenRule(String)","u":"getAutomaticZenRule(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getAutomaticZenRules()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getAutoTimeEnabled(ComponentName)","u":"getAutoTimeEnabled(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getAutoTimeRequired()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getAutoTimeZoneEnabled(ComponentName)","u":"getAutoTimeZoneEnabled(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getAuxEffect()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getAvailableBlocks()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getAvailableBlocksLong()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getAvailableBytes()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getAvailableCommunicationDevices()"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"getAvailableRestoreToken(String)","u":"getAvailableRestoreToken(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRollbackManager","l":"getAvailableRollbacks()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getAvailableSubscriptionInfoList()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getAzimuth()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getBackgroundColor()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getBackgroundDataSetting()"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"getBackgroundDrawable()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getBackgroundPackage()"},{"p":"org.robolectric","c":"Robolectric","l":"getBackgroundThreadScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getBackgroundThreadScheduler()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetBag(int)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getBagLocked(int, Ref, Ref)","u":"getBagLocked(int,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getBasePackageCount()"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getBasePackageId(int)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getBasePackageName(int)"},{"p":"org.robolectric.util","c":"TempDirectory","l":"getBasePath()"},{"p":"org.robolectric.nativeruntime","c":"NIOAccess","l":"getBasePointer(Buffer)","u":"getBasePointer(java.nio.Buffer)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowProviders","l":"getBaseShadowMap()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getBatteryDischargePrediction()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getBatteryLevel()"},{"p":"org.robolectric.shadows","c":"ShadowICU","l":"getBestDateTimePattern(String, Locale)","u":"getBestDateTimePattern(java.lang.String,java.util.Locale)"},{"p":"org.robolectric.shadows","c":"ShadowICU","l":"getBestDateTimePattern(String, String)","u":"getBestDateTimePattern(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getBestProvider(Criteria, boolean)","u":"getBestProvider(android.location.Criteria,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getBigContentText()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getBigContentTitle()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getBigPicture()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getBigText()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getBindDeviceAdminTargetUsers(ComponentName)","u":"getBindDeviceAdminTargetUsers(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getBitmap()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.ShadowImages.ShadowMedia","l":"getBitmap(ContentResolver, Uri)","u":"getBitmap(android.content.ContentResolver,android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"getBitmap(int)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getBlob(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getBlob(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getBlob(int)"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getBlockCount()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getBlockCountLong()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getBlockNetworkImage()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getBlockNetworkLoads()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getBlockSize()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getBlockSizeLong()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getBluetoothAdapter()"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"getBluetoothAudio()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getBluetoothClass()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getBluetoothConnectionManager()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"getBluetoothConnectionManager()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getBluetoothGatts()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getBondedDevices()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getBondState()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getBootstrapAuthenticationCallback()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getBottom()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getBottom()"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread._ActivityThread_","l":"getBoundApplication()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getBoundNetworkForProcess()"},{"p":"org.robolectric.shadows","c":"ShadowTouchDelegate","l":"getBounds()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"getBounds2D()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getBoundServiceConnections()"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"getBoundServiceConnections()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getBoundsInScreen(Rect)","u":"getBoundsInScreen(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"getBrightnessConfigurationForUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"getBrightnessEvents(String)","u":"getBrightnessEvents(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getBroadcast(Context, int, Intent, int)","u":"getBroadcast(android.content.Context,int,android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"getBroadcastCookie(int)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getBroadcastIntents()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getBroadcastIntentsForUser(UserHandle)","u":"getBroadcastIntentsForUser(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"getBroadcastItem(int)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getBroadcastOptions(Intent)","u":"getBroadcastOptions(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"getBroadcastReceiver()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getBroadcastReceiver(String)","u":"getBroadcastReceiver(java.lang.String)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getBroadcastReceivers()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getBuffer(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"getBuffer(boolean, int)","u":"getBuffer(boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"getBufferLengthMillis(int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"getBuffers(boolean)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getBuildSystemApiProperties()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getBuiltInZoomControls()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.InsertStatement","l":"getBulkContentValues()"},{"p":"org.robolectric.shadows","c":"ShadowCompoundButton","l":"getButtonDrawable()"},{"p":"org.robolectric.shadows","c":"ShadowCompoundButton","l":"getButtonDrawableId()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_header","l":"getByte(int)"},{"p":"org.robolectric.internal.bytecode","c":"SandboxClassLoader","l":"getByteCode(String)","u":"getByteCode(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getByteCount()"},{"p":"org.robolectric.res","c":"Fs","l":"getBytes(Path)","u":"getBytes(java.nio.file.Path)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getBytesSoFar()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getCacheMode()"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"getCalendar()"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"getCallAudioState()"},{"p":"org.robolectric.shadows","c":"ShadowPhone","l":"getCallAudioState()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCallbackForListener(Class)","u":"getCallbackForListener(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"getCallbackIntent()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"getCallbackIntent()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"getCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getCallCapablePhoneAccounts()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getCallCapablePhoneAccounts(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCallComposerStatus()"},{"p":"org.robolectric.shadows","c":"ShadowCallScreeningService.RespondToCallInput","l":"getCallDetails()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getCallerConfiguredNetworks()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getCallingActivity()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getCallingPackage()"},{"p":"org.robolectric.shadows","c":"ShadowContentProvider","l":"getCallingPackage()"},{"p":"org.robolectric.shadows","c":"ShadowBinder","l":"getCallingPid()"},{"p":"org.robolectric.shadows","c":"ShadowBinder","l":"getCallingUid()"},{"p":"org.robolectric.shadows","c":"ShadowBinder","l":"getCallingUidOrThrow()"},{"p":"org.robolectric.shadows","c":"ShadowBinder","l":"getCallingUserHandle()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getCallRequestMode()"},{"p":"org.robolectric.shadows","c":"ShadowCallScreeningService.RespondToCallInput","l":"getCallResponse()"},{"p":"org.robolectric.shadows","c":"ShadowPhone","l":"getCalls()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getCallState()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCallState()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCallStateForSubscription()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getCamera()"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"getCameraCharacteristics(String)","u":"getCameraCharacteristics(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getCameraDisabled(ComponentName)","u":"getCameraDisabled(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getCameraDistance()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getCameraDistance()"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"getCameraIdList()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getCameraInfo(int, Camera.CameraInfo)","u":"getCameraInfo(int,android.hardware.Camera.CameraInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getCap()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getCaptivePortalServerUrl()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCarrierConfig()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getCarrierFrequencyHz()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCarrierIdFromSimMccMnc()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCarrierPackageNamesForIntent(Intent)","u":"getCarrierPackageNamesForIntent(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCarrierPackageNamesForIntentAndPhone(Intent, int)","u":"getCarrierPackageNamesForIntentAndPhone(android.content.Intent,int)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getCategories()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCellLocation()"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"getCenterX()"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"getCenterY()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getChangedPackages(int)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.Theme","l":"GetChangingConfigurations()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"getChar(String, int, int)","u":"getChar(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getChild(int)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getChild(int)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getChildCount()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getChildCount()"},{"p":"org.robolectric","c":"ParameterizedRobolectricTestRunner","l":"getChildren()"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getChildren()"},{"p":"org.robolectric.shadows","c":"ShadowUwbManager","l":"getChipInfos()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getCirclePaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getCirclePaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getCirclePaintHistoryCount()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getClassAttribute()"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"getClassBytes()"},{"p":"org.robolectric.internal.bytecode","c":"ClassNodeProvider","l":"getClassBytes(String)","u":"getClassBytes(java.lang.String)"},{"p":"org.robolectric.util","c":"ReflectionHelpers.ClassParameter","l":"getClasses(ReflectionHelpers.ClassParameter>...)","u":"getClasses(org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"getClassifier()"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"getClassLoader()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getClassLoader()"},{"p":"org.robolectric.shadows","c":"ShadowLoadedApk","l":"getClassLoader()"},{"p":"org.robolectric.manifest","c":"PackageItemData","l":"getClassName()"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"getClassType()"},{"p":"org.robolectric.internal","c":"AndroidSandbox.TestEnvironmentSpec","l":"getClazz()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getClearedApplicationUserDataPackages()"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"getClientsWithAttributionTag(String)","u":"getClientsWithAttributionTag(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getClipBounds(Rect)","u":"getClipBounds(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getClipToOutline()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getClipToOutline()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"getCloseGuard()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getCloseWasCalled()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"getCloudMediaChangedEvents()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getCn0DbHz()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getColor()"},{"p":"org.robolectric.shadows","c":"ShadowPorterDuffColorFilter","l":"getColor()"},{"p":"org.robolectric.manifest","c":"MetaData","l":"getColor(String)","u":"getColor(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ResourceHelper","l":"getColor(String)","u":"getColor(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getColorFilter()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getColorSpace()"},{"p":"org.robolectric.shadows","c":"ResourceHelper","l":"getColorType(String)","u":"getColorType(java.lang.String)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getColumnCount()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getColumnCount()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getColumnCount()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getColumnIndex(String)","u":"getColumnIndex(java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getColumnIndex(String)","u":"getColumnIndex(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getColumnIndex(String)","u":"getColumnIndex(java.lang.String)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getColumnIndexOrThrow(String)","u":"getColumnIndexOrThrow(java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getColumnIndexOrThrow(String)","u":"getColumnIndexOrThrow(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getColumnIndexOrThrow(String)","u":"getColumnIndexOrThrow(java.lang.String)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getColumnName(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getColumnName(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getColumnName(int)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getColumnNames()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getColumnNames()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getColumnNames()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getColumnNumber()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentingClassWriter","l":"getCommonSuperClass(String, String)","u":"getCommonSuperClass(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getCommunicationDevice()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getCompileTimeResourceTable()"},{"p":"org.robolectric.shadows","c":"ShadowAssetManager.ArscBase","l":"getCompileTimeResTable()"},{"p":"org.robolectric","c":"ApkLoader","l":"getCompileTimeSdkResourceTable()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"getCompletedDownload(long)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"getCompletedDownloadsCount()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getComponentEnabledSetting(ComponentName)","u":"getComponentEnabledSetting(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getComponentEnabledSettingFlags(ComponentName)","u":"getComponentEnabledSettingFlags(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"getComponentName()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedMainActivity","l":"getComponentName()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getCompoundDrawablesWithIntrinsicBoundsBottom()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getCompoundDrawablesWithIntrinsicBoundsLeft()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getCompoundDrawablesWithIntrinsicBoundsRight()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getCompoundDrawablesWithIntrinsicBoundsTop()"},{"p":"org.robolectric.res","c":"Qualifiers","l":"getConfig()"},{"p":"org.robolectric.res","c":"TypedResource","l":"getConfig()"},{"p":"org.robolectric.res","c":"XmlContext","l":"getConfig()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getConfig()"},{"p":"org.robolectric.pluginapi.config","c":"ConfigurationStrategy","l":"getConfig(Class>, Method)","u":"getConfig(java.lang.Class,java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy","l":"getConfig(Class>, Method)","u":"getConfig(java.lang.Class,java.lang.reflect.Method)"},{"p":"org.robolectric","c":"ConfigMerger","l":"getConfig(Class>, Method, Config)","u":"getConfig(java.lang.Class,java.lang.reflect.Method,org.robolectric.annotation.Config)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getConfig(Method)","u":"getConfig(java.lang.reflect.Method)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getConfigChanges()"},{"p":"org.robolectric.pluginapi.config","c":"Configurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"SQLiteModeConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.plugins","c":"TextLayoutModeConfigurer","l":"getConfigClass()"},{"p":"org.robolectric.pluginapi.config","c":"Configurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"SQLiteModeConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.plugins","c":"TextLayoutModeConfigurer","l":"getConfigFor(Class>)","u":"getConfigFor(java.lang.Class)"},{"p":"org.robolectric.pluginapi.config","c":"Configurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"SQLiteModeConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.plugins","c":"TextLayoutModeConfigurer","l":"getConfigFor(Method)","u":"getConfigFor(java.lang.reflect.Method)"},{"p":"org.robolectric.pluginapi.config","c":"Configurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"SQLiteModeConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.plugins","c":"TextLayoutModeConfigurer","l":"getConfigFor(String)","u":"getConfigFor(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCarrierConfigManager","l":"getConfigForSubId(int)"},{"p":"org.robolectric.shadows","c":"ShadowCarrierConfigManager","l":"getConfigForSubId(int, String...)","u":"getConfigForSubId(int,java.lang.String...)"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"getConfigOverrides()"},{"p":"org.robolectric","c":"ConfigMerger","l":"getConfigProperties(String)","u":"getConfigProperties(java.lang.String)"},{"p":"org.robolectric.plugins","c":"PackagePropertiesLoader","l":"getConfigProperties(String)","u":"getConfigProperties(java.lang.String)"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"getConfiguration()"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"getConfiguration(Ref)","u":"getConfiguration(org.robolectric.res.android.Ref)"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getConfiguredApplicationClass()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getConfiguredNetworks()"},{"p":"org.robolectric.shadows","c":"ShadowVcnManager","l":"getConfiguredSubscriptionGroups()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"getConnectedDevices()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"getConnectedDevices()"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"getConnectedPort()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getConnectionInfo()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getConnectionKeepAliveStrategy()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getConnectionManager()"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"getConnectionManager()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getConnectionManager()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getConnectionPriority()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getConnectionReuseStrategy()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"getConnectionState(BluetoothDevice)","u":"getConnectionState(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"getConnectionState(BluetoothDevice)","u":"getConnectionState(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getConstellation()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"getContent()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"getContent()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getContentAsIntent()"},{"p":"org.robolectric.shadows","c":"ShadowContentCaptureManager","l":"getContentCaptureConditions()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"getContentEncoding()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"getContentEncoding()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getContentInfo()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"getContentLength()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"getContentLength()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getContentObservers(Uri)","u":"getContentObservers(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.Statement","l":"getContentProvider()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getContentProviderOperations(String)","u":"getContentProviderOperations(java.lang.String)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getContentProviders()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getContentResolver()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getContentText()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getContentTitle()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"getContentType()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"getContentType()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"getContentUri()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getContentValues()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.InsertStatement","l":"getContentValues()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.UpdateStatement","l":"getContentValues()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getContentView()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getContentView()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getContentViewId()"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"getContext()"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"getContext()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHost","l":"getContext()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getContext()"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"getContextHubClientWithPendingIntentList()"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"getContextHubHandles()"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"getContextHubInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"getContextHubs()"},{"p":"org.robolectric.shadows","c":"Converter","l":"getConverter(ResType)","u":"getConverter(org.robolectric.res.ResType)"},{"p":"org.robolectric.shadows","c":"Converter2","l":"getConverterFor(AttrData, String)","u":"getConverterFor(org.robolectric.res.AttrData,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTrace.AsyncTraceSection","l":"getCookie()"},{"p":"android.webkit","c":"RoboCookieManager","l":"getCookie(String)","u":"getCookie(java.lang.String)"},{"p":"android.webkit","c":"RoboCookieManager","l":"getCookie(String, boolean)","u":"getCookie(java.lang.String,boolean)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getCount()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getCount()"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"getCount()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getCount()"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"getCountDownInterval()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"getCounters()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromBitmap()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromBitmap()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromBitmap()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromBytes()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromBytes()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromBytes()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromColors()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromColors()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromColors()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromFilter()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromFilter()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromFilter()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromHeight()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromHeight()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromHeight()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromMatrix()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromMatrix()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromMatrix()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromPath()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromPath()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromPath()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromResId()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapDrawable","l":"getCreatedFromResId()"},{"p":"org.robolectric.shadows","c":"ShadowDrawable","l":"getCreatedFromResId()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromResId()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromResId()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapDrawable","l":"getCreatedFromResId()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromStream()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromStream()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromStream()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromWidth()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromWidth()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromWidth()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromX()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromX()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromX()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getCreatedFromY()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getCreatedFromY()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getCreatedFromY()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getCreatedPorts()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getCreatorPackage()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getCreatorUid()"},{"p":"org.robolectric.shadows","c":"ShadowActivityGroup","l":"getCurrentActivity()"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"getCurrentAnnotation()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"getCurrentAsyncSections()"},{"p":"org.robolectric.shadows","c":"ShadowEdgeEffect","l":"getCurrentEdgeEffectBehavior()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getCurrentFocus()"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"getCurrentInputMethodSubtype()"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"getCurrentInstructionSet()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"getCurrentInterruptionFilter()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getCurrentInterruptionFilter()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getCurrentLanguage()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"getCurrentListenerHints()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getCurrentLocation(String, CancellationSignal, Executor, Consumer)","u":"getCurrentLocation(java.lang.String,android.os.CancellationSignal,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getCurrentLocation(String, LocationRequest, CancellationSignal, Executor, Consumer)","u":"getCurrentLocation(java.lang.String,android.location.LocationRequest,android.os.CancellationSignal,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"getCurrentModeType()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getCurrentPhoneType(int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getCurrentPosition()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getCurrentPosition()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getCurrentPositionRaw()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"getCurrentRanking()"},{"p":"org.robolectric.shadows","c":"ShadowAppIntegrityManager","l":"getCurrentRuleSetProvider()"},{"p":"org.robolectric.shadows","c":"ShadowAppIntegrityManager","l":"getCurrentRuleSetVersion()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"getCurrentSections()"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"getCurrentSegmentEnd(float[])"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"getCurrentSegmentLength()"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getCurrentSizeRange(Point, Point)","u":"getCurrentSizeRange(android.graphics.Point,android.graphics.Point)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getCurrentSyncs()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"getCurrentTab()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"getCurrentTabSpec()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"getCurrentTabTag()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getCurrentThermalStatus()"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"getCurrentTime()"},{"p":"org.robolectric.util","c":"Scheduler","l":"getCurrentTime()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"getCurrentTimezone()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getCurrentTtyMode()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getCurrentUser()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getCurrentVideoState()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"getCurrentView()"},{"p":"org.robolectric.shadows","c":"ShadowViewAnimator","l":"getCurrentView()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getCurrentVoice()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getCurrentWebViewPackage()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getCursiveFontFamily()"},{"p":"org.robolectric.shadows","c":"ShadowAlertController","l":"getCustomTitleView()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getCustomTitleView()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getCustomView()"},{"p":"org.robolectric.res","c":"TypedResource","l":"getData()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.ShadowEvent","l":"getData()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"getData()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getDataActivity()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDatabaseEnabled()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDatabasePath()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl._ContextImpl_","l":"getDatabasePath(String)","u":"getDatabasePath(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getDatabasePath(String)","u":"getDatabasePath(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getDataBytes()"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"getDataChangedCount()"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getDataLength()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getDataNetworkType()"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getDataOffset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getDataSource()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getDataState()"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"getDayOfMonth()"},{"p":"org.robolectric.shadows","c":"ShadowPhoneWindow","l":"getDecorFitsSystemWindows()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManagerNative","l":"getDefault()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getDefaultActivityIcon()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getDefaultAdapter()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"getDefaultBrightnessConfiguration()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getDefaultBrowserPackageNameAsUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultDataSubId()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultDataSubscriptionId()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getDefaultDialerPackage()"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getDefaultDisplay()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"getDefaultDisplay()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl.ShadowCompatModeWrapper","l":"getDefaultDisplay()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDefaultFixedFontSize()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDefaultFontSize()"},{"p":"org.robolectric.shadows","c":"CellIdentityLteBuilder","l":"getDefaultInstance()"},{"p":"org.robolectric.shadows","c":"CellIdentityNrBuilder","l":"getDefaultInstance()"},{"p":"org.robolectric.shadows","c":"CellSignalStrengthLteBuilder","l":"getDefaultInstance()"},{"p":"org.robolectric.shadows","c":"CellSignalStrengthNrBuilder","l":"getDefaultInstance()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getDefaultKeymode()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getDefaultOutgoingPhoneAccount(String)","u":"getDefaultOutgoingPhoneAccount(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"getDefaultParameter(ByteBuffer)","u":"getDefaultParameter(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowDynamicsProcessing","l":"getDefaultParameter(ByteBuffer)","u":"getDefaultParameter(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getDefaultPhoneApp()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"getDefaultSensor(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephony.ShadowSms","l":"getDefaultSmsPackage(Context)","u":"getDefaultSmsPackage(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultSmsSubId()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getDefaultSmsSubscriptionId()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultSmsSubscriptionId()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultSubId()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultSubscriptionId()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDefaultTextEncodingName()"},{"p":"org.robolectric.shadows","c":"ShadowWebSettings","l":"getDefaultUserAgent(Context)","u":"getDefaultUserAgent(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultVoiceSubId()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getDefaultVoiceSubscriptionId()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDefaultZoom()"},{"p":"org.robolectric.shadows","c":"ShadowTouchDelegate","l":"getDelegateView()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getDeletedPackages()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getDeletedUris()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getDeleteStatements()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"getDeliveryIntent()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextSmsParams","l":"getDeliveryIntent()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextMultipartParams","l":"getDeliveryIntents()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getDepth()"},{"p":"org.robolectric.manifest","c":"PermissionGroupItemData","l":"getDescription()"},{"p":"org.robolectric.manifest","c":"PermissionItemData","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowMatrix","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"getDescription()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getDestination()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"getDestinationAddress()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextMultipartParams","l":"getDestinationAddress()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextSmsParams","l":"getDestinationAddress()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager.VisualVoicemailSmsParams","l":"getDestinationAddress()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"getDestinationPort()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"getDetailedState()"},{"p":"org.robolectric.shadows","c":"ShadowInputEvent","l":"getDevice()"},{"p":"org.robolectric","c":"AndroidMetadata","l":"getDeviceBootProperties()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getDeviceConfigurationInfo()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getDeviceId()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"getDeviceId()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualSensor","l":"getDeviceId()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getDeviceId(int)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"getDeviceList()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getDeviceOwner()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager","l":"getDevicePolicy(int, int)","u":"getDevicePolicy(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getDevicePolicyManagementRoleHolderPackage()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getDevicePolicyState()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getDevices(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getDevicesForAttributes(AudioAttributes)","u":"getDevicesForAttributes(android.media.AudioAttributes)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothManager","l":"getDevicesMatchingConnectionStates(int, int[])","u":"getDevicesMatchingConnectionStates(int,int[])"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"getDevicesMatchingConnectionStates(int[])"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getDeviceSoftwareVersion()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getDhcpInfo()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getDialogById(int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"getDialogInfo()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"getDialogMessage()"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"getDialogMessage()"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"getDialogMessageResId()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractor","l":"getDirectActionsInvalidationCount()"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"getDirectPlaybackSupport(AudioFormat, AudioAttributes)","u":"getDirectPlaybackSupport(android.media.AudioFormat,android.media.AudioAttributes)"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"getDisable2Flags()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDisabledActionModeMenuItems()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getDisabledActivity()"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"getDisableFlags()"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"getDisallowInterceptTouchEvent()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getDiscoverableTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getDispatchedMediaKeyEvents()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"getDisplay()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"getDisplay()"},{"p":"org.robolectric.shadows","c":"ShadowViewAnimator","l":"getDisplayedChild()"},{"p":"org.robolectric.shadows","c":"ShadowNumberPicker","l":"getDisplayedValues()"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getDisplayId()"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"getDisplayLabel(int)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getDisplayOrientation()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDisplayZoomControls()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getDistractingPackageRestrictions(String)","u":"getDistractingPackageRestrictions(java.lang.String)"},{"p":"org.robolectric.res.builder","c":"XmlBlock","l":"getDocument()"},{"p":"org.robolectric.annotation.processing","c":"DocumentedElement","l":"getDocumentation()"},{"p":"org.robolectric.annotation.processing","c":"DocumentedType","l":"getDocumentedMethod(String)","u":"getDocumentedMethod(java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getDocumentedPackages()"},{"p":"org.robolectric.annotation.processing","c":"DocumentedPackage","l":"getDocumentedType(String)","u":"getDocumentedType(java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"DocumentedPackage","l":"getDocumentedTypes()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getDomStorageEnabled()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getDouble(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getDouble(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getDouble(int)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getDoubleTapTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"getDownEvent(char)"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DownloadMultimediaMessageParams","l":"getDownloadedIntent()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getDownloadListener()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getDrawable(String, int, ApplicationInfo)","u":"getDrawable(java.lang.String,int,android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowStateListDrawable","l":"getDrawableForState(int[])"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnArc(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnArc(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnArc(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnCircle(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnCircle(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnCircle(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnLine(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnLine(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnLine(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnOval(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnOval(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnOval(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnPaint()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnPaint()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnPaint()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnPath(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnPath(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnPath(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnPathPaint(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnPathPaint(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnPathPaint(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnRect(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnRect(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnRect(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnRoundRect(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnRoundRect(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnRoundRect(int)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getDrawnTextEvent(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getDrawnTextEvent(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getDrawnTextEvent(int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getDuration()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getDuration()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getDuration()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getDurationRaw()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"getDynamicBufferSupport()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetDynamicRefTableForCookie(ApkAssetsCookie)","u":"GetDynamicRefTableForCookie(org.robolectric.res.android.ApkAssetsCookie)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getDynamicRefTableForCookie(int)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getDynamicShortcuts()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getEdgeSlop()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getEffectId()"},{"p":"org.robolectric.shadows","c":"ShadowEuiccManager","l":"getEid()"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"getElapsedNs()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getElementNameID()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getElementNamespaceID()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getElevation()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getElevation()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getElevation()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getEmergencyCallbackMode()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getEmergencyNumberList()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"getEnabledAccessibilityServiceList(int)"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getEnabledActivity()"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"getEnabledInputMethodList()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getEnabledProfiles()"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"getEnrolledFingerprints()"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataOutput","l":"getEntities()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getEntity()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getEntity()"},{"p":"org.robolectric.res","c":"ResourceIds","l":"getEntryIdentifier(int)"},{"p":"org.robolectric.res.android","c":"ResStringPool","l":"getError()"},{"p":"org.robolectric.res.android","c":"ResXMLTree","l":"getError()"},{"p":"org.robolectric.shadows.gms.common","c":"ShadowGoogleApiAvailability","l":"getErrorDialog(Activity, int, int)","u":"getErrorDialog(android.app.Activity,int,int)"},{"p":"org.robolectric.shadows.gms.common","c":"ShadowGoogleApiAvailability","l":"getErrorDialog(Activity, int, int, DialogInterface.OnCancelListener)","u":"getErrorDialog(android.app.Activity,int,int,android.content.DialogInterface.OnCancelListener)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getErrorDialog(int, Activity, int)","u":"getErrorDialog(int,android.app.Activity,int)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"getErrorDialog(int, Activity, int)","u":"getErrorDialog(int,android.app.Activity,int)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getErrorDialog(int, Activity, int, DialogInterface.OnCancelListener)","u":"getErrorDialog(int,android.app.Activity,int,android.content.DialogInterface.OnCancelListener)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"getErrorDialog(int, Activity, int, DialogInterface.OnCancelListener)","u":"getErrorDialog(int,android.app.Activity,int,android.content.DialogInterface.OnCancelListener)"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getErrorListener()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getErrorPendingIntent(int, Context, int)","u":"getErrorPendingIntent(int,android.content.Context,int)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"getErrorPendingIntent(int, Context, int)","u":"getErrorPendingIntent(int,android.content.Context,int)"},{"p":"org.robolectric.shadows","c":"ShadowCloseGuard","l":"getErrors()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getEventFlags()"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"getEvents(char[])"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getEventType()"},{"p":"org.robolectric.internal.bytecode","c":"NativeCallHandler","l":"getExceptionMessage(String, String, String)","u":"getExceptionMessage(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getExpectedCount()"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"getExtensionFromMimeType(String)","u":"getExtensionFromMimeType(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment.ShadowUserEnvironment","l":"getExternalDirs()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getExternalFilesDir(String)","u":"getExternalFilesDir(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getExternalFilesDirs(String)","u":"getExternalFilesDirs(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getExternalStorageAppCacheDirectory(String)","u":"getExternalStorageAppCacheDirectory(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getExternalStorageDirectory()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getExternalStoragePublicDirectory(String)","u":"getExternalStoragePublicDirectory(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getExternalStorageState()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getExternalStorageState(File)","u":"getExternalStorageState(java.io.File)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getExtras()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getExtras()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getExtras()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getExtras()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getExtraShadowPickers()"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"getExtraShadows(FrameworkMethod)","u":"getExtraShadows(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getExtraShadows(FrameworkMethod)","u":"getExtraShadows(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getExtraShadowTypes()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getFactory()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getFadingEdgeLength()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"getFakeHttpLayer()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView","l":"getFakeSurfaceHolder()"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.FontDesc","l":"getFamilyName()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getFantasyFontFamily()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getFavicon()"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"getFd()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getFeature(String)","u":"getFeature(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getFetchUuidsWithSdpCount()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer.VisualizerSource","l":"getFft(byte[])"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"getField(Object, String)","u":"getField(java.lang.Object,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"getFields()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"getFields()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getFile()"},{"p":"org.robolectric.res.android","c":"AssetDir","l":"getFileCount()"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"getFileDescriptor()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getFileName()"},{"p":"org.robolectric.res.android","c":"AssetDir","l":"getFileName(int)"},{"p":"org.robolectric.shadows","c":"ShadowAutofillManager","l":"getFillEventHistory()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"getFillType()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getFilters()"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"getFingerprintId(int)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getFirstHeader(String)","u":"getFirstHeader(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getFirstHeader(String)","u":"getFirstHeader(java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getFixedFontFamily()"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"getFlag(int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getFlags()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getFlags()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getFloat(ContentResolver, String)","u":"getFloat(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getFloat(ContentResolver, String)","u":"getFloat(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getFloat(ContentResolver, String)","u":"getFloat(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getFloat(ContentResolver, String, float)","u":"getFloat(android.content.ContentResolver,java.lang.String,float)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getFloat(ContentResolver, String, float)","u":"getFloat(android.content.ContentResolver,java.lang.String,float)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getFloat(ContentResolver, String, float)","u":"getFloat(android.content.ContentResolver,java.lang.String,float)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getFloat(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getFloat(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getFloat(int)"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"getFocusX()"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"getFocusY()"},{"p":"org.robolectric.shadows","c":"ShadowFontsFontFamily","l":"getFont(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"getFontDescription()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"getFontDescription()"},{"p":"org.robolectric.shadows","c":"ShadowTypeface","l":"getFontDescription()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getFontMetricsInt(Paint.FontMetricsInt)","u":"getFontMetricsInt(android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getFontScale()"},{"p":"org.robolectric.shadows","c":"ShadowCaptioningManager","l":"getFontScale()"},{"p":"org.robolectric.shadows","c":"ShadowFontsContract","l":"getFontSync(FontRequest)","u":"getFontSync(android.provider.FontRequest)"},{"p":"org.robolectric.shadows","c":"ShadowListView","l":"getFooterViews()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getForceDark()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getForegroundService(Context, int, Intent, int)","u":"getForegroundService(android.content.Context,int,android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"getForegroundServiceType()"},{"p":"org.robolectric","c":"Robolectric","l":"getForegroundThreadScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getForegroundThreadScheduler()"},{"p":"org.robolectric.res","c":"AttrData","l":"getFormat()"},{"p":"org.robolectric.shadows","c":"ShadowImageReader.ShadowSurfaceImage","l":"getFormat()"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"getFrameAtTime()"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"getFrameAtTime(long, int)","u":"getFrameAtTime(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer","l":"getFrameDelay()"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer","l":"getFrameInterval()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"getFrameInterval()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"getFrameTimeNanos()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getFreeBlocks()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getFreeBlocksLong()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getFreeBytes()"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"getFreeBytes(UUID)","u":"getFreeBytes(java.util.UUID)"},{"p":"org.robolectric.shadows","c":"ShadowGeocoder","l":"getFromLocation(double, double, int)","u":"getFromLocation(double,double,int)"},{"p":"org.robolectric.shadows","c":"ShadowGeocoder","l":"getFromLocation(double, double, int, Geocoder.GeocodeListener)","u":"getFromLocation(double,double,int,android.location.Geocoder.GeocodeListener)"},{"p":"org.robolectric.res","c":"ResName","l":"getFullyQualifiedName()"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastPendingResult","l":"getFuture()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap.BitmapReflector","l":"getGainmap()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getGattCallback()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"getGattServerCallback()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getGenerationId()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getGeolocationDatabasePath()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getGeolocationEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"getGesturesDispatched()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getGlobalActionKeyTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"getGlobalActionsPerformed()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"getGlobalAssetCount()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"getGlobalAssetCount()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"getGlobalAssetManagerCount()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"getGlobalAssetManagerCount()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getGlobalCount()"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"getGlobalCount()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getGlobalVisibleRect(Rect, Point)","u":"getGlobalVisibleRect(android.graphics.Rect,android.graphics.Point)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getGnssBatchSize()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getGnssHardwareModelName()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getGnssYearOfHardware()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getGoBackInvocations()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getGoForwardInvocations()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getGpsStatusListeners()"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"getGrantUriPermissions()"},{"p":"org.robolectric.shadows","c":"ShadowLinearLayout","l":"getGravity()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getGravity()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getGroupId()"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"getGroupId()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getGroupIdLevel1()"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"getGroupInfoListener()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getGroupOfPlatformPermission(String, Executor, Consumer)","u":"getGroupOfPlatformPermission(java.lang.String,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowPublicFormatUtils","l":"getHalDataspace(int)"},{"p":"org.robolectric.shadows","c":"ShadowPublicFormatUtils","l":"getHalFormat(int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getHandler()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getHasAlmanac()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getHasEphemeris()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"getHead()"},{"p":"org.robolectric.shadows","c":"ShadowMessageQueue","l":"getHead()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"getHead()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"getHeader(String)","u":"getHeader(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getHeaders(String)","u":"getHeaders(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getHeaders(String)","u":"getHeaders(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowListView","l":"getHeaderViews()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile","l":"getHeapBufferIterator(ByteOrder)","u":"getHeapBufferIterator(java.nio.ByteOrder)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS","l":"getHeapBufferIterator(ByteOrder)","u":"getHeapBufferIterator(java.nio.ByteOrder)"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowImageReader.ShadowSurfaceImage","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowPicture","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getHeight()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getHeight()"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"getHelperTestRunner(Class>)","u":"getHelperTestRunner(java.lang.Class)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getHelperTestRunner(Class>)","u":"getHelperTestRunner(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getHistoricalProcessExitReasons(Object, Object, Object)","u":"getHistoricalProcessExitReasons(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"getHitCount()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getHitTestResult()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView","l":"getHolder()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getHomeActivities(List)","u":"getHomeActivities(java.util.List)"},{"p":"org.robolectric.manifest","c":"IntentFilterData.DataAuthority","l":"getHost()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHostView","l":"getHost()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHost","l":"getHostId()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"getHostname()"},{"p":"org.robolectric.shadows","c":"ShadowTimePickerDialog","l":"getHourOfDay()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpRequestInfo","l":"getHttpContext()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpRequestInfo","l":"getHttpHost()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getHttpParams()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getHttpProcessor()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpRequestInfo","l":"getHttpRequest()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getHttpRequestExecutor()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getHttpRequestRetryHandler()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getHttpResponses()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getHttpResposeContentList()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getHttpRoutePlanner()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getIcon()"},{"p":"org.robolectric.shadows","c":"ShadowAlertController","l":"getIconId()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getIconId()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getIconMaxHeight()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getIconMaxWidth()"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"getIconResId()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getId()"},{"p":"org.robolectric.shadows","c":"ShadowCall","l":"getId()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getIdAttribute()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getIdAttributeResourceValue(int)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ArscResourceResolver","l":"getIdentifier(String, String, String)","u":"getIdentifier(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.LegacyResourceResolver","l":"getIdentifier(String, String, String)","u":"getIdentifier(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ResourceResolver","l":"getIdentifier(String, String, String)","u":"getIdentifier(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"getIdleState()"},{"p":"org.robolectric.util","c":"Scheduler","l":"getIdleState()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowQuery","l":"getIds()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getImei()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getImei(int)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getImpl()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getImpl()"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getImplementedClass(AnnotationMirror)","u":"getImplementedClass(javax.lang.model.element.AnnotationMirror)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getImplementsMirror(Element, Types, TypeElement)","u":"getImplementsMirror(javax.lang.model.element.Element,javax.lang.model.util.Types,javax.lang.model.element.TypeElement)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getImportance()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getImports()"},{"p":"org.robolectric.shadows","c":"ShadowIncidentManager","l":"getIncidentReport(Uri)","u":"getIncidentReport(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowIncidentManager","l":"getIncidentReportList(String)","u":"getIncidentReportList(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLoadedApk._LoadedApk_","l":"getIncludeCode()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getIncludedResourcePaths()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getIndicatorAsView()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getIndicatorIcon()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getIndicatorLabel()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getInfoListener()"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread._ActivityThread_","l":"getInitialApplication()"},{"p":"org.robolectric.shadows","c":"ShadowInputManager","l":"getInputDeviceIds()"},{"p":"org.robolectric.shadows","c":"ShadowInputManagerGlobal","l":"getInputDeviceIds()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getInputEncoding()"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"getInputMethodList()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"getInputStream()"},{"p":"org.robolectric.shadows","c":"ShadowDrawable","l":"getInputStream()"},{"p":"org.robolectric.res","c":"Fs","l":"getInputStream(Path)","u":"getInputStream(java.nio.file.Path)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"getInputStreamFeeder()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getInsertStatements()"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"getInstalled()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"getInstalledAccessibilityServiceList()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstalledApplications(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstalledApplications(Object)","u":"getInstalledApplications(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstalledModules(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstalledPackages(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstalledPackages(Object)","u":"getInstalledPackages(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstalledPackagesAsUser(int, int)","u":"getInstalledPackagesAsUser(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getInstalledProviders()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getInstalledProvidersForPackage(String, UserHandle)","u":"getInstalledProvidersForPackage(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getInstalledProvidersForProfile(UserHandle)","u":"getInstalledProvidersForProfile(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstallerPackageName(String)","u":"getInstallerPackageName(java.lang.String)"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"GetInstallerPackageNameModeConfigurer()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstallSourceInfo(String)","u":"getInstallSourceInfo(java.lang.String)"},{"p":"org.robolectric.shadows.gms.common","c":"ShadowGoogleApiAvailability","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowCookieManager","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowCookieSyncManager","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowLinkMovementMethod","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowTimeZoneFinder","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowTimeZoneFinderQ","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowTimeZoneFinderS","l":"getInstance()"},{"p":"org.robolectric.shadows","c":"ShadowWebStorage","l":"getInstance()"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"getInstance()"},{"p":"org.robolectric.util.inject","c":"Injector","l":"getInstance(Class)","u":"getInstance(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"getInstance(Context)","u":"getInstance(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowWebViewDatabase","l":"getInstance(Context)","u":"getInstance(android.content.Context)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"getInstrumentation()"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"getInstrumentation()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getInstrumentationInfo(ComponentName, int)","u":"getInstrumentationInfo(android.content.ComponentName,int)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowProviders","l":"getInstrumentedPackages()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getInt(ContentResolver, String)","u":"getInt(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getInt(ContentResolver, String)","u":"getInt(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getInt(ContentResolver, String)","u":"getInt(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getInt(ContentResolver, String, int)","u":"getInt(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getInt(ContentResolver, String, int)","u":"getInt(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getInt(ContentResolver, String, int)","u":"getInt(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getInt(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getInt(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getInt(int)"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"getIntent()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getIntent()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"getIntent()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getIntent()"},{"p":"org.robolectric.shadows","c":"ShadowIntent","l":"getIntentClass()"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"getIntentFilter()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getIntentFilters()"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"getIntentFilters()"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"getIntentFilters()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getIntentFiltersForActivity(ComponentName)","u":"getIntentFiltersForActivity(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getIntentFiltersForProvider(ComponentName)","u":"getIntentFiltersForProvider(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getIntentFiltersForReceiver(ComponentName)","u":"getIntentFiltersForReceiver(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getIntentFiltersForService(ComponentName)","u":"getIntentFiltersForService(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getIntentFilterVerifications(String)","u":"getIntentFilterVerifications(java.lang.String)"},{"p":"org.robolectric.android.internal","c":"LocalActivityInvoker","l":"getIntentForActivity(Class extends Activity>)","u":"getIntentForActivity(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowIntentService","l":"getIntentRedelivery()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getIntentSender()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getIntentVerificationStatusAsUser(String, int)","u":"getIntentVerificationStatusAsUser(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"getInterceptedTouchEvent()"},{"p":"org.robolectric.internal.bytecode","c":"Interceptors","l":"getInterceptionHandler(MethodSignature)","u":"getInterceptionHandler(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"getInterceptors()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getInternalMutablePackageInfo(String)","u":"getInternalMutablePackageInfo(java.lang.String)"},{"p":"org.robolectric.res","c":"ResourcePath","l":"getInternalRClass()"},{"p":"org.robolectric.shadows","c":"ResourceHelper","l":"getInternalResourceId(String)","u":"getInternalResourceId(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.RoboLocationRequest","l":"getIntervalMillis()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getIntervalMs()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getIntForUser(ContentResolver, String, int)","u":"getIntForUser(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getIntForUser(ContentResolver, String, int, int)","u":"getIntForUser(android.content.ContentResolver,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"getInTouchMode()"},{"p":"org.robolectric.shadows","c":"ShadowBatteryManager","l":"getIntProperty(int)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"getInvalidatedClasses(ShadowMap)","u":"getInvalidatedClasses(org.robolectric.internal.bytecode.ShadowMap)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getInvalidStateBehavior()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getInverseMatrix(Matrix)","u":"getInverseMatrix(android.graphics.Matrix)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getInverseMatrix(Matrix)","u":"getInverseMatrix(android.graphics.Matrix)"},{"p":"org.robolectric.shadows","c":"ShadowTimePickerDialog","l":"getIs24HourView()"},{"p":"org.robolectric.shadows","c":"ShadowJobService","l":"getIsJobFinished()"},{"p":"org.robolectric.shadows","c":"ShadowJobService","l":"getIsRescheduleNeeded()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getIsSyncable(Account, String)","u":"getIsSyncable(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboSubMenu","l":"getItem()"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"getItem(int)"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getItemId()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getItems()"},{"p":"org.robolectric.shadows","c":"Converter.FromArray","l":"getItems(TypedResource)","u":"getItems(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"Converter","l":"getItems(TypedResource)","u":"getItems(org.robolectric.res.TypedResource)"},{"p":"org.robolectric.shadows","c":"ShadowAdapterView","l":"getItemSelectedListener()"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"getJarPath()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider.DefaultSdk","l":"getJarPath()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getJavaScriptCanOpenWindowsAutomatically()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getJavaScriptEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getJavascriptInterface(String)","u":"getJavascriptInterface(java.lang.String)"},{"p":"org.robolectric.util","c":"Util","l":"getJavaVersion()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getJoin()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"getJulianDay(long, long)","u":"getJulianDay(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getJumpTapTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"getKeyboardType()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getKeyguardDisabledFeatures(ComponentName)","u":"getKeyguardDisabledFeatures(android.content.ComponentName)"},{"p":"org.robolectric.plugins","c":"SdkCollection","l":"getKnownSdks()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getLabel()"},{"p":"org.robolectric.manifest","c":"PermissionGroupItemData","l":"getLabel()"},{"p":"org.robolectric.manifest","c":"PermissionItemData","l":"getLabel()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getLabeledBy()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getLabelFor()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getLabelRef()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getLastAbandonedAudioFocusListener()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getLastAbandonedAudioFocusRequest()"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"getLastActiveDetector()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getLastAdditionalHttpHeaders()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"getLastAssistantActivityIntent()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getLastAssociationCallback()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getLastAssociationRequest()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getLastAudioFocusRequest()"},{"p":"org.robolectric.shadows","c":"ShadowConnection","l":"getLastConnectionEvent()"},{"p":"org.robolectric.shadows","c":"ShadowWearableSensingManager","l":"getLastDataBundle()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getLastDownloadedMultimediaMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"getLastDragClipData()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getLastDrawnRect()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getLastDrawnRect()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getLastDrawnRect()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getLastDrawnRoundRect()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getLastDrawnRoundRect()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getLastDrawnRoundRect()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getLastEnabledNetwork()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getLastEvaluatedJavascript()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getLastEvaluatedJavascriptCallback()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"getLastForegroundNotification()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"getLastForegroundNotificationId()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getLastHeader(String)","u":"getLastHeader(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getLastHeader(String)","u":"getLastHeader(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getLastHttpResponse()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getLastIncomingCall()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getLastIntentSenderRequest()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLastKnownLocation(String)","u":"getLastKnownLocation(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"getLastLaunchedPendingIntent()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getLastLoadData()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getLastLoadDataWithBaseURL()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getLastLoadedUrl()"},{"p":"org.robolectric.shadows","c":"ShadowMessenger","l":"getLastMessageSent()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getLastNonConfigurationInstance()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getLastObservingDevicePresenceDeviceAddress()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getLastOpenedCameraId()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getLastOutgoingCall()"},{"p":"org.robolectric.shadows","c":"ShadowCallLogCalls","l":"getLastOutgoingCall(Context)","u":"getLastOutgoingCall(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowWearableSensingManager","l":"getLastParcelFileDescriptor()"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"getLastRecognizerIntent()"},{"p":"org.robolectric.shadows","c":"ShadowAmbientContextManager","l":"getLastRegisterObserverRequest()"},{"p":"org.robolectric.shadows","c":"ShadowAmbientContextManager","l":"getLastRequestedEventCodesForConsentActivity()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getLastRequestedNotificationAccess()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getLastRequestedPermission()"},{"p":"org.robolectric.shadows","c":"ShadowCallScreeningService","l":"getLastRespondToCallInput()"},{"p":"org.robolectric.shadows","c":"ShadowSafetyCenterManager","l":"getLastSafetyEvent(String)","u":"getLastSafetyEvent(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSafetyCenterManager","l":"getLastSafetySourceError(String)","u":"getLastSafetySourceError(java.lang.String)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"getLastScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"getLastScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"getLastScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"getLastScheduledTaskTime()"},{"p":"org.robolectric.util","c":"Scheduler","l":"getLastScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getLastSentDataMessageParams()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getLastSentHttpRequestInfo()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getLastSentMultimediaMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getLastSentMultipartTextMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getLastSentTextMessageParams()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getLastSentVisualVoicemailSmsParams()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionService","l":"getLastSessionBundle()"},{"p":"org.robolectric.shadows","c":"ShadowGradientDrawable","l":"getLastSetColor()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getLastSetPassword()"},{"p":"org.robolectric.shadows","c":"ShadowWearableSensingManager","l":"getLastSharedMemory()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getLastShownDialogId()"},{"p":"org.robolectric.shadows","c":"ShadowAbsListView","l":"getLastSmoothScrollByDistance()"},{"p":"org.robolectric.shadows","c":"ShadowAbsListView","l":"getLastSmoothScrollByDuration()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getLastSpokenText()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getLastSynthesizeToFile()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getLastSynthesizeToFileText()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getLastSystemApiAssociationMacAddress()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getLastTelephonyCallback()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getLastTextToSpeechInstance()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getLastTouchEvent()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionService","l":"getLastUiHintBundle()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getLastUnknownCall()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"getLastVoiceActivityIntent()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getLatestAlertDialog()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getLatestAlertDialog()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getLatestDialog()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"getLatestDialog()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getLatestListPopupWindow()"},{"p":"org.robolectric.shadows","c":"ShadowListPopupWindow","l":"getLatestListPopupWindow()"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"getLatestModelDownloadIntent()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getLatestPopupMenu()"},{"p":"org.robolectric.shadows","c":"ShadowPopupMenu","l":"getLatestPopupMenu()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getLatestPopupWindow()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getLatestReadBytes()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"getLatestSentHttpRequest()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getLatestSentHttpRequest()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getLatestSentHttpRequestInfo()"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"getLatestSpeechRecognizer()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getLatestToast()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"getLatestVsyncEventData()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getLatestWakeLock()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getLatestWakeLock()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getLatestWrittenBytes()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getLaunchIntentForPackage(String)","u":"getLaunchIntentForPackage(java.lang.String)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getLaunchMode()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getLayer()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getLayerType()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getLayoutAlgorithm()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getLayoutInflater()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getLeanbackLaunchIntentForPackage(String)","u":"getLeanbackLaunchIntentForPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getLeft()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getLeft()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getLeftVolume()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLegacyLocationRequests(String)","u":"getLegacyLocationRequests(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getLeMaximumAdvertisingDataLength()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getLength()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getLength()"},{"p":"org.robolectric.shadows","c":"ShadowPathMeasure","l":"getLength()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getLeScanCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getLeState()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getLetterSpacing()"},{"p":"org.robolectric.shadows.util","c":"SQLiteLibraryLoader","l":"getLibClasspathResourceName()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"getLibraries()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getLibraryManifests()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getLightTouchEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getLine1Number()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getLine1Number(PhoneAccountHandle)","u":"getLine1Number(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getLineNumber()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getLineNumber()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getLinePaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getLinePaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getLinePaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getLinkProperties(Network)","u":"getLinkProperties(android.net.Network)"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"getListener()"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"getListener()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getListener()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getListeners()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"getListeners()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getListenersForFlags(int)"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"getListeningChannel()"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"GetLoadedArsc()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getLoadsImagesAutomatically()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getLoadWithOverviewMode()"},{"p":"org.robolectric.internal.dependency","c":"DependencyResolver","l":"getLocalArtifactUrl(DependencyJar)","u":"getLocalArtifactUrl(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal.dependency","c":"LocalDependencyResolver","l":"getLocalArtifactUrl(DependencyJar)","u":"getLocalArtifactUrl(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"getLocalArtifactUrl(DependencyJar)","u":"getLocalArtifactUrl(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal.dependency","c":"PropertiesDependencyResolver","l":"getLocalArtifactUrl(DependencyJar)","u":"getLocalArtifactUrl(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.plugins","c":"LegacyDependencyResolver","l":"getLocalArtifactUrl(DependencyJar)","u":"getLocalArtifactUrl(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal.dependency","c":"DependencyResolver","l":"getLocalArtifactUrls(DependencyJar)","u":"getLocalArtifactUrls(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"getLocalArtifactUrls(DependencyJar)","u":"getLocalArtifactUrls(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.plugins","c":"LegacyDependencyResolver","l":"getLocalArtifactUrls(DependencyJar)","u":"getLocalArtifactUrls(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"getLocalArtifactUrls(DependencyJar...)","u":"getLocalArtifactUrls(org.robolectric.internal.dependency.DependencyJar...)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"getLocalContentProvider()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getLocale()"},{"p":"org.robolectric.shadows","c":"ShadowCaptioningManager","l":"getLocale()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getLocales()"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"getLocalRepositoryDir()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getLocationOnScreen(int[])"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getLocationPowerSaveMode()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.RoboLocationRequest","l":"getLocationRequest()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLocationRequests(String)","u":"getLocationRequests(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLocationUpdateListeners()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLocationUpdateListeners(String)","u":"getLocationUpdateListeners(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLocationUpdatePendingIntents()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getLocationUpdatePendingIntents(String)","u":"getLocationUpdatePendingIntents(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DownloadMultimediaMessageParams","l":"getLocationUrl()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.SendMultimediaMessageParams","l":"getLocationUrl()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getLockTaskFeatures(ComponentName)","u":"getLockTaskFeatures(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getLockTaskModeState()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getLockTaskPackages(ComponentName)","u":"getLockTaskPackages(android.content.ComponentName)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getLog()"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"getLogs()"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"getLogsForTag(String)","u":"getLogsForTag(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getLong(ContentResolver, String)","u":"getLong(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getLong(ContentResolver, String)","u":"getLong(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getLong(ContentResolver, String)","u":"getLong(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getLong(ContentResolver, String, long)","u":"getLong(android.content.ContentResolver,java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getLong(ContentResolver, String, long)","u":"getLong(android.content.ContentResolver,java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getLong(ContentResolver, String, long)","u":"getLong(android.content.ContentResolver,java.lang.String,long)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getLong(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getLong(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getLong(int)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getLongPressTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowBatteryManager","l":"getLongProperty(int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getLongSupportMessage(ComponentName)","u":"getLongSupportMessage(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"getLooperForThread(Thread)","u":"getLooperForThread(java.lang.Thread)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"getLooperForThread(Thread)","u":"getLooperForThread(java.lang.Thread)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"getLoopers()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"getLoopers()"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"getMagnificationRegion()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"getMainLooper()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getMainThread()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getManagedCursors()"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getManifestFactory(Config)","u":"getManifestFactory(org.robolectric.annotation.Config)"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"getManifestFile()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getManifestShortcuts()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getMasterScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getMasterSyncAutomatically()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getMatrix(Matrix)","u":"getMatrix(android.graphics.Matrix)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getMatrix(Matrix)","u":"getMatrix(android.graphics.Matrix)"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"getMavenProxyHost()"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"getMavenProxyPort()"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"getMavenRepositoryId()"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"getMavenRepositoryPassword()"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"getMavenRepositoryUrl()"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"getMavenRepositoryUserName()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getMax()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getMaxDuration()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getMaxFileSize()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getMaximumDrawingCacheSize()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getMaximumFailedPasswordsForWipe(ComponentName)","u":"getMaximumFailedPasswordsForWipe(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getMaximumFlingVelocity()"},{"p":"org.robolectric.shadows","c":"ShadowSensor","l":"getMaximumRange()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getMaximumTimeToLock(ComponentName)","u":"getMaximumTimeToLock(android.content.ComponentName)"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"getMaxNs()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ResetterInfo","l":"getMaxSdk()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getMaxSdkVersion()"},{"p":"org.robolectric.pluginapi","c":"UsesSdk","l":"getMaxSdkVersion()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getMaxShortcutCountPerActivity()"},{"p":"org.robolectric.plugins","c":"SdkCollection","l":"getMaxSupportedSdk()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getMaxSupportedUsers()"},{"p":"org.robolectric.shadows","c":"ShadowIsoDep","l":"getMaxTransceiveLength()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getMediaInfo()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getMediaInfo(DataSource)","u":"getMediaInfo(org.robolectric.shadows.util.DataSource)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getMediaPlaybackRequiresUserGesture()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getMeid()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getMeid(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getMemoryClass()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getMemoryInfo(ActivityManager.MemoryInfo)","u":"getMemoryInfo(android.app.ActivityManager.MemoryInfo)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getMenuInflater()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getMenuInfo()"},{"p":"org.robolectric.shadows","c":"ShadowAlertController","l":"getMessage()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getMessage()"},{"p":"org.robolectric.shadows","c":"ShadowProgressDialog","l":"getMessage()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"getMessageBody()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"getMessageId()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextMultipartParams","l":"getMessageId()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextSmsParams","l":"getMessageId()"},{"p":"org.robolectric.shadows","c":"ShadowContextHubClient","l":"getMessages()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getMetadata()"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"getMetadata()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getMetaData()"},{"p":"org.robolectric.manifest","c":"PackageItemData","l":"getMetaData()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getMetadata(int)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"getMethod()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ResetterInfo","l":"getMethodCall()"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.CleanerInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.FileDescriptorInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.LinkedHashMapEldestInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.NoOpInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.ReferenceRefersToInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SocketInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SystemArrayCopyInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SystemLogInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SystemTimeInterceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptor","l":"getMethodHandle(String, MethodType)","u":"getMethodHandle(java.lang.String,java.lang.invoke.MethodType)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptor","l":"getMethodRefs()"},{"p":"org.robolectric.annotation.processing","c":"DocumentedType","l":"getMethods()"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"getMethods()"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"getMetrics()"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"getMetrics()"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getMetrics(DisplayMetrics)","u":"getMetrics(android.util.DisplayMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getMilliseconds()"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"getMillisInFuture()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getMimeType()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getMimeType()"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"getMimeTypeFromExtension(String)","u":"getMimeTypeFromExtension(java.lang.String)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getMimeTypes()"},{"p":"org.robolectric.shadows","c":"GraphicsShadowPicker","l":"getMinApiLevel()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader.Picker","l":"getMinApiLevel()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage.Picker","l":"getMinApiLevel()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getMinimumFlingVelocity()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getMinimumFontSize()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getMinimumLogicalFontSize()"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"getMinNs()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ResetterInfo","l":"getMinSdk()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getMinSdkVersion()"},{"p":"org.robolectric.pluginapi","c":"UsesSdk","l":"getMinSdkVersion()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.RoboLocationRequest","l":"getMinUpdateDistanceMeters()"},{"p":"org.robolectric.shadows","c":"ShadowTimePickerDialog","l":"getMinute()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getMixedContentMode()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getMobileRxBytes()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getMobileRxPackets()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getMobileTxBytes()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getMobileTxPackets()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getMode()"},{"p":"org.robolectric.shadows","c":"ShadowPorterDuffColorFilter","l":"getMode()"},{"p":"org.robolectric.internal","c":"AndroidSandbox","l":"getModeInvalidatedClasses()"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"getModeInvalidatedClasses()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getModuleInfo(String, int)","u":"getModuleInfo(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSoundTriggerManager","l":"getModuleProperties()"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"getMonthOfYear()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getMoveStatus(int)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"getMyAssociations()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getMyMemoryState(ActivityManager.RunningAppProcessInfo)","u":"getMyMemoryState(android.app.ActivityManager.RunningAppProcessInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"getMySessions()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getName()"},{"p":"org.robolectric.annotation.processing","c":"DocumentedElement","l":"getName()"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"getName()"},{"p":"org.robolectric.internal.bytecode","c":"MethodCallSite","l":"getName()"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"getName()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getName()"},{"p":"org.robolectric.manifest","c":"PackageItemData","l":"getName()"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"getName()"},{"p":"org.robolectric.res","c":"AttrData","l":"getName()"},{"p":"org.robolectric.res","c":"StyleData","l":"getName()"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"getName()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getName()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getName()"},{"p":"org.robolectric.shadows","c":"ShadowInputDevice","l":"getName()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.Counter","l":"getName()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getNameAttr(String)","u":"getNameAttr(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getNameForUid(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getNamespace()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getNamespace(String)","u":"getNamespace(java.lang.String)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getNamespaceCount(int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getNamespacePrefix(int)"},{"p":"org.robolectric.res","c":"ResName","l":"getNamespaceUri()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getNamespaceUri(int)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"getNanoAppInstanceInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowDebug","l":"getNativeHeapAllocatedSize()"},{"p":"org.robolectric.shadows","c":"ShadowColorSpaceRgb","l":"getNativeInstance()"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"getNativeObject(long)"},{"p":"org.robolectric.res.android","c":"ResStringPool","l":"getNativeObject(long)"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"getNativeObjectId(T)"},{"p":"org.robolectric.res.android","c":"ResStringPool","l":"getNativePtr()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap.BitmapReflector","l":"getNativePtr()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl","l":"getNativePtr()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getNativeStringBlock(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getNativeStringBlock(int)"},{"p":"org.robolectric.shadows","c":"ShadowStatusBarManager","l":"getNavBarMode()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getNavDump()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getNdefPushMessage()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getNdefPushMessageCallback()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getNearbyAppStreamingPolicy()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getNearbyNotificationStreamingPolicy()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getNeedInitialFocus()"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"getNetId()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getNetworkCallbackPendingIntents()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getNetworkCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getNetworkCapabilities(Network)","u":"getNetworkCapabilities(android.net.Network)"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"getNetworkCount()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getNetworkCountryIso()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getNetworkInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getNetworkInfo(Network)","u":"getNetworkInfo(android.net.Network)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getNetworkOperator()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getNetworkOperatorName()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getNetworkPreference()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getNetworkSpecifier()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getNetworkType()"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"getNeutralButtonAction()"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"getNeutralButtonTextResId()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodecList","l":"getNewCodecInfoAt(int)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"getNewInsetsMode()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessage","l":"getNext()"},{"p":"org.robolectric.shadows","c":"ShadowMessage","l":"getNext()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessage","l":"getNext()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getNextAddAccountOptions()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"getNextAlarmClock()"},{"p":"org.robolectric.shadows","c":"ShadowDropBoxManager","l":"getNextEntry(String, long)","u":"getNextEntry(java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"getNextScheduledAlarm()"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"getNextScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"getNextScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"getNextScheduledTaskTime()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"getNextScheduledTaskTime()"},{"p":"org.robolectric.util","c":"Scheduler","l":"getNextScheduledTaskTime()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"getNextSentHttpRequest()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"getNextSentHttpRequestInfo()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getNextSentHttpRequestInfo()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getNextStartedActivity()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"getNextStartedActivity()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getNextStartedActivityForResult()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getNextStartedActivityForResult()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getNextStartedService()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"getNextStoppedService()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getNfcAdapter(Context)","u":"getNfcAdapter(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowNfcFrameworkInitializer","l":"getNfcServiceManager()"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"getNightDisplayAutoMode()"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"getNightDisplayColorTemperature()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"getNightMode()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"getNightModeCustomType()"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"getNonConfigurationString(int, int)","u":"getNonConfigurationString(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"getNonResourceString(int)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotification(int)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotification(String, int)","u":"getNotification(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationChannel(String)","u":"getNotificationChannel(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationChannel(String, String)","u":"getNotificationChannel(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationChannelGroup(String)","u":"getNotificationChannelGroup(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationChannelGroups()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationChannels()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationDelegate()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"getNotificationPolicy()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"getNotificationShouldRemoved()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getNotificationUri()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getNotificationUri()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getNotificationVisibility()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getNotifiedUris()"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"getNotifyNativeInterval()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getNumberOfCameras()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getNumericShortcut()"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"getObjectForAddress(long)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"getObserverId()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"getObserverId()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"getObserverId()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getOffscreenPreRaster()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnAttachStateChangeListeners()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"getOnCancelListener()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnClickListener()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getOnCompletionListener()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getOnCompletionListener()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnCreateContextMenuListener()"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"getOnDateSetListenerCallback()"},{"p":"org.robolectric.shadows","c":"ShadowTranslationManager","l":"getOnDeviceTranslationCapabilities(int, int)","u":"getOnDeviceTranslationCapabilities(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"getOnDoubleTapListener()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getOnEditorActionListener()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getOnErrorListener()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getOnInitListener()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnLayoutChangeListeners()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnLongClickListener()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getOnlyIncomingCall()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getOnlyOutgoingCall()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getOnlyUnknownCall()"},{"p":"org.robolectric.shadows","c":"ShadowPopupMenu","l":"getOnMenuItemClickListener()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getOnNdefPushCompleteCallback()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getOnPreparedListener()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getOnPreparedListener()"},{"p":"org.robolectric.shadows","c":"ShadowAbsListView","l":"getOnScrollListener()"},{"p":"org.robolectric.shadows","c":"ShadowSeekBar","l":"getOnSeekBarChangeListener()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnSystemUiVisibilityChangeListener()"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"getOnTouchEventMotionEvent()"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"getOnTouchEventMotionEvent()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getOnTouchListener()"},{"p":"org.robolectric.shadows","c":"ShadowNumberPicker","l":"getOnValueChangeListener()"},{"p":"org.robolectric.shadows.gms.common","c":"ShadowGoogleApiAvailability","l":"getOpenSourceSoftwareLicenseInfo(Context)","u":"getOpenSourceSoftwareLicenseInfo(android.content.Context)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getOpenSourceSoftwareLicenseInfo(Context)","u":"getOpenSourceSoftwareLicenseInfo(android.content.Context)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"getOpenSourceSoftwareLicenseInfo(Context)","u":"getOpenSourceSoftwareLicenseInfo(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"getOperatingChannel()"},{"p":"org.robolectric.shadows","c":"ShadowCryptoObject","l":"getOpId()"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"getOpsForPackage(int, String, int[])","u":"getOpsForPackage(int,java.lang.String,int[])"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"getOpsForPackage(int, String, String[])","u":"getOpsForPackage(int,java.lang.String,java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"getOpString(int)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"getOptions()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getOptions()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getOptionsMenu()"},{"p":"org.robolectric.shadows","c":"ShadowPhoneWindow","l":"getOptionsPanelGravity()"},{"p":"org.robolectric.shadows","c":"ShadowPhoneWindowFor22","l":"getOptionsPanelGravity()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getOrder()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getOrganizationColor(ComponentName)","u":"getOrganizationColor(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getOrganizationName(ComponentName)","u":"getOrganizationName(android.content.ComponentName)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"getOrientation(String)","u":"getOrientation(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"MethodCallSite","l":"getOriginal()"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastReceiver","l":"getOriginalPendingResult()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getOriginalUrl()"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"getOutgoingDataStream()"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"getOutgoingMessages()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"getOutputFormat()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getOutputFormat()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getOutputPath()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"getOutputStream()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"getOutputStreamSink()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getOvalPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getOvalPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getOvalPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageArchiveInfo(String, int)","u":"getPackageArchiveInfo(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getPackageArchiveInfo(String, int)","u":"getPackageArchiveInfo(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageCandidateVolumes(ApplicationInfo)","u":"getPackageCandidateVolumes(android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageCurrentVolume(Object)","u":"getPackageCurrentVolume(java.lang.Object)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getPackageElement(String)","u":"getPackageElement(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageGids(String)","u":"getPackageGids(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageGids(String, int)","u":"getPackageGids(java.lang.String,int)"},{"p":"org.robolectric.res","c":"ResourceIds","l":"getPackageIdentifier(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getPackageImportance(String)","u":"getPackageImportance(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageInfo(Object, Object)","u":"getPackageInfo(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageInfo(String, int)","u":"getPackageInfo(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageInfoAsUser(Object, Object, Object)","u":"getPackageInfoAsUser(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"getPackageManager()"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ArscResourceResolver","l":"getPackageName()"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.LegacyResourceResolver","l":"getPackageName()"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ResourceResolver","l":"getPackageName()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"getPackageName()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getPackageName()"},{"p":"org.robolectric.res.builder","c":"XmlBlock","l":"getPackageName()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getPackageName()"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getPackageName()"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getPackageName()"},{"p":"org.robolectric.res","c":"StyleData","l":"getPackageName()"},{"p":"org.robolectric.res","c":"XmlContext","l":"getPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractor","l":"getPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"getPackageNames()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"getPackageNames()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"getPackageNames()"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"getPackageRestoreToken(String)","u":"getPackageRestoreToken(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getPackageSetting(String)","u":"getPackageSetting(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"getPackagesForOps(int[])"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"getPackagesForOps(String[])","u":"getPackagesForOps(java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackagesForUid(int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getPackagesForUid(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackagesHoldingPermissions(String[], int)","u":"getPackagesHoldingPermissions(java.lang.String[],int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageSizeInfo(Object, Object)","u":"getPackageSizeInfo(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageSizeInfo(Object, Object, Object)","u":"getPackageSizeInfo(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageSizeInfoAsUser(Object, Object, Object)","u":"getPackageSizeInfoAsUser(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageUid(Object, Object)","u":"getPackageUid(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageUid(String, int)","u":"getPackageUid(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageUidAsUser(String, int)","u":"getPackageUidAsUser(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPackageUidAsUser(String, int, int)","u":"getPackageUidAsUser(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getPairingConfirmation()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"getParam(String)","u":"getParam(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"getParamClasses(ClassLoader)","u":"getParamClasses(java.lang.ClassLoader)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getParamDefStr()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getParameters()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getParameters(String)","u":"getParameters(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getParams()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getParams()"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"getParams()"},{"p":"org.robolectric.res","c":"StyleData","l":"getParent()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getParent()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getParent()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getParent()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getParentActivityName()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextMultipartParams","l":"getParts()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getPassword(Account)","u":"getPassword(android.accounts.Account)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordComplexity()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordExpiration(ComponentName)","u":"getPasswordExpiration(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordExpirationTimeout(ComponentName)","u":"getPasswordExpirationTimeout(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordHistoryLength(ComponentName)","u":"getPasswordHistoryLength(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumLength(ComponentName)","u":"getPasswordMinimumLength(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumLetters(ComponentName)","u":"getPasswordMinimumLetters(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumLowerCase(ComponentName)","u":"getPasswordMinimumLowerCase(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumNonLetter(ComponentName)","u":"getPasswordMinimumNonLetter(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumNumeric(ComponentName)","u":"getPasswordMinimumNumeric(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumSymbols(ComponentName)","u":"getPasswordMinimumSymbols(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordMinimumUpperCase(ComponentName)","u":"getPasswordMinimumUpperCase(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPasswordQuality(ComponentName)","u":"getPasswordQuality(android.content.ComponentName)"},{"p":"org.robolectric.res.builder","c":"XmlBlock","l":"getPath()"},{"p":"org.robolectric.res","c":"FileTypedResource","l":"getPath()"},{"p":"org.robolectric.res","c":"FsFile","l":"getPath()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"getPath()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapDrawable","l":"getPath()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getPath()"},{"p":"org.robolectric.shadows","c":"ShadowPackageParser._Package_","l":"getPath()"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"GetPath()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getPathEffect()"},{"p":"org.robolectric.res.android","c":"String8","l":"getPathExtension()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"getPathIterator(AffineTransform)","u":"getPathIterator(java.awt.geom.AffineTransform)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getPathPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getPathPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getPathPaintHistoryCount()"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getPathPatterns()"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"getPathPermissionDatas()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"getPathPlaybacks(String)","u":"getPathPlaybacks(java.lang.String)"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getPathPrefixes()"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getPaths()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getPattern()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer.VisualizerSource","l":"getPeakRms(Visualizer.MeasurementPeakRms)","u":"getPeakRms(android.media.audiofx.Visualizer.MeasurementPeakRms)"},{"p":"org.robolectric.fakes","c":"RoboIntentSender","l":"getPendingIntent()"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler","l":"getPendingJob(int)"},{"p":"org.robolectric.shadows","c":"ShadowJobScheduler.ShadowJobSchedulerImpl","l":"getPendingJob(int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getPendingSeek()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getPendingTransitionEnterAnimationResourceId()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getPendingTransitionExitAnimationResourceId()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getPerformedActions()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getPerformedActionsWithArgs()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getPeriodicSyncs(Account, String)","u":"getPeriodicSyncs(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getPermission()"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"getPermission()"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"getPermission()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPermissionControllerPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPermissionFlags(String, String, UserHandle)","u":"getPermissionFlags(java.lang.String,java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPermissionGrantState(ComponentName, String, String)","u":"getPermissionGrantState(android.content.ComponentName,java.lang.String,java.lang.String)"},{"p":"org.robolectric.manifest","c":"PermissionItemData","l":"getPermissionGroup()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPermissionGroupInfo(String, int)","u":"getPermissionGroupInfo(java.lang.String,int)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getPermissionGroups()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPermissionInfo(String, int)","u":"getPermissionInfo(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"getPermissionManager()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPermissionPolicy(ComponentName)","u":"getPermissionPolicy(android.content.ComponentName)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getPermissions()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPermittedAccessibilityServices(ComponentName)","u":"getPermittedAccessibilityServices(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPermittedInputMethods(ComponentName)","u":"getPermittedInputMethods(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getPersistedUriPermissions()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getPersistentPreferredActivities(List, List, String)","u":"getPersistentPreferredActivities(java.util.List,java.util.List,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getPhoneAccount(PhoneAccountHandle)","u":"getPhoneAccount(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"getPhoneAccountHandle()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getPhoneAccountsForPackage()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getPhoneAccountsSupportingScheme(String)","u":"getPhoneAccountsSupportingScheme(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getPhoneCapability()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getPhoneCount()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getPhoneId(int)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getPhoneNumber(int)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"getPhoneNumber(int, int)","u":"getPhoneNumber(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getPhoneType()"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"getPictureHeight()"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"getPictureWidth()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getPin()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getPinnedShortcuts()"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"getPinnedSlices()"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"getPinnedSpecs(Uri)","u":"getPinnedSpecs(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getPivotX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getPivotX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getPivotY()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getPivotY()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getPixel(int, int)","u":"getPixel(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getPixelFormat()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getPixels(int[], int, int, int, int, int, int)","u":"getPixels(int[],int,int,int,int,int,int)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"getPlatformVersion(String)","u":"getPlatformVersion(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"getPlaybackHeadPosition()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getPlaybackInfo()"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"getPlaybackParams()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getPlaybackState()"},{"p":"org.robolectric.shadows","c":"ShadowMediaActionSound","l":"getPlayCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowToneGenerator","l":"getPlayedTones()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getPluginsEnabled()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getPluginState()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"getPoints()"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"getPoints()"},{"p":"org.robolectric.shadows","c":"ShadowPath","l":"getPoints()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getPolicyManagedProfiles(UserHandle)","u":"getPolicyManagedProfiles(android.os.UserHandle)"},{"p":"org.robolectric.manifest","c":"IntentFilterData.DataAuthority","l":"getPort()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager.VisualVoicemailSmsParams","l":"getPort()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowLowPowerStandbyPortsLock","l":"getPorts()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager._UsbManager_","l":"getPorts()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager._UsbManagerQ_","l":"getPorts()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"getPorts()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"getPortStatus(Object)","u":"getPortStatus(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"getPortStatus(String)","u":"getPortStatus(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager._UsbManager_","l":"getPortStatus(UsbPort)","u":"getPortStatus(android.hardware.usb.UsbPort)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getPosition()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getPosition()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getPosition()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getPositionDescription()"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"getPositionDescription()"},{"p":"org.robolectric.shadows","c":"ShadowPathMeasure","l":"getPosTan(float, float[], float[])","u":"getPosTan(float,float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"getPostOperations()"},{"p":"org.robolectric.shadows","c":"ShadowMatrix","l":"getPostOperations()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"getPostOperations()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"getPowerUsage()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPreferredActivities(List, List, String)","u":"getPreferredActivities(java.util.List,java.util.List,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getPreferredActivitiesInternal(List, List, String, SortedMap>)","u":"getPreferredActivitiesInternal(java.util.List,java.util.List,java.lang.String,java.util.SortedMap)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPreferredPackages(int)"},{"p":"org.robolectric.shadows","c":"ShadowCardEmulation","l":"getPreferredService()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getPrefix()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailSms","l":"getPrefix()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"getPreOperations()"},{"p":"org.robolectric.shadows","c":"ShadowMatrix","l":"getPreOperations()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"getPreOperations()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"getPreparationDelay()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getPressedStateDuration()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"getPreviewDisplay()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getPreviewDisplay()"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"getPreviewHeight()"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"getPreviewWidth()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"getPreviousAsyncSections()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getPreviousKeyCode(int)"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getPreviousKeyEvent(int)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getPreviousName(Account)","u":"getPreviousName(android.accounts.Account)"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"getPreviousSections()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionService","l":"getPreviousUiHintBundles()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getPrevVideoState()"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"getPrimaryClip()"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"getPrimaryClipDescription()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPrimaryStorageCandidateVolumes()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getPrimaryStorageCurrentVolume()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getPrimitiveEffects()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getPrimitiveSegmentsInPrimitiveEffects()"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"getPriority()"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"getPrivateFlag(int)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getPrivilegedConfiguredNetworks()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getProcess()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.ShadowEvent","l":"getProcessId()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getProcessName()"},{"p":"org.robolectric.shadows","c":"ShadowInputDevice","l":"getProductId()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getProfileConnectionState(int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getProfileOwner()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getProfileOwnerNameAsUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getProfileParent(int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getProfileProxy(Context, BluetoothProfile.ServiceListener, int)","u":"getProfileProxy(android.content.Context,android.bluetooth.BluetoothProfile.ServiceListener,int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getProfiles(int)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"getProfileSwitchingIconDrawable(UserHandle)","u":"getProfileSwitchingIconDrawable(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"getProfileSwitchingLabel(UserHandle)","u":"getProfileSwitchingLabel(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"getProgress()"},{"p":"org.robolectric.shadows","c":"ShadowProgressDialog","l":"getProgressStyle()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getProperty(String, ComponentName)","u":"getProperty(java.lang.String,android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDeviceConfig","l":"getProperty(String, String)","u":"getProperty(java.lang.String,java.lang.String)"},{"p":"org.robolectric.manifest","c":"PermissionItemData","l":"getProtectionLevel()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getProtocolVersion()"},{"p":"org.robolectric.shadows.httpclient","c":"StatusLineStub","l":"getProtocolVersion()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestStatusLine","l":"getProtocolVersion()"},{"p":"org.robolectric.internal","c":"ShadowProvider","l":"getProvidedPackageNames()"},{"p":"org.robolectric","c":"Shadows","l":"getProvidedPackageNames()"},{"p":"org.robolectric.shadows.gms","c":"Shadows","l":"getProvidedPackageNames()"},{"p":"org.robolectric.shadows.httpclient","c":"Shadows","l":"getProvidedPackageNames()"},{"p":"org.robolectric.shadows.multidex","c":"Shadows","l":"getProvidedPackageNames()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getProvider(String)","u":"getProvider(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getProvider(Uri)","u":"getProvider(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getProviderInfo(ComponentName, int)","u":"getProviderInfo(android.content.ComponentName,int)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getProviderProperties(Object)","u":"getProviderProperties(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getProviders(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getProviders(Criteria, boolean)","u":"getProviders(android.location.Criteria,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowVpnManager","l":"getProvisionedVpnProfileState()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getProxyAuthenticationHandler()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getProxyForNetwork(Network)","u":"getProxyForNetwork(android.net.Network)"},{"p":"org.robolectric.shadows","c":"ShadowPublicFormatUtils","l":"getPublicFormat(int, int)","u":"getPublicFormat(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowTileService","l":"getQsTile()"},{"p":"org.robolectric.res","c":"XmlContext","l":"getQualifiers()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getQualifiers()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getQualifiers(Configuration, DisplayMetrics)","u":"getQualifiers(android.content.res.Configuration,android.util.DisplayMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"getQuantityString(int, int)","u":"getQuantityString(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"getQuantityString(int, int)","u":"getQuantityString(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"getQuantityString(int, int)","u":"getQuantityString(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"getQuantityString(int, int, Object...)","u":"getQuantityString(int,int,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"getQuantityString(int, int, Object...)","u":"getQuantityString(int,int,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"getQuantityString(int, int, Object...)","u":"getQuantityString(int,int,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getQueueMode()"},{"p":"org.robolectric.shadows","c":"ShadowBuild","l":"getRadioVersion()"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getRatingType()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getRawValue(int, ResTable_config)","u":"getRawValue(int,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getRawValue(int, ResTable_config)","u":"getRawValue(int,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getRawValue(int, ResTable_config)","u":"getRawValue(int,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getRawValue(ResName, ResTable_config)","u":"getRawValue(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getRawValue(ResName, ResTable_config)","u":"getRawValue(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getRawValue(ResName, ResTable_config)","u":"getRawValue(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getRClass()"},{"p":"org.robolectric.res","c":"ResourcePath","l":"getRClass()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getRClassName()"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"getReadPermission()"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getRealMetrics(DisplayMetrics)","u":"getRealMetrics(android.util.DisplayMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getRealSize(Point)","u":"getRealSize(android.graphics.Point)"},{"p":"org.robolectric.shadows.httpclient","c":"StatusLineStub","l":"getReasonPhrase()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestStatusLine","l":"getReasonPhrase()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"getRebindRequestCount()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getRebootReasons()"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"getReceivedMessages()"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer.ChoreographerReflector","l":"getReceiver()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getReceiverInfo(ComponentName, int)","u":"getReceiverInfo(android.content.ComponentName,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"getReceiverPtr()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getReceiversForIntent(Intent)","u":"getReceiversForIntent(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowRollbackManager","l":"getRecentlyCommittedRollbacks()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getRectPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getRectPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getRectPaintHistoryCount()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getRedirectHandler()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"getReferenceResId()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getReferrer()"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getRefreshRate()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getRegisteredAppUsageLimitObservers()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getRegisteredAppUsageObservers()"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"getRegisteredCallbackCount()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getRegisteredReceivers()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getRegisteredRfcommServerUuids()"},{"p":"org.robolectric.shadows","c":"ShadowVcnManager","l":"getRegisteredSubscriptionGroup(VcnManager.VcnStatusCallback)","u":"getRegisteredSubscriptionGroup(android.net.vcn.VcnManager.VcnStatusCallback)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getRegisteredUsageSessionObservers()"},{"p":"org.robolectric.shadows","c":"ShadowVcnManager","l":"getRegisteredVcnStatusCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"getRegistrationState(Executor, Consumer)","u":"getRegistrationState(java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"getRegistrationStateCallback()"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"getRegistrationTransportType(Executor, Consumer)","u":"getRegistrationTransportType(java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"getRegistrationTransportTypeCallback()"},{"p":"org.robolectric.versioning","c":"AndroidVersions","l":"getReleaseForSdkInt(Integer)","u":"getReleaseForSdkInt(java.lang.Integer)"},{"p":"org.robolectric.versioning","c":"AndroidVersions","l":"getReleases()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getReloadInvocations()"},{"p":"org.robolectric.res.android","c":"Asset","l":"getRemainingLength()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getRemoteContext(Context)","u":"getRemoteContext(android.content.Context)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"getRemoteContext(Context)","u":"getRemoteContext(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getRemoteDevice(String)","u":"getRemoteDevice(java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"getRemoteResource(Context)","u":"getRemoteResource(android.content.Context)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"getRemoteResource(Context)","u":"getRemoteResource(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowRoleControllerManager","l":"getRemoteServiceComponentName(Context)","u":"getRemoteServiceComponentName(android.content.Context)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getRenderPriority()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getRepeat()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getReportedNetworkConnectivity()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getReportFullyDrawn()"},{"p":"org.robolectric.shadows","c":"ShadowStatsManager","l":"getReports(long)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"getRequest(long)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getRequestCode()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"getRequestCount()"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"getRequestCount()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpRequestInfo","l":"getRequestDirector()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getRequestedOrientation()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getRequestHeaders()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"getRequestLocationUpdateListeners()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"getResDir()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getResDirectory()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getResetters()"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getResId()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getResName(int)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getResName(int)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getResName(int)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetResource(int, boolean, short, Ref, Ref, Ref)","u":"GetResource(int,boolean,short,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getResource(int, Ref, boolean, int, Ref, Ref)","u":"getResource(int,org.robolectric.res.android.Ref,boolean,int,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.internal.bytecode","c":"ResourceProvider","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"SandboxClassLoader","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"ResourceProvider","l":"getResourceAsStream(String)","u":"getResourceAsStream(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceBagText(int, int)","u":"getResourceBagText(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourceBagValue(int, int, ResTable)","u":"getResourceBagValue(int,int,org.robolectric.res.android.ResTable)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourceBagValues(int, ResTable)","u":"getResourceBagValues(int,org.robolectric.res.android.ResTable)"},{"p":"org.robolectric.res","c":"ResourcePath","l":"getResourceBase()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetResourceConfigurations(boolean, boolean)","u":"GetResourceConfigurations(boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourceEntryName(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceEntryName(int)"},{"p":"org.robolectric.shadows","c":"ShadowArrayAdapter","l":"getResourceId()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getResourceId(ResName)","u":"getResourceId(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getResourceId(ResName)","u":"getResourceId(org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getResourceId(ResName)","u":"getResourceId(org.robolectric.res.ResName)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetResourceId(String, String, String)","u":"GetResourceId(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourceIdentifier(String, String, String)","u":"getResourceIdentifier(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceIdentifier(String, String, String)","u":"getResourceIdentifier(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceIntArray(int)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetResourceLocales(boolean, boolean)","u":"GetResourceLocales(boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourceName(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceName(int)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getResourceName(int, boolean, ResTable.ResourceName)","u":"getResourceName(int,boolean,org.robolectric.res.android.ResTable.ResourceName)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"GetResourceName(int, CppAssetManager2.ResourceName)","u":"GetResourceName(int,org.robolectric.res.android.CppAssetManager2.ResourceName)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ArscResourceResolver","l":"getResourceName(Integer)","u":"getResourceName(java.lang.Integer)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.LegacyResourceResolver","l":"getResourceName(Integer)","u":"getResourceName(java.lang.Integer)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ResourceResolver","l":"getResourceName(Integer)","u":"getResourceName(java.lang.Integer)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourcePackageName(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourcePackageName(int)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getResourcePath()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"getResourcePlaybacks(int)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"getResourceReference()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"getResourceReference(String, String, String)","u":"getResourceReference(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"getResources()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getResourcesForActivity(ComponentName)","u":"getResourcesForActivity(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getResourcesForApplication(ApplicationInfo)","u":"getResourcesForApplication(android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getResourcesForApplication(String)","u":"getResourcesForApplication(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getResourcesForApplicationAsUser(String, int)","u":"getResourcesForApplicationAsUser(java.lang.String,int)"},{"p":"org.robolectric","c":"AndroidMetadata","l":"getResourcesMode()"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"getResourcesMode()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceStringArray(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceTable()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceText(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceTextArray(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getResourceTypeName(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceTypeName(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getResourceValue(int, int, TypedValue, boolean)","u":"getResourceValue(int,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherResponseRule","l":"getResponse()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub.ResponseRule","l":"getResponse()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseGenerator","l":"getResponse(HttpRequest)","u":"getResponse(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"getResponses()"},{"p":"org.robolectric.res.android","c":"ResTableTheme","l":"getResTable()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"getRestrictBackgroundStatus()"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"getRestriction(int, int)","u":"getRestriction(int,int)"},{"p":"org.robolectric.res","c":"TypedResource","l":"getResType()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getResultCode()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getResultIntent()"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricGeneratorAdapter","l":"getReturnType()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getRight()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getRight()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getRightVolume()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getRingerMode()"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"getRobolectricClassLoader()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getRoot()"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"getRotation()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getRotation()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getRotationX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getRotationX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getRotationY()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getRotationY()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getRotationZ()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getRoundRectPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getRoundRectPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getRoundRectPaintHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getRowBytes()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getRunningAppProcesses()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getRunningServices(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getRunningTasks(int)"},{"p":"org.robolectric.shadows","c":"ShadowDebug","l":"getRuntimeStats()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSafeBrowsingEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowSafetyCenterManager","l":"getSafetySourceData(String)","u":"getSafetySourceData(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"getSampleTrackIndex()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer.VisualizerSource","l":"getSamplingRate()"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"getSandbox(FrameworkMethod)","u":"getSandbox(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getSandbox(FrameworkMethod)","u":"getSandbox(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSansSerifFontFamily()"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"getSaturationLevel()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"getSaturationLevel()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getSaveCount()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getSavedContext()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getSavedIntent()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getSavedIntents()"},{"p":"org.robolectric.shadows","c":"ShadowMediaScannerConnection","l":"getSavedMimeTypes()"},{"p":"org.robolectric.shadows","c":"ShadowMediaScannerConnection","l":"getSavedPaths()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSaveFormData()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSavePassword()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"getScAddress()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextMultipartParams","l":"getScAddress()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextSmsParams","l":"getScAddress()"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"getScale()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledDoubleTapSlop()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledEdgeSlop()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledFadingEdgeLength()"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"getScaledFrameAtTime(long, int, int, int)","u":"getScaledFrameAtTime(long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledMaximumFlingVelocity()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledMinimumFlingVelocity()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledPagingTouchSlop()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledScrollBarSize()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledTouchSlop()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScaledWindowTouchSlop()"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"getScaleFactor()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getScaleX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getScaleX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getScaleY()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getScaleY()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeScanner","l":"getScanCallbacks()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getScanMode()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getScanResults()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"getScheduledAlarms()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"getScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"getScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"getScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowMessageQueue","l":"getScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"getScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"getScheduler()"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"getSchemes()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getScreenOrientation()"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"getScreenshotFd()"},{"p":"org.robolectric.android","c":"DeviceConfig","l":"getScreenSize(Configuration)","u":"getScreenSize(android.content.res.Configuration)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"getScreenWidth(String)","u":"getScreenWidth(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScrollBarFadeDuration()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScrollBarSize()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScrollDefaultDelay()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getScrollFriction()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getScrollX()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getScrollY()"},{"p":"org.robolectric.internal","c":"AndroidSandbox","l":"getSdk()"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"getSdk()"},{"p":"org.robolectric.plugins","c":"SdkCollection","l":"getSdk(int)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.AndroidRelease","l":"getSdkInt()"},{"p":"org.robolectric.pluginapi","c":"SdkProvider","l":"getSdks()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider","l":"getSdks()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricProcessor","l":"getSdksFile(Map, String)","u":"getSdksFile(java.util.Map,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSearchManager","l":"getSearchableInfo(ComponentName)","u":"getSearchableInfo(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowTrace.AsyncTraceSection","l":"getSectionName()"},{"p":"org.robolectric.shadows","c":"ShadowWifiConfiguration","l":"getSecurityTypes()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getSeedAccountName()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getSeedAccountOptions()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getSeedAccountType()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getSeekDelay()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getSelection()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getSelectionArgs()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.DeleteStatement","l":"getSelectionArgs()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.UpdateStatement","l":"getSelectionArgs()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getSelectionArgsBackReferences()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getSelfManagedPhoneAccounts()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"getSensorList(int)"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"getSensorPropertiesInternal()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"getSentAccessibilityEvents()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSentDialerSpecialCodes()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualSensor","l":"getSentEvents()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"getSentHttpRequest(int)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getSentHttpRequest(int)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"getSentHttpRequestInfo(int)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getSentHttpRequestInfo(int)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getSentHttpRequestInfo(int)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"getSentHttpRequestInfos()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.DataMessageParams","l":"getSentIntent()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.SendMultimediaMessageParams","l":"getSentIntent()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextSmsParams","l":"getSentIntent()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager.VisualVoicemailSmsParams","l":"getSentIntent()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextMultipartParams","l":"getSentIntents()"},{"p":"org.robolectric.shadows","c":"ShadowBuild","l":"getSerial()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getSerialNumberForUser(UserHandle)","u":"getSerialNumberForUser(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getSerialNumbersOfUsers(boolean)"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSerifFontFamily()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getService()"},{"p":"org.robolectric.shadows","c":"ShadowActivityTaskManager","l":"getService()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getService()"},{"p":"org.robolectric.shadows","c":"ShadowPlayerBase","l":"getService()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"getService()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getService(Context, int, Intent, int)","u":"getService(android.content.Context,int,android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"getService(String)","u":"getService(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getService(UUID)","u":"getService(java.util.UUID)"},{"p":"org.robolectric.shadows","c":"ShadowContentCaptureManager","l":"getServiceComponentName()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getServiceData(String)","u":"getServiceData(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowQuickAccessWalletService","l":"getServiceEvents()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getServiceInfo(ComponentName, int)","u":"getServiceInfo(android.content.ComponentName,int)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getServices()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"getServices()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getServicesSystemSharedLibraryPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getServiceState()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getServiceState(int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"getSessionActivity()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"getSessionEndedIntent()"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"getSessionInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"getSessionStepDuration()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"getSessionStepTriggeredIntent()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"getSetOperations()"},{"p":"org.robolectric.shadows","c":"ShadowMatrix","l":"getSetOperations()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"getSetOperations()"},{"p":"org.robolectric.shadows","c":"ShadowRingtoneManager","l":"getSettingForType(int)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getSettings()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getShader()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getShadowBaseName()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getShadowBinaryName()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getShadowColor()"},{"p":"org.robolectric.internal.bytecode","c":"ClassHandler","l":"getShadowCreator(Class>)","u":"getShadowCreator(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"getShadowCreator(Class>)","u":"getShadowCreator(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"getShadowCreator(Class>)","u":"getShadowCreator(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getShadowDx()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getShadowDy()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getShadowedPackages()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"getShadowInfo(Class>, ShadowMatcher)","u":"getShadowInfo(java.lang.Class,org.robolectric.sandbox.ShadowMatcher)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"getShadowInvalidator()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"getShadowMainLooper()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getShadowName()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getShadowPackageArchiveInfo(String, int)","u":"getShadowPackageArchiveInfo(java.lang.String,int)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getShadowPickerBinaryName()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"getShadowPickerClass()"},{"p":"org.robolectric.internal","c":"ShadowProvider","l":"getShadowPickerMap()"},{"p":"org.robolectric","c":"Shadows","l":"getShadowPickerMap()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getShadowPickers()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getShadowRadius()"},{"p":"org.robolectric.internal","c":"ShadowProvider","l":"getShadows()"},{"p":"org.robolectric","c":"Shadows","l":"getShadows()"},{"p":"org.robolectric.shadows.gms","c":"Shadows","l":"getShadows()"},{"p":"org.robolectric.shadows.httpclient","c":"Shadows","l":"getShadows()"},{"p":"org.robolectric.shadows.multidex","c":"Shadows","l":"getShadows()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"getShadowTypeWithParams()"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"getShareDescription()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl._ContextImpl_","l":"getSharedPreferences(String, int)","u":"getSharedPreferences(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getSharedPreferences(String, int)","u":"getSharedPreferences(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getSharedSystemSharedLibraryPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"getShareTitle()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getShort(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getShort(int)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_header","l":"getShort(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getShort(int)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.AndroidRelease","l":"getShortCode()"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getShortcutConfigActivityIntent(LauncherActivityInfo)","u":"getShortcutConfigActivityIntent(android.content.pm.LauncherActivityInfo)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getShortcutConfigActivityList(String, UserHandle)","u":"getShortcutConfigActivityList(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"getShortcuts(int)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getShortcuts(LauncherApps.ShortcutQuery, UserHandle)","u":"getShortcuts(android.content.pm.LauncherApps.ShortcutQuery,android.os.UserHandle)"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"getShortName()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getShortSupportMessage(ComponentName)","u":"getShortSupportMessage(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowSoftKeyboardController","l":"getShowMode()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"getShownDialogs()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getShownToasts()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getShowWhenLocked()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSignalStrength()"},{"p":"org.robolectric.shadows","c":"ShadowSigningInfo","l":"getSigningCertificateHistory()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getSimCallManager()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getSimCallManager(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimCarrierId()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimCountryIso()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimCountryIso(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimLocale()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimOperator()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimOperatorName()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimSerialNumber()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimState()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSimState(int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getSingleLeScanCallback()"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"getSingleton()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getSingleton(Class, Provider)","u":"getSingleton(java.lang.Class,org.robolectric.shadows.Provider)"},{"p":"org.robolectric.shadows","c":"ShadowDisplay","l":"getSizeInternal(Point, boolean)","u":"getSizeInternal(android.graphics.Point,boolean)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"getSmallestScreenWidth(String)","u":"getSmallestScreenWidth(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAbsListView","l":"getSmoothScrolledPosition()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"getSmscAddress()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getSoftApConfiguration()"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"getSoftInputMode()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityRecord","l":"getSource()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapDrawable","l":"getSource()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getSourceLayoutResId()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getSourceResId()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getSourceResourceId()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityRecord","l":"getSourceRoot()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getSourceUri()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"getSpecByTag(String)","u":"getSpecByTag(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUwbManager","l":"getSpecificationInfo()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getSplashScreen()"},{"p":"org.robolectric.fakes","c":"RoboSplashScreen","l":"getSplashScreenTheme()"},{"p":"org.robolectric.shadows","c":"ShadowLoadedApk","l":"getSplitClassLoader(String)","u":"getSplitClassLoader(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getSpokenTextList()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"getStableDisplaySize()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getStandardFontFamily()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"getState()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getState()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getState()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"getState()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getStatements()"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"getStaticField(Class>, String)","u":"getStaticField(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"getStaticField(Field)","u":"getStaticField(java.lang.reflect.Field)"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"getStatSize()"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog","l":"getStatsLogs()"},{"p":"org.robolectric.shadows","c":"ShadowStatsManager","l":"getStatsMetadata()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getStatus()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"getStatus()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getStatus(Account, String)","u":"getStatus(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getStatus(Account, String, boolean)","u":"getStatus(android.accounts.Account,java.lang.String,boolean)"},{"p":"org.robolectric.shadows.httpclient","c":"StatusLineStub","l":"getStatusCode()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestStatusLine","l":"getStatusCode()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"getStatusLine()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"getStatusLine()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"getStopSelfId()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"getStopSelfResultId()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getStorageDirectory()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getStorageEncryption(ComponentName)","u":"getStorageEncryption(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getStorageEncryptionStatus()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"getStorageState(File)","u":"getStorageState(java.io.File)"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"getStorageVolume(File)","u":"getStorageVolume(java.io.File)"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"getStorageVolumes()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getStreamMaxVolume(int)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"getStreamTypes(Uri, String)","u":"getStreamTypes(android.net.Uri,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getStreamVolume(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"getStreamVolumeDb(int, int, int)","u":"getStreamVolumeDb(int,int,int)"},{"p":"org.robolectric.res","c":"Plural","l":"getString()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getString(ContentResolver, String)","u":"getString(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getString(ContentResolver, String)","u":"getString(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getString(ContentResolver, String)","u":"getString(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getString(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getString(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getString(int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyResourcesManager","l":"getString(String, Supplier)","u":"getString(java.lang.String,java.util.function.Supplier)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"getStringBlockCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getStringBlockCount()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"getStringForUser(ContentResolver, String, int)","u":"getStringForUser(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"getStringForUser(ContentResolver, String, int)","u":"getStringForUser(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"getStringForUser(ContentResolver, String, int)","u":"getStringForUser(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.res.android","c":"LoadedArsc","l":"GetStringPool()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getStrings()"},{"p":"org.robolectric.res.android","c":"ResXMLTree","l":"getStrings()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getStrokeCap()"},{"p":"org.robolectric.shadows","c":"ShadowGradientDrawable","l":"getStrokeColor()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getStrokeJoin()"},{"p":"org.robolectric.shadows","c":"ShadowGradientDrawable","l":"getStrokeWidth()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getStrokeWidth()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"getStyle()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getStyle()"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.FontDesc","l":"getStyle()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getStyleAttribute()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"getStyleReference()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"getStyleReference(String, String, String)","u":"getStyleReference(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getSubMenu()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSubscriberId()"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"getSubscriptionId()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getSubscriptionId(PhoneAccountHandle)","u":"getSubscriptionId(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"getSubtype()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayHashManager","l":"getSupportedHashAlgorithms()"},{"p":"org.robolectric.plugins","c":"SdkCollection","l":"getSupportedSdks()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricProcessor","l":"getSupportedSourceVersion()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSupportMultipleWindows()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getSupportZoom()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getSurface()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"getSurface()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"getSurface()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"getSurfaceControl()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"getSurfaceFrame()"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"getSurfaceTexture()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"getSuspendedAppExtras()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"getSuspendedLauncherExtras()"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"getSuspendedPackageLauncherExtras(String, UserHandle)","u":"getSuspendedPackageLauncherExtras(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"getSvid()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInvalidator","l":"getSwitchPoint(Class>)","u":"getSwitchPoint(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInvalidator","l":"getSwitchPoint(String)","u":"getSwitchPoint(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getSyncAdapterTypes()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getSyncAutomatically(Account, String)","u":"getSyncAutomatically(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getSyntheticAppDetailsActivityEnabled(String)","u":"getSyntheticAppDetailsActivityEnabled(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"getSystem()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"getSystemActions()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getSystemAvailableFeatures()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getSystemDialerPackage()"},{"p":"org.robolectric.shadows","c":"ShadowSystemFonts","l":"getSystemFallback(String)","u":"getSystemFallback(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSystemFonts","l":"getSystemFontConfigInternal(String, String, String, String, Map, long, int)","u":"getSystemFontConfigInternal(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowSystemFonts","l":"getSystemFontConfigInternal(String, String, String, String, Map, long, int)","u":"getSystemFontConfigInternal(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"getSystemFontConfigLocation()"},{"p":"org.robolectric.shadows","c":"ShadowLocaleManager","l":"getSystemLocales()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getSystemResourceTable()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl._ContextImpl_","l":"getSystemService(String)","u":"getSystemService(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getSystemService(String)","u":"getSystemService(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getSystemSharedLibraryNames()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getSystemTextClassifierPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getSystemUpdatePolicy()"},{"p":"org.robolectric.shadows","c":"ShadowTabActivity","l":"getTabHost()"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getTableCookie(int)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getTableCount()"},{"p":"org.robolectric.res.android","c":"ResTable","l":"getTableStringBlock(int)"},{"p":"org.robolectric.shadows","c":"ShadowTabActivity","l":"getTabWidget()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"getTabWidget()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getTag()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.ShadowEvent","l":"getTag()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"getTag()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getTag()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getTapTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessage","l":"getTarget()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getTargetActivity()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getTargetActivityName()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getTargetAttr(String)","u":"getTargetAttr(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getTargetAuthenticationHandler()"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"getTargetContext()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"getTargetPackage()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getTargetSdkVersion()"},{"p":"org.robolectric.pluginapi","c":"UsesSdk","l":"getTargetSdkVersion()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"getTargetUserProfiles()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getTaskAffinity()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getTaskId()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"getTaskInfo()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"getTechLists()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyFrameworkInitializer","l":"getTelephonyServiceManager()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"getTempDirectory()"},{"p":"org.robolectric.internal","c":"AndroidSandbox","l":"getTestEnvironment()"},{"p":"org.robolectric","c":"RobolectricTestRunner","l":"getTestLifecycleClass()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getText()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getText()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.TextSmsParams","l":"getText()"},{"p":"org.robolectric.shadows","c":"ShadowTabHost.ShadowTabSpec","l":"getText()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager.VisualVoicemailSmsParams","l":"getText()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getText(String, int, ApplicationInfo)","u":"getText(java.lang.String,int,android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getTextAlign()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getTextAppearanceId()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"getTextCharacters(int[])"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"getTextHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getTextHistoryCount()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"getTextHistoryCount()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"getTextID()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getTextOfLatestToast()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getTextScaleX()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getTextServicesLocale()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getTextSize()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getTextSkewX()"},{"p":"org.robolectric.shadows","c":"ShadowArrayAdapter","l":"getTextViewResourceId()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getTextZoom()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getTheAudioStreamType()"},{"p":"org.robolectric.internal.bytecode","c":"RoboCallSite","l":"getTheClass()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getThemeRef()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getThemeRef()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getThemeRef(String)","u":"getThemeRef(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getThemeValue(int, int, TypedValue, boolean)","u":"getThemeValue(int,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getThemeValue(long, int, TypedValue, boolean)","u":"getThemeValue(long,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getThermalStatusListeners()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.ShadowEvent","l":"getThreadId()"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer.ChoreographerReflector","l":"getThreadInstance()"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"getThreadPriority(int)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"getThreadState()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getThreadStatsTag()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageSessionObserver","l":"getThresholdDuration()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.ShadowImages.ShadowThumbnails","l":"getThumbnail(ContentResolver, long, int, BitmapFactory.Options)","u":"getThumbnail(android.content.ContentResolver,long,int,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore.ShadowVideo.ShadowThumbnails","l":"getThumbnail(ContentResolver, long, int, BitmapFactory.Options)","u":"getThumbnail(android.content.ContentResolver,long,int,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"getTimeLimit()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"getTimeLimit()"},{"p":"org.robolectric.shadows","c":"ShadowEventLog.ShadowEvent","l":"getTimeNanos()"},{"p":"org.robolectric.shadows","c":"ShadowIsoDep","l":"getTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"getTimesHeld()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"getTimesRebooted()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageObserver","l":"getTimeUnit()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"getTimeUsed()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getTimeZone()"},{"p":"org.robolectric.shadows","c":"ShadowTimeManager","l":"getTimeZoneCapabilitiesAndConfig()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowAlertController","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getTitle()"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"getTitle()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"getTitleCondensed()"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"getTitleResId()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"getToken()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getToken(Context, Account, String)","u":"getToken(android.content.Context,android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getToken(Context, Account, String)","u":"getToken(android.content.Context,android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getToken(Context, Account, String, Bundle)","u":"getToken(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getToken(Context, Account, String, Bundle)","u":"getToken(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getToken(Context, String, String)","u":"getToken(android.content.Context,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getToken(Context, String, String)","u":"getToken(android.content.Context,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getToken(Context, String, String, Bundle)","u":"getToken(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getToken(Context, String, String, Bundle)","u":"getToken(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getTokenWithNotification(Context, Account, String, Bundle)","u":"getTokenWithNotification(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getTokenWithNotification(Context, Account, String, Bundle)","u":"getTokenWithNotification(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getTokenWithNotification(Context, Account, String, Bundle, Intent)","u":"getTokenWithNotification(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle,android.content.Intent)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getTokenWithNotification(Context, Account, String, Bundle, Intent)","u":"getTokenWithNotification(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle,android.content.Intent)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getTokenWithNotification(Context, Account, String, Bundle, String, Bundle)","u":"getTokenWithNotification(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getTokenWithNotification(Context, Account, String, Bundle, String, Bundle)","u":"getTokenWithNotification(android.content.Context,android.accounts.Account,java.lang.String,android.os.Bundle,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getTokenWithNotification(Context, String, String, Bundle)","u":"getTokenWithNotification(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getTokenWithNotification(Context, String, String, Bundle)","u":"getTokenWithNotification(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getTokenWithNotification(Context, String, String, Bundle, Intent)","u":"getTokenWithNotification(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle,android.content.Intent)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getTokenWithNotification(Context, String, String, Bundle, Intent)","u":"getTokenWithNotification(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle,android.content.Intent)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"getTokenWithNotification(Context, String, String, Bundle, String, Bundle)","u":"getTokenWithNotification(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"getTokenWithNotification(Context, String, String, Bundle, String, Bundle)","u":"getTokenWithNotification(android.content.Context,java.lang.String,java.lang.String,android.os.Bundle,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getTop()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getTop()"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"getTorchMode(String)","u":"getTorchMode(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"getTotalBytes()"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"getTotalBytes(UUID)","u":"getTotalBytes(java.util.UUID)"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"getTotalLength()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getTotalRxBytes()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getTotalRxPackets()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getTotalSize()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getTotalTxBytes()"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getTotalTxPackets()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getTouchSlop()"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"getTrackCount()"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"getTrackFormat(int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getTransferOwnershipBundle()"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"getTransformCapabilities()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getTranslationX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getTranslationX()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getTranslationY()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getTranslationY()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getTranslationZ()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getTranslationZ()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getTraversalAfter()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getTraversalBefore()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getTriggerAtMs()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getTurnScreenOn()"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"getType()"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point","l":"getType()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getType(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"getType(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getType(int)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"getType(Uri)","u":"getType(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getType(Uri)","u":"getType(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"getTypedArrayResource(Resources, int)","u":"getTypedArrayResource(android.content.res.Resources,int)"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"getTypeElement(String)","u":"getTypeElement(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getTypeface()"},{"p":"org.robolectric.res","c":"ResourceIds","l":"getTypeIdentifier(int)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"getUiAutomation()"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"getUiAutomation(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getUiccCardsInfo()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getUiccSlotsInfo()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getUidForSharedUser(String)","u":"getUidForSharedUser(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"getUidImportance(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidRxBytes(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidRxPackets(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidTcpRxBytes(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidTcpRxSegments(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidTcpTxBytes(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidTcpTxSegments(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidTxBytes(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidTxPackets(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidUdpRxBytes(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidUdpRxPackets(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidUdpTxBytes(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"getUidUdpTxPackets(int)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getUIOptions()"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"getUnbindableActions()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"getUnbindRequestCount()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"getUnboundServiceConnections()"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation","l":"getUnboundServiceConnections()"},{"p":"org.robolectric.versioning","c":"AndroidVersions","l":"getUnreleased()"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"getUnsupportedMessage()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider.DefaultSdk","l":"getUnsupportedMessage()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getUnsuspendablePackages(String[])","u":"getUnsuspendablePackages(java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"getUpdateStatements()"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"getUpEvent(char)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.Statement","l":"getUri()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"getUri()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getUri()"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"getUri()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getUrl()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getUsabilityScores()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"getUsageSource()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getUsedPermissions()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getUserAgent()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getUserAgentString()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getUserBadgedIcon(Drawable, UserHandle)","u":"getUserBadgedIcon(android.graphics.drawable.Drawable,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getUserBadgeForDensity(UserHandle, int)","u":"getUserBadgeForDensity(android.os.UserHandle,int)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"getUserData(Account, String)","u":"getUserData(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserForSerialNumber(long)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"getUserHandle()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedMainActivity","l":"getUserHandle()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserHandle(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserHandles(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserIcon()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"getUserId()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserInfo(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserName()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserProfiles()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getUserProvisioningState()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getUserProvisioningStateForUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserRestrictions()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserRestrictions(UserHandle)","u":"getUserRestrictions(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUsers()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getUserSelectedOutgoingPhoneAccount()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserSerialNumber(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"getUserSwitchability()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"getUserTokenHandler()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getUseWebViewBackgroundForOverscrollBackground()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getUseWideViewPort()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getUtteranceProgressListener()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"getUuids()"},{"p":"org.robolectric.integrationtests.jacoco","c":"JaCoCoTester","l":"getValue()"},{"p":"org.robolectric.shadows","c":"NativeBitSet64","l":"getValue()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.Counter","l":"getValue()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getValue(int, ResTable_config)","u":"getValue(int,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getValue(int, ResTable_config)","u":"getValue(int,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getValue(int, ResTable_config)","u":"getValue(int,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getValue(ResName, ResTable_config)","u":"getValue(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getValue(ResName, ResTable_config)","u":"getValue(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getValue(ResName, ResTable_config)","u":"getValue(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.shadows","c":"ResourceHelper","l":"getValue(String, String, boolean)","u":"getValue(java.lang.String,java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ResourceHelper2","l":"getValue(String, String, boolean)","u":"getValue(java.lang.String,java.lang.String,boolean)"},{"p":"org.robolectric.res","c":"AttrData","l":"getValueFor(String)","u":"getValueFor(java.lang.String)"},{"p":"org.robolectric.manifest","c":"MetaData","l":"getValueMap()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"getValues(float[])"},{"p":"org.robolectric.util","c":"ReflectionHelpers.ClassParameter","l":"getValues(ReflectionHelpers.ClassParameter>...)","u":"getValues(org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderOperation","l":"getValuesBackReferences()"},{"p":"org.robolectric.shadows","c":"ShadowInputDevice","l":"getVendorId()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getVerificationCodeAtTimeoutExtension(int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getVerificationExtendedTimeout(int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"getVerificationResult(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"getVerifierDeviceIdentity()"},{"p":"org.robolectric.internal.dependency","c":"DependencyJar","l":"getVersion()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.AndroidRelease","l":"getVersion()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getVersionCode()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"getVersionName()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"getVibrationAttributesFromLastVibration()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getVideoEncoder()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getVideoEncodingBitRate()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getVideoFrameRate()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getVideoHeight()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getVideoHeight()"},{"p":"org.robolectric.fakes","c":"RoboWebSettings","l":"getVideoOverlayForEmbeddedEncryptedVideoEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getVideoPath()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getVideoSource()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"getVideoURIString()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"getVideoWidth()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"getVideoWidth()"},{"p":"org.robolectric.shadows","c":"ShadowAlertController","l":"getView()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"getView()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getView()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"getViewFor(int)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"getViews()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityRecord","l":"getVirtualDescendantId()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager","l":"getVirtualDevices()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"getVirtualSensorCallback()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"getVirtualSensorDirectChannelCallback()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"getVirtualSensorList()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.ShadowRequest","l":"getVisibleInDownloadsUi()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel","l":"getVisibleShadowTypes()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getVisualVoicemailPackageName()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getVisualVoicemailSmsFilterSettings()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"getVoiceActivityIntents()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractor","l":"getVoiceInteractions()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getVoiceMailAlphaTag()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getVoiceMailNumber()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"getVoiceMailNumber(PhoneAccountHandle)","u":"getVoiceMailNumber(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getVoicemailRingtoneUri(PhoneAccountHandle)","u":"getVoicemailRingtoneUri(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"getVoiceNetworkType()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"getVoices()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getVolumeControlStream()"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"getVolumeList()"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"getVolumeList(int, int)","u":"getVolumeList(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"getWallpaperCommandRecords()"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"getWallpaperDimAmount()"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"getWallpaperFile(int)"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"getWallpaperInfo()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"getWantsAllOnMoveCalls()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getWantsAllOnMoveCalls()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"getWatchers()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer.VisualizerSource","l":"getWaveForm(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getWebChromeClient()"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"getWebMessageCallback()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"getWebViewClient()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessage","l":"getWhen()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.DeleteStatement","l":"getWhere()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.UpdateStatement","l":"getWhere()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowImageReader.ShadowSurfaceImage","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowPicture","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"getWidth()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getWifiApConfiguration()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getWifiConfiguration(int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"getWifiDisplayStatus()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"getWifiState()"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"getWindingRule()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getWindow()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"getWindow()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"getWindowAdded()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"getWindowAttributes()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getWindowDisplayFrame(Rect)","u":"getWindowDisplayFrame(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"getWindowId()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityRecord","l":"getWindowId()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getWindowId()"},{"p":"org.robolectric.shadows","c":"ShadowView.WindowIdHelper","l":"getWindowId(ShadowView)","u":"getWindowId(org.robolectric.shadows.ShadowView)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"getWindowInsets(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl.ViewRootImplReflector","l":"getWindowInsets(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"getWindowInsetsFromServer(WindowManager.LayoutParams, Rect)","u":"getWindowInsetsFromServer(android.view.WindowManager.LayoutParams,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getWindowLengthMs()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"getWindowManagerService()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"getWindows()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"getWindowSession()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"getWindowSession(Looper)","u":"getWindowSession(android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"getWindowSession(Looper)","u":"getWindowSession(android.os.Looper)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"getWindowSoftInputMode()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"getWindowsOnAllDisplays()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getWindowTouchSlop()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"getWindowVisibleDisplayFrame(Rect)","u":"getWindowVisibleDisplayFrame(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"getWipeCalledTimes()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"getWordSpacing()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"getWorkSource()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"getWorkSource()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"getWrappedCursor()"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"getWritePermission()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"getX()"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point","l":"getX()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"getXml(ResName, ResTable_config)","u":"getXml(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"getXml(ResName, ResTable_config)","u":"getXml(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"getXml(ResName, ResTable_config)","u":"getXml(org.robolectric.res.ResName,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res","c":"TypedResource","l":"getXmlContext()"},{"p":"org.robolectric.res","c":"XmlContext","l":"getXmlFile()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getXOffset()"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"getXVelocity()"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"getXVelocity(int)"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"getY()"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point","l":"getY()"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"getYear()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"getYOffset()"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"getYVelocity()"},{"p":"org.robolectric.shadows","c":"ShadowVelocityTracker","l":"getYVelocity(int)"},{"p":"org.robolectric.res.android","c":"FileMap","l":"getZipEntry()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"getZoomControlsTimeout()"},{"p":"org.robolectric.shadows","c":"ShadowOverlayConfig","l":"getZygoteInstance()"},{"p":"org.robolectric.res.android","c":"ResourceTable","l":"gFormatFlags"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glCheckFramebufferStatus(int)"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glCreateProgram()"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glCreateShader(int)"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glGenFramebuffers(int, int[], int)","u":"glGenFramebuffers(int,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glGenTextures(int, int[], int)","u":"glGenTextures(int,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glGetProgramiv(int, int, int[], int)","u":"glGetProgramiv(int,int,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowGLES20","l":"glGetShaderiv(int, int, int[], int)","u":"glGetShaderiv(int,int,int[],int)"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"GnssSatelliteInfo()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastReceiver","l":"goAsync()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"goBack()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"goBackOrForward(int)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"goForward()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"GoogleAuthUtilImpl()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"GooglePlayServicesUtilImpl()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"grantPermission(UsbAccessory)","u":"grantPermission(android.hardware.usb.UsbAccessory)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"grantPermission(UsbDevice)","u":"grantPermission(android.hardware.usb.UsbDevice)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"grantPermission(UsbDevice, String)","u":"grantPermission(android.hardware.usb.UsbDevice,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"grantPermissions(int, int, String...)","u":"grantPermissions(int,int,java.lang.String...)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"grantPermissions(String...)","u":"grantPermissions(java.lang.String...)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"grantPolicy(ComponentName, int)","u":"grantPolicy(android.content.ComponentName,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"grantRuntimePermission(String, String, UserHandle)","u":"grantRuntimePermission(java.lang.String,java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"grantSlicePermission(String, Uri)","u":"grantSlicePermission(java.lang.String,android.net.Uri)"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"GraphicsModeConfigurer(Properties)","u":"%3Cinit%3E(java.util.Properties)"},{"p":"org.robolectric.shadows","c":"GraphicsShadowPicker","l":"GraphicsShadowPicker(Class extends T>, Class extends T>)","u":"%3Cinit%3E(java.lang.Class,java.lang.Class)"},{"p":"org.robolectric.res","c":"StyleData","l":"grep(Pattern)","u":"grep(java.util.regex.Pattern)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.CleanerInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.FileDescriptorInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.LinkedHashMapEldestInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.NoOpInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.ReferenceRefersToInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SocketInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SystemArrayCopyInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SystemLogInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.SystemTimeInterceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptor","l":"handle(MethodSignature)","u":"handle(org.robolectric.internal.bytecode.MethodSignature)"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"handleChangeListener(RecognitionListener)","u":"handleChangeListener(android.speech.RecognitionListener)"},{"p":"org.robolectric.android.controller","c":"IntentServiceController","l":"handleIntent()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"handleMmi(String)","u":"handleMmi(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"handleMmi(String, PhoneAccountHandle)","u":"handleMmi(java.lang.String,android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"handler"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"handleResponse(RoutedRequest, HttpResponse, HttpContext)","u":"handleResponse(org.apache.http.impl.client.RoutedRequest,org.apache.http.HttpResponse,org.apache.http.protocol.HttpContext)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager.SoftInputVisibilityChangeHandler","l":"handleSoftInputVisibilityChange(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRendererObserver","l":"hardwareRendererObserverNatives"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererObserverNatives","l":"HardwareRendererObserverNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"hasActiveProfileProxy(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"hasAlpha()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"hasAltitudeSupport()"},{"p":"org.robolectric.shadows","c":"ShadowSystemVibrator","l":"hasAmplitudeControl()"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"hasAnnotation(Class extends Annotation>)","u":"hasAnnotation(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"hasBearingSupport()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"hasBeenDismissed()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"hasCancelledPendingTransitions()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"hasCarrierPrivileges(int)"},{"p":"android.webkit","c":"RoboCookieManager","l":"hasCookies()"},{"p":"android.webkit","c":"RoboCookieManager","l":"hasCookies(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"hasDrawnCircle()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"hasDrawnCircle()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"hasDrawnCircle()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"hasDrawnPath()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"hasDrawnPath()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"hasDrawnPath()"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"hasEnrolledFingerprints()"},{"p":"org.robolectric.res.android","c":"IdmapEntries","l":"hasEntries()"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"hasExtension(String)","u":"hasExtension(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"hasFeatures(Account, String[], AccountManagerCallback, Handler)","u":"hasFeatures(android.accounts.Account,java.lang.String[],android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"hasField(Class>, String)","u":"hasField(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBitmap","l":"hasGainmap()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"hasGrantedPolicy(ComponentName, int)","u":"hasGrantedPolicy(android.content.ComponentName,int)"},{"p":"org.robolectric.res","c":"ResName","l":"hashCode"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"hashCode()"},{"p":"org.robolectric.fakes","c":"RoboIntentSender","l":"hashCode()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"hashCode()"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"hashCode()"},{"p":"org.robolectric.internal.bytecode","c":"MethodRef","l":"hashCode()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"hashCode()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"hashCode()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"hashCode()"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"hashCode()"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"hashCode()"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"hashCode()"},{"p":"org.robolectric.res.android","c":"String8","l":"hashCode()"},{"p":"org.robolectric.res","c":"ResName","l":"hashCode()"},{"p":"org.robolectric.res","c":"ResourcePath","l":"hashCode()"},{"p":"org.robolectric.res","c":"StyleData","l":"hashCode()"},{"p":"org.robolectric.res","c":"StyleResolver","l":"hashCode()"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedActivity","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps.StartedMainActivity","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.RoboLocationRequest","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowLog.LogItem","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.FontDesc","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.AppUsageLimitObserver","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator.PrimitiveEffect","l":"hashCode()"},{"p":"org.robolectric.shadows.util","c":"DataSource","l":"hashCode()"},{"p":"org.robolectric.util.inject","c":"Injector.Key","l":"hashCode()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"hasIdentityMatrix()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"hasIdentityMatrix()"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"hasListener(SensorEventListener)","u":"hasListener(android.hardware.SensorEventListener)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"hasListener(SensorEventListener, Sensor)","u":"hasListener(android.hardware.SensorEventListener,android.hardware.Sensor)"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"hasMimeType(String)","u":"hasMimeType(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"hasMipMap()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"hasMovedToFront()"},{"p":"org.robolectric.shadows","c":"ShadowSigningInfo","l":"hasMultipleSigners()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"hasNetworkRequirement()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"hasNotificationAccess"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"hasNotificationAccess(ComponentName)","u":"hasNotificationAccess(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"hasOnSubscriptionsChangedListener(SubscriptionManager.OnSubscriptionsChangedListener)","u":"hasOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"hasOverlappingRendering()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"hasOverlappingRendering()"},{"p":"org.robolectric.shadows","c":"ShadowSigningInfo","l":"hasPastSigningCertificates()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"hasPendingResponses()"},{"p":"org.robolectric.shadows","c":"ShadowViewConfiguration","l":"hasPermanentMenuKey()"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"hasPermission(UsbAccessory)","u":"hasPermission(android.hardware.usb.UsbAccessory)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"hasPermission(UsbDevice)","u":"hasPermission(android.hardware.usb.UsbDevice)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"hasPermissionForPackage(UsbAccessory, String)","u":"hasPermissionForPackage(android.hardware.usb.UsbAccessory,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"hasPermissionForPackage(UsbDevice, String)","u":"hasPermissionForPackage(android.hardware.usb.UsbDevice,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"hasPrimaryClip()"},{"p":"org.robolectric.shadows","c":"ShadowCamcorderProfile","l":"hasProfile(int, int)","u":"hasProfile(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"hasProvider(String)","u":"hasProvider(java.lang.String)"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"hasQueuedTasks()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"hasQuit()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"hasQuit()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"hasQuit()"},{"p":"org.robolectric.shadows","c":"ShadowApplication","l":"hasReceiverForIntent(Intent)","u":"hasReceiverForIntent(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"hasRequestedAutoFocus()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"hasRequestInfos()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"hasRequestMatchingRule(RequestMatcher)","u":"hasRequestMatchingRule(org.robolectric.shadows.httpclient.RequestMatcher)"},{"p":"org.robolectric.res","c":"ResourcePath","l":"hasResources()"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"hasResourceWallpaper(int)"},{"p":"org.robolectric.shadows","c":"ShadowCall","l":"hasRespondedToRttRequest()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"hasResponseRules()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"hasSatelliteRequirement()"},{"p":"org.robolectric.shadows","c":"ShadowCall","l":"hasSentRttRequest()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"hasShadowPicker()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"hasShadowPicker(MutableClass)","u":"hasShadowPicker(org.robolectric.internal.bytecode.MutableClass)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"hasShortcutHostPermission()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"hasSpeedSupport()"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"hasStarted()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"hasSubMenu()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"hasSystemFeature(String)","u":"hasSystemFeature(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"hasSystemFeature(String, int)","u":"hasSystemFeature(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"hasText()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"hasUserRestriction(String, UserHandle)","u":"hasUserRestriction(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"hasUserRestrictionForUser(String, int)","u":"hasUserRestrictionForUser(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"hasUserRestrictionForUser(String, UserHandle)","u":"hasUserRestrictionForUser(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowSystemVibrator","l":"hasVibrator()"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"hasVisibleItems()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"HDR_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"HDR_NO"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"HDR_YES"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"hdrCapabilities"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResXMLTree_header","l":"header"},{"p":"org.robolectric.res.android","c":"ResTable.Header","l":"Header(ResTable)","u":"%3Cinit%3E(org.robolectric.res.android.ResTable)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"header(String, String)","u":"header(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"headerIterator()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"headerIterator()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"headerIterator(String)","u":"headerIterator(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse","l":"headerIterator(String)","u":"headerIterator(java.lang.String)"},{"p":"org.robolectric.android","c":"DeviceConfig.ScreenSize","l":"height"},{"p":"org.robolectric.shadows","c":"ImageUtil.ImageInfo","l":"height"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"height"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"helpers"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers","l":"Helpers()","u":"%3Cinit%3E()"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"Helpers(ProcessingEnvironment)","u":"%3Cinit%3E(javax.annotation.processing.ProcessingEnvironment)"},{"p":"org.robolectric","c":"RobolectricTestRunner.HelperTestRunner","l":"HelperTestRunner(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner.HelperTestRunner","l":"HelperTestRunner(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowInsetsController","l":"hide(int)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"hideSoftInputFromWindow(IBinder, int)","u":"hideSoftInputFromWindow(android.os.IBinder,int)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"hideSoftInputFromWindow(IBinder, int, ResultReceiver)","u":"hideSoftInputFromWindow(android.os.IBinder,int,android.os.ResultReceiver)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"hideSoftInputFromWindow(IBinder, int, ResultReceiver, int)","u":"hideSoftInputFromWindow(android.os.IBinder,int,android.os.ResultReceiver,int)"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy","l":"HierarchicalConfigurationStrategy(Configurer>...)","u":"%3Cinit%3E(org.robolectric.pluginapi.config.Configurer...)"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadDataWithBaseURL","l":"historyUrl"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"host(String)","u":"host(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowColor","l":"HSVToColor(int, float[])","u":"HSVToColor(int,float[])"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"HttpEntityStub()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"httpParams"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"httpProcessor"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"httpProcessor"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"httpRequestExecutor"},{"p":"org.robolectric.shadows.httpclient","c":"HttpRequestInfo","l":"HttpRequestInfo(HttpRequest, HttpHost, HttpContext, RequestDirector)","u":"%3Cinit%3E(org.apache.http.HttpRequest,org.apache.http.HttpHost,org.apache.http.protocol.HttpContext,org.apache.http.client.RequestDirector)"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"httpRequestRetryHandler"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"httpRequestWasMade()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"httpRequestWasMade(String)","u":"httpRequestWasMade(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"HttpResponseStub()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"httpRoutePlanner"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"i(String, String)","u":"i(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"i(String, String, Throwable)","u":"i(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"icon"},{"p":"org.robolectric.shadows","c":"ShadowVibrator.PrimitiveEffect","l":"id"},{"p":"org.robolectric.res","c":"ResName","l":"ID_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_ref","l":"ident"},{"p":"org.robolectric.res.android","c":"ResTable","l":"identifierForName(String, String, String)","u":"identifierForName(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"identifierForName(String, String, String, Ref)","u":"identifierForName(java.lang.String,java.lang.String,java.lang.String,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.internal","c":"BuckManifestFactory","l":"identify(Config)","u":"identify(org.robolectric.annotation.Config)"},{"p":"org.robolectric.internal","c":"DefaultManifestFactory","l":"identify(Config)","u":"identify(org.robolectric.annotation.Config)"},{"p":"org.robolectric.internal","c":"ManifestFactory","l":"identify(Config)","u":"identify(org.robolectric.annotation.Config)"},{"p":"org.robolectric.internal","c":"MavenManifestFactory","l":"identify(Config)","u":"identify(org.robolectric.annotation.Config)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"IDLE"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"idle()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idle()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"idle()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idle(long)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idle(long, TimeUnit)","u":"idle(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"idleConstantly(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"idleConstantly(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleConstantly(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"idleConstantly(boolean)"},{"p":"org.robolectric.util","c":"Scheduler","l":"idleConstantly(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleFor(Duration)","u":"idleFor(java.time.Duration)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"idleFor(long, TimeUnit)","u":"idleFor(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleFor(long, TimeUnit)","u":"idleFor(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"idleFor(long, TimeUnit)","u":"idleFor(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"idleIfPaused()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleIfPaused()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"idleIfPaused()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleMainLooper()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleMainLooper(long)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleMainLooper(long, TimeUnit)","u":"idleMainLooper(long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"idleMainLooperConstantly(boolean)"},{"p":"org.robolectric.android.internal","c":"IdlingResourceTimeoutException","l":"IdlingResourceTimeoutException(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.robolectric.res.android","c":"ResTable.Type","l":"idmapEntries"},{"p":"org.robolectric.res.android","c":"IdmapEntries","l":"IdmapEntries()","u":"%3Cinit%3E()"},{"p":"org.robolectric.junit.rules","c":"ExpectedLogMessagesRule","l":"ignoreMissingLoggedTags(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"ImageDecoder_nCreateAsset(long, ImageDecoder.Source)","u":"ImageDecoder_nCreateAsset(long,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"ImageDecoder_nCreateByteArray(byte[], int, int, ImageDecoder.Source)","u":"ImageDecoder_nCreateByteArray(byte[],int,int,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"ImageDecoder_nCreateByteBuffer(ByteBuffer, int, int, ImageDecoder.Source)","u":"ImageDecoder_nCreateByteBuffer(java.nio.ByteBuffer,int,int,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"ImageDecoder_nCreateFd(FileDescriptor, ImageDecoder.Source)","u":"ImageDecoder_nCreateFd(java.io.FileDescriptor,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"ImageDecoder_nCreateInputStream(InputStream, byte[], ImageDecoder.Source)","u":"ImageDecoder_nCreateInputStream(java.io.InputStream,byte[],android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"ImageDecoder_nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, ColorSpace)","u":"ImageDecoder_nDecodeBitmap(long,android.graphics.ImageDecoder,boolean,int,int,android.graphics.Rect,boolean,int,boolean,boolean,boolean,android.graphics.ColorSpace)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"ImageReaderNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"ImageReaderSurfaceImageNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ImageUtil","l":"ImageUtil()","u":"%3Cinit%3E()"},{"p":"org.robolectric.annotation.processing.validator","c":"FoundOnImplementsValidator","l":"imp"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"Implementation(int[], int, int, String, String, float, String, String, String, Class>[], String[], Class extends Application>, String[])","u":"%3Cinit%3E(int[],int,int,java.lang.String,java.lang.String,float,java.lang.String,java.lang.String,java.lang.String,java.lang.Class[],java.lang.String[],java.lang.Class,java.lang.String[])"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementationValidator","l":"ImplementationValidator(RobolectricModel.Builder, ProcessingEnvironment)","u":"%3Cinit%3E(org.robolectric.annotation.processing.RobolectricModel.Builder,javax.annotation.processing.ProcessingEnvironment)"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementsValidator","l":"IMPLEMENTS_CLASS"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementsValidator","l":"ImplementsValidator(RobolectricModel.Builder, ProcessingEnvironment, ImplementsValidator.SdkCheckMode, SdkStore)","u":"%3Cinit%3E(org.robolectric.annotation.processing.RobolectricModel.Builder,javax.annotation.processing.ProcessingEnvironment,org.robolectric.annotation.processing.validator.ImplementsValidator.SdkCheckMode,org.robolectric.annotation.processing.validator.SdkStore)"},{"p":"org.robolectric.annotation.processing","c":"DocumentedType","l":"imports"},{"p":"org.robolectric.internal.bytecode","c":"ShadowProviders","l":"inClassLoader(ClassLoader)","u":"inClassLoader(java.lang.ClassLoader)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.IncomingCallRecord","l":"IncomingCallRecord(PhoneAccountHandle, Bundle)","u":"%3Cinit%3E(android.telecom.PhoneAccountHandle,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastResponseStats","l":"incrementBroadcastsDispatchedCount(int)"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"incrementCount()"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"incrementCount(String)","u":"incrementCount(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastResponseStats","l":"incrementNotificationsCancelledCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastResponseStats","l":"incrementNotificationsPostedCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastResponseStats","l":"incrementNotificationsUpdatedCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"incrementOperationCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowTrafficStats","l":"incrementOperationCount(int, int)","u":"incrementOperationCount(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"incReserve(int)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_ref","l":"index"},{"p":"org.robolectric.res.android","c":"SortedVector","l":"indexOf(T)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"indexOfAttribute(String, int, String, int)","u":"indexOfAttribute(java.lang.String,int,java.lang.String,int)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"indexOfClass()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"indexOfID()"},{"p":"org.robolectric.res.android","c":"ResStringPool","l":"indexOfString(String)","u":"indexOfString(java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"indexOfStyle()"},{"p":"org.robolectric.res","c":"ResType","l":"inferFromValue(String)","u":"inferFromValue(java.lang.String)"},{"p":"org.robolectric.res","c":"ResType","l":"inferType(String)","u":"inferType(java.lang.String)"},{"p":"org.robolectric.util","c":"Logger","l":"info(String, Object...)","u":"info(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"init()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"init()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"init()"},{"p":"org.robolectric.shadows","c":"ShadowNsdManager","l":"init()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityRecord","l":"init(AccessibilityRecord)","u":"init(android.view.accessibility.AccessibilityRecord)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation._Instrumentation_","l":"init(ActivityThread, Context, Context, ComponentName, Object)","u":"init(android.app.ActivityThread,android.content.Context,android.content.Context,android.content.ComponentName,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowInstrumentation._Instrumentation_","l":"init(ActivityThread, Context, Context, ComponentName, Object, Object)","u":"init(android.app.ActivityThread,android.content.Context,android.content.Context,android.content.ComponentName,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"init(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"init(boolean)"},{"p":"org.robolectric.annotation.processing.validator","c":"FoundOnImplementsValidator","l":"init(Element, Element)","u":"init(javax.lang.model.element.Element,javax.lang.model.element.Element)"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"init(Element, Element)","u":"init(javax.lang.model.element.Element,javax.lang.model.element.Element)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricProcessor","l":"init(ProcessingEnvironment)","u":"init(javax.annotation.processing.ProcessingEnvironment)"},{"p":"org.robolectric.manifest","c":"MetaData","l":"init(ResourceTable, String)","u":"init(org.robolectric.res.ResourceTable,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLibcoreOsConstants","l":"initConstants()"},{"p":"org.robolectric.shadows","c":"ShadowOsConstants","l":"initConstants()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"initialAwakenScrollBars()"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"initialize(Context, Looper, WifiP2pManager.ChannelListener)","u":"initialize(android.content.Context,android.os.Looper,android.net.wifi.p2p.WifiP2pManager.ChannelListener)"},{"p":"org.robolectric.shadows","c":"ShadowUsbRequest","l":"initialize(UsbDeviceConnection, UsbEndpoint)","u":"initialize(android.hardware.usb.UsbDeviceConnection,android.hardware.usb.UsbEndpoint)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"INITIALIZED"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"initializeVoiceInteractor()"},{"p":"org.robolectric.internal.bytecode","c":"ClassHandler","l":"initializing(Object)","u":"initializing(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"initializing(Object)","u":"initializing(java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"initializing(Object)","u":"initializing(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"initListener(PhoneStateListener, int)","u":"initListener(android.telephony.PhoneStateListener,int)"},{"p":"org.robolectric.manifest","c":"AndroidManifest","l":"initMetaData(ResourceTable)","u":"initMetaData(org.robolectric.res.ResourceTable)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"initRaster(Bitmap)","u":"initRaster(android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"initRaster(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"initRaster(long)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"initServiceCache(Map)","u":"initServiceCache(java.util.Map)"},{"p":"org.robolectric.shadows","c":"ShadowCamera.ShadowParameters","l":"initSupportedPreviewSizes()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"initSystemDefaultTypefaces(Object, Object, Object)","u":"initSystemDefaultTypefaces(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTabWidget","l":"initTabWidget()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"initTelephonyCallback(Object)","u":"initTelephonyCallback(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"initTts()"},{"p":"org.robolectric.nativeruntime","c":"DefaultNativeRuntimeLoader","l":"injectAndLoad()"},{"p":"org.robolectric.shadows","c":"ShadowUiAutomation","l":"injectInputEvent(InputEvent)","u":"injectInputEvent(android.view.InputEvent)"},{"p":"org.robolectric.shadows","c":"ShadowUiAutomation","l":"injectInputEvent(InputEvent, boolean)","u":"injectInputEvent(android.view.InputEvent,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowInputManager","l":"injectInputEvent(InputEvent, int)","u":"injectInputEvent(android.view.InputEvent,int)"},{"p":"org.robolectric.util.inject","c":"InjectionException","l":"InjectionException(Class>, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.util.inject","c":"InjectionException","l":"InjectionException(Class>, String, Throwable)","u":"%3Cinit%3E(java.lang.Class,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.util.inject","c":"InjectionException","l":"InjectionException(Class>, Throwable)","u":"%3Cinit%3E(java.lang.Class,java.lang.Throwable)"},{"p":"org.robolectric.util.inject","c":"InjectionException","l":"InjectionException(Injector.Key>, String)","u":"%3Cinit%3E(org.robolectric.util.inject.Injector.Key,java.lang.String)"},{"p":"org.robolectric.util.inject","c":"InjectionException","l":"InjectionException(Injector.Key>, String, Throwable)","u":"%3Cinit%3E(org.robolectric.util.inject.Injector.Key,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.util.inject","c":"InjectionException","l":"InjectionException(Injector.Key>, Throwable)","u":"%3Cinit%3E(org.robolectric.util.inject.Injector.Key,java.lang.Throwable)"},{"p":"org.robolectric.android.internal","c":"LocalUiController","l":"injectKeyEvent(KeyEvent)","u":"injectKeyEvent(android.view.KeyEvent)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"injectLocation(Location)","u":"injectLocation(android.location.Location)"},{"p":"org.robolectric.android.internal","c":"LocalUiController","l":"injectMotionEvent(MotionEvent)","u":"injectMotionEvent(android.view.MotionEvent)"},{"p":"org.robolectric.util.inject","c":"Injector","l":"Injector()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android.internal","c":"LocalUiController","l":"injectString(String)","u":"injectString(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"inKeyguardRestrictedInputMode()"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"InlineExecutorService()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"innerText()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"innerText()"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"innerText()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"innerText(View)","u":"innerText(android.view.View)"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"inputFlags"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"insert(Uri, ContentValues)","u":"insert(android.net.Uri,android.content.ContentValues)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"insert(Uri, ContentValues)","u":"insert(android.net.Uri,android.content.ContentValues)"},{"p":"org.robolectric.shadows.multidex","c":"ShadowAndroidXMultiDex","l":"install(Context)","u":"install(android.content.Context)"},{"p":"org.robolectric.shadows.multidex","c":"ShadowMultiDex","l":"install(Context)","u":"install(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"install(File, long)","u":"install(java.io.File,long)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"installExistingPackage(String)","u":"installExistingPackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"installExistingPackageAsUser(String, int)","u":"installExistingPackageAsUser(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"installModule(Object)","u":"installModule(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"installPackage(Object, Object, Object, Object)","u":"installPackage(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"installPackage(PackageInfo)","u":"installPackage(android.content.pm.PackageInfo)"},{"p":"org.robolectric.config","c":"ConfigurationRegistry","l":"instance"},{"p":"org.robolectric.internal.bytecode","c":"DirectObjectMarker","l":"INSTANCE"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"instrument(ClassDetails, InstrumentationConfiguration, ClassNodeProvider)","u":"instrument(org.robolectric.internal.bytecode.ClassDetails,org.robolectric.internal.bytecode.InstrumentationConfiguration,org.robolectric.internal.bytecode.ClassNodeProvider)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"instrument(MutableClass)","u":"instrument(org.robolectric.internal.bytecode.MutableClass)"},{"p":"org.robolectric.annotation","c":"LooperMode.Mode","l":"INSTRUMENTATION_TEST"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"InstrumentationConfiguration(Map, Collection, Collection, Collection, Collection, Collection, Collection, Collection, String)","u":"%3Cinit%3E(java.util.Map,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"instrumentConstructor(MutableClass, MethodNode)","u":"instrumentConstructor(org.robolectric.internal.bytecode.MutableClass,org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"instrumentedClasses"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"instrumentedPackages"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"instrumentedPackages"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"instrumentedPackages()"},{"p":"org.robolectric.annotation","c":"Config","l":"instrumentedPackages()"},{"p":"org.robolectric.internal.bytecode","c":"SandboxConfig","l":"instrumentedPackages()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentingClassWriter","l":"InstrumentingClassWriter(ClassNodeProvider, ClassNode)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.ClassNodeProvider,org.objectweb.asm.tree.ClassNode)"},{"p":"org.robolectric.preinstrumented","c":"JarInstrumentor","l":"instrumentJar(File, File, File, boolean)","u":"instrumentJar(java.io.File,java.io.File,java.io.File,boolean)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"instrumentNativeMethod(MutableClass, MethodNode)","u":"instrumentNativeMethod(org.robolectric.internal.bytecode.MutableClass,org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"instrumentNormalMethod(MutableClass, MethodNode)","u":"instrumentNormalMethod(org.robolectric.internal.bytecode.MutableClass,org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_BOOLEAN"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_COLOR_ARGB4"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_COLOR_ARGB8"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_COLOR_RGB4"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_COLOR_RGB8"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_DEC"},{"p":"org.robolectric.res.android","c":"DataType","l":"INT_HEX"},{"p":"org.robolectric.res","c":"ResType","l":"INTEGER"},{"p":"org.robolectric.res","c":"ResType","l":"INTEGER_ARRAY"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"intent"},{"p":"org.robolectric.fakes","c":"RoboIntentSender","l":"intent"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentForResult","l":"intent"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.IntentComparator","l":"IntentComparator()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowApplication.Wrapper","l":"intentFilter"},{"p":"org.robolectric.manifest","c":"IntentFilterData","l":"IntentFilterData(List, List)","u":"%3Cinit%3E(java.util.List,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentForResult","l":"IntentForResult(Intent, int)","u":"%3Cinit%3E(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentForResult","l":"IntentForResult(Intent, int, Bundle)","u":"%3Cinit%3E(android.content.Intent,int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"intentSender"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"IntentSenderRequest(IntentSender, int, Intent, int, int, int, Bundle)","u":"%3Cinit%3E(android.content.IntentSender,int,android.content.Intent,int,int,int,android.os.Bundle)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"intercept(String, Object, Object[], Class)","u":"intercept(java.lang.String,java.lang.Object,java.lang.Object[],java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"intercept(String, Object, Object[], Class)","u":"intercept(java.lang.String,java.lang.Object,java.lang.Object[],java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ClassHandler","l":"intercept(String, Object, Object[], Class>)","u":"intercept(java.lang.String,java.lang.Object,java.lang.Object[],java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"interceptedMethods"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"interceptHttpRequests(boolean)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"interceptInvokeVirtualMethod(MutableClass, ListIterator, MethodInsnNode)","u":"interceptInvokeVirtualMethod(org.robolectric.internal.bytecode.MutableClass,java.util.ListIterator,org.objectweb.asm.tree.MethodInsnNode)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptor","l":"Interceptor(MethodRef...)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.MethodRef...)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptors","l":"Interceptors(Collection)","u":"%3Cinit%3E(java.util.Collection)"},{"p":"org.robolectric.internal.bytecode","c":"Interceptors","l":"Interceptors(Interceptor...)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.Interceptor...)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"interceptResponseContent(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"internalCallDispatchActivityResult(String, int, int, Intent)","u":"internalCallDispatchActivityResult(java.lang.String,int,int,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask","l":"internalGetInitialAvailability()"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask","l":"internalGetIsEnrolled(int, Locale)","u":"internalGetIsEnrolled(int,java.util.Locale)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"internalGetSize()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"internalInitializeBackgroundThreadScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowAlwaysOnHotwordDetector.ShadowRefreshAvailabilityTask","l":"internalUpdateEnrolledKeyphraseMetadata()"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"interpolatePathData(PathParser.PathData, PathParser.PathData, PathParser.PathData, float)","u":"interpolatePathData(android.util.PathParser.PathData,android.util.PathParser.PathData,android.util.PathParser.PathData,float)"},{"p":"org.robolectric.shadows","c":"ShadowPathParser.PathDataNode","l":"interpolatePathDataNode(ShadowPathParser.PathDataNode, ShadowPathParser.PathDataNode, float)","u":"interpolatePathDataNode(org.robolectric.shadows.ShadowPathParser.PathDataNode,org.robolectric.shadows.ShadowPathParser.PathDataNode,float)"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"intersects(double, double, double, double)","u":"intersects(double,double,double,double)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"interval"},{"p":"org.robolectric.res.android","c":"ApkAssetsCookie","l":"intValue()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"INVALID_PHONE_INDEX"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"INVALID_VOLUME"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"invalidate()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"invalidateAuthToken(String, String)","u":"invalidateAuthToken(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"invalidateByteBuffer(ByteBuffer[], int)","u":"invalidateByteBuffer(java.nio.ByteBuffer[],int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"invalidateByteBufferLocked(ByteBuffer[], int, boolean)","u":"invalidateByteBufferLocked(java.nio.ByteBuffer[],int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"invalidateByteBuffers(ByteBuffer[])","u":"invalidateByteBuffers(java.nio.ByteBuffer[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"invalidateByteBuffersLocked(ByteBuffer[])","u":"invalidateByteBuffersLocked(java.nio.ByteBuffer[])"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInvalidator","l":"invalidateClasses(Collection)","u":"invalidateClasses(java.util.Collection)"},{"p":"org.robolectric.shadows","c":"ShadowDrawable","l":"invalidateSelf()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil.GoogleAuthUtilImpl","l":"invalidateToken(Context, String)","u":"invalidateToken(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"invalidateToken(Context, String)","u":"invalidateToken(android.content.Context,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"invert(Matrix)","u":"invert(android.graphics.Matrix)"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"InvocationProfile(String, boolean, ClassLoader)","u":"%3Cinit%3E(java.lang.String,boolean,java.lang.ClassLoader)"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"invokeAll(Collection extends Callable>)","u":"invokeAll(java.util.Collection)"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"invokeAll(Collection extends Callable>)","u":"invokeAll(java.util.Collection)"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"invokeAll(Collection extends Callable>, long, TimeUnit)","u":"invokeAll(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"invokeAll(Collection extends Callable>, long, TimeUnit)","u":"invokeAll(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"invokeAny(Collection extends Callable>)","u":"invokeAny(java.util.Collection)"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"invokeAny(Collection extends Callable>)","u":"invokeAny(java.util.Collection)"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"invokeAny(Collection extends Callable>, long, TimeUnit)","u":"invokeAny(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"invokeAny(Collection extends Callable>, long, TimeUnit)","u":"invokeAny(java.util.Collection,long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"invokeAutoFocusCallback(boolean, Camera)","u":"invokeAutoFocusCallback(boolean,android.hardware.Camera)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"invokeCompletionListener()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"invokeConstructor(Class extends R>, R, ReflectionHelpers.ClassParameter...)","u":"invokeConstructor(java.lang.Class,R,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal","c":"IShadow","l":"invokeConstructor(Class extends R>, R, ReflectionHelpers.ClassParameter...)","u":"invokeConstructor(java.lang.Class,R,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"invokeConstructor(Class extends R>, R, ReflectionHelpers.ClassParameter...)","u":"invokeConstructor(java.lang.Class,R,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.internal.bytecode","c":"InvokeDynamicClassInstrumentor","l":"InvokeDynamicClassInstrumentor(ClassInstrumentor.Decorator)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.ClassInstrumentor.Decorator)"},{"p":"org.robolectric.internal.bytecode","c":"InvokeDynamicSupport","l":"InvokeDynamicSupport()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"invokeErrorListener(int, int)","u":"invokeErrorListener(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"invokeFinish()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"invokeInfoListener(int, int)","u":"invokeInfoListener(int,int)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricGeneratorAdapter","l":"invokeMethod(String, MethodNode)","u":"invokeMethod(java.lang.String,org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.shadows","c":"ShadowPopupWindow","l":"invokePopup(WindowManager.LayoutParams)","u":"invokePopup(android.view.WindowManager.LayoutParams)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"invokePreparedListener()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"invokePreviewCallback(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"invokeSeekCompleteListener()"},{"p":"org.robolectric.shadows","c":"ShadowCountDownTimer","l":"invokeTick(long)"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"invokeWhilePaused(Runnable)","u":"invokeWhilePaused(java.lang.Runnable)"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"invokeWhilePaused(String, ReflectionHelpers.ClassParameter>...)","u":"invokeWhilePaused(java.lang.String,org.robolectric.util.ReflectionHelpers.ClassParameter...)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"IS_RESOURCE_REFERENCE"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"is5GHzBandSupported()"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"is64Bit()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"isAccessibilityButtonSupported()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"isAccessibilityFocused()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowLowPowerStandbyPortsLock","l":"isAcquired()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"isActionViewExpanded()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"isActive()"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"isActive()"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"isActive(View)","u":"isActive(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"isActiveNetworkMetered()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isActivePasswordSufficient()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isActivity()"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"isActivityEnabled(ComponentName, UserHandle)","u":"isActivityEnabled(android.content.ComponentName,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isActivityIntent()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isAdminActive(ComponentName)","u":"isAdminActive(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"isAffine()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"isAfterLast()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"isAfterLast()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"isAfterLast()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isAllowedInLowPowerStandby(String)","u":"isAllowedInLowPowerStandby(java.lang.String)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isAllowTaskReparenting()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"isAllowWhileIdle()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isAlwaysRetainTaskState()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isAmbientDisplayAvailable()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isAmbientDisplaySuppressed()"},{"p":"org.robolectric.shadows","c":"ShadowAbsSpinner","l":"isAnimatedTransition()"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"isAnnotation()"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"isAnnotation()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"isAntiAlias()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isAnyAudioPolicyRegistered()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isApplicationHidden(ComponentName, String)","u":"isApplicationHidden(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"isApplicationUserDataCleared()"},{"p":"org.robolectric.util.inject","c":"Injector.Key","l":"isArray()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"isAttachedToWindow()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"isAttributeDefault(int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"isAudioConnected(BluetoothDevice)","u":"isAudioConnected(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowAutofillManager","l":"isAutofillSupported()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isAutoRevokeWhitelisted()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"isAvailable()"},{"p":"org.robolectric.shadows","c":"ShadowWifiAwareManager","l":"isAvailable()"},{"p":"org.robolectric.shadows","c":"ShadowWifiRttManager","l":"isAvailable()"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"isAvailable(int, int)","u":"isAvailable(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"isBackgroundRestricted()"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"isBackupEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isBatteryDischargePredictionPersonalized()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"isBeforeFirst()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"isBeforeFirst()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"isBeforeFirst()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"isBetterThan(ResTable_config, ResTable_config)","u":"isBetterThan(org.robolectric.res.android.ResTable_config,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"isBleScanAlwaysAvailable()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isBluetoothA2dpOn()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRouter","l":"isBluetoothRouteSelected(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isBluetoothScoAvailableOffCall()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isBluetoothScoOn()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isBroadcast()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isBroadcastIntent()"},{"p":"org.robolectric.internal","c":"BuckManifestFactory","l":"isBuck()"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"isBugreportInProgress()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"isCancelable()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"isCancelableOnTouchOutside()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isCanceled()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"isCancelled()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"isCancelled()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"isCancelled()"},{"p":"org.robolectric.util","c":"SimpleFuture","l":"isCancelled()"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers","l":"isCastableTo(String)","u":"isCastableTo(java.lang.String)"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers","l":"isCastableTo(Supplier)","u":"isCastableTo(com.google.errorprone.suppliers.Supplier)"},{"p":"org.robolectric.shadows","c":"ShadowCompatibility","l":"isChangeEnabled(long)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"isChannelDeleted(String)","u":"isChannelDeleted(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBatteryManager","l":"isCharging()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"isCheckable()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"isChecked()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"isChunked()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isClearTaskOnLaungh()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isCloneProfile()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"isClosed()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"isClosed()"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"isClosed()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"isClosed()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"isClosed()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"isClosed()"},{"p":"org.robolectric.util.inject","c":"Injector.Key","l":"isCollection()"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"isComplex()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"isComplex()"},{"p":"org.robolectric.shadows","c":"ShadowBasicTagTechnology","l":"isConnected()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"isConnected()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"isConnected()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothSocket","l":"isConnected()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"isConnected()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"isConnectedOrConnecting()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"isConnectedToDevice(BluetoothDevice)","u":"isConnectedToDevice(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"isConnectionCancelled(BluetoothDevice)","u":"isConnectionCancelled(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowContentCaptureManager","l":"isContentCaptureEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"isConvex()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"isCreating()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"isCurrentCloudMediaProviderAuthority(ContentResolver, String)","u":"isCurrentCloudMediaProviderAuthority(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"isDataChanged()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isDataConnectionAllowed()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isDataEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isDataEnabledForReason(int)"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"isDeclaredOnObject()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"isDefault()"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"isDefaultApplication(Class extends Application>)","u":"isDefaultApplication(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"isDefaultNetworkActive()"},{"p":"org.robolectric.shadows","c":"ShadowCardEmulation","l":"isDefaultServiceForCategory(ComponentName, String)","u":"isDefaultServiceForCategory(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isDemoUser()"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"isDestroyed()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isDeviceIdleMode()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isDeviceLightIdleMode()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"isDeviceLocked()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"isDeviceLocked(int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isDeviceManaged()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isDeviceOwnerApp(String)","u":"isDeviceOwnerApp(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isDeviceProvisioned()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isDeviceProvisioningConfigApplied()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"isDeviceSecure()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"isDeviceSecure(int)"},{"p":"org.robolectric.shadows","c":"ShadowDexFile","l":"isDexOptNeeded(String)","u":"isDexOptNeeded(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"isDiscovering()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"isDither()"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"isDone()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isEmergencyNumber(String)","u":"isEmergencyNumber(java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"isEmpty()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isEmpty()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"isEmpty()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"isEmpty()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"isEmpty()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isEmpty(String)","u":"isEmpty(java.lang.String)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"isEmptyElementTag()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"isEnabled()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isEnabled()"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"isEnabled()"},{"p":"org.robolectric.manifest","c":"ContentProviderData","l":"isEnabled()"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowAutofillManager","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowCaptioningManager","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowEuiccManager","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager.ShadowKeyguardLock","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"isEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"isEnabled()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_span","l":"isEnd()"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"isEpoch(Time)","u":"isEpoch(android.text.format.Time)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isExcludedFromRecents()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"isExcludedFromRecents()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isExemptFromLowPowerStandby()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isExported()"},{"p":"org.robolectric.manifest","c":"BroadcastReceiverData","l":"isExported()"},{"p":"org.robolectric.manifest","c":"ServiceData","l":"isExported()"},{"p":"org.robolectric.shadows","c":"ShadowIsoDep","l":"isExtendedLengthApduSupported()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"isExternalStorageEmulated()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"isExternalStorageEmulated(File)","u":"isExternalStorageEmulated(java.io.File)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"isExternalStorageLegacy()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"isExternalStorageLegacy(File)","u":"isExternalStorageLegacy(java.io.File)"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"isExternalStorageRemovable()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"isExternalStorageRemovable(File)","u":"isExternalStorageRemovable(java.io.File)"},{"p":"org.robolectric.res","c":"FileTypedResource","l":"isFile()"},{"p":"org.robolectric.res","c":"TypedResource","l":"isFile()"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"isFileEncryptedNativeOrEmulated()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"isFilterBitmap()"},{"p":"org.robolectric.shadows","c":"ShadowVisualVoicemailTask","l":"isFinished()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"isFinishedAndRemoved()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"isFinishing()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"isFinishing()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isFinishOnTaskLaunch()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"isFirst()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"isFirst()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"isFirst()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"isFocused()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isForegroundService()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isForegroundServiceIntent()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"isForegroundStopped()"},{"p":"org.robolectric.res","c":"ResourceIds","l":"isFrameworkResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"isFullscreenMode()"},{"p":"org.robolectric.shadows.gms.common","c":"ShadowGoogleApiAvailability","l":"isGooglePlayServicesAvailable(Context)","u":"isGooglePlayServicesAvailable(android.content.Context)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl","l":"isGooglePlayServicesAvailable(Context)","u":"isGooglePlayServicesAvailable(android.content.Context)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"isGooglePlayServicesAvailable(Context)","u":"isGooglePlayServicesAvailable(android.content.Context)"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isHardwareAccelerated()"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"isHardwareDetected()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"isHasMonetaryCost()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isHeadlessSystemUserMode()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isHearingAidCompatibilitySupported()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"isHeld()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowMulticastLock","l":"isHeld()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowWifiLock","l":"isHeld()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"isIdentity()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"isIdle()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"isIdle()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"isIdle()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"isIdle()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isIgnoringBatteryOptimizations(String)","u":"isIgnoringBatteryOptimizations(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isImmutable()"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"isImplementation"},{"p":"org.robolectric.annotation","c":"Implements","l":"isInAndroidSdk()"},{"p":"org.robolectric.annotation.processing","c":"RobolectricModel.ShadowInfo","l":"isInAndroidSdk()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"isInCall()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"isIndeterminate()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"isInLockTaskMode()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"isInMultiWindowMode()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"isInPictureInPictureMode()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"isInPictureInPictureMode()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"isInReaderMode()"},{"p":"org.robolectric.errorprone.bugpatterns","c":"Helpers","l":"isInShadowClass(TreePath, VisitorState)","u":"isInShadowClass(com.sun.source.util.TreePath,com.google.errorprone.VisitorState)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"isInSilenceMode()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isInstantApp(String)","u":"isInstantApp(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"isInstrumented()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isInteractive()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"isInterceptingHttpRequests()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"isInterceptingResponseContent()"},{"p":"org.robolectric.internal.bytecode","c":"ClassDetails","l":"isInterface()"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"isInterface()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"isInverseFillType()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"isKeyguardLocked()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"isKeyguardSecure()"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"isKnown()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"isLanguageAvailable(Locale)","u":"isLanguageAvailable(java.util.Locale)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"isLast()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"isLast()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"isLast()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"isLastForegroundNotificationAttached()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"isLeExtendedAdvertisingSupported()"},{"p":"org.robolectric","c":"RobolectricTestRunner.RobolectricFrameworkMethod","l":"isLegacy()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isLightDeviceIdleMode()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isLinkedUser()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetHost","l":"isListening()"},{"p":"org.robolectric.shadows.util","c":"SQLiteLibraryLoader","l":"isLoaded()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"isLocationEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"isLocationEnabledForUser(UserHandle)","u":"isLocationEnabledForUser(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"isLocked()"},{"p":"org.robolectric.shadows","c":"ShadowTileService","l":"isLocked()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"isLockTask()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isLockTaskPermitted(String)","u":"isLockTaskPermitted(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"isLoggable(String, int)","u":"isLoggable(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"isLooping()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isLowPowerStandbyEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isLowPowerStandbySupported()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"isLowRamDevice()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"isMainThread()"},{"p":"org.robolectric","c":"RuntimeEnvironment","l":"isMainThread(Thread)","u":"isMainThread(java.lang.Thread)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isManagedProfile()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isManagedProfile(int)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager.CompletedDownload","l":"isMediaScannerScannable()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isMicrophoneMute()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"isMultipleAdvertisementSupported()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isMultiprocess()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isMusicActive()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"isMutable()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isNetworkEnabled(int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isNetworkRoaming()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"isNetworkRoaming(int)"},{"p":"org.robolectric.shadows","c":"ShadowColorDisplayManager","l":"isNightDisplayActivated()"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"isNightModeOn()"},{"p":"org.robolectric.res.android","c":"Asset","l":"isNinePatch()"},{"p":"org.robolectric.res","c":"FileTypedResource.Image","l":"isNinePatch()"},{"p":"org.robolectric.nativeruntime","c":"NinePatchNatives","l":"isNinePatchChunk(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeNinePatch","l":"isNinePatchChunk(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNinePatch","l":"isNinePatchChunk(byte[])"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isNoHistory()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"isNoParams()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"isNotificationListenerAccessGranted(ComponentName)","u":"isNotificationListenerAccessGranted(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"isNotificationPolicyAccessGranted()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isNull()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"isNull(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"isNull(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"isNull(int)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isNull(String)","u":"isNull(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"isOnDeviceRecognitionAvailable(Context)","u":"isOnDeviceRecognitionAvailable(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"isOngoing()"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"isOpActive(String, int, String)","u":"isOpActive(java.lang.String,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isOrganizationOwnedDeviceWithManagedProfile()"},{"p":"org.robolectric.shadows.util","c":"SQLiteLibraryLoader","l":"isOsSupported()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isPackageAvailable(String)","u":"isPackageAvailable(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"isPackageEnabled(String, UserHandle)","u":"isPackageEnabled(java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isPackageSuspended(ComponentName, String)","u":"isPackageSuspended(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isPackageSuspended(String)","u":"isPackageSuspended(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isPackageSuspendedForUser(String, int)","u":"isPackageSuspendedForUser(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"isPasteable()"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"isPaused()"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer","l":"isPaused()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"isPaused()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"isPaused()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"isPaused()"},{"p":"org.robolectric.util","c":"Scheduler","l":"isPaused()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isPermissionGranted(String, String)","u":"isPermissionGranted(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isPermissionRevokedByPolicy(String, String)","u":"isPermissionRevokedByPolicy(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"isPivotExplicitlySet()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"isPivotExplicitlySet()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"isPlaying()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"isPlaying()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"isPolling()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isPotentialEmergencyNumber(String)","u":"isPotentialEmergencyNumber(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isPowerSaveMode()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"isPremultiplied()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"isPrepared()"},{"p":"org.robolectric.shadows","c":"ShadowGeocoder","l":"isPresent()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"isPreviewing()"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"isPrintingKey(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isProfile()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isProfileOwnerApp(String)","u":"isProfileOwnerApp(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"isProviderEnabled(String)","u":"isProviderEnabled(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isQuietModeEnabled(UserHandle)","u":"isQuietModeEnabled(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"isRateLimitingActive()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"isReallyPlaying()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isRebootingUserspaceSupported()"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"isRect()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"isRect()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"isRect(RectF)","u":"isRect(android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"isRecycled()"},{"p":"org.robolectric.res","c":"TypedResource","l":"isReference()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"isReferenceCounted()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"isReleased()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"isReleased()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.AndroidRelease","l":"isReleased()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"isRepeatable()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"isRepeatable()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"isRequestInteractAcrossProfilesIntent(Intent)","u":"isRequestInteractAcrossProfilesIntent(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"isRequestPinAppWidgetSupported()"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"isRequestPinShortcutSupported()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"isRequiresCell()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isResetPasswordTokenActive(ComponentName)","u":"isResetPasswordTokenActive(android.content.ComponentName)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isResourceReference()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isResourceReference(String)","u":"isResourceReference(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isRestrictedProfile()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRecord","l":"isRinging"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"isRinging()"},{"p":"org.robolectric.shadows","c":"ShadowRoleManager","l":"isRoleAvailable(String)","u":"isRoleAvailable(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRoleManager","l":"isRoleHeld(String)","u":"isRoleHeld(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isRttSupported()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isSafeMode()"},{"p":"org.robolectric.shadows","c":"ShadowSafetyCenterManager","l":"isSafetyCenterEnabled()"},{"p":"org.robolectric.annotation.processing","c":"Helpers","l":"isSameParameterList(List extends TypeParameterElement>, List extends TypeParameterElement>)","u":"isSameParameterList(java.util.List,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isSameProfileGroup(UserHandle, UserHandle)","u":"isSameProfileGroup(android.os.UserHandle,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isScanAlwaysAvailable()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkScoreManager","l":"isScoringEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isScreenOn()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isService()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isServiceIntent()"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"isSetWallpaperAllowed()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"isShadowOf(Class>)","u":"isShadowOf(java.lang.Class)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"isShortcutKey(int, KeyEvent)","u":"isShortcutKey(int,android.view.KeyEvent)"},{"p":"org.robolectric.shadows","c":"ShadowPopupMenu","l":"isShowing()"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"isShutdown()"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"isShutdown()"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"isShutdown()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"isShutdown()"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"isShutterSoundEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"isSimplePath"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.RoboLocationRequest","l":"isSingleShot()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isSmsCapable()"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"isSocketBound(DatagramSocket)","u":"isSocketBound(java.net.DatagramSocket)"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"isSocketBound(FileDescriptor)","u":"isSocketBound(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"isSocketBound(Socket)","u":"isSocketBound(java.net.Socket)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"isSoftInputVisible()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isSpeakerphoneOn()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isStaApConcurrencySupported()"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"isStable()"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"isStartInitiated()"},{"p":"org.robolectric.manifest","c":"ActivityData","l":"isStateNotNeeded()"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"isStatic"},{"p":"org.robolectric.internal.bytecode","c":"MethodCallSite","l":"isStatic()"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricGeneratorAdapter","l":"isStatic()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"isStopped()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"isStoppedBySelf()"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub","l":"isStreaming()"},{"p":"org.robolectric.shadows.httpclient","c":"TestHttpResponse.TestHttpEntity","l":"isStreaming()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isStreamMute(int)"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isStyleReference()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"isStyleReference(String)","u":"isStyleReference(java.lang.String)"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"isSuccess()"},{"p":"org.robolectric.annotation","c":"GetInstallerPackageNameMode","l":"issueId()"},{"p":"org.robolectric.annotation","c":"TextLayoutMode","l":"issueId()"},{"p":"org.robolectric.pluginapi","c":"Sdk","l":"isSupported()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider.DefaultSdk","l":"isSupported()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"isSupportedCloudMediaProviderAuthority(ContentResolver, String)","u":"isSupportedCloudMediaProviderAuthority(android.content.ContentResolver,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"isSuspended()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"isSyncActive(Account, String)","u":"isSyncActive(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.res.android","c":"AssetPath","l":"isSystem"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isSystemUser()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"isTargetedToPackage()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"isTaskRoot()"},{"p":"org.robolectric.android.util.concurrent","c":"InlineExecutorService","l":"isTerminated()"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"isTerminated()"},{"p":"org.robolectric.android.util.concurrent","c":"RoboExecutorService","l":"isTerminated()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"isTextSelectionSetable()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"isTouchExplorationEnabled()"},{"p":"org.robolectric.res.android","c":"Util","l":"isTruthy(int)"},{"p":"org.robolectric.res.android","c":"Util","l":"isTruthy(Object)","u":"isTruthy(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isTtyModeSupported()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"isTtySupported()"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter","l":"isUceSettingEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"isUiEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isUninstallBlocked(ComponentName, String)","u":"isUninstallBlocked(android.content.ComponentName,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isUniqueDeviceAttestationSupported()"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"isUpgrade()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"isUpToDate()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isUsbDataSignalingEnabled()"},{"p":"org.robolectric.shadows","c":"GnssStatusBuilder.GnssSatelliteInfo","l":"isUsedInFix()"},{"p":"org.robolectric","c":"RoboSettings","l":"isUseGlobalScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"isUserAMonkey()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserForeground()"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"isUserKeyUnlocked(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserOfType(String)","u":"isUserOfType(java.lang.String)"},{"p":"org.robolectric.shadows.gms.common","c":"ShadowGoogleApiAvailability","l":"isUserResolvableError(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserRunning(UserHandle)","u":"isUserRunning(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserRunningOrStopping(UserHandle)","u":"isUserRunningOrStopping(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserUnlocked()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserUnlocked(UserHandle)","u":"isUserUnlocked(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"isUserUnlockingOrUnlocked(UserHandle)","u":"isUserUnlockingOrUnlocked(android.os.UserHandle)"},{"p":"org.robolectric.res.android","c":"ResStringPool","l":"isUTF8()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"isValid()"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"isValid()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isValidRingerMode(int)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager","l":"isValidVirtualDeviceId(int)"},{"p":"org.robolectric.res","c":"AttrData","l":"isValue(String)","u":"isValue(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"isVibrating()"},{"p":"org.robolectric.fakes","c":"RoboMenuItem","l":"isVisible()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isVoiceCapable()"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"isVoiceMailNumber(PhoneAccountHandle, String)","u":"isVoiceMailNumber(android.telecom.PhoneAccountHandle,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"isVoicemailVibrationEnabled(PhoneAccountHandle)","u":"isVoicemailVibrationEnabled(android.telecom.PhoneAccountHandle)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"isVoiceRecognitionSupported(BluetoothDevice)","u":"isVoiceRecognitionSupported(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"isWakeLockLevelSupported(int)"},{"p":"org.robolectric.shadows","c":"ShadowWallpaperManager","l":"isWallpaperSupported()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"isWebViewOverlaysEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"isWebViewOverlaysEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowNotification","l":"isWhenShown()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"isWhitespace()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"isWhitespace(String)","u":"isWhitespace(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isWifiConnectedNetworkScorerEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isWifiEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"isWindowShowing()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractionSession","l":"isWindowVisible()"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"isWiredHeadsetOn()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"isWorkProfileProvisioningFinalized(UserHandle, Account)","u":"isWorkProfileProvisioningFinalized(android.os.UserHandle,android.accounts.Account)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isWpa3SaeH2eSupported()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isWpa3SaePublicKeySupported()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isWpa3SaeSupported()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"isWpa3SuiteBSupported()"},{"p":"org.robolectric.res","c":"FileTypedResource","l":"isXml()"},{"p":"org.robolectric.res","c":"TypedResource","l":"isXml()"},{"p":"org.robolectric.res.android","c":"SortedVector","l":"itemAt(int)"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory","l":"iterator()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.J","l":"J()","u":"%3Cinit%3E()"},{"p":"org.robolectric.integrationtests.jacoco","c":"JaCoCoTester","l":"JaCoCoTester()","u":"%3Cinit%3E()"},{"p":"org.robolectric.preinstrumented","c":"JarInstrumentor","l":"JarInstrumentor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.dependency","c":"MavenJarArtifact","l":"jarPath()"},{"p":"org.robolectric.internal.dependency","c":"MavenJarArtifact","l":"jarSha512Path()"},{"p":"org.robolectric.annotation.processing.generator","c":"JavadocJsonGenerator","l":"JavadocJsonGenerator(RobolectricModel, ProcessingEnvironment, File)","u":"%3Cinit%3E(org.robolectric.annotation.processing.RobolectricModel,javax.annotation.processing.ProcessingEnvironment,java.io.File)"},{"p":"org.robolectric.util","c":"JavaVersion","l":"JavaVersion(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.JMR1","l":"JMR1()","u":"%3Cinit%3E()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.JMR2","l":"JMR2()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"Util","l":"JNI_FALSE"},{"p":"org.robolectric.res.android","c":"Util","l":"JNI_TRUE"},{"p":"org.robolectric.shadows","c":"ShadowJobService","l":"jobFinished(JobParameters, boolean)","u":"jobFinished(android.app.job.JobParameters,boolean)"},{"p":"org.robolectric.util","c":"Join","l":"Join()","u":"%3Cinit%3E()"},{"p":"org.robolectric.annotation.processing.validator","c":"RealObjectValidator","l":"join(List>)","u":"join(java.util.List)"},{"p":"org.robolectric.res","c":"Fs","l":"join(Path, String...)","u":"join(java.nio.file.Path,java.lang.String...)"},{"p":"org.robolectric.res","c":"FsFile","l":"join(String)","u":"join(java.lang.String)"},{"p":"org.robolectric.util","c":"Join","l":"join(String, Collection)","u":"join(java.lang.String,java.util.Collection)"},{"p":"org.robolectric.util","c":"Join","l":"join(String, Object...)","u":"join(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"jumpToSegment(float)"},{"p":"org.robolectric.res.android","c":"ApkAssetsCookie","l":"K_INVALID_COOKIE"},{"p":"org.robolectric.versioning","c":"AndroidVersions.K","l":"K()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"keepAliveStrategy"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag.Entry","l":"key"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataOutput","l":"KEY_PREFIX_JOINER"},{"p":"org.robolectric.shadows","c":"BackupDataEntity","l":"key()"},{"p":"org.robolectric.res.android","c":"ApkAssetsCache.Key","l":"Key()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util.inject","c":"Injector.Key","l":"Key(Type, String)","u":"%3Cinit%3E(java.lang.reflect.Type,java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"keyboard"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"KEYBOARD"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"KEYBOARD_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"KEYBOARD_HIDDEN"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"keyboardHidden()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"keyboardHidden(int)"},{"p":"org.robolectric.pluginapi.config","c":"ConfigurationStrategy.Configuration","l":"keySet()"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy.ConfigurationImpl","l":"keySet()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"KEYSHIDDEN_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"KEYSHIDDEN_NO"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"KEYSHIDDEN_SOFT"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"KEYSHIDDEN_YES"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"kill()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"killBackgroundProcesses(String)","u":"killBackgroundProcesses(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"killProcess(int)"},{"p":"org.robolectric.res.android","c":"ApkAssetsCookie","l":"kInvalidCookie"},{"p":"org.robolectric.res.android","c":"AttributeResolution","l":"kThrowOnBadId"},{"p":"org.robolectric.res.android","c":"AttributeResolution10","l":"kThrowOnBadId"},{"p":"org.robolectric.res.android","c":"AttributeResolution9","l":"kThrowOnBadId"},{"p":"org.robolectric.versioning","c":"AndroidVersions.L","l":"L()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"L10N_NOT_REQUIRED"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"L10N_SUGGESTED"},{"p":"org.robolectric.android","c":"DeviceConfig.ScreenSize","l":"landscapeHeight"},{"p":"org.robolectric.android","c":"DeviceConfig.ScreenSize","l":"landscapeWidth"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"language"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"LANGUAGE_STRING"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"languageString()"},{"p":"org.robolectric.android","c":"DeviceConfig.ScreenSize","l":"large"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"largestNominalAppHeight"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"largestNominalAppWidth"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"lastAssociationCallback"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"lastAssociationRequest"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"lastCarModePriority"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"lastDataParams"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"lastDownloadedMultimediaMessageParams"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"lastFlags"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"lastHapticFeedbackPerformed()"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"lastObservingDevicePresenceDeviceAddress"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"lastRequestedNotificationAccess"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"lastSentMultimediaMessageParams"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"lastSystemApiAssociationMacAddress"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"lastTextMultipartParams"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"lastTextSmsParams"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"latestSpeechRecognizer"},{"p":"org.robolectric.shadows","c":"ShadowSearchManager","l":"launchAssist(Bundle)","u":"launchAssist(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"launchPendingIntent(int, PendingIntent, Executor, IntConsumer)","u":"launchPendingIntent(int,android.app.PendingIntent,java.util.concurrent.Executor,java.util.function.IntConsumer)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"layerStack"},{"p":"org.robolectric.res","c":"ResType","l":"LAYOUT"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"LAYOUTDIR_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"LAYOUTDIR_LTR"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"LAYOUTDIR_RTL"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"LazyApplicationConfigurer()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RectPaintHistoryEvent","l":"left"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RoundRectPaintHistoryEvent","l":"left"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"leftVolume"},{"p":"org.robolectric.annotation","c":"GetInstallerPackageNameMode.Mode","l":"LEGACY"},{"p":"org.robolectric.annotation","c":"GraphicsMode.Mode","l":"LEGACY"},{"p":"org.robolectric.annotation","c":"LooperMode.Mode","l":"LEGACY"},{"p":"org.robolectric.annotation","c":"SQLiteMode.Mode","l":"LEGACY"},{"p":"org.robolectric.annotation","c":"TextLayoutMode.Mode","l":"LEGACY"},{"p":"org.robolectric.internal","c":"ResourcesMode","l":"LEGACY"},{"p":"org.robolectric.plugins","c":"LegacyDependencyResolver","l":"LegacyDependencyResolver(Properties)","u":"%3Cinit%3E(java.util.Properties)"},{"p":"org.robolectric.shadows","c":"LegacyManifestParser","l":"LegacyManifestParser()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.LegacyResourceResolver","l":"LegacyResourceResolver(Context, ResourceTable)","u":"%3Cinit%3E(android.content.Context,org.robolectric.res.ResourceTable)"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"levelToChar(int)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"libraries"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"libraries()"},{"p":"org.robolectric.annotation","c":"Config","l":"libraries()"},{"p":"org.robolectric.util","c":"Logger","l":"lifecycle(String, Object...)","u":"lifecycle(java.lang.String,java.lang.Object...)"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point.Type","l":"LINE_TO"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"lineTo(float, float)","u":"lineTo(float,float)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.LinkedHashMapEldestInterceptor","l":"LinkedHashMapEldestInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"list(String)","u":"list(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"list(String)","u":"list(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"listen(PhoneStateListener, int)","u":"listen(android.telephony.PhoneStateListener,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager.AudioFocusRequest","l":"listener"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"listenUsingInsecureL2capChannel()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"listenUsingInsecureRfcommWithServiceRecord(String, UUID)","u":"listenUsingInsecureRfcommWithServiceRecord(java.lang.String,java.util.UUID)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"listenUsingL2capChannel()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"listenUsingRfcommWithServiceRecord(String, UUID)","u":"listenUsingRfcommWithServiceRecord(java.lang.String,java.util.UUID)"},{"p":"org.robolectric.res","c":"Fs","l":"listFileNames(Path)","u":"listFileNames(java.nio.file.Path)"},{"p":"org.robolectric.res","c":"Fs","l":"listFiles(Path)","u":"listFiles(java.nio.file.Path)"},{"p":"org.robolectric.res","c":"Fs","l":"listFiles(Path, Predicate)","u":"listFiles(java.nio.file.Path,java.util.function.Predicate)"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"listServices()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile","l":"littleEndianIterator()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS","l":"littleEndianIterator()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"llHeight"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"llWidth"},{"p":"org.robolectric.versioning","c":"AndroidVersions.LMR1","l":"LMR1()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.util","c":"SQLiteLibraryLoader","l":"load()"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"load(Context, int, int)","u":"load(android.content.Context,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"load(int)"},{"p":"org.robolectric.res","c":"RawResourceLoader","l":"load(PackageResourceTable, String)","u":"load(org.robolectric.res.PackageResourceTable,java.lang.String)"},{"p":"org.robolectric.res","c":"DocumentLoader","l":"load(String)","u":"load(java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"Load(String, boolean)","u":"Load(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"load(String, int)","u":"load(java.lang.String,int)"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"LoadAsSharedLibrary(String, boolean)","u":"LoadAsSharedLibrary(java.lang.String,boolean)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"loadClass(ClassLoader, String)","u":"loadClass(java.lang.ClassLoader,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"SandboxClassLoader","l":"loadClass(String, boolean)","u":"loadClass(java.lang.String,boolean)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"loadClass(String, ClassLoader)","u":"loadClass(java.lang.String,java.lang.ClassLoader)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"loadData(String, String, String)","u":"loadData(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadData","l":"LoadData(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"loadDataWithBaseURL(String, String, String, String, String)","u":"loadDataWithBaseURL(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadDataWithBaseURL","l":"LoadDataWithBaseURL(String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"loadDrawable(Resources, TypedValue, int, int, Resources.Theme)","u":"loadDrawable(android.content.res.Resources,android.util.TypedValue,int,int,android.content.res.Resources.Theme)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"loadDrawable(Resources, TypedValue, int, int, Resources.Theme)","u":"loadDrawable(android.content.res.Resources,android.util.TypedValue,int,int,android.content.res.Resources.Theme)"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"loadDrawable(Resources, TypedValue, int, Resources.Theme, boolean)","u":"loadDrawable(android.content.res.Resources,android.util.TypedValue,int,android.content.res.Resources.Theme,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"loadDrawable(Resources, TypedValue, int, Resources.Theme, boolean)","u":"loadDrawable(android.content.res.Resources,android.util.TypedValue,int,android.content.res.Resources.Theme,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"loadDrawable(TypedValue, int)","u":"loadDrawable(android.util.TypedValue,int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"loadDrawable(TypedValue, int, Resources.Theme)","u":"loadDrawable(android.util.TypedValue,int,android.content.res.Resources.Theme)"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"loadDrawableAsync(Context, Icon.OnDrawableLoadedListener, Handler)","u":"loadDrawableAsync(android.content.Context,android.graphics.drawable.Icon.OnDrawableLoadedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"loadDrawableAsync(Context, Message)","u":"loadDrawableAsync(android.content.Context,android.os.Message)"},{"p":"org.robolectric.nativeruntime","c":"DefaultNativeRuntimeLoader","l":"loaded"},{"p":"org.robolectric.res.android","c":"LoadedArsc","l":"LoadedArsc()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"loadFromPath(String, boolean)","u":"loadFromPath(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"loadFromPath(String, int)","u":"loadFromPath(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowAnimationUtils","l":"loadInterpolator(Context, int)","u":"loadInterpolator(android.content.Context,int)"},{"p":"org.robolectric.shadows","c":"ShadowAnimationUtils","l":"loadLayoutAnimation(Context, int)","u":"loadLayoutAnimation(android.content.Context,int)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricGeneratorAdapter","l":"loadNull()"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"LoadOverlay(String, boolean)","u":"LoadOverlay(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"loadResourceBagValue(int, int, TypedValue, boolean)","u":"loadResourceBagValue(int,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"loadResourceBagValue(int, int, TypedValue, boolean)","u":"loadResourceBagValue(int,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"loadResourceValue(int, short, TypedValue, boolean)","u":"loadResourceValue(int,short,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"loadResourceValue(int, short, TypedValue, boolean)","u":"loadResourceValue(int,short,android.util.TypedValue,boolean)"},{"p":"org.robolectric.res","c":"DocumentLoader","l":"loadResourceXmlFile(XmlContext)","u":"loadResourceXmlFile(org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxDocumentLoader","l":"loadResourceXmlFile(XmlContext)","u":"loadResourceXmlFile(org.robolectric.res.XmlContext)"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"loadStringValueAt(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"loadThemeAttributeValue(int, int, TypedValue, boolean)","u":"loadThemeAttributeValue(int,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"loadThemeAttributeValue(int, int, TypedValue, boolean)","u":"loadThemeAttributeValue(int,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"loadThemeAttributeValue(long, int, TypedValue, boolean)","u":"loadThemeAttributeValue(long,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"loadThemeAttributeValue(long, int, TypedValue, boolean)","u":"loadThemeAttributeValue(long,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricGeneratorAdapter","l":"loadThisOrNull()"},{"p":"org.robolectric.res","c":"RawResourceLoader","l":"loadTo(PackageResourceTable)","u":"loadTo(org.robolectric.res.PackageResourceTable)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"loadUnbadgedItemIcon(PackageItemInfo, ApplicationInfo)","u":"loadUnbadgedItemIcon(android.content.pm.PackageItemInfo,android.content.pm.ApplicationInfo)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"loadUrl(String)","u":"loadUrl(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"loadUrl(String, Map)","u":"loadUrl(java.lang.String,java.util.Map)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"loadXmlResourceParser(int, String)","u":"loadXmlResourceParser(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"loadXmlResourceParser(int, String)","u":"loadXmlResourceParser(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"loadXmlResourceParser(int, String)","u":"loadXmlResourceParser(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"loadXmlResourceParser(String, int, int, String)","u":"loadXmlResourceParser(java.lang.String,int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"loadXmlResourceParser(String, int, int, String)","u":"loadXmlResourceParser(java.lang.String,int,int,java.lang.String)"},{"p":"org.robolectric.android.internal","c":"LocalActivityInvoker","l":"LocalActivityInvoker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android.internal","c":"LocalControlledLooper","l":"LocalControlledLooper()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.dependency","c":"LocalDependencyResolver","l":"LocalDependencyResolver(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"LOCALE_SCRIPT_STRING"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"LOCALE_VARIANT_STRING"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor","l":"LocaleAdjustLanguageCodeInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"LocaleData","l":"LocaleData()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"LocaleDataTables","l":"LocaleDataTables()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"localeScript"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"localeScriptString()"},{"p":"org.robolectric.res.android","c":"ConfigDescription.LocaleValue","l":"LocaleValue()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"localeVariant"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"localeVariantString()"},{"p":"org.robolectric.android.internal","c":"LocalPermissionGranter","l":"LocalPermissionGranter()","u":"%3Cinit%3E()"},{"p":"org.robolectric.android.internal","c":"LocalUiController","l":"LocalUiController()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"locationUrl"},{"p":"org.robolectric.res.android","c":"ResTable","l":"lock()"},{"p":"org.robolectric.res.android","c":"ResTable","l":"lockBag(int, Ref)","u":"lockBag(int,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"lockCanvas()"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"lockCanvas(Rect)","u":"lockCanvas(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"lockCanvas(Rect)","u":"lockCanvas(android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"lockHardwareCanvas()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"lockNow()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"log"},{"p":"org.robolectric.util","c":"Logger","l":"Logger()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util","c":"Logger","l":"loggingEnabled()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer","l":"logHttpRequests()"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"logicalDensityDpi"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"logicalHeight"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"logicalWidth"},{"p":"org.robolectric.shadows","c":"ShadowLog.LogItem","l":"LogItem(int, String, String, Throwable)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.shadows","c":"ShadowLog.LogItem","l":"LogItem(String, int, String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.internal.bytecode","c":"NativeCallHandler","l":"logNativeCall(String)","u":"logNativeCall(java.lang.String)"},{"p":"org.robolectric.res.android","c":"IdmapEntries","l":"lookup(int, Ref)","u":"lookup(int,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"loop"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"loop()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"loop()"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"LooperDelegatingScheduler(Looper)","u":"%3Cinit%3E(android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"looperMode()"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"LooperModeConfigurer(Properties)","u":"%3Cinit%3E(java.util.Properties)"},{"p":"org.robolectric.shadows","c":"LooperShadowPicker","l":"LooperShadowPicker(Class extends T>, Class extends T>)","u":"%3Cinit%3E(java.lang.Class,java.lang.Class)"},{"p":"org.robolectric.android.internal","c":"LocalUiController","l":"loopMainThreadForAtLeast(long)"},{"p":"org.robolectric.android.internal","c":"LocalUiController","l":"loopMainThreadUntilIdle()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowInfo","l":"looseSignatures"},{"p":"org.robolectric.annotation","c":"Implements","l":"looseSignatures()"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"lrHeight"},{"p":"org.robolectric.shadows","c":"RoundRectangle","l":"lrWidth"},{"p":"org.robolectric.shadows","c":"ShadowLinux","l":"lstat(String)","u":"lstat(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPosix","l":"lstat(String)","u":"lstat(java.lang.String)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.M","l":"M()","u":"%3Cinit%3E()"},{"p":"org.robolectric.preinstrumented","c":"JarInstrumentor","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.robolectric.internal","c":"AndroidSandbox","l":"mainThreadFactory()"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"mainThreadFactory()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"makeFamilyFromParsed(Object, Object)","u":"makeFamilyFromParsed(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.res","c":"ResourceIds","l":"makeIdentifer(int, int, int)","u":"makeIdentifer(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowInputDevice","l":"makeInputDeviceNamed(String)","u":"makeInputDeviceNamed(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"makeMethodPrivate(MethodNode)","u":"makeMethodPrivate(org.objectweb.asm.tree.MethodNode)"},{"p":"org.robolectric.shadows","c":"ShadowPolicyManager","l":"makeNewLayoutInflater(Context)","u":"makeNewLayoutInflater(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowPolicyManager","l":"makeNewWindow(Context)","u":"makeNewWindow(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"makeText(Context, CharSequence, int)","u":"makeText(android.content.Context,java.lang.CharSequence,int)"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"makeText(Context, int, int)","u":"makeText(android.content.Context,int,int)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"makeVisible()"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"managedConn"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"manifest"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"manifest()"},{"p":"org.robolectric.annotation","c":"Config","l":"manifest()"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"ManifestIdentifier(Path, Path, Path, String, List)","u":"%3Cinit%3E(java.nio.file.Path,java.nio.file.Path,java.nio.file.Path,java.lang.String,java.util.List)"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"ManifestIdentifier(String, Path, Path, Path, List)","u":"%3Cinit%3E(java.lang.String,java.nio.file.Path,java.nio.file.Path,java.nio.file.Path,java.util.List)"},{"p":"org.robolectric.internal","c":"ManifestIdentifier","l":"ManifestIdentifier(String, Path, Path, Path, List, Path)","u":"%3Cinit%3E(java.lang.String,java.nio.file.Path,java.nio.file.Path,java.nio.file.Path,java.util.List,java.nio.file.Path)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRequestMode","l":"MANUAL"},{"p":"org.robolectric.res.android","c":"ResTable.bag_entry","l":"map"},{"p":"org.robolectric.pluginapi.config","c":"ConfigurationStrategy.Configuration","l":"map()"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy.ConfigurationImpl","l":"map()"},{"p":"org.robolectric.shadows","c":"ShadowSharedMemory","l":"map(int, int, int)","u":"map(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"mapForPackage(SortedMap, String)","u":"mapForPackage(java.util.SortedMap,java.lang.String)"},{"p":"org.robolectric.shadows.util","c":"SQLiteLibraryLoader.LibraryNameMapper","l":"mapLibraryName(String)","u":"mapLibraryName(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"mappedTypeName(String)","u":"mappedTypeName(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"mapPoint(float, float)","u":"mapPoint(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"mapPoint(PointF)","u":"mapPoint(android.graphics.PointF)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"mapPoints(float[], int, float[], int, int)","u":"mapPoints(float[],int,float[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"mapRadius(float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"mapRect(RectF, RectF)","u":"mapRect(android.graphics.RectF,android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"mapRectFromViewToScreenCoords(RectF, boolean)","u":"mapRectFromViewToScreenCoords(android.graphics.RectF,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"mapVectors(float[], int, float[], int, int)","u":"mapVectors(float[],int,float[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"mark(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"markSupported()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_HDR"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_KEYSHIDDEN"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_LAYOUTDIR"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_NAVHIDDEN"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_SCREENLONG"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_UI_MODE_NIGHT"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_UI_MODE_TYPE"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MASK_WIDE_COLOR_GAMUT"},{"p":"org.robolectric.sandbox","c":"ShadowMatcher","l":"MATCH_ALL"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"match(ResTable_config)","u":"match(org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.errorprone.bugpatterns","c":"DeprecatedMethodsCheck","l":"matchClass(ClassTree, VisitorState)","u":"matchClass(com.sun.source.tree.ClassTree,com.google.errorprone.VisitorState)"},{"p":"org.robolectric.errorprone.bugpatterns","c":"RobolectricShadow","l":"matchClass(ClassTree, VisitorState)","u":"matchClass(com.sun.source.tree.ClassTree,com.google.errorprone.VisitorState)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher","l":"matches(HttpEntity)","u":"matches(org.apache.http.HttpEntity)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.DefaultRequestMatcher","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherResponseRule","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.UriRegexMatcher","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.UriRequestMatcher","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpEntityStub.ResponseRule","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.shadows.httpclient","c":"RequestMatcher","l":"matches(HttpRequest)","u":"matches(org.apache.http.HttpRequest)"},{"p":"org.robolectric.android","c":"AndroidSdkShadowMatcher","l":"matches(Method)","u":"matches(java.lang.reflect.Method)"},{"p":"org.robolectric.sandbox","c":"ShadowMatcher","l":"matches(Method)","u":"matches(java.lang.reflect.Method)"},{"p":"org.robolectric.android","c":"AndroidSdkShadowMatcher","l":"matches(ShadowInfo)","u":"matches(org.robolectric.internal.bytecode.ShadowInfo)"},{"p":"org.robolectric.sandbox","c":"ShadowMatcher","l":"matches(ShadowInfo)","u":"matches(org.robolectric.internal.bytecode.ShadowInfo)"},{"p":"org.robolectric.shadows","c":"ShadowMatrix","l":"MATRIX"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"MatrixNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.dependency","c":"MavenArtifactFetcher","l":"MavenArtifactFetcher(String, String, String, String, int, File, ExecutorService)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.io.File,java.util.concurrent.ExecutorService)"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"MavenDependencyResolver()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.dependency","c":"MavenDependencyResolver","l":"MavenDependencyResolver(String, String, String, String, String, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"},{"p":"org.robolectric.internal.dependency","c":"MavenJarArtifact","l":"MavenJarArtifact(DependencyJar)","u":"%3Cinit%3E(org.robolectric.internal.dependency.DependencyJar)"},{"p":"org.robolectric.internal","c":"MavenManifestFactory","l":"MavenManifestFactory()","u":"%3Cinit%3E()"},{"p":"org.robolectric","c":"MavenRoboSettings","l":"MavenRoboSettings()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowWifiLock","l":"MAX_ACTIVE_LOCKS"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementsValidator","l":"MAX_SUPPORTED_ANDROID_SDK"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"MAX_VOLUME_MUSIC_DTMF"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"maxSdk"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"maxSdk"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"maxSdk()"},{"p":"org.robolectric.annotation","c":"Config","l":"maxSdk()"},{"p":"org.robolectric.annotation","c":"Implementation","l":"maxSdk()"},{"p":"org.robolectric.annotation","c":"Implements","l":"maxSdk()"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"maxSize()"},{"p":"org.robolectric.internal.bytecode","c":"SandboxClassLoader","l":"maybeInstrumentClass(String)","u":"maybeInstrumentClass(java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"mcc"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"MCC"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"measure(String, PerfStatsCollector.ThrowingRunnable)","u":"measure(java.lang.String,org.robolectric.util.PerfStatsCollector.ThrowingRunnable)"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"measure(String, PerfStatsCollector.ThrowingSupplier)","u":"measure(java.lang.String,org.robolectric.util.PerfStatsCollector.ThrowingSupplier)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"measureText(char[], int, int)","u":"measureText(char[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"measureText(CharSequence, int, int)","u":"measureText(java.lang.CharSequence,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"measureText(String)","u":"measureText(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"measureText(String, int, int)","u":"measureText(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"MEDIA_EVENT"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"MediaInfo()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"MediaInfo(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.robolectric.plugins","c":"ConfigConfigurer","l":"merge(Config, Config)","u":"merge(org.robolectric.annotation.Config,org.robolectric.annotation.Config)"},{"p":"org.robolectric.plugins","c":"ConscryptModeConfigurer","l":"merge(ConscryptMode.Mode, ConscryptMode.Mode)","u":"merge(org.robolectric.annotation.ConscryptMode.Mode,org.robolectric.annotation.ConscryptMode.Mode)"},{"p":"org.robolectric.plugins","c":"GetInstallerPackageNameModeConfigurer","l":"merge(GetInstallerPackageNameMode.Mode, GetInstallerPackageNameMode.Mode)","u":"merge(org.robolectric.annotation.GetInstallerPackageNameMode.Mode,org.robolectric.annotation.GetInstallerPackageNameMode.Mode)"},{"p":"org.robolectric.plugins","c":"GraphicsModeConfigurer","l":"merge(GraphicsMode.Mode, GraphicsMode.Mode)","u":"merge(org.robolectric.annotation.GraphicsMode.Mode,org.robolectric.annotation.GraphicsMode.Mode)"},{"p":"org.robolectric.plugins","c":"LazyApplicationConfigurer","l":"merge(LazyApplication.LazyLoad, LazyApplication.LazyLoad)","u":"merge(org.robolectric.annotation.experimental.LazyApplication.LazyLoad,org.robolectric.annotation.experimental.LazyApplication.LazyLoad)"},{"p":"org.robolectric.plugins","c":"LooperModeConfigurer","l":"merge(LooperMode.Mode, LooperMode.Mode)","u":"merge(org.robolectric.annotation.LooperMode.Mode,org.robolectric.annotation.LooperMode.Mode)"},{"p":"org.robolectric.plugins","c":"SQLiteModeConfigurer","l":"merge(SQLiteMode.Mode, SQLiteMode.Mode)","u":"merge(org.robolectric.annotation.SQLiteMode.Mode,org.robolectric.annotation.SQLiteMode.Mode)"},{"p":"org.robolectric.pluginapi.config","c":"Configurer","l":"merge(T, T)","u":"merge(T,T)"},{"p":"org.robolectric.plugins","c":"TextLayoutModeConfigurer","l":"merge(TextLayoutMode.Mode, TextLayoutMode.Mode)","u":"merge(org.robolectric.annotation.TextLayoutMode.Mode,org.robolectric.annotation.TextLayoutMode.Mode)"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"message(Diagnostic.Kind, String)","u":"message(javax.tools.Diagnostic.Kind,java.lang.String)"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"message(Diagnostic.Kind, String, AnnotationValue)","u":"message(javax.tools.Diagnostic.Kind,java.lang.String,javax.lang.model.element.AnnotationValue)"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"messageId"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"messager"},{"p":"org.robolectric.manifest","c":"PackageItemData","l":"metaData"},{"p":"org.robolectric.manifest","c":"MetaData","l":"MetaData(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.robolectric.pluginapi.perf","c":"Metadata","l":"Metadata(Map, Object>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"method(String)","u":"method(java.lang.String)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner.HelperTestRunner","l":"methodBlock(FrameworkMethod)","u":"methodBlock(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner","l":"methodBlock(FrameworkMethod)","u":"methodBlock(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric","c":"RobolectricTestRunner.HelperTestRunner","l":"methodBlock(FrameworkMethod)","u":"methodBlock(org.junit.runners.model.FrameworkMethod)"},{"p":"org.robolectric.internal.bytecode","c":"MethodCallSite","l":"MethodCallSite(Class>, MethodType, String, MethodHandle, MethodCallSite.Kind)","u":"%3Cinit%3E(java.lang.Class,java.lang.invoke.MethodType,java.lang.String,java.lang.invoke.MethodHandle,org.robolectric.internal.bytecode.MethodCallSite.Kind)"},{"p":"org.robolectric.internal","c":"SandboxTestRunner.HelperTestRunner","l":"methodInvoker(FrameworkMethod, Object)","u":"methodInvoker(org.junit.runners.model.FrameworkMethod,java.lang.Object)"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"methodName"},{"p":"org.robolectric.internal.bytecode","c":"MethodRef","l":"methodName"},{"p":"org.robolectric.internal.bytecode","c":"MethodSignature","l":"methodName"},{"p":"org.robolectric.internal.bytecode","c":"MethodRef","l":"MethodRef(Class>, String)","u":"%3Cinit%3E(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"MethodRef","l":"MethodRef(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.robolectric.annotation.processing","c":"DocumentedType","l":"methods"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementationValidator","l":"METHODS_ALLOWED_TO_BE_PUBLIC"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"methodsToIntercept()"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"Metric(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"Metric(String, int, int, boolean)","u":"%3Cinit%3E(java.lang.String,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ImageUtil.ImageInfo","l":"mimeType"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadData","l":"mimeType"},{"p":"org.robolectric.shadows","c":"ShadowWebView.LoadDataWithBaseURL","l":"mimeType"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"MIN_VOLUME"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"minorVersion"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"MINORVERSION_ANY"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"minSdk"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"minSdk"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"minSdk()"},{"p":"org.robolectric.annotation","c":"Config","l":"minSdk()"},{"p":"org.robolectric.annotation","c":"Implementation","l":"minSdk()"},{"p":"org.robolectric.annotation","c":"Implements","l":"minSdk()"},{"p":"org.robolectric.shadows","c":"ShadowLinux","l":"mkdir(String, int)","u":"mkdir(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowPosix","l":"mkdir(String, int)","u":"mkdir(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSystemFonts","l":"mmap(String)","u":"mmap(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile","l":"mmapRO(String)","u":"mmapRO(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS","l":"mmapRO(String)","u":"mmapRO(java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"mNativeContext"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"mNativeRegion"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"mnc"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"MNC"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager.ModeAndException","l":"mode"},{"p":"org.robolectric.res.android","c":"Asset.AccessMode","l":"mode()"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager.ModeAndException","l":"ModeAndException(int, String[])","u":"%3Cinit%3E(int,java.lang.String[])"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager.ModeBuilder","l":"ModeBuilder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager.ModeBuilder","l":"modeBuilder(int)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"modeId"},{"p":"org.robolectric.annotation.processing.validator","c":"Validator","l":"modelBuilder"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"modifiers"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point.Type","l":"MOVE_TO"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"move(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"move(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"move(int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"movePackage(Object, Object)","u":"movePackage(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"movePrimaryStorage(Object)","u":"movePrimaryStorage(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"moveTaskToBack(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"moveTo(float, float)","u":"moveTo(float,float)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"moveToFirst()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"moveToFirst()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"moveToFirst()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"moveToFront()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"moveToLast()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"moveToLast()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"moveToLast()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"moveToNext()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"moveToNext()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"moveToNext()"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"moveToPosition(int)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"moveToPosition(int)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"moveToPosition(int)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"moveToPrevious()"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"moveToPrevious()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"moveToPrevious()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimator","l":"moveToRunningState()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimatorR","l":"moveToRunningState()"},{"p":"org.robolectric.res.android","c":"ResXMLTree","l":"mParser"},{"p":"org.robolectric.shadows","c":"ShadowLog.LogItem","l":"msg"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"MultimediaMessageParams(Uri, String, Bundle, PendingIntent, long)","u":"%3Cinit%3E(android.net.Uri,java.lang.String,android.os.Bundle,android.app.PendingIntent,long)"},{"p":"org.robolectric.shadows","c":"ShadowOpenGLMatrix","l":"multiplyMM(float[], int, float[], int, float[], int)","u":"multiplyMM(float[],int,float[],int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowOpenGLMatrix","l":"multiplyMV(float[], int, float[], int, float[], int)","u":"multiplyMV(float[],int,float[],int,float[],int)"},{"p":"org.robolectric.res","c":"ResName","l":"mustBe(String)","u":"mustBe(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"MutableClass(ClassNode, InstrumentationConfiguration, ClassNodeProvider)","u":"%3Cinit%3E(org.objectweb.asm.tree.ClassNode,org.robolectric.internal.bytecode.InstrumentationConfiguration,org.robolectric.internal.bytecode.ClassNodeProvider)"},{"p":"org.robolectric.res.android","c":"StringPiece","l":"myBuf()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"myLooper()"},{"p":"org.robolectric.res.android","c":"StringPiece","l":"myOffset()"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"myPid()"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"myProcessName()"},{"p":"org.robolectric.android.controller","c":"ComponentController","l":"myself"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"myTid()"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"myUid()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.N","l":"N()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nAddAnimator(long, long)","u":"nAddAnimator(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nAddAnimator(long, long)","u":"nAddAnimator(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nAddAnimator(long, long)","u":"nAddAnimator(long,long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nAddAnimator(long, long, long, long, long, int, int)","u":"nAddAnimator(long,long,long,long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nAddAnimator(long, long, long, long, long, int, int)","u":"nAddAnimator(long,long,long,long,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddArc(long, float, float, float, float, float, float)","u":"nAddArc(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddArc(long, float, float, float, float, float, float)","u":"nAddArc(long,float,float,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"FontBuilderNatives","l":"nAddAxis(long, int, float)","u":"nAddAxis(long,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"nAddAxis(long, int, float)","u":"nAddAxis(long,int,float)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nAddAxisValue(long, int, float)","u":"nAddAxisValue(long,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nAddAxisValue(long, int, float)","u":"nAddAxisValue(long,int,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nAddChild(long, long)","u":"nAddChild(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nAddChild(long, long)","u":"nAddChild(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddCircle(long, float, float, float, int)","u":"nAddCircle(long,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddCircle(long, float, float, float, int)","u":"nAddCircle(long,float,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nAddFont(long, ByteBuffer, int, int, int)","u":"nAddFont(long,java.nio.ByteBuffer,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nAddFont(long, ByteBuffer, int, int, int)","u":"nAddFont(long,java.nio.ByteBuffer,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyBuilderNatives","l":"nAddFont(long, long)","u":"nAddFont(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder","l":"nAddFont(long, long)","u":"nAddFont(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nAddFontFromAssetManager(long, AssetManager, String, int, boolean, int, int, int)","u":"nAddFontFromAssetManager(long,android.content.res.AssetManager,java.lang.String,int,boolean,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nAddFontWeightStyle(long, ByteBuffer, int, int, int)","u":"nAddFontWeightStyle(long,java.nio.ByteBuffer,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nAddFontWeightStyle(long, ByteBuffer, int, int, int)","u":"nAddFontWeightStyle(long,java.nio.ByteBuffer,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nAddMeasuredRun(long, int, int, float[])","u":"nAddMeasuredRun(long,int,int,float[])"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nAddObserver(long, long)","u":"nAddObserver(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nAddObserver(long, long)","u":"nAddObserver(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddOval(long, float, float, float, float, int)","u":"nAddOval(long,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddOval(long, float, float, float, float, int)","u":"nAddOval(long,float,float,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddPath(long, long)","u":"nAddPath(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddPath(long, long)","u":"nAddPath(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddPath(long, long, float, float)","u":"nAddPath(long,long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddPath(long, long, float, float)","u":"nAddPath(long,long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddPath(long, long, long)","u":"nAddPath(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddPath(long, long, long)","u":"nAddPath(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddRect(long, float, float, float, float, int)","u":"nAddRect(long,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddRect(long, float, float, float, float, int)","u":"nAddRect(long,float,float,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nAddRenderNode(long, long, boolean)","u":"nAddRenderNode(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nAddRenderNode(long, long, boolean)","u":"nAddRenderNode(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nAddRenderNode(long, long, boolean)","u":"nAddRenderNode(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nAddReplacementRun(long, int, int, float)","u":"nAddReplacementRun(long,int,int,float)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextBuilderNatives","l":"nAddReplacementRun(long, long, int, int, float)","u":"nAddReplacementRun(long,long,int,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nAddReplacementRun(long, long, int, int, float)","u":"nAddReplacementRun(long,long,int,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nAddReplacementRun(long, long, int, int, float)","u":"nAddReplacementRun(long,long,int,int,float)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddRoundRect(long, float, float, float, float, float, float, int)","u":"nAddRoundRect(long,float,float,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddRoundRect(long, float, float, float, float, float, float, int)","u":"nAddRoundRect(long,float,float,float,float,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nAddRoundRect(long, float, float, float, float, float[], int)","u":"nAddRoundRect(long,float,float,float,float,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nAddRoundRect(long, float, float, float, float, float[], int)","u":"nAddRoundRect(long,float,float,float,float,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextBuilderNatives","l":"nAddStyleRun(long, long, int, int, boolean)","u":"nAddStyleRun(long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nAddStyleRun(long, long, int, int, boolean)","u":"nAddStyleRun(long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nAddStyleRun(long, long, int, int, boolean)","u":"nAddStyleRun(long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nAddStyleRun(long, long, int, int, boolean, int, int, boolean)","u":"nAddStyleRun(long,long,int,int,boolean,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nAddStyleRun(long, long, int, int, int, int, boolean)","u":"nAddStyleRun(long,long,int,int,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nAddStyleRun(long, long, long, int, int, boolean)","u":"nAddStyleRun(long,long,long,int,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nAllocateBuffers(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nAllocateBuffers(long)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nAllowUnsupportedFont(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nAllowUnsupportedFont(long)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"name"},{"p":"org.robolectric.manifest","c":"PackageItemData","l":"name"},{"p":"org.robolectric.res.android","c":"ResourceTable.flag_entry","l":"name"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResStringPool_span","l":"name"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResTable_map","l":"name"},{"p":"org.robolectric.res.android","c":"ResTable.ResourceName","l":"name"},{"p":"org.robolectric.res","c":"ResName","l":"name"},{"p":"org.robolectric.res","c":"StaxPluralsLoader","l":"name"},{"p":"org.robolectric.res","c":"StaxValueLoader","l":"name"},{"p":"org.robolectric.res.android","c":"Errors","l":"NAME_NOT_FOUND"},{"p":"org.robolectric","c":"ParameterizedRobolectricTestRunner.Parameters","l":"name()"},{"p":"org.robolectric.util","c":"TimeUtils","l":"NANOS_PER_MS"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"nanoTime()"},{"p":"org.robolectric.shadows","c":"ShadowSystem","l":"nanoTime()"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"nanoTime()"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nApproximate(long, float)","u":"nApproximate(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nApproximate(long, float)","u":"nApproximate(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nArcTo(long, float, float, float, float, float, float, boolean)","u":"nArcTo(long,float,float,float,float,float,float,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nArcTo(long, float, float, float, float, float, float, boolean)","u":"nArcTo(long,float,float,float,float,float,float,boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nAscent(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nAscent(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nAscent(long, long)","u":"nAscent(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nAscent(long, long)","u":"nAscent(long,long)"},{"p":"org.robolectric.annotation","c":"GraphicsMode.Mode","l":"NATIVE"},{"p":"org.robolectric.annotation","c":"SQLiteMode.Mode","l":"NATIVE"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_APK_ASSETS_REGISTRY"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_ASSET_MANAGER_REGISTRY"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_ASSET_REGISTRY"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_breakText(char[], int, int, float, float[])","u":"native_breakText(char[],int,int,float,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_breakText(char[], int, int, float, int, float[])","u":"native_breakText(char[],int,int,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_breakText(long, long, char[], int, int, float, int, float[])","u":"native_breakText(long,long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_breakText(long, long, String, boolean, float, int, float[])","u":"native_breakText(long,long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_breakText(String, boolean, float, float[])","u":"native_breakText(java.lang.String,boolean,float,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_breakText(String, boolean, float, int, float[])","u":"native_breakText(java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_configure(Object, Object, Object, Object, Object, Object)","u":"native_configure(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_configure(String[], Object[], Surface, MediaCrypto, int)","u":"native_configure(java.lang.String[],java.lang.Object[],android.view.Surface,android.media.MediaCrypto,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"native_create(long)"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_create(long, boolean)","u":"native_create(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_create(long, boolean)","u":"native_create(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BlendModeColorFilterNatives","l":"native_CreateBlendModeFilter(int, int)","u":"native_CreateBlendModeFilter(int,int)"},{"p":"org.robolectric.nativeruntime","c":"PorterDuffColorFilterNatives","l":"native_CreateBlendModeFilter(int, int)","u":"native_CreateBlendModeFilter(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBlendModeColorFilter","l":"native_CreateBlendModeFilter(int, int)","u":"native_CreateBlendModeFilter(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePorterDuffColorFilter","l":"native_CreateBlendModeFilter(int, int)","u":"native_CreateBlendModeFilter(int,int)"},{"p":"org.robolectric.nativeruntime","c":"LightingColorFilterNatives","l":"native_CreateLightingFilter(int, int)","u":"native_CreateLightingFilter(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLightingColorFilter","l":"native_CreateLightingFilter(int, int)","u":"native_CreateLightingFilter(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePorterDuffColorFilter","l":"native_CreatePorterDuffFilter(int, int)","u":"native_CreatePorterDuffFilter(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_dequeueInputBuffer(long)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_dequeueOutputBuffer(MediaCodec.BufferInfo, long)","u":"native_dequeueOutputBuffer(android.media.MediaCodec.BufferInfo,long)"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_destroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_destroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_flush()"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"native_get_boolean(String, boolean)","u":"native_get_boolean(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"native_get_FCC_8()"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_get_FCC_8()"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"native_get_int(String, int)","u":"native_get_int(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"native_get_long(String, long)","u":"native_get_long(java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_get_min_buff_size(int, int, int)","u":"native_get_min_buff_size(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_get_min_buff_size(int, int, int)","u":"native_get_min_buff_size(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"native_get_offload_support(int, int, int, int, int)","u":"native_get_offload_support(int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"native_get(String)","u":"native_get(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"native_get(String, String)","u":"native_get(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_getCaptureSize()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodecList","l":"native_getCodecCount()"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_getEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_getEnabled()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_getFft(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodecList","l":"native_getGlobalSettings()"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_getLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_getLength(long)"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_getMatrix(long, float, long, int)","u":"native_getMatrix(long,float,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_getMatrix(long, float, long, int)","u":"native_getMatrix(long,float,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"native_getMaxChannelCount()"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"native_getMaxSampleRate()"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"native_getMinSampleRate()"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_getParameter(int, byte[], int, byte[])","u":"native_getParameter(int,byte[],int,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_getPeakRms(Visualizer.MeasurementPeakRms)","u":"native_getPeakRms(android.media.audiofx.Visualizer.MeasurementPeakRms)"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_getPosTan(long, float, float[], float[])","u":"native_getPosTan(long,float,float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_getPosTan(long, float, float[], float[])","u":"native_getPosTan(long,float,float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getRunAdvance(long, long, char[], int, int, int, int, boolean, int)","u":"native_getRunAdvance(long,long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_getSamplingRate()"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_getSegment(long, float, float, long, boolean)","u":"native_getSegment(long,float,float,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_getSegment(long, float, float, long, boolean)","u":"native_getSegment(long,float,float,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getTextRunAdvances(int, char[], int, int, int, int, int, float[], int)","u":"native_getTextRunAdvances(int,char[],int,int,int,int,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getTextRunAdvances(int, char[], int, int, int, int, int, float[], int, int)","u":"native_getTextRunAdvances(int,char[],int,int,int,int,int,float[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getTextRunAdvances(int, String, int, int, int, int, int, float[], int)","u":"native_getTextRunAdvances(int,java.lang.String,int,int,int,int,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getTextRunAdvances(int, String, int, int, int, int, int, float[], int, int)","u":"native_getTextRunAdvances(int,java.lang.String,int,int,int,int,int,float[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getTextRunAdvances(long, long, char[], int, int, int, int, boolean, float[], int)","u":"native_getTextRunAdvances(long,long,char[],int,int,int,int,boolean,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"native_getTextRunAdvances(long, long, String, int, int, int, int, boolean, float[], int)","u":"native_getTextRunAdvances(long,long,java.lang.String,int,int,int,int,boolean,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_getWaveForm(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_is_direct_output_supported(int, int, int, int, int, int, int)","u":"native_is_direct_output_supported(int,int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"native_is_offload_supported(int, int, int, int, int)","u":"native_is_offload_supported(int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_isClosed(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_isClosed(long)"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_nextContour(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_nextContour(long)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_queueInputBuffer(int, int, int, long, int)","u":"native_queueInputBuffer(int,int,int,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_byte_array(byte[], int, int)","u":"native_read_in_byte_array(byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_byte_array(byte[], int, int, boolean)","u":"native_read_in_byte_array(byte[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_direct_buffer(Object, int)","u":"native_read_in_direct_buffer(java.lang.Object,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_direct_buffer(Object, int, boolean)","u":"native_read_in_direct_buffer(java.lang.Object,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_float_array(float[], int, int, boolean)","u":"native_read_in_float_array(float[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_short_array(short[], int, int)","u":"native_read_in_short_array(short[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_read_in_short_array(short[], int, int, boolean)","u":"native_read_in_short_array(short[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_release()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_release()"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_RES_XML_PARSERS"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_RES_XML_TREES"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"native_saveLayer(int, float, float, float, float, int, int)","u":"native_saveLayer(int,float,float,float,float,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"native_saveLayer(int, RectF, int, int)","u":"native_saveLayer(int,android.graphics.RectF,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"native_saveLayer(long, float, float, float, float, long, int)","u":"native_saveLayer(long,float,float,float,float,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"native_saveLayerAlpha(int, float, float, float, float, int, int)","u":"native_saveLayerAlpha(int,float,float,float,float,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"native_saveLayerAlpha(int, RectF, int, int)","u":"native_saveLayerAlpha(int,android.graphics.RectF,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"native_saveLayerAlpha(long, float, float, float, float, int, int)","u":"native_saveLayerAlpha(long,float,float,float,float,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"native_set(String, String)","u":"native_set(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_setCallback(MediaCodec.Callback)","u":"native_setCallback(android.media.MediaCodec.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_setCaptureSize(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_setEnabled(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer","l":"native_setEnabled(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"native_setOutputDevice(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_setParameter(int, byte[], int, byte[])","u":"native_setParameter(int,byte[],int,byte[])"},{"p":"org.robolectric.nativeruntime","c":"PathMeasureNatives","l":"native_setPath(long, long, boolean)","u":"native_setPath(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure","l":"native_setPath(long, long, boolean)","u":"native_setPath(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_setup(Object, Object, int[], int, int, int, int, int, int[], long, boolean)","u":"native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_setup(Object, Object, int[], int, int, int, int, int, int[], long, boolean, int, Object)","u":"native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean,int,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_setup(Object, Object, int[], int, int, int, int, int, int[], long, boolean, int, Object, String)","u":"native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],long,boolean,int,java.lang.Object,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_setup(Object, Object, int[], int, int, int, int, int, int[], Parcel, long, boolean, int, Object, String)","u":"native_setup(java.lang.Object,java.lang.Object,int[],int,int,int,int,int,int[],android.os.Parcel,long,boolean,int,java.lang.Object,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_setup(Object, String, String, int, int, int[], Object[])","u":"native_setup(java.lang.Object,java.lang.String,java.lang.String,int,int,int[],java.lang.Object[])"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"native_setup(Object, String, String, int, int, int[], Object[], String)","u":"native_setup(java.lang.Object,java.lang.String,java.lang.String,int,int,int[],java.lang.Object[],java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"native_start()"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord","l":"native_start(int, int)","u":"native_start(int,int)"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_THEME_REGISTRY"},{"p":"org.robolectric.res.android","c":"Registries","l":"NATIVE_THEME9_REGISTRY"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"native_write_byte(byte[], int, int, int, boolean)","u":"native_write_byte(byte[],int,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeAddBatch(int, long, MotionEvent.PointerCoords[], int)","u":"nativeAddBatch(int,long,android.view.MotionEvent.PointerCoords[],int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeAddBatch(long, long, MotionEvent.PointerCoords[], int)","u":"nativeAddBatch(long,long,android.view.MotionEvent.PointerCoords[],int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeAddFontCollections(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeAddFontCollections(long)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMuxer","l":"nativeAddTrack(long, String[], Object[])","u":"nativeAddTrack(long,java.lang.String[],java.lang.Object[])"},{"p":"org.robolectric.shadows","c":"ShadowCameraMetadataNative","l":"nativeAllocate()"},{"p":"org.robolectric.shadows","c":"ShadowCameraMetadataNativeR","l":"nativeAllocate()"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeAllocateBuffers(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeAllocateBuffers(long)"},{"p":"org.robolectric.shadows","c":"ShadowCameraMetadataNative","l":"nativeAllocateCopy(CameraMetadataNative)","u":"nativeAllocateCopy(android.hardware.camera2.impl.CameraMetadataNative)"},{"p":"org.robolectric.shadows","c":"ShadowCameraMetadataNativeR","l":"nativeAllocateCopy(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeAllocRow(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeAllocRow(int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeAllocRow(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeAllocRow(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeAllocRow(long)"},{"p":"org.robolectric.shadows","c":"NativeAndroidInput","l":"NativeAndroidInput()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeAppendFrom(int, int, int, int)","u":"nativeAppendFrom(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeAppendFrom(long, long, int, int)","u":"nativeAppendFrom(long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeApplyStyle(long, long, int, int, long, int[], long, long)","u":"nativeApplyStyle(long,long,int,int,long,int[],long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeApplyStyle(long, long, int, int, long, int[], long, long)","u":"nativeApplyStyle(long,long,int,int,long,int[],long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeAssetDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeAssetDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeAssetDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeAssetGetLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeAssetGetLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeAssetGetLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeAssetGetRemainingLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeAssetGetRemainingLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeAssetGetRemainingLength(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeAssetRead(long, byte[], int, int)","u":"nativeAssetRead(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeAssetRead(long, byte[], int, int)","u":"nativeAssetRead(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeAssetRead(long, byte[], int, int)","u":"nativeAssetRead(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeAssetReadChar(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeAssetReadChar(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeAssetReadChar(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeAssetSeek(long, long, int)","u":"nativeAssetSeek(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeAssetSeek(long, long, int)","u":"nativeAssetSeek(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeAssetSeek(long, long, int)","u":"nativeAssetSeek(long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeAttachAndQueueBufferWithColorSpace(long, HardwareBuffer, int)","u":"nativeAttachAndQueueBufferWithColorSpace(long,android.hardware.HardwareBuffer,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeAttachAndQueueBufferWithColorSpace(long, HardwareBuffer, int)","u":"nativeAttachAndQueueBufferWithColorSpace(long,android.hardware.HardwareBuffer,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeAxisFromString(String)","u":"nativeAxisFromString(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeAxisToString(int)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeBeginRecording(long, int, int)","u":"nativeBeginRecording(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeBeginRecording(long, int, int)","u":"nativeBeginRecording(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindBlob(int, int, int, byte[])","u":"nativeBindBlob(int,int,int,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindBlob(int, int, int, byte[])","u":"nativeBindBlob(int,int,int,byte[])"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeBindBlob(long, long, int, byte[])","u":"nativeBindBlob(long,long,int,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindBlob(long, long, int, byte[])","u":"nativeBindBlob(long,long,int,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindBlob(long, long, int, byte[])","u":"nativeBindBlob(long,long,int,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindDouble(int, int, int, double)","u":"nativeBindDouble(int,int,int,double)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindDouble(int, int, int, double)","u":"nativeBindDouble(int,int,int,double)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeBindDouble(long, long, int, double)","u":"nativeBindDouble(long,long,int,double)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindDouble(long, long, int, double)","u":"nativeBindDouble(long,long,int,double)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindDouble(long, long, int, double)","u":"nativeBindDouble(long,long,int,double)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindLong(int, int, int, long)","u":"nativeBindLong(int,int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindLong(int, int, int, long)","u":"nativeBindLong(int,int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeBindLong(long, long, int, long)","u":"nativeBindLong(long,long,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindLong(long, long, int, long)","u":"nativeBindLong(long,long,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindLong(long, long, int, long)","u":"nativeBindLong(long,long,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindNull(int, int, int)","u":"nativeBindNull(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindNull(int, int, int)","u":"nativeBindNull(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeBindNull(long, long, int)","u":"nativeBindNull(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindNull(long, long, int)","u":"nativeBindNull(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindNull(long, long, int)","u":"nativeBindNull(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindString(int, int, int, String)","u":"nativeBindString(int,int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindString(int, int, int, String)","u":"nativeBindString(int,int,int,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeBindString(long, long, int, String)","u":"nativeBindString(long,long,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeBindString(long, long, int, String)","u":"nativeBindString(long,long,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeBindString(long, long, int, String)","u":"nativeBindString(long,long,int,java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"NativeCallHandler","l":"NativeCallHandler(File, boolean, boolean)","u":"%3Cinit%3E(java.io.File,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeCancel(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeCancel(int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeCancel(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeCancel(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeCancel(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeClassInit()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeClassInit()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeClear(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeClear(int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeClear(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeClear(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeClear(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeClose()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeClose()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeClose(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeClose(int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeClose(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeClose(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeClose(long)"},{"p":"org.robolectric.nativeruntime","c":"ColorMatrixColorFilterNatives","l":"nativeColorMatrixFilter(float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorMatrixColorFilter","l":"nativeColorMatrixFilter(float[])"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCompress(long, int, int, OutputStream, byte[])","u":"nativeCompress(long,int,int,java.io.OutputStream,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCompress(long, int, int, OutputStream, byte[])","u":"nativeCompress(long,int,int,java.io.OutputStream,byte[])"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeComputeColorSpace(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeComputeColorSpace(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeConfig(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeConfig(long)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeConstructor()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeConstructor()"},{"p":"org.robolectric.shadows","c":"ShadowRegion","l":"nativeConstructor()"},{"p":"org.robolectric.nativeruntime","c":"BlurMaskFilterNatives","l":"nativeConstructor(float, int)","u":"nativeConstructor(float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBlurMaskFilter","l":"nativeConstructor(float, int)","u":"nativeConstructor(float,int)"},{"p":"org.robolectric.nativeruntime","c":"EmbossMaskFilterNatives","l":"nativeConstructor(float[], float, float, float)","u":"nativeConstructor(float[],float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeEmbossMaskFilter","l":"nativeConstructor(float[], float, float, float)","u":"nativeConstructor(float[],float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowPicture","l":"nativeConstructor(int)"},{"p":"org.robolectric.nativeruntime","c":"InterpolatorNatives","l":"nativeConstructor(int, int)","u":"nativeConstructor(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator","l":"nativeConstructor(int, int)","u":"nativeConstructor(int,int)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeConstructor(long)"},{"p":"org.robolectric.nativeruntime","c":"RegionIteratorNatives","l":"nativeConstructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeConstructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegionIterator","l":"nativeConstructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowPicture","l":"nativeConstructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeCopy(int, int, boolean)","u":"nativeCopy(int,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCopy(long, int, boolean)","u":"nativeCopy(long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCopy(long, int, boolean)","u":"nativeCopy(long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeCopy(long, long, boolean)","u":"nativeCopy(long,long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCopyAshmem(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCopyAshmem(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCopyAshmemConfig(long, int)","u":"nativeCopyAshmemConfig(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCopyAshmemConfig(long, int)","u":"nativeCopyAshmemConfig(long,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCopyPixelsFromBuffer(long, Buffer)","u":"nativeCopyPixelsFromBuffer(long,java.nio.Buffer)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCopyPixelsFromBuffer(long, Buffer)","u":"nativeCopyPixelsFromBuffer(long,java.nio.Buffer)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCopyPixelsToBuffer(long, Buffer)","u":"nativeCopyPixelsToBuffer(long,java.nio.Buffer)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCopyPixelsToBuffer(long, Buffer)","u":"nativeCopyPixelsToBuffer(long,java.nio.Buffer)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCopyPreserveInternalConfig(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCopyPreserveInternalConfig(long)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeCopyStringToBuffer(long, int, int, CharArrayBuffer)","u":"nativeCopyStringToBuffer(long,int,int,android.database.CharArrayBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeCopyStringToBuffer(long, int, int, CharArrayBuffer)","u":"nativeCopyStringToBuffer(long,int,int,android.database.CharArrayBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeCreate()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeCreate()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeCreate()"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeCreate()"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeCreate(byte[], int, int)","u":"nativeCreate(byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeCreate(byte[], int, int)","u":"nativeCreate(byte[],int,int)"},{"p":"org.robolectric.nativeruntime","c":"CornerPathEffectNatives","l":"nativeCreate(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCornerPathEffect","l":"nativeCreate(float)"},{"p":"org.robolectric.nativeruntime","c":"DiscretePathEffectNatives","l":"nativeCreate(float, float)","u":"nativeCreate(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDiscretePathEffect","l":"nativeCreate(float, float)","u":"nativeCreate(float,float)"},{"p":"org.robolectric.nativeruntime","c":"ColorSpaceRgbNatives","l":"nativeCreate(float, float, float, float, float, float, float, float[])","u":"nativeCreate(float,float,float,float,float,float,float,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorSpaceRgb","l":"nativeCreate(float, float, float, float, float, float, float, float[])","u":"nativeCreate(float,float,float,float,float,float,float,float[])"},{"p":"org.robolectric.nativeruntime","c":"DashPathEffectNatives","l":"nativeCreate(float[], float)","u":"nativeCreate(float[],float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDashPathEffect","l":"nativeCreate(float[], float)","u":"nativeCreate(float[],float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCreate(int[], int, int, int, int, int, boolean, float[], ColorSpace.Rgb.TransferParameters)","u":"nativeCreate(int[],int,int,int,int,int,boolean,float[],android.graphics.ColorSpace.Rgb.TransferParameters)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCreate(int[], int, int, int, int, int, boolean, long)","u":"nativeCreate(int[],int,int,int,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCreate(int[], int, int, int, int, int, boolean, long)","u":"nativeCreate(int[],int,int,int,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapShader","l":"nativeCreate(long, Bitmap, int, int)","u":"nativeCreate(long,android.graphics.Bitmap,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RadialGradientNatives","l":"nativeCreate(long, float, float, float, float, float, float, long[], float[], int, long)","u":"nativeCreate(long,float,float,float,float,float,float,long[],float[],int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRadialGradient","l":"nativeCreate(long, float, float, float, float, float, float, long[], float[], int, long)","u":"nativeCreate(long,float,float,float,float,float,float,long[],float[],int,long)"},{"p":"org.robolectric.nativeruntime","c":"LinearGradientNatives","l":"nativeCreate(long, float, float, float, float, long[], float[], int, long)","u":"nativeCreate(long,float,float,float,float,long[],float[],int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLinearGradient","l":"nativeCreate(long, float, float, float, float, long[], float[], int, long)","u":"nativeCreate(long,float,float,float,float,long[],float[],int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRadialGradient","l":"nativeCreate(long, float, float, float, long[], float[], int, long)","u":"nativeCreate(long,float,float,float,long[],float[],int,long)"},{"p":"org.robolectric.nativeruntime","c":"PathDashPathEffectNatives","l":"nativeCreate(long, float, float, int)","u":"nativeCreate(long,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathDashPathEffect","l":"nativeCreate(long, float, float, int)","u":"nativeCreate(long,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"SweepGradientNatives","l":"nativeCreate(long, float, float, long[], float[], long)","u":"nativeCreate(long,float,float,long[],float[],long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSweepGradient","l":"nativeCreate(long, float, float, long[], float[], long)","u":"nativeCreate(long,float,float,long[],float[],long)"},{"p":"org.robolectric.nativeruntime","c":"ComposePathEffectNatives","l":"nativeCreate(long, long)","u":"nativeCreate(long,long)"},{"p":"org.robolectric.nativeruntime","c":"SumPathEffectNatives","l":"nativeCreate(long, long)","u":"nativeCreate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeComposePathEffect","l":"nativeCreate(long, long)","u":"nativeCreate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSumPathEffect","l":"nativeCreate(long, long)","u":"nativeCreate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapShader","l":"nativeCreate(long, long, int, int)","u":"nativeCreate(long,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapShaderNatives","l":"nativeCreate(long, long, int, int, boolean)","u":"nativeCreate(long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapShader","l":"nativeCreate(long, long, int, int, boolean)","u":"nativeCreate(long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapShader","l":"nativeCreate(long, long, int, int, boolean, boolean)","u":"nativeCreate(long,long,int,int,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapShader","l":"nativeCreate(long, long, int, int, int, boolean, boolean, long)","u":"nativeCreate(long,long,int,int,int,boolean,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"ComposeShaderNatives","l":"nativeCreate(long, long, long, int)","u":"nativeCreate(long,long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeComposeShader","l":"nativeCreate(long, long, long, int)","u":"nativeCreate(long,long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeCreate(String, int)","u":"nativeCreate(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeCreate(String, int)","u":"nativeCreate(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeCreate(String, int)","u":"nativeCreate(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceControl","l":"nativeCreate(SurfaceSession, String, int, int, int, int)","u":"nativeCreate(android.view.SurfaceSession,java.lang.String,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceControl","l":"nativeCreate(SurfaceSession, String, int, int, int, int, long, int, int)","u":"nativeCreate(android.view.SurfaceSession,java.lang.String,int,int,int,int,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceControl","l":"nativeCreate(SurfaceSession, String, int, int, int, int, long, Parcel)","u":"nativeCreate(android.view.SurfaceSession,java.lang.String,int,int,int,int,long,android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"LinearGradientNatives","l":"nativeCreate1(long, float, float, float, float, int[], float[], int)","u":"nativeCreate1(long,float,float,float,float,int[],float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLinearGradient","l":"nativeCreate1(long, float, float, float, float, int[], float[], int)","u":"nativeCreate1(long,float,float,float,float,int[],float[],int)"},{"p":"org.robolectric.nativeruntime","c":"RadialGradientNatives","l":"nativeCreate1(long, float, float, float, int[], float[], int)","u":"nativeCreate1(long,float,float,float,int[],float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRadialGradient","l":"nativeCreate1(long, float, float, float, int[], float[], int)","u":"nativeCreate1(long,float,float,float,int[],float[],int)"},{"p":"org.robolectric.nativeruntime","c":"SweepGradientNatives","l":"nativeCreate1(long, float, float, int[], float[])","u":"nativeCreate1(long,float,float,int[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeSweepGradient","l":"nativeCreate1(long, float, float, int[], float[])","u":"nativeCreate1(long,float,float,int[],float[])"},{"p":"org.robolectric.nativeruntime","c":"LinearGradientNatives","l":"nativeCreate2(long, float, float, float, float, int, int, int)","u":"nativeCreate2(long,float,float,float,float,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLinearGradient","l":"nativeCreate2(long, float, float, float, float, int, int, int)","u":"nativeCreate2(long,float,float,float,float,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RadialGradientNatives","l":"nativeCreate2(long, float, float, float, int, int, int)","u":"nativeCreate2(long,float,float,float,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRadialGradient","l":"nativeCreate2(long, float, float, float, int, int, int)","u":"nativeCreate2(long,float,float,float,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"SweepGradientNatives","l":"nativeCreate2(long, float, float, int, int)","u":"nativeCreate2(long,float,float,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSweepGradient","l":"nativeCreate2(long, float, float, int, int)","u":"nativeCreate2(long,float,float,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateBitmapEffect(long, float, float, float, float, float, float, float, float)","u":"nativeCreateBitmapEffect(long,float,float,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateBitmapEffect(long, float, float, float, float, float, float, float, float)","u":"nativeCreateBitmapEffect(long,float,float,float,float,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateBlendModeEffect(long, long, int)","u":"nativeCreateBlendModeEffect(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateBlendModeEffect(long, long, int)","u":"nativeCreateBlendModeEffect(long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateBlurEffect(float, float, long, int)","u":"nativeCreateBlurEffect(float,float,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateBlurEffect(float, float, long, int)","u":"nativeCreateBlurEffect(float,float,long,int)"},{"p":"org.robolectric.nativeruntime","c":"RuntimeShaderNatives","l":"nativeCreateBuilder(String)","u":"nativeCreateBuilder(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader","l":"nativeCreateBuilder(String)","u":"nativeCreateBuilder(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeCreateByteArray(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeCreateByteArray(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateChainEffect(long, long)","u":"nativeCreateChainEffect(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateChainEffect(long, long)","u":"nativeCreateChainEffect(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateColorFilterEffect(long, long)","u":"nativeCreateColorFilterEffect(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateColorFilterEffect(long, long)","u":"nativeCreateColorFilterEffect(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"nativeCreateFromArray(long[], int, int)","u":"nativeCreateFromArray(long[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeCreateFromArray(long[], int, int)","u":"nativeCreateFromArray(long[],int,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeCreateFromArray(long[], long, int, int)","u":"nativeCreateFromArray(long[],long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"nativeCreateFromArray(long[], long, int, int)","u":"nativeCreateFromArray(long[],long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeCreateFromArray(long[], long, int, int)","u":"nativeCreateFromArray(long[],long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeCreateFromParcel(Parcel)","u":"nativeCreateFromParcel(android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeCreateFromParcel(Parcel)","u":"nativeCreateFromParcel(android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"nativeCreateFromParcel(Parcel)","u":"nativeCreateFromParcel(android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeCreateFromParcel(Parcel)","u":"nativeCreateFromParcel(android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeCreateFromParcel(Parcel)","u":"nativeCreateFromParcel(android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeCreateFromStream(InputStream, byte[])","u":"nativeCreateFromStream(java.io.InputStream,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeCreateFromStream(InputStream, byte[])","u":"nativeCreateFromStream(java.io.InputStream,byte[])"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeCreateFromSurfaceControl(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeCreateFromSurfaceControl(long)"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"nativeCreateFromSurfaceControl(Object)","u":"nativeCreateFromSurfaceControl(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"nativeCreateFromSurfaceTexture(Object)","u":"nativeCreateFromSurfaceTexture(java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeCreateFromSurfaceTexture(SurfaceTexture)","u":"nativeCreateFromSurfaceTexture(android.graphics.SurfaceTexture)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeCreateFromSurfaceTexture(SurfaceTexture)","u":"nativeCreateFromSurfaceTexture(android.graphics.SurfaceTexture)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeCreateFromTypeface(long, int)","u":"nativeCreateFromTypeface(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeCreateFromTypeface(long, int)","u":"nativeCreateFromTypeface(long,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeCreateFromTypefaceWithExactStyle(long, int, boolean)","u":"nativeCreateFromTypefaceWithExactStyle(long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeCreateFromTypefaceWithExactStyle(long, int, boolean)","u":"nativeCreateFromTypefaceWithExactStyle(long,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeCreateFromTypefaceWithVariation(long, List)","u":"nativeCreateFromTypefaceWithVariation(long,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeCreateFromTypefaceWithVariation(long, List)","u":"nativeCreateFromTypefaceWithVariation(long,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeCreateIdmapsForStaticOverlaysTargetingAndroid()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeCreateIdmapsForStaticOverlaysTargetingAndroid()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeCreateIdmapsForStaticOverlaysTargetingAndroid()"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateOffsetEffect(float, float, long)","u":"nativeCreateOffsetEffect(float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateOffsetEffect(float, float, long)","u":"nativeCreateOffsetEffect(float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeCreateParseState(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeCreateParseState(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeCreateParseState(long, int)","u":"nativeCreateParseState(long,int)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeCreatePlanes(int, int, long)","u":"nativeCreatePlanes(int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage","l":"nativeCreatePlanes(Object, Object)","u":"nativeCreatePlanes(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage","l":"nativeCreatePlanes(Object, Object, Object)","u":"nativeCreatePlanes(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"RuntimeShaderNatives","l":"nativeCreateShader(long, long, boolean)","u":"nativeCreateShader(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader","l":"nativeCreateShader(long, long, boolean)","u":"nativeCreateShader(long,long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeCreateShaderEffect(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeCreateShaderEffect(long)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeCreateWeightAlias(long, int)","u":"nativeCreateWeightAlias(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeCreateWeightAlias(long, int)","u":"nativeCreateWeightAlias(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataAvail(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataAvail(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataCapacity(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataCapacity(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataPosition(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataPosition(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataSize(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDataSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeAsset(long, Rect, BitmapFactory.Options)","u":"nativeDecodeAsset(long,android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.nativeruntime","c":"BitmapFactoryNatives","l":"nativeDecodeAsset(long, Rect, BitmapFactory.Options, long, long)","u":"nativeDecodeAsset(long,android.graphics.Rect,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeAsset(long, Rect, BitmapFactory.Options, long, long)","u":"nativeDecodeAsset(long,android.graphics.Rect,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeByteArray(byte[], int, int, BitmapFactory.Options)","u":"nativeDecodeByteArray(byte[],int,int,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.nativeruntime","c":"BitmapFactoryNatives","l":"nativeDecodeByteArray(byte[], int, int, BitmapFactory.Options, long, long)","u":"nativeDecodeByteArray(byte[],int,int,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeByteArray(byte[], int, int, BitmapFactory.Options, long, long)","u":"nativeDecodeByteArray(byte[],int,int,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options)","u":"nativeDecodeFileDescriptor(java.io.FileDescriptor,android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.nativeruntime","c":"BitmapFactoryNatives","l":"nativeDecodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options, long, long)","u":"nativeDecodeFileDescriptor(java.io.FileDescriptor,android.graphics.Rect,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeFileDescriptor(FileDescriptor, Rect, BitmapFactory.Options, long, long)","u":"nativeDecodeFileDescriptor(java.io.FileDescriptor,android.graphics.Rect,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeStream(InputStream, byte[], Rect, BitmapFactory.Options)","u":"nativeDecodeStream(java.io.InputStream,byte[],android.graphics.Rect,android.graphics.BitmapFactory.Options)"},{"p":"org.robolectric.nativeruntime","c":"BitmapFactoryNatives","l":"nativeDecodeStream(InputStream, byte[], Rect, BitmapFactory.Options, long, long)","u":"nativeDecodeStream(java.io.InputStream,byte[],android.graphics.Rect,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeDecodeStream(InputStream, byte[], Rect, BitmapFactory.Options, long, long)","u":"nativeDecodeStream(java.io.InputStream,byte[],android.graphics.Rect,android.graphics.BitmapFactory.Options,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeDestroy()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"nativeDestroy(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDestroy(int)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeDestroy(int)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeDestroy(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeDestroy(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeDestroyParseState(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeDestroyParseState(long)"},{"p":"org.robolectric.nativeruntime","c":"InterpolatorNatives","l":"nativeDestructor(long)"},{"p":"org.robolectric.nativeruntime","c":"MaskFilterNatives","l":"nativeDestructor(long)"},{"p":"org.robolectric.nativeruntime","c":"PathEffectNatives","l":"nativeDestructor(long)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeDestructor(long)"},{"p":"org.robolectric.nativeruntime","c":"RegionIteratorNatives","l":"nativeDestructor(long)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeDestructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator","l":"nativeDestructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMaskFilter","l":"nativeDestructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathEffect","l":"nativeDestructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeDestructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeDestructor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegionIterator","l":"nativeDestructor(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeDetachImage(Image)","u":"nativeDetachImage(android.media.Image)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeDetachImage(Image)","u":"nativeDetachImage(android.media.Image)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeDiscardFreeBuffers()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeDiscardFreeBuffers()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeDispose(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeDispose(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeDispose(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeDispose(int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeDispose(long)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeDispose(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeDispose(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeDispose(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeDispose(long)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeDraw(long, long)","u":"nativeDraw(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeDraw(long, long)","u":"nativeDraw(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeEndRecording(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeEndRecording(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeEnforceInterface(int, String)","u":"nativeEnforceInterface(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeEnforceInterface(long, String)","u":"nativeEnforceInterface(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeEquals(long, long)","u":"nativeEquals(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeEquals(long, long)","u":"nativeEquals(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeErase(long, int)","u":"nativeErase(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeErase(long, int)","u":"nativeErase(long,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeErase(long, long, long)","u":"nativeErase(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeErase(long, long, long)","u":"nativeErase(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecute(int, int)","u":"nativeExecute(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecute(int, int)","u":"nativeExecute(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecute(long, long)","u":"nativeExecute(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecute(long, long)","u":"nativeExecute(long,long)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecute(long, long, boolean)","u":"nativeExecute(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecute(long, long, boolean)","u":"nativeExecute(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecute(long, long, boolean)","u":"nativeExecute(long,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForBlobFileDescriptor(int, int)","u":"nativeExecuteForBlobFileDescriptor(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForBlobFileDescriptor(int, int)","u":"nativeExecuteForBlobFileDescriptor(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecuteForBlobFileDescriptor(long, long)","u":"nativeExecuteForBlobFileDescriptor(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForBlobFileDescriptor(long, long)","u":"nativeExecuteForBlobFileDescriptor(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForBlobFileDescriptor(long, long)","u":"nativeExecuteForBlobFileDescriptor(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForChangedRowCount(int, int)","u":"nativeExecuteForChangedRowCount(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForChangedRowCount(int, int)","u":"nativeExecuteForChangedRowCount(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecuteForChangedRowCount(long, long)","u":"nativeExecuteForChangedRowCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForChangedRowCount(long, long)","u":"nativeExecuteForChangedRowCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForChangedRowCount(long, long)","u":"nativeExecuteForChangedRowCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForCursorWindow(int, int, int, int, int, boolean)","u":"nativeExecuteForCursorWindow(int,int,int,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForCursorWindow(int, int, int, int, int, boolean)","u":"nativeExecuteForCursorWindow(int,int,int,int,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecuteForCursorWindow(long, long, long, int, int, boolean)","u":"nativeExecuteForCursorWindow(long,long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForCursorWindow(long, long, long, int, int, boolean)","u":"nativeExecuteForCursorWindow(long,long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForCursorWindow(long, long, long, int, int, boolean)","u":"nativeExecuteForCursorWindow(long,long,long,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForLastInsertedRowId(int, int)","u":"nativeExecuteForLastInsertedRowId(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForLastInsertedRowId(int, int)","u":"nativeExecuteForLastInsertedRowId(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecuteForLastInsertedRowId(long, long)","u":"nativeExecuteForLastInsertedRowId(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForLastInsertedRowId(long, long)","u":"nativeExecuteForLastInsertedRowId(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForLastInsertedRowId(long, long)","u":"nativeExecuteForLastInsertedRowId(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForLong(int, int)","u":"nativeExecuteForLong(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForLong(int, int)","u":"nativeExecuteForLong(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecuteForLong(long, long)","u":"nativeExecuteForLong(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForLong(long, long)","u":"nativeExecuteForLong(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForLong(long, long)","u":"nativeExecuteForLong(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForString(int, int)","u":"nativeExecuteForString(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForString(int, int)","u":"nativeExecuteForString(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeExecuteForString(long, long)","u":"nativeExecuteForString(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeExecuteForString(long, long)","u":"nativeExecuteForString(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeExecuteForString(long, long)","u":"nativeExecuteForString(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeExtractAlpha(long, long, int[])","u":"nativeExtractAlpha(long,long,int[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeExtractAlpha(long, long, int[])","u":"nativeExtractAlpha(long,long,int[])"},{"p":"org.robolectric.nativeruntime","c":"NinePatchNatives","l":"nativeFinalize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNinePatch","l":"nativeFinalize(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeFinalizeStatement(int, int)","u":"nativeFinalizeStatement(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeFinalizeStatement(int, int)","u":"nativeFinalizeStatement(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeFinalizeStatement(long, long)","u":"nativeFinalizeStatement(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeFinalizeStatement(long, long)","u":"nativeFinalizeStatement(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeFinalizeStatement(long, long)","u":"nativeFinalizeStatement(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeFindPointerIndex(int, int)","u":"nativeFindPointerIndex(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeFindPointerIndex(long, int)","u":"nativeFindPointerIndex(long,int)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeForceScopedDisconnect(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeForceScopedDisconnect(long)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeForceSetStaticFinalField(String, Typeface)","u":"nativeForceSetStaticFinalField(java.lang.String,android.graphics.Typeface)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"nativeForceSetStaticFinalField(String, Typeface)","u":"nativeForceSetStaticFinalField(java.lang.String,android.graphics.Typeface)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeForceSetStaticFinalField(String, Typeface)","u":"nativeForceSetStaticFinalField(java.lang.String,android.graphics.Typeface)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeFreeBuffer(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeFreeBuffer(long)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeFreeLastRow(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeFreeLastRow(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGenerationId(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGenerationId(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetAction(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetAction(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetActionButton(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGetAllocationByteCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetAllocationByteCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeGetAssetPath(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetAssignedPackageIdentifiers(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetAssignedPackageIdentifiers(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetAssignedPackageIdentifiers(long, boolean, boolean)","u":"nativeGetAssignedPackageIdentifiers(long,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeData(int, int)","u":"nativeGetAttributeData(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeData(long, int)","u":"nativeGetAttributeData(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeDataType(int, int)","u":"nativeGetAttributeDataType(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeDataType(long, int)","u":"nativeGetAttributeDataType(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeIndex(int, String, String)","u":"nativeGetAttributeIndex(int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeIndex(long, String, String)","u":"nativeGetAttributeIndex(long,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeName(int, int)","u":"nativeGetAttributeName(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeName(long, int)","u":"nativeGetAttributeName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeNamespace(int, int)","u":"nativeGetAttributeNamespace(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeNamespace(long, int)","u":"nativeGetAttributeNamespace(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeResource(int, int)","u":"nativeGetAttributeResource(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeResource(long, int)","u":"nativeGetAttributeResource(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeStringValue(int, int)","u":"nativeGetAttributeStringValue(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetAttributeStringValue(long, int)","u":"nativeGetAttributeStringValue(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetAxisValue(int, int, int, int)","u":"nativeGetAxisValue(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetAxisValue(long, int, int, int)","u":"nativeGetAxisValue(long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetBlob(int, int, int)","u":"nativeGetBlob(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetBlob(int, int, int)","u":"nativeGetBlob(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetBlob(long, int, int)","u":"nativeGetBlob(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetBlob(long, int, int)","u":"nativeGetBlob(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetBlob(long, int, int)","u":"nativeGetBlob(long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeGetBoundaryPath(long, long)","u":"nativeGetBoundaryPath(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeGetBoundaryPath(long, long)","u":"nativeGetBoundaryPath(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeGetBounds(long, Rect)","u":"nativeGetBounds(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeGetBounds(long, Rect)","u":"nativeGetBounds(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetButtonState(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetButtonState(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetClassAttribute(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetClassAttribute(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGetColor(long, int, int)","u":"nativeGetColor(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetColor(long, int, int)","u":"nativeGetColor(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetColorSpace(long, float[], float[])","u":"nativeGetColorSpace(long,float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetColumnCount(int, int)","u":"nativeGetColumnCount(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetColumnCount(int, int)","u":"nativeGetColumnCount(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeGetColumnCount(long, long)","u":"nativeGetColumnCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetColumnCount(long, long)","u":"nativeGetColumnCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetColumnCount(long, long)","u":"nativeGetColumnCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetColumnName(int, int, int)","u":"nativeGetColumnName(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetColumnName(int, int, int)","u":"nativeGetColumnName(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeGetColumnName(long, long, int)","u":"nativeGetColumnName(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetColumnName(long, long, int)","u":"nativeGetColumnName(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetColumnName(long, long, int)","u":"nativeGetColumnName(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetDbLookaside(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetDbLookaside(int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeGetDbLookaside(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetDbLookaside(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetDbLookaside(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetDeviceId(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetDeviceId(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetDouble(int, int, int)","u":"nativeGetDouble(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetDouble(int, int, int)","u":"nativeGetDouble(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetDouble(long, int, int)","u":"nativeGetDouble(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetDouble(long, int, int)","u":"nativeGetDouble(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetDouble(long, int, int)","u":"nativeGetDouble(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetDownTimeNanos(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetDownTimeNanos(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetEdgeFlags(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetEdgeFlags(long)"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"nativeGetEnabledTags()"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetEventTimeNanos(int, int)","u":"nativeGetEventTimeNanos(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetEventTimeNanos(long, int)","u":"nativeGetEventTimeNanos(long,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeGetFamily(long, int)","u":"nativeGetFamily(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeGetFamily(long, int)","u":"nativeGetFamily(long,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeGetFamilySize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeGetFamilySize(long)"},{"p":"org.robolectric.nativeruntime","c":"ColorFilterNatives","l":"nativeGetFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"RenderEffectNatives","l":"nativeGetFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"RuntimeShaderNatives","l":"nativeGetFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"ShaderNatives","l":"nativeGetFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorFilter","l":"nativeGetFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect","l":"nativeGetFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader","l":"nativeGetFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeShader","l":"nativeGetFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetFlags(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetFlags(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeGetFormat(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage","l":"nativeGetFormat(int)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeGetFromBlastBufferQueue(long, long)","u":"nativeGetFromBlastBufferQueue(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeGetFromBlastBufferQueue(long, long)","u":"nativeGetFromBlastBufferQueue(long,long)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeGetFromSurfaceControl(long, long)","u":"nativeGetFromSurfaceControl(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeGetFromSurfaceControl(long, long)","u":"nativeGetFromSurfaceControl(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"nativeGetFromSurfaceControl(long, long)","u":"nativeGetFromSurfaceControl(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGetHardwareBuffer(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetHardwareBuffer(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeGetHeight()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage","l":"nativeGetHeight()"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeGetHeight(long)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetHistorySize(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetHistorySize(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetIdAttribute(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetIdAttribute(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetLineNumber(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetLineNumber(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetLocales(long, boolean)","u":"nativeGetLocales(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetLocales(long, boolean)","u":"nativeGetLocales(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetLong(int, int, int)","u":"nativeGetLong(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetLong(int, int, int)","u":"nativeGetLong(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetLong(long, int, int)","u":"nativeGetLong(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetLong(long, int, int)","u":"nativeGetLong(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetLong(long, int, int)","u":"nativeGetLong(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetMetaState(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetMetaState(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetName(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetName(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetName(int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetName(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetName(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetName(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetName(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetNamespace(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetNamespace(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"ColorSpaceRgbNatives","l":"nativeGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorSpaceRgb","l":"nativeGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeGetNextFrameNumber(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeGetNextFrameNumber(long)"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"nativeGetNumber(int, int)","u":"nativeGetNumber(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowKeyCharacterMap","l":"nativeGetNumber(long, int)","u":"nativeGetNumber(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetNumRows(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetNumRows(int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetNumRows(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetNumRows(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetNumRows(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetParameterCount(int, int)","u":"nativeGetParameterCount(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetParameterCount(int, int)","u":"nativeGetParameterCount(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeGetParameterCount(long, long)","u":"nativeGetParameterCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeGetParameterCount(long, long)","u":"nativeGetParameterCount(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeGetParameterCount(long, long)","u":"nativeGetParameterCount(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGetPixel(long, int, int)","u":"nativeGetPixel(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetPixel(long, int, int)","u":"nativeGetPixel(long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeGetPixels(long, int[], int, int, int, int, int, int)","u":"nativeGetPixels(long,int[],int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeGetPixels(long, int[], int, int, int, int, int, int)","u":"nativeGetPixels(long,int[],int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerCoords(int, int, int, MotionEvent.PointerCoords)","u":"nativeGetPointerCoords(int,int,int,android.view.MotionEvent.PointerCoords)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerCoords(long, int, int, MotionEvent.PointerCoords)","u":"nativeGetPointerCoords(long,int,int,android.view.MotionEvent.PointerCoords)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerCount(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerId(int, int)","u":"nativeGetPointerId(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerId(long, int)","u":"nativeGetPointerId(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerProperties(int, int, MotionEvent.PointerProperties)","u":"nativeGetPointerProperties(int,int,android.view.MotionEvent.PointerProperties)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetPointerProperties(long, int, MotionEvent.PointerProperties)","u":"nativeGetPointerProperties(long,int,android.view.MotionEvent.PointerProperties)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetRawAxisValue(int, int, int, int)","u":"nativeGetRawAxisValue(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetRawAxisValue(long, int, int, int)","u":"nativeGetRawAxisValue(long,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeGetReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeGetReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceArray(long, int, int[])","u":"nativeGetResourceArray(long,int,int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceArray(long, int, int[])","u":"nativeGetResourceArray(long,int,int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceArraySize(long, int)","u":"nativeGetResourceArraySize(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceArraySize(long, int)","u":"nativeGetResourceArraySize(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceBagValue(long, int, int, TypedValue)","u":"nativeGetResourceBagValue(long,int,int,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceBagValue(long, int, int, TypedValue)","u":"nativeGetResourceBagValue(long,int,int,android.util.TypedValue)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceEntryName(long, int)","u":"nativeGetResourceEntryName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceEntryName(long, int)","u":"nativeGetResourceEntryName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceIdentifier(long, String, String, String)","u":"nativeGetResourceIdentifier(long,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceIdentifier(long, String, String, String)","u":"nativeGetResourceIdentifier(long,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceIntArray(long, int)","u":"nativeGetResourceIntArray(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceIntArray(long, int)","u":"nativeGetResourceIntArray(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceName(long, int)","u":"nativeGetResourceName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceName(long, int)","u":"nativeGetResourceName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourcePackageName(long, int)","u":"nativeGetResourcePackageName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourcePackageName(long, int)","u":"nativeGetResourcePackageName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceStringArray(long, int)","u":"nativeGetResourceStringArray(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceStringArray(long, int)","u":"nativeGetResourceStringArray(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceStringArrayInfo(long, int)","u":"nativeGetResourceStringArrayInfo(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceStringArrayInfo(long, int)","u":"nativeGetResourceStringArrayInfo(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceTypeName(long, int)","u":"nativeGetResourceTypeName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceTypeName(long, int)","u":"nativeGetResourceTypeName(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetResourceValue(long, int, short, TypedValue, boolean)","u":"nativeGetResourceValue(long,int,short,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetResourceValue(long, int, short, TypedValue, boolean)","u":"nativeGetResourceValue(long,int,short,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeGetSize(int)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeGetSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetSizeConfigurations(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetSizeConfigurations(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetSource(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetSource(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetSourceResId(long)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeGetString(int, int)","u":"nativeGetString(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetString(int, int, int)","u":"nativeGetString(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetString(int, int, int)","u":"nativeGetString(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeGetString(long, int)","u":"nativeGetString(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetString(long, int, int)","u":"nativeGetString(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetString(long, int, int)","u":"nativeGetString(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetString(long, int, int)","u":"nativeGetString(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetStringBlock(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeGetStringBlock(long)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetStringBlock(long)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeGetStyle(int, int)","u":"nativeGetStyle(int,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeGetStyle(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeGetStyle(long)"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"nativeGetStyle(long, int)","u":"nativeGetStyle(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetStyleAttribute(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetStyleAttribute(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeGetStyleAttributes(long, int)","u":"nativeGetStyleAttributes(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeGetStyleAttributes(long, int)","u":"nativeGetStyleAttributes(long,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeGetSupportedAxes(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeGetSupportedAxes(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeGetSurface()"},{"p":"org.robolectric.shadows","c":"ShadowImageReader","l":"nativeGetSurface()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeGetSurface()"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetText(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeGetText(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetToolType(int, int)","u":"nativeGetToolType(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetToolType(long, int)","u":"nativeGetToolType(long,int)"},{"p":"org.robolectric.nativeruntime","c":"NinePatchNatives","l":"nativeGetTransparentRegion(long, long, Rect)","u":"nativeGetTransparentRegion(long,long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeNinePatch","l":"nativeGetTransparentRegion(long, long, Rect)","u":"nativeGetTransparentRegion(long,long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetType(int, int, int)","u":"nativeGetType(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetType(int, int, int)","u":"nativeGetType(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeGetType(long, int, int)","u":"nativeGetType(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeGetType(long, int, int)","u":"nativeGetType(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeGetType(long, int, int)","u":"nativeGetType(long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeGetWeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeGetWeight(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeGetWidth()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage","l":"nativeGetWidth()"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeGetWidth(long)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetXOffset(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetXOffset(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetXPrecision(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetXPrecision(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetYOffset(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetYOffset(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetYPrecision(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeGetYPrecision(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeHasAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeHasAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeHasMipMap(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeHasMipMap(long)"},{"p":"org.robolectric.nativeruntime","c":"ColorNatives","l":"nativeHSVToColor(int, float[])","u":"nativeHSVToColor(int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeColor","l":"nativeHSVToColor(int, float[])","u":"nativeHSVToColor(int,float[])"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeImageSetup(Image)","u":"nativeImageSetup(android.media.Image)"},{"p":"org.robolectric.shadows","c":"ShadowImageReader","l":"nativeImageSetup(Image)","u":"nativeImageSetup(android.media.Image)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeImageSetup(Image)","u":"nativeImageSetup(android.media.Image)"},{"p":"org.robolectric.shadows","c":"ShadowImageReader","l":"nativeImageSetup(Image, boolean)","u":"nativeImageSetup(android.media.Image,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeImageSetup(Image, boolean)","u":"nativeImageSetup(android.media.Image,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowImageReader","l":"nativeImageSetup(Object)","u":"nativeImageSetup(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeImageSetup(Object)","u":"nativeImageSetup(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"nativeInit()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeInit(DisplayEventReceiver, MessageQueue)","u":"nativeInit(android.view.DisplayEventReceiver,android.os.MessageQueue)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeInit(Object, int, int, int, int, long)","u":"nativeInit(java.lang.Object,int,int,int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeInit(Object, int, int, int, int, long)","u":"nativeInit(java.lang.Object,int,int,int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeInit(Object, int, int, int, long, int, int)","u":"nativeInit(java.lang.Object,int,int,int,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeInit(Object, Object)","u":"nativeInit(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeInit(WeakReference, MessageQueue)","u":"nativeInit(java.lang.ref.WeakReference,android.os.MessageQueue)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeInit(WeakReference, MessageQueue, int)","u":"nativeInit(java.lang.ref.WeakReference,android.os.MessageQueue,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeInit(WeakReference, MessageQueue, int, int)","u":"nativeInit(java.lang.ref.WeakReference,android.os.MessageQueue,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeInit(WeakReference, WeakReference, MessageQueue, int, int, long)","u":"nativeInit(java.lang.ref.WeakReference,java.lang.ref.WeakReference,android.os.MessageQueue,int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeInitialize(int, int, int, int, int, int, int, int, float, float, float, float, long, long, int, MotionEvent.PointerProperties[], MotionEvent.PointerCoords[])","u":"nativeInitialize(int,int,int,int,int,int,int,int,float,float,float,float,long,long,int,android.view.MotionEvent.PointerProperties[],android.view.MotionEvent.PointerCoords[])"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeInitialize(long, int, int, int, int, int, int, int, float, float, float, float, long, long, int, MotionEvent.PointerProperties[], MotionEvent.PointerCoords[])","u":"nativeInitialize(long,int,int,int,int,int,int,int,float,float,float,float,long,long,int,android.view.MotionEvent.PointerProperties[],android.view.MotionEvent.PointerCoords[])"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeInitialize(long, int, int, int, int, int, int, int, int, int, float, float, float, float, long, long, int, MotionEvent.PointerProperties[], MotionEvent.PointerCoords[])","u":"nativeInitialize(long,int,int,int,int,int,int,int,int,int,float,float,float,float,long,long,int,android.view.MotionEvent.PointerProperties[],android.view.MotionEvent.PointerCoords[])"},{"p":"org.robolectric.shadows","c":"NativeInput","l":"NativeInput()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeIsBackedByAshmem(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeIsBackedByAshmem(long)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeIsConsumerRunningBehind(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeIsConsumerRunningBehind(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"nativeIsIdling(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"nativeIsIdling(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeIsImmutable(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeIsImmutable(long)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeIsPolling(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeIsPremultiplied(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeIsPremultiplied(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeIsReadOnly(int, int)","u":"nativeIsReadOnly(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeIsReadOnly(int, int)","u":"nativeIsReadOnly(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeIsReadOnly(long, long)","u":"nativeIsReadOnly(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeIsReadOnly(long, long)","u":"nativeIsReadOnly(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeIsReadOnly(long, long)","u":"nativeIsReadOnly(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapFactoryNatives","l":"nativeIsSeekable(FileDescriptor)","u":"nativeIsSeekable(java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory","l":"nativeIsSeekable(FileDescriptor)","u":"nativeIsSeekable(java.io.FileDescriptor)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeIsSRGB(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeIsSRGB(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeIsSRGBLinear(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeIsSRGBLinear(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeIsTouchEvent(int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeIsTouchEvent(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeIsUpToDate(long)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeIsValid(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeIsValid(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeList(long, String)","u":"nativeList(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeList(long, String)","u":"nativeList(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeLoad(Object, Object, Object, Object)","u":"nativeLoad(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeLoad(String, boolean, boolean, boolean)","u":"nativeLoad(java.lang.String,boolean,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeLoadFromFd(FileDescriptor, String, boolean, boolean)","u":"nativeLoadFromFd(java.io.FileDescriptor,java.lang.String,boolean,boolean)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeLockCanvas(long, Canvas, Rect)","u":"nativeLockCanvas(long,android.graphics.Canvas,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeLockCanvas(long, Canvas, Rect)","u":"nativeLockCanvas(long,android.graphics.Canvas,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeMarshall(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeMarshall(long)"},{"p":"org.robolectric.sandbox","c":"NativeMethodNotFoundException","l":"NativeMethodNotFoundException()","u":"%3Cinit%3E()"},{"p":"org.robolectric.sandbox","c":"NativeMethodNotFoundException","l":"NativeMethodNotFoundException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"TableMaskFilterNatives","l":"nativeNewClip(int, int)","u":"nativeNewClip(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTableMaskFilter","l":"nativeNewClip(int, int)","u":"nativeNewClip(int,int)"},{"p":"org.robolectric.nativeruntime","c":"TableMaskFilterNatives","l":"nativeNewGamma(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTableMaskFilter","l":"nativeNewGamma(float)"},{"p":"org.robolectric.nativeruntime","c":"TableMaskFilterNatives","l":"nativeNewTable(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeTableMaskFilter","l":"nativeNewTable(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeNext(int)"},{"p":"org.robolectric.shadows","c":"ShadowXmlBlock","l":"nativeNext(long)"},{"p":"org.robolectric.nativeruntime","c":"RegionIteratorNatives","l":"nativeNext(long, Rect)","u":"nativeNext(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegionIterator","l":"nativeNext(long, Rect)","u":"nativeNext(long,android.graphics.Rect)"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"NativeObjRegistry(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"NativeObjRegistry(Class, boolean)","u":"%3Cinit%3E(java.lang.Class,boolean)"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"NativeObjRegistry(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"NativeObjRegistry(String, boolean)","u":"%3Cinit%3E(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeOffsetLocation(int, float, float)","u":"nativeOffsetLocation(int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeOffsetLocation(long, float, float)","u":"nativeOffsetLocation(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeOp(long, int, int, int, int, int)","u":"nativeOp(long,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeOp(long, int, int, int, int, int)","u":"nativeOp(long,int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeOp(long, long, long, int)","u":"nativeOp(long,long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeOp(long, long, long, int)","u":"nativeOp(long,long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeOp(long, Rect, long, int)","u":"nativeOp(long,android.graphics.Rect,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeOp(long, Rect, long, int)","u":"nativeOp(long,android.graphics.Rect,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeOpen(String, int, String, boolean, boolean)","u":"nativeOpen(java.lang.String,int,java.lang.String,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeOpen(String, int, String, boolean, boolean)","u":"nativeOpen(java.lang.String,int,java.lang.String,boolean,boolean)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeOpen(String, int, String, boolean, boolean, int, int)","u":"nativeOpen(java.lang.String,int,java.lang.String,boolean,boolean,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeOpen(String, int, String, boolean, boolean, int, int)","u":"nativeOpen(java.lang.String,int,java.lang.String,boolean,boolean,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeOpen(String, int, String, boolean, boolean, int, int)","u":"nativeOpen(java.lang.String,int,java.lang.String,boolean,boolean,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeOpenAsset(long, String, int)","u":"nativeOpenAsset(long,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeOpenAsset(long, String, int)","u":"nativeOpenAsset(long,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeOpenAssetFd(long, String, long[])","u":"nativeOpenAssetFd(long,java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeOpenAssetFd(long, String, long[])","u":"nativeOpenAssetFd(long,java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeOpenNonAsset(long, int, String, int)","u":"nativeOpenNonAsset(long,int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeOpenNonAsset(long, int, String, int)","u":"nativeOpenNonAsset(long,int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeOpenNonAssetFd(long, int, String, long[])","u":"nativeOpenNonAssetFd(long,int,java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeOpenNonAssetFd(long, int, String, long[])","u":"nativeOpenNonAssetFd(long,int,java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowArscApkAssets9","l":"nativeOpenXml(long, String)","u":"nativeOpenXml(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeOpenXmlAsset(long, int, String)","u":"nativeOpenXmlAsset(long,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeOpenXmlAsset(long, int, String)","u":"nativeOpenXmlAsset(long,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"nativeParse3339(String)","u":"nativeParse3339(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativePollOnce(int, int)","u":"nativePollOnce(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativePollOnce(long, int)","u":"nativePollOnce(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativePollOnce(Object, Object)","u":"nativePollOnce(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativePrepareStatement(int, String)","u":"nativePrepareStatement(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativePrepareStatement(int, String)","u":"nativePrepareStatement(int,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativePrepareStatement(long, String)","u":"nativePrepareStatement(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativePrepareStatement(long, String)","u":"nativePrepareStatement(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativePrepareStatement(long, String)","u":"nativePrepareStatement(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativePrepareToDraw(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativePrepareToDraw(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutBlob(int, byte[], int, int)","u":"nativePutBlob(int,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutBlob(int, byte[], int, int)","u":"nativePutBlob(int,byte[],int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativePutBlob(long, byte[], int, int)","u":"nativePutBlob(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutBlob(long, byte[], int, int)","u":"nativePutBlob(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutBlob(long, byte[], int, int)","u":"nativePutBlob(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutDouble(int, double, int, int)","u":"nativePutDouble(int,double,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutDouble(int, double, int, int)","u":"nativePutDouble(int,double,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativePutDouble(long, double, int, int)","u":"nativePutDouble(long,double,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutDouble(long, double, int, int)","u":"nativePutDouble(long,double,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutDouble(long, double, int, int)","u":"nativePutDouble(long,double,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutLong(int, long, int, int)","u":"nativePutLong(int,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutLong(int, long, int, int)","u":"nativePutLong(int,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativePutLong(long, long, int, int)","u":"nativePutLong(long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutLong(long, long, int, int)","u":"nativePutLong(long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutLong(long, long, int, int)","u":"nativePutLong(long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutNull(int, int, int)","u":"nativePutNull(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutNull(int, int, int)","u":"nativePutNull(int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativePutNull(long, int, int)","u":"nativePutNull(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutNull(long, int, int)","u":"nativePutNull(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutNull(long, int, int)","u":"nativePutNull(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutString(int, String, int, int)","u":"nativePutString(int,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutString(int, String, int, int)","u":"nativePutString(int,java.lang.String,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativePutString(long, String, int, int)","u":"nativePutString(long,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativePutString(long, String, int, int)","u":"nativePutString(long,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativePutString(long, String, int, int)","u":"nativePutString(long,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadBlob(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadByteArray(long, byte[], int)","u":"nativeReadByteArray(long,byte[],int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadDouble(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadDouble(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadFileDescriptor(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadFloat(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadFloat(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeReadFromParcel(int, Parcel)","u":"nativeReadFromParcel(int,android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeReadFromParcel(long, Parcel)","u":"nativeReadFromParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeReadFromParcel(long, Parcel)","u":"nativeReadFromParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeReadFromParcel(long, Parcel)","u":"nativeReadFromParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadInt(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadInt(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadLong(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadLong(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadString(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadString(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadString16(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadString8(long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadStrongBinder(int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeReadStrongBinder(long)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeReadTypefaces(ByteBuffer)","u":"nativeReadTypefaces(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeReadTypefaces(ByteBuffer)","u":"nativeReadTypefaces(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeReadTypefaces(ByteBuffer, int)","u":"nativeReadTypefaces(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeReconfigure(long, int, int, int, boolean)","u":"nativeReconfigure(long,int,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeReconfigure(long, int, int, int, boolean)","u":"nativeReconfigure(long,int,int,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeRecycle(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeRecycle(Object)","u":"nativeRecycle(java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeRegisterCustomAggregateFunction(long, String, BinaryOperator)","u":"nativeRegisterCustomAggregateFunction(long,java.lang.String,java.util.function.BinaryOperator)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeRegisterCustomAggregateFunction(long, String, BinaryOperator)","u":"nativeRegisterCustomAggregateFunction(long,java.lang.String,java.util.function.BinaryOperator)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeRegisterCustomFunction(int, SQLiteCustomFunction)","u":"nativeRegisterCustomFunction(int,android.database.sqlite.SQLiteCustomFunction)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeRegisterCustomFunction(long, SQLiteCustomFunction)","u":"nativeRegisterCustomFunction(long,android.database.sqlite.SQLiteCustomFunction)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeRegisterCustomScalarFunction(long, String, UnaryOperator)","u":"nativeRegisterCustomScalarFunction(long,java.lang.String,java.util.function.UnaryOperator)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeRegisterCustomScalarFunction(long, String, UnaryOperator)","u":"nativeRegisterCustomScalarFunction(long,java.lang.String,java.util.function.UnaryOperator)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeRegisterGenericFamily(String, long)","u":"nativeRegisterGenericFamily(java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeRegisterGenericFamily(String, long)","u":"nativeRegisterGenericFamily(java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeRegisterLocalizedCollators(int, String)","u":"nativeRegisterLocalizedCollators(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeRegisterLocalizedCollators(int, String)","u":"nativeRegisterLocalizedCollators(int,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeRegisterLocalizedCollators(long, String)","u":"nativeRegisterLocalizedCollators(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeRegisterLocalizedCollators(long, String)","u":"nativeRegisterLocalizedCollators(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeRegisterLocalizedCollators(long, String)","u":"nativeRegisterLocalizedCollators(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeRelease(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeRelease(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"nativeReleaseImage(Image)","u":"nativeReleaseImage(android.media.Image)"},{"p":"org.robolectric.shadows","c":"ShadowImageReader","l":"nativeReleaseImage(Image)","u":"nativeReleaseImage(android.media.Image)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader","l":"nativeReleaseImage(Image)","u":"nativeReleaseImage(android.media.Image)"},{"p":"org.robolectric.nativeruntime","c":"InterpolatorNatives","l":"nativeReset(long, int, int)","u":"nativeReset(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator","l":"nativeReset(long, int, int)","u":"nativeReset(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeResetCancel(int, boolean)","u":"nativeResetCancel(int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeResetCancel(int, boolean)","u":"nativeResetCancel(int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeResetCancel(long, boolean)","u":"nativeResetCancel(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeResetCancel(long, boolean)","u":"nativeResetCancel(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeResetCancel(long, boolean)","u":"nativeResetCancel(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeResetStatementAndClearBindings(int, int)","u":"nativeResetStatementAndClearBindings(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeResetStatementAndClearBindings(int, int)","u":"nativeResetStatementAndClearBindings(int,int)"},{"p":"org.robolectric.nativeruntime","c":"SQLiteConnectionNatives","l":"nativeResetStatementAndClearBindings(long, long)","u":"nativeResetStatementAndClearBindings(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"nativeResetStatementAndClearBindings(long, long)","u":"nativeResetStatementAndClearBindings(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSQLiteConnection","l":"nativeResetStatementAndClearBindings(long, long)","u":"nativeResetStatementAndClearBindings(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeResolveAttrs(long, long, int, int, int[], int[], int[], int[])","u":"nativeResolveAttrs(long,long,int,int,int[],int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeResolveAttrs(long, long, int, int, int[], int[], int[], int[])","u":"nativeResolveAttrs(long,long,int,int,int[],int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeRetrieveAttributes(long, long, int[], int[], int[])","u":"nativeRetrieveAttributes(long,long,int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeRetrieveAttributes(long, long, int[], int[], int[])","u":"nativeRetrieveAttributes(long,long,int[],int[],int[])"},{"p":"org.robolectric.nativeruntime","c":"ColorNatives","l":"nativeRGBToHSV(int, int, int, float[])","u":"nativeRGBToHSV(int,int,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeColor","l":"nativeRGBToHSV(int, int, int, float[])","u":"nativeRGBToHSV(int,int,int,float[])"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeRowBytes(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeRowBytes(long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSameAs(long, long)","u":"nativeSameAs(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSameAs(long, long)","u":"nativeSameAs(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeScale(int, float)","u":"nativeScale(int,float)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeScale(long, float)","u":"nativeScale(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeScheduleVsync(int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"nativeScheduleVsync(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetAction(int, int)","u":"nativeSetAction(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetAction(long, int)","u":"nativeSetAction(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetActionButton(long, int)","u":"nativeSetActionButton(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeSetApkAssets(long, ApkAssets[], boolean)","u":"nativeSetApkAssets(long,android.content.res.ApkAssets[],boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeSetApkAssets(long, ApkAssets[], boolean)","u":"nativeSetApkAssets(long,android.content.res.ApkAssets[],boolean)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeSetAutoRefreshEnabled(long, boolean)","u":"nativeSetAutoRefreshEnabled(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeSetAutoRefreshEnabled(long, boolean)","u":"nativeSetAutoRefreshEnabled(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetButtonState(long, int)","u":"nativeSetButtonState(long,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetColorSpace(long, long)","u":"nativeSetColorSpace(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetColorSpace(long, long)","u":"nativeSetColorSpace(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeSetConfiguration(long, int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)","u":"nativeSetConfiguration(long,int,int,java.lang.String,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeSetConfiguration(long, int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)","u":"nativeSetConfiguration(long,int,int,java.lang.String,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager14","l":"nativeSetConfiguration(long, int, int, String, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)","u":"nativeSetConfiguration(long,int,int,java.lang.String,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager14","l":"nativeSetConfiguration(long, int, int, String, String[], int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)","u":"nativeSetConfiguration(long,int,int,java.lang.String,java.lang.String[],int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeSetDataCapacity(int, int)","u":"nativeSetDataCapacity(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeSetDataCapacity(long, int)","u":"nativeSetDataCapacity(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeSetDataPosition(int, int)","u":"nativeSetDataPosition(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeSetDataPosition(long, int)","u":"nativeSetDataPosition(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeSetDataSize(int, int)","u":"nativeSetDataSize(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeSetDataSize(long, int)","u":"nativeSetDataSize(long,int)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeSetDefault(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeSetDefault(long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetDownTimeNanos(int, long)","u":"nativeSetDownTimeNanos(int,long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetDownTimeNanos(long, long)","u":"nativeSetDownTimeNanos(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetEdgeFlags(int, int)","u":"nativeSetEdgeFlags(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetEdgeFlags(long, int)","u":"nativeSetEdgeFlags(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetFlags(int, int)","u":"nativeSetFlags(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetFlags(long, int)","u":"nativeSetFlags(long,int)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeSetFrameRate(long, float, int, int)","u":"nativeSetFrameRate(long,float,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeSetFrameRate(long, float, int, int)","u":"nativeSetFrameRate(long,float,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetHasAlpha(long, boolean, boolean)","u":"nativeSetHasAlpha(long,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetHasAlpha(long, boolean, boolean)","u":"nativeSetHasAlpha(long,boolean,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetHasMipMap(long, boolean)","u":"nativeSetHasMipMap(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetHasMipMap(long, boolean)","u":"nativeSetHasMipMap(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetImmutable(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetImmutable(long)"},{"p":"org.robolectric.nativeruntime","c":"InterpolatorNatives","l":"nativeSetKeyFrame(long, int, int, float[], float[])","u":"nativeSetKeyFrame(long,int,int,float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator","l":"nativeSetKeyFrame(long, int, int, float[], float[])","u":"nativeSetKeyFrame(long,int,int,float[],float[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeSetNumColumns(int, int)","u":"nativeSetNumColumns(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeSetNumColumns(int, int)","u":"nativeSetNumColumns(int,int)"},{"p":"org.robolectric.nativeruntime","c":"CursorWindowNatives","l":"nativeSetNumColumns(long, int)","u":"nativeSetNumColumns(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCursorWindow","l":"nativeSetNumColumns(long, int)","u":"nativeSetNumColumns(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCursorWindow","l":"nativeSetNumColumns(long, int)","u":"nativeSetNumColumns(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeSetPath(long, long, long)","u":"nativeSetPath(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeSetPath(long, long, long)","u":"nativeSetPath(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetPixel(long, int, int, int)","u":"nativeSetPixel(long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetPixel(long, int, int, int)","u":"nativeSetPixel(long,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetPixels(long, int[], int, int, int, int, int, int)","u":"nativeSetPixels(long,int[],int,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetPixels(long, int[], int, int, int, int, int, int)","u":"nativeSetPixels(long,int[],int,int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeSetPremultiplied(long, boolean)","u":"nativeSetPremultiplied(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeSetPremultiplied(long, boolean)","u":"nativeSetPremultiplied(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeSetRect(long, int, int, int, int)","u":"nativeSetRect(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeSetRect(long, int, int, int, int)","u":"nativeSetRect(long,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeSetRegion(long, long)","u":"nativeSetRegion(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeSetRegion(long, long)","u":"nativeSetRegion(long,long)"},{"p":"org.robolectric.nativeruntime","c":"InterpolatorNatives","l":"nativeSetRepeatMirror(long, float, boolean)","u":"nativeSetRepeatMirror(long,float,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator","l":"nativeSetRepeatMirror(long, float, boolean)","u":"nativeSetRepeatMirror(long,float,boolean)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeSetScalingMode(long, int)","u":"nativeSetScalingMode(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeSetScalingMode(long, int)","u":"nativeSetScalingMode(long,int)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeSetSharedBufferModeEnabled(long, boolean)","u":"nativeSetSharedBufferModeEnabled(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeSetSharedBufferModeEnabled(long, boolean)","u":"nativeSetSharedBufferModeEnabled(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetSource(int, int)","u":"nativeSetSource(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeSetSource(long, int)","u":"nativeSetSource(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMuxer","l":"nativeSetup(FileDescriptor, int)","u":"nativeSetup(java.io.FileDescriptor,int)"},{"p":"org.robolectric.nativeruntime","c":"TextRunShaperNatives","l":"nativeShapeTextRun(char[], int, int, int, int, boolean, long)","u":"nativeShapeTextRun(char[],int,int,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTextRunShaper","l":"nativeShapeTextRun(char[], int, int, int, int, boolean, long)","u":"nativeShapeTextRun(char[],int,int,int,int,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"TextRunShaperNatives","l":"nativeShapeTextRun(String, int, int, int, int, boolean, long)","u":"nativeShapeTextRun(java.lang.String,int,int,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeTextRunShaper","l":"nativeShapeTextRun(String, int, int, int, int, boolean, long)","u":"nativeShapeTextRun(java.lang.String,int,int,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMuxer","l":"nativeStop(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeSurfaceImageCreatePlanes(Object, int, int, long)","u":"nativeSurfaceImageCreatePlanes(java.lang.Object,int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeSurfaceImageGetFormat(Object, int)","u":"nativeSurfaceImageGetFormat(java.lang.Object,int)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeSurfaceImageGetHeight(Object)","u":"nativeSurfaceImageGetHeight(java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderSurfaceImageNatives","l":"nativeSurfaceImageGetWidth(Object)","u":"nativeSurfaceImageGetWidth(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeApplyStyle(long, long, int, boolean)","u":"nativeThemeApplyStyle(long,long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeApplyStyle(long, long, int, boolean)","u":"nativeThemeApplyStyle(long,long,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeClear(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeClear(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeCopy(long, long)","u":"nativeThemeCopy(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeCopy(long, long)","u":"nativeThemeCopy(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeThemeCopy(long, long)","u":"nativeThemeCopy(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeCopy(long, long, long, long)","u":"nativeThemeCopy(long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeCopy(long, long, long, long)","u":"nativeThemeCopy(long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"nativeThemeCopy(long, long, long, long)","u":"nativeThemeCopy(long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeCreate(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeCreate(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeDestroy(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeDump(long, long, int, String, String)","u":"nativeThemeDump(long,long,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeDump(long, long, int, String, String)","u":"nativeThemeDump(long,long,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeGetAttributeValue(long, long, int, TypedValue, boolean)","u":"nativeThemeGetAttributeValue(long,long,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeGetAttributeValue(long, long, int, TypedValue, boolean)","u":"nativeThemeGetAttributeValue(long,long,int,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeThemeGetChangingConfigurations(long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeThemeGetChangingConfigurations(long)"},{"p":"org.robolectric.nativeruntime","c":"InterpolatorNatives","l":"nativeTimeToValues(long, int, float[])","u":"nativeTimeToValues(long,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator","l":"nativeTimeToValues(long, int, float[])","u":"nativeTimeToValues(long,int,float[])"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeToString(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeToString(long)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeUnlockCanvasAndPost(long, Canvas)","u":"nativeUnlockCanvasAndPost(long,android.graphics.Canvas)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeUnlockCanvasAndPost(long, Canvas)","u":"nativeUnlockCanvasAndPost(long,android.graphics.Canvas)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeUnmarshall(int, byte[], int, int)","u":"nativeUnmarshall(int,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeUnmarshall(long, byte[], int, int)","u":"nativeUnmarshall(long,byte[],int,int)"},{"p":"org.robolectric.nativeruntime","c":"RuntimeShaderNatives","l":"nativeUpdateShader(long, String, long)","u":"nativeUpdateShader(long,java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader","l":"nativeUpdateShader(long, String, long)","u":"nativeUpdateShader(long,java.lang.String,long)"},{"p":"org.robolectric.nativeruntime","c":"RuntimeShaderNatives","l":"nativeUpdateUniforms(long, String, float[])","u":"nativeUpdateUniforms(long,java.lang.String,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader","l":"nativeUpdateUniforms(long, String, float[])","u":"nativeUpdateUniforms(long,java.lang.String,float[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"nativeVerifySystemIdmaps()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"nativeVerifySystemIdmaps()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeWake(int)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeWake(long)"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"nativeWake(Object)","u":"nativeWake(java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeWarmUpCache(String)","u":"nativeWarmUpCache(java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeWrapHardwareBufferBitmap(HardwareBuffer, long)","u":"nativeWrapHardwareBufferBitmap(android.hardware.HardwareBuffer,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"nativeWrapHardwareBufferBitmap(HardwareBuffer, long)","u":"nativeWrapHardwareBufferBitmap(android.hardware.HardwareBuffer,long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteBlob(long, byte[], int, int)","u":"nativeWriteBlob(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteByteArray(int, byte[], int, int)","u":"nativeWriteByteArray(int,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteByteArray(long, byte[], int, int)","u":"nativeWriteByteArray(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteDouble(int, double)","u":"nativeWriteDouble(int,double)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteDouble(long, double)","u":"nativeWriteDouble(long,double)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteDouble(Object, Object)","u":"nativeWriteDouble(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteFileDescriptor(long, FileDescriptor)","u":"nativeWriteFileDescriptor(long,java.io.FileDescriptor)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteFileDescriptor(Object, Object)","u":"nativeWriteFileDescriptor(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteFloat(int, float)","u":"nativeWriteFloat(int,float)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteFloat(long, float)","u":"nativeWriteFloat(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteFloat(Object, Object)","u":"nativeWriteFloat(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteInt(int, int)","u":"nativeWriteInt(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteInt(long, int)","u":"nativeWriteInt(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteInt(Object, Object)","u":"nativeWriteInt(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteInterfaceToken(int, String)","u":"nativeWriteInterfaceToken(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteInterfaceToken(long, String)","u":"nativeWriteInterfaceToken(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteLong(int, long)","u":"nativeWriteLong(int,long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteLong(long, long)","u":"nativeWriteLong(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteLong(Object, Object)","u":"nativeWriteLong(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowMediaMuxer","l":"nativeWriteSampleData(long, int, ByteBuffer, int, int, long, int)","u":"nativeWriteSampleData(long,int,java.nio.ByteBuffer,int,int,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteString(int, String)","u":"nativeWriteString(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteString(long, String)","u":"nativeWriteString(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteString16(long, String)","u":"nativeWriteString16(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteString8(long, String)","u":"nativeWriteString8(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteStrongBinder(int, IBinder)","u":"nativeWriteStrongBinder(int,android.os.IBinder)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"nativeWriteStrongBinder(long, IBinder)","u":"nativeWriteStrongBinder(long,android.os.IBinder)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeWriteToParcel(int, Parcel)","u":"nativeWriteToParcel(int,android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"BitmapNatives","l":"nativeWriteToParcel(long, int, Parcel)","u":"nativeWriteToParcel(long,int,android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"nativeWriteToParcel(long, Parcel)","u":"nativeWriteToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"SurfaceNatives","l":"nativeWriteToParcel(long, Parcel)","u":"nativeWriteToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"nativeWriteToParcel(long, Parcel)","u":"nativeWriteToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"nativeWriteToParcel(long, Parcel)","u":"nativeWriteToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface","l":"nativeWriteToParcel(long, Parcel)","u":"nativeWriteToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"nativeWriteToStream(long, OutputStream, byte[])","u":"nativeWriteToStream(long,java.io.OutputStream,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture","l":"nativeWriteToStream(long, OutputStream, byte[])","u":"nativeWriteToStream(long,java.io.OutputStream,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeWriteTypefaces(ByteBuffer, int, long[])","u":"nativeWriteTypefaces(java.nio.ByteBuffer,int,long[])"},{"p":"org.robolectric.nativeruntime","c":"TypefaceNatives","l":"nativeWriteTypefaces(ByteBuffer, long[])","u":"nativeWriteTypefaces(java.nio.ByteBuffer,long[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface","l":"nativeWriteTypefaces(ByteBuffer, long[])","u":"nativeWriteTypefaces(java.nio.ByteBuffer,long[])"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"NAVHIDDEN_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"NAVHIDDEN_NO"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"NAVHIDDEN_YES"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"navigation"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"NAVIGATION"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"NAVIGATION_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"NAVIGATION_HIDDEN"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"navigationHidden()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"navigationHidden(int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nBreakText(long, char[], int, int, float, int, float[])","u":"nBreakText(long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nBreakText(long, char[], int, int, float, int, float[])","u":"nBreakText(long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nBreakText(long, char[], int, int, float, int, float[])","u":"nBreakText(long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nBreakText(long, long, char[], int, int, float, int, float[])","u":"nBreakText(long,long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nBreakText(long, long, char[], int, int, float, int, float[])","u":"nBreakText(long,long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nBreakText(long, long, char[], int, int, float, int, float[])","u":"nBreakText(long,long,char[],int,int,float,int,float[])"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nBreakText(long, long, String, boolean, float, int, float[])","u":"nBreakText(long,long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nBreakText(long, long, String, boolean, float, int, float[])","u":"nBreakText(long,long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nBreakText(long, long, String, boolean, float, int, float[])","u":"nBreakText(long,long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nBreakText(long, String, boolean, float, int, float[])","u":"nBreakText(long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nBreakText(long, String, boolean, float, int, float[])","u":"nBreakText(long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nBreakText(long, String, boolean, float, int, float[])","u":"nBreakText(long,java.lang.String,boolean,float,int,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"nBuild(long, ByteBuffer, String, int, boolean, int)","u":"nBuild(long,java.nio.ByteBuffer,java.lang.String,int,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"FontBuilderNatives","l":"nBuild(long, ByteBuffer, String, String, int, boolean, int)","u":"nBuild(long,java.nio.ByteBuffer,java.lang.String,java.lang.String,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowFontBuilder","l":"nBuild(long, ByteBuffer, String, String, int, boolean, int)","u":"nBuild(long,java.nio.ByteBuffer,java.lang.String,java.lang.String,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"nBuild(long, ByteBuffer, String, String, int, boolean, int)","u":"nBuild(long,java.nio.ByteBuffer,java.lang.String,java.lang.String,int,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyBuilderNatives","l":"nBuild(long, String, int, boolean)","u":"nBuild(long,java.lang.String,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder","l":"nBuild(long, String, int, boolean)","u":"nBuild(long,java.lang.String,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder","l":"nBuild(long, String, int, boolean, boolean)","u":"nBuild(long,java.lang.String,int,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder","l":"nBuild(long, String, int, boolean, boolean, int)","u":"nBuild(long,java.lang.String,int,boolean,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nBuildLayer(long, long)","u":"nBuildLayer(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nBuildLayer(long, long)","u":"nBuildLayer(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nBuildLayer(long, long)","u":"nBuildLayer(long,long)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextBuilderNatives","l":"nBuildMeasuredText(long, long, char[], boolean, boolean)","u":"nBuildMeasuredText(long,long,char[],boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMeasuredTextBuilder","l":"nBuildMeasuredText(long, long, char[], boolean, boolean)","u":"nBuildMeasuredText(long,long,char[],boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nBuildMeasuredText(long, long, char[], boolean, boolean)","u":"nBuildMeasuredText(long,long,char[],boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nBuildMeasuredText(long, long, char[], boolean, boolean, boolean)","u":"nBuildMeasuredText(long,long,char[],boolean,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nBuildMeasuredText(long, long, char[], boolean, boolean, boolean, boolean)","u":"nBuildMeasuredText(long,long,char[],boolean,boolean,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nBuildNativeMeasuredParagraph(long, char[], boolean, boolean)","u":"nBuildNativeMeasuredParagraph(long,char[],boolean,boolean)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallFloatMethod(Object, long, float)","u":"nCallFloatMethod(java.lang.Object,long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallFloatMethod(Object, long, float)","u":"nCallFloatMethod(java.lang.Object,long,float)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallFourFloatMethod(Object, long, float, float, float, float)","u":"nCallFourFloatMethod(java.lang.Object,long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallFourFloatMethod(Object, long, float, float, float, float)","u":"nCallFourFloatMethod(java.lang.Object,long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallFourIntMethod(Object, long, int, int, int, int)","u":"nCallFourIntMethod(java.lang.Object,long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallFourIntMethod(Object, long, int, int, int, int)","u":"nCallFourIntMethod(java.lang.Object,long,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallIntMethod(Object, long, int)","u":"nCallIntMethod(java.lang.Object,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallIntMethod(Object, long, int)","u":"nCallIntMethod(java.lang.Object,long,int)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallMultipleFloatMethod(Object, long, float[])","u":"nCallMultipleFloatMethod(java.lang.Object,long,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallMultipleFloatMethod(Object, long, float[])","u":"nCallMultipleFloatMethod(java.lang.Object,long,float[])"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallMultipleIntMethod(Object, long, int[])","u":"nCallMultipleIntMethod(java.lang.Object,long,int[])"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallMultipleIntMethod(Object, long, int[])","u":"nCallMultipleIntMethod(java.lang.Object,long,int[])"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallTwoFloatMethod(Object, long, float, float)","u":"nCallTwoFloatMethod(java.lang.Object,long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallTwoFloatMethod(Object, long, float, float)","u":"nCallTwoFloatMethod(java.lang.Object,long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nCallTwoIntMethod(Object, long, int, int)","u":"nCallTwoIntMethod(java.lang.Object,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nCallTwoIntMethod(Object, long, int, int)","u":"nCallTwoIntMethod(java.lang.Object,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCancelLayerUpdate(long, long)","u":"nCancelLayerUpdate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCancelLayerUpdate(long, long)","u":"nCancelLayerUpdate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nCancelLayerUpdate(long, long)","u":"nCancelLayerUpdate(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nCanMorph(long, long)","u":"nCanMorph(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nCanMorph(long, long)","u":"nCanMorph(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"nCanMorph(long, long)","u":"nCanMorph(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nClearStretch(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nClearStretch(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nClipPath(long, long, int)","u":"nClipPath(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nClipPath(long, long, int)","u":"nClipPath(long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nClipRect(long, float, float, float, float, int)","u":"nClipRect(long,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nClipRect(long, float, float, float, float, int)","u":"nClipRect(long,float,float,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"FontBuilderNatives","l":"nClone(long, long, int, boolean, int)","u":"nClone(long,long,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"nClone(long, long, int, boolean, int)","u":"nClone(long,long,int,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nCloneFont(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nCloneFont(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nClose(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nClose(long)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nClose(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nClose(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nClose(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nComputeBounds(long, RectF)","u":"nComputeBounds(long,android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nComputeBounds(long, RectF)","u":"nComputeBounds(long,android.graphics.RectF)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nComputeLineBreaks(long, char[], long, int, float, int, float, float[], float, int)","u":"nComputeLineBreaks(long,char[],long,int,float,int,float,float[],float,int)"},{"p":"org.robolectric.shadows","c":"ShadowLineBreaker","l":"nComputeLineBreaks(long, char[], long, int, float, int, float, float[], float, int)","u":"nComputeLineBreaks(long,char[],long,int,float,int,float,float[],float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nComputeLineBreaks(long, char[], long, int, float, int, float, float[], float, int)","u":"nComputeLineBreaks(long,char[],long,int,float,int,float,float[],float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nComputeLineBreaks(Object, Object, Object, Object, Object, Object)","u":"nComputeLineBreaks(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowStaticLayout","l":"nComputeLineBreaks(Object, Object, Object, Object, Object, Object)","u":"nComputeLineBreaks(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nComputeLineBreaks(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)","u":"nComputeLineBreaks(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowStaticLayout","l":"nComputeLineBreaks(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)","u":"nComputeLineBreaks(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nComputeLineBreaksP(long, char[], long, int, float, int, float, float[], float, int, Object, int, int[], float[], float[], float[], int[], float[])","u":"nComputeLineBreaksP(long,char[],long,int,float,int,float,float[],float,int,java.lang.Object,int,int[],float[],float[],float[],int[],float[])"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nConcat(long, long)","u":"nConcat(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nConcat(long, long)","u":"nConcat(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCopyLayerInto(long, long, long)","u":"nCopyLayerInto(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCopyLayerInto(long, long, long)","u":"nCopyLayerInto(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCopySurfaceInto(Surface, int, int, int, int, long)","u":"nCopySurfaceInto(android.view.Surface,int,int,int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCopySurfaceInto(Surface, int, int, int, int, long)","u":"nCopySurfaceInto(android.view.Surface,int,int,int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nCreate(byte[], int, int, boolean, ImageDecoder.Source)","u":"nCreate(byte[],int,int,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(byte[], int, int, boolean, ImageDecoder.Source)","u":"nCreate(byte[],int,int,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(byte[], int, int, boolean, ImageDecoder.Source)","u":"nCreate(byte[],int,int,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(byte[], int, int, ImageDecoder.Source)","u":"nCreate(byte[],int,int,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(byte[], int, int, ImageDecoder.Source)","u":"nCreate(byte[],int,int,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nCreate(ByteBuffer, int, int, boolean, ImageDecoder.Source)","u":"nCreate(java.nio.ByteBuffer,int,int,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(ByteBuffer, int, int, boolean, ImageDecoder.Source)","u":"nCreate(java.nio.ByteBuffer,int,int,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(ByteBuffer, int, int, boolean, ImageDecoder.Source)","u":"nCreate(java.nio.ByteBuffer,int,int,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(ByteBuffer, int, int, ImageDecoder.Source)","u":"nCreate(java.nio.ByteBuffer,int,int,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(ByteBuffer, int, int, ImageDecoder.Source)","u":"nCreate(java.nio.ByteBuffer,int,int,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(FileDescriptor, boolean, ImageDecoder.Source)","u":"nCreate(java.io.FileDescriptor,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(FileDescriptor, ImageDecoder.Source)","u":"nCreate(java.io.FileDescriptor,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(FileDescriptor, ImageDecoder.Source)","u":"nCreate(java.io.FileDescriptor,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nCreate(FileDescriptor, long, boolean, ImageDecoder.Source)","u":"nCreate(java.io.FileDescriptor,long,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(FileDescriptor, long, boolean, ImageDecoder.Source)","u":"nCreate(java.io.FileDescriptor,long,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nCreate(InputStream, byte[], boolean, ImageDecoder.Source)","u":"nCreate(java.io.InputStream,byte[],boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(InputStream, byte[], boolean, ImageDecoder.Source)","u":"nCreate(java.io.InputStream,byte[],boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(InputStream, byte[], boolean, ImageDecoder.Source)","u":"nCreate(java.io.InputStream,byte[],boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(InputStream, byte[], ImageDecoder.Source)","u":"nCreate(java.io.InputStream,byte[],android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(InputStream, byte[], ImageDecoder.Source)","u":"nCreate(java.io.InputStream,byte[],android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nCreate(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nCreate(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nCreate(long, boolean, ImageDecoder.Source)","u":"nCreate(long,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(long, boolean, ImageDecoder.Source)","u":"nCreate(long,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(long, boolean, ImageDecoder.Source)","u":"nCreate(long,boolean,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nCreate(long, ImageDecoder, int, int, long, boolean, Rect)","u":"nCreate(long,android.graphics.ImageDecoder,int,int,long,boolean,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nCreate(long, ImageDecoder, int, int, long, boolean, Rect)","u":"nCreate(long,android.graphics.ImageDecoder,int,int,long,boolean,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nCreate(long, ImageDecoder, int, int, Rect)","u":"nCreate(long,android.graphics.ImageDecoder,int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nCreate(long, ImageDecoder.Source)","u":"nCreate(long,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nCreate(long, ImageDecoder.Source)","u":"nCreate(long,android.graphics.ImageDecoder.Source)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nCreate(String)","u":"nCreate(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nCreate(String)","u":"nCreate(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nCreate(String)","u":"nCreate(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSharedMemory","l":"nCreate(String, int)","u":"nCreate(java.lang.String,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nCreateAnimator(int, float)","u":"nCreateAnimator(int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nCreateAnimator(int, float)","u":"nCreateAnimator(int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nCreateAnimator(int, float)","u":"nCreateAnimator(int,float)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nCreateAnimatorSet()"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nCreateAnimatorSet()"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nCreateCanvasPropertyFloatAnimator(long, float)","u":"nCreateCanvasPropertyFloatAnimator(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nCreateCanvasPropertyFloatAnimator(long, float)","u":"nCreateCanvasPropertyFloatAnimator(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nCreateCanvasPropertyFloatAnimator(long, float)","u":"nCreateCanvasPropertyFloatAnimator(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nCreateCanvasPropertyPaintAnimator(long, int, float)","u":"nCreateCanvasPropertyPaintAnimator(long,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nCreateCanvasPropertyPaintAnimator(long, int, float)","u":"nCreateCanvasPropertyPaintAnimator(long,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nCreateCanvasPropertyPaintAnimator(long, int, float)","u":"nCreateCanvasPropertyPaintAnimator(long,int,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateClipPath()"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateClipPath()"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateClipPath(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateClipPath(long)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayListCanvas","l":"nCreateDisplayListCanvas()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayListCanvas","l":"nCreateDisplayListCanvas(int, int)","u":"nCreateDisplayListCanvas(int,int)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nCreateDisplayListCanvas(long, int, int)","u":"nCreateDisplayListCanvas(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayListCanvas","l":"nCreateDisplayListCanvas(long, int, int)","u":"nCreateDisplayListCanvas(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nCreateDisplayListCanvas(long, int, int)","u":"nCreateDisplayListCanvas(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nCreateDisplayListCanvas(long, int, int)","u":"nCreateDisplayListCanvas(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowRecordingCanvas","l":"nCreateDisplayListCanvas(long, int, int)","u":"nCreateDisplayListCanvas(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nCreateEmpty()"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nCreateEmptyPathData()"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nCreateEmptyPathData()"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"nCreateEmptyPathData()"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nCreateFamily(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nCreateFamily(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasPropertyNatives","l":"nCreateFloat(float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvasProperty","l":"nCreateFloat(float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateFullPath()"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateFullPath()"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nCreateFullPath()"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateFullPath(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateFullPath(long)"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nCreateFullPath(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateGroup()"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateGroup()"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nCreateGroup()"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateGroup(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateGroup(long)"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nCreateGroup(long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nCreateGroupPropertyHolder(long, int, float, float)","u":"nCreateGroupPropertyHolder(long,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nCreateGroupPropertyHolder(long, int, float, float)","u":"nCreateGroupPropertyHolder(long,int,float,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCreateHardwareBitmap(long, int, int)","u":"nCreateHardwareBitmap(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCreateHardwareBitmap(long, int, int)","u":"nCreateHardwareBitmap(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nCreateHardwareBitmap(long, int, int)","u":"nCreateHardwareBitmap(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nCreateHardwareBuffer(int, int, int, int, long)","u":"nCreateHardwareBuffer(int,int,int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRendererObserver","l":"nCreateObserver()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererObserverNatives","l":"nCreateObserver(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRendererObserver","l":"nCreateObserver(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRendererObserver","l":"nCreateObserver(WeakReference, boolean)","u":"nCreateObserver(java.lang.ref.WeakReference,boolean)"},{"p":"org.robolectric.nativeruntime","c":"CanvasPropertyNatives","l":"nCreatePaint(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvasProperty","l":"nCreatePaint(long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nCreatePathColorPropertyHolder(long, int, int, int)","u":"nCreatePathColorPropertyHolder(long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nCreatePathColorPropertyHolder(long, int, int, int)","u":"nCreatePathColorPropertyHolder(long,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nCreatePathData(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nCreatePathData(long)"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"nCreatePathData(long)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nCreatePathDataFromString(String, int)","u":"nCreatePathDataFromString(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nCreatePathDataFromString(String, int)","u":"nCreatePathDataFromString(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowPathParser","l":"nCreatePathDataFromString(String, int)","u":"nCreatePathDataFromString(java.lang.String,int)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nCreatePathDataPropertyHolder(long, long, long)","u":"nCreatePathDataPropertyHolder(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nCreatePathDataPropertyHolder(long, long, long)","u":"nCreatePathDataPropertyHolder(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nCreatePathFromPathData(long, long)","u":"nCreatePathFromPathData(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nCreatePathFromPathData(long, long)","u":"nCreatePathFromPathData(long,long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nCreatePathPropertyHolder(long, int, float, float)","u":"nCreatePathPropertyHolder(long,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nCreatePathPropertyHolder(long, int, float, float)","u":"nCreatePathPropertyHolder(long,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareRenderer","l":"nCreateProxy(boolean, boolean, long)","u":"nCreateProxy(boolean,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCreateProxy(boolean, boolean, long)","u":"nCreateProxy(boolean,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCreateProxy(boolean, long)","u":"nCreateProxy(boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareRenderer","l":"nCreateProxy(boolean, long)","u":"nCreateProxy(boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCreateProxy(boolean, long)","u":"nCreateProxy(boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nCreateProxy(boolean, long)","u":"nCreateProxy(boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareRenderer","l":"nCreateProxy(Object, Object)","u":"nCreateProxy(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCreateProxy(Object, Object)","u":"nCreateProxy(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nCreateRevealAnimator(int, int, float, float)","u":"nCreateRevealAnimator(int,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nCreateRevealAnimator(int, int, float, float)","u":"nCreateRevealAnimator(int,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nCreateRevealAnimator(int, int, float, float)","u":"nCreateRevealAnimator(int,int,float,float)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nCreateRootAlphaPropertyHolder(long, float, float)","u":"nCreateRootAlphaPropertyHolder(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nCreateRootAlphaPropertyHolder(long, float, float)","u":"nCreateRootAlphaPropertyHolder(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCreateRootRenderNode()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCreateRootRenderNode()"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nCreateRootRenderNode()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nCreateTextureLayer(long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareRenderer","l":"nCreateTextureLayer(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nCreateTextureLayer(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nCreateTextureLayer(long)"},{"p":"org.robolectric.shadows","c":"ShadowThreadedRenderer","l":"nCreateTextureLayer(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateTree(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateTree(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nCreateTreeFromCopy(long, long)","u":"nCreateTreeFromCopy(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nCreateTreeFromCopy(long, long)","u":"nCreateTreeFromCopy(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nCubicTo(long, float, float, float, float, float, float)","u":"nCubicTo(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nCubicTo(long, float, float, float, float, float, float)","u":"nCubicTo(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, ColorSpace)","u":"nDecodeBitmap(long,android.graphics.ImageDecoder,boolean,int,int,android.graphics.Rect,boolean,int,boolean,boolean,boolean,android.graphics.ColorSpace)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, ColorSpace)","u":"nDecodeBitmap(long,android.graphics.ImageDecoder,boolean,int,int,android.graphics.Rect,boolean,int,boolean,boolean,boolean,android.graphics.ColorSpace)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, long, boolean)","u":"nDecodeBitmap(long,android.graphics.ImageDecoder,boolean,int,int,android.graphics.Rect,boolean,int,boolean,boolean,boolean,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, long, boolean)","u":"nDecodeBitmap(long,android.graphics.ImageDecoder,boolean,int,int,android.graphics.Rect,boolean,int,boolean,boolean,boolean,long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nDecodeBitmap(long, ImageDecoder, boolean, int, int, Rect, boolean, int, boolean, boolean, boolean, long, boolean)","u":"nDecodeBitmap(long,android.graphics.ImageDecoder,boolean,int,int,android.graphics.Rect,boolean,int,boolean,boolean,boolean,long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"VirtualRefBasePtrNatives","l":"nDecStrong(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVirtualRefBasePtr","l":"nDecStrong(long)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualRefBasePtr","l":"nDecStrong(long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nDeleteProxy(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nDeleteProxy(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nDeleteProxy(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nDescent(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nDescent(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nDescent(long, long)","u":"nDescent(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nDescent(long, long)","u":"nDescent(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nDestroy(long, long)","u":"nDestroy(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nDestroy(long, long)","u":"nDestroy(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nDestroy(long, long)","u":"nDestroy(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nDestroyHardwareResources(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nDestroyHardwareResources(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nDestroyHardwareResources(long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nDetachSurfaceTexture(long, long)","u":"nDetachSurfaceTexture(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nDetachSurfaceTexture(long, long)","u":"nDetachSurfaceTexture(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nDetachSurfaceTexture(long, long)","u":"nDetachSurfaceTexture(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nDiscardDisplayList(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nDiscardDisplayList(long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nDraw(long, long)","u":"nDraw(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nDraw(long, long)","u":"nDraw(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nDraw(long, long, long, Rect, boolean, boolean)","u":"nDraw(long,long,long,android.graphics.Rect,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nDraw(long, long, long, Rect, boolean, boolean)","u":"nDraw(long,long,long,android.graphics.Rect,boolean,boolean)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawArc(long, float, float, float, float, float, float, boolean, long)","u":"nDrawArc(long,float,float,float,float,float,float,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawArc(long, float, float, float, float, float, float, boolean, long)","u":"nDrawArc(long,float,float,float,float,float,float,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawArc(long, float, float, float, float, float, float, boolean, long)","u":"nDrawArc(long,float,float,float,float,float,float,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawArc(long, float, float, float, float, float, float, boolean, long)","u":"nDrawArc(long,float,float,float,float,float,float,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmap(long, Bitmap, float, float, float, float, float, float, float, float, long, int, int)","u":"nDrawBitmap(long,android.graphics.Bitmap,float,float,float,float,float,float,float,float,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmap(long, Bitmap, float, float, long, int, int, int)","u":"nDrawBitmap(long,android.graphics.Bitmap,float,float,long,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long)","u":"nDrawBitmap(long,int[],int,int,float,float,int,int,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long)","u":"nDrawBitmap(long,int[],int,int,float,float,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long)","u":"nDrawBitmap(long,int[],int,int,float,float,int,int,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawBitmap(long, int[], int, int, float, float, int, int, boolean, long)","u":"nDrawBitmap(long,int[],int,int,float,float,int,int,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int)","u":"nDrawBitmap(long,long,float,float,float,float,float,float,float,float,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int)","u":"nDrawBitmap(long,long,float,float,float,float,float,float,float,float,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int)","u":"nDrawBitmap(long,long,float,float,float,float,float,float,float,float,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawBitmap(long, long, float, float, float, float, float, float, float, float, long, int, int)","u":"nDrawBitmap(long,long,float,float,float,float,float,float,float,float,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawBitmap(long, long, float, float, long, int, int, int)","u":"nDrawBitmap(long,long,float,float,long,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawBitmap(long, long, float, float, long, int, int, int)","u":"nDrawBitmap(long,long,float,float,long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmap(long, long, float, float, long, int, int, int)","u":"nDrawBitmap(long,long,float,float,long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawBitmap(long, long, float, float, long, int, int, int)","u":"nDrawBitmap(long,long,float,float,long,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmapMatrix(long, Bitmap, long, long)","u":"nDrawBitmapMatrix(long,android.graphics.Bitmap,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawBitmapMatrix(long, long, long, long)","u":"nDrawBitmapMatrix(long,long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawBitmapMatrix(long, long, long, long)","u":"nDrawBitmapMatrix(long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmapMatrix(long, long, long, long)","u":"nDrawBitmapMatrix(long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawBitmapMatrix(long, long, long, long)","u":"nDrawBitmapMatrix(long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmapMesh(long, Bitmap, int, int, float[], int, int[], int, long)","u":"nDrawBitmapMesh(long,android.graphics.Bitmap,int,int,float[],int,int[],int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long)","u":"nDrawBitmapMesh(long,long,int,int,float[],int,int[],int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long)","u":"nDrawBitmapMesh(long,long,int,int,float[],int,int[],int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long)","u":"nDrawBitmapMesh(long,long,int,int,float[],int,int[],int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawBitmapMesh(long, long, int, int, float[], int, int[], int, long)","u":"nDrawBitmapMesh(long,long,int,int,float[],int,int[],int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawCircle(long, float, float, float, long)","u":"nDrawCircle(long,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawCircle(long, float, float, float, long)","u":"nDrawCircle(long,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawCircle(long, float, float, float, long)","u":"nDrawCircle(long,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawCircle(long, float, float, float, long)","u":"nDrawCircle(long,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nDrawCircle(long, long, long, long, long)","u":"nDrawCircle(long,long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nDrawCircle(long, long, long, long, long)","u":"nDrawCircle(long,long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nDrawCircle(long, long, long, long, long)","u":"nDrawCircle(long,long,long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawColor(long, int, int)","u":"nDrawColor(long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawColor(long, int, int)","u":"nDrawColor(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawColor(long, int, int)","u":"nDrawColor(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawColor(long, int, int)","u":"nDrawColor(long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawColor(long, long, long, int)","u":"nDrawColor(long,long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawColor(long, long, long, int)","u":"nDrawColor(long,long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawColor(long, long, long, int)","u":"nDrawColor(long,long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawColor(long, long, long, int)","u":"nDrawColor(long,long,long,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float,float,float,float,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float,float,float,float,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float,float,float,float,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawDoubleRoundRect(long, float, float, float, float, float, float, float, float, float, float, float, float, long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float,float,float,float,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float[],float,float,float,float,float[],long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float[],float,float,float,float,float[],long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float[],float,float,float,float,float[],long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawDoubleRoundRect(long, float, float, float, float, float[], float, float, float, float, float[], long)","u":"nDrawDoubleRoundRect(long,float,float,float,float,float[],float,float,float,float,float[],long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawGlyphs(long, int[], float[], int, int, int, long, long)","u":"nDrawGlyphs(long,int[],float[],int,int,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawGlyphs(long, int[], float[], int, int, int, long, long)","u":"nDrawGlyphs(long,int[],float[],int,int,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawGlyphs(long, int[], float[], int, int, int, long, long)","u":"nDrawGlyphs(long,int[],float[],int,int,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawGlyphs(long, int[], float[], int, int, int, long, long)","u":"nDrawGlyphs(long,int[],float[],int,int,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawLine(long, float, float, float, float, long)","u":"nDrawLine(long,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawLine(long, float, float, float, float, long)","u":"nDrawLine(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawLine(long, float, float, float, float, long)","u":"nDrawLine(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawLine(long, float, float, float, float, long)","u":"nDrawLine(long,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawLines(long, float[], int, int, long)","u":"nDrawLines(long,float[],int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawLines(long, float[], int, int, long)","u":"nDrawLines(long,float[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawLines(long, float[], int, int, long)","u":"nDrawLines(long,float[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawLines(long, float[], int, int, long)","u":"nDrawLines(long,float[],int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawNinePatch(long, long, long, float, float, float, float, long, int, int)","u":"nDrawNinePatch(long,long,long,float,float,float,float,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawNinePatch(long, long, long, float, float, float, float, long, int, int)","u":"nDrawNinePatch(long,long,long,float,float,float,float,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawNinePatch(long, long, long, float, float, float, float, long, int, int)","u":"nDrawNinePatch(long,long,long,float,float,float,float,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawNinePatch(long, long, long, float, float, float, float, long, int, int)","u":"nDrawNinePatch(long,long,long,float,float,float,float,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawOval(long, float, float, float, float, long)","u":"nDrawOval(long,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawOval(long, float, float, float, float, long)","u":"nDrawOval(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawOval(long, float, float, float, float, long)","u":"nDrawOval(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawOval(long, float, float, float, float, long)","u":"nDrawOval(long,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawPaint(long, long)","u":"nDrawPaint(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawPaint(long, long)","u":"nDrawPaint(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawPaint(long, long)","u":"nDrawPaint(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawPaint(long, long)","u":"nDrawPaint(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawPath(long, long, long)","u":"nDrawPath(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawPath(long, long, long)","u":"nDrawPath(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawPath(long, long, long)","u":"nDrawPath(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawPath(long, long, long)","u":"nDrawPath(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawPoint(long, float, float, long)","u":"nDrawPoint(long,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawPoint(long, float, float, long)","u":"nDrawPoint(long,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawPoint(long, float, float, long)","u":"nDrawPoint(long,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawPoint(long, float, float, long)","u":"nDrawPoint(long,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawPoints(long, float[], int, int, long)","u":"nDrawPoints(long,float[],int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawPoints(long, float[], int, int, long)","u":"nDrawPoints(long,float[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawPoints(long, float[], int, int, long)","u":"nDrawPoints(long,float[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawPoints(long, float[], int, int, long)","u":"nDrawPoints(long,float[],int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawRect(long, float, float, float, float, long)","u":"nDrawRect(long,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawRect(long, float, float, float, float, long)","u":"nDrawRect(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawRect(long, float, float, float, float, long)","u":"nDrawRect(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawRect(long, float, float, float, float, long)","u":"nDrawRect(long,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawRegion(long, long, long)","u":"nDrawRegion(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawRegion(long, long, long)","u":"nDrawRegion(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawRegion(long, long, long)","u":"nDrawRegion(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawRegion(long, long, long)","u":"nDrawRegion(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nDrawRenderNode(long, long)","u":"nDrawRenderNode(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nDrawRenderNode(long, long)","u":"nDrawRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nDrawRenderNode(long, long)","u":"nDrawRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nDrawRenderNode(long, long)","u":"nDrawRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nDrawRenderNode(long, long)","u":"nDrawRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nDrawRenderNode(long, long)","u":"nDrawRenderNode(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nDrawRipple(long, long, long, long, long, long, long, int, long)","u":"nDrawRipple(long,long,long,long,long,long,long,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nDrawRipple(long, long, long, long, long, long, long, int, long)","u":"nDrawRipple(long,long,long,long,long,long,long,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawRoundRect(long, float, float, float, float, float, float, long)","u":"nDrawRoundRect(long,float,float,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawRoundRect(long, float, float, float, float, float, float, long)","u":"nDrawRoundRect(long,float,float,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawRoundRect(long, float, float, float, float, float, float, long)","u":"nDrawRoundRect(long,float,float,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawRoundRect(long, float, float, float, float, float, float, long)","u":"nDrawRoundRect(long,float,float,float,float,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nDrawRoundRect(long, long, long, long, long, long, long, long)","u":"nDrawRoundRect(long,long,long,long,long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nDrawRoundRect(long, long, long, long, long, long, long, long)","u":"nDrawRoundRect(long,long,long,long,long,long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nDrawRoundRect(long, long, long, long, long, long, long, long)","u":"nDrawRoundRect(long,long,long,long,long,long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawText(long, char[], int, int, float, float, int, long)","u":"nDrawText(long,char[],int,int,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawText(long, char[], int, int, float, float, int, long)","u":"nDrawText(long,char[],int,int,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawText(long, char[], int, int, float, float, int, long)","u":"nDrawText(long,char[],int,int,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawText(long, char[], int, int, float, float, int, long)","u":"nDrawText(long,char[],int,int,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawText(long, char[], int, int, float, float, int, long, long)","u":"nDrawText(long,char[],int,int,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawText(long, char[], int, int, float, float, int, long, long)","u":"nDrawText(long,char[],int,int,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawText(long, char[], int, int, float, float, int, long, long)","u":"nDrawText(long,char[],int,int,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawText(long, char[], int, int, float, float, int, long, long)","u":"nDrawText(long,char[],int,int,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawText(long, String, int, int, float, float, int, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawText(long, String, int, int, float, float, int, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawText(long, String, int, int, float, float, int, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawText(long, String, int, int, float, float, int, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawText(long, String, int, int, float, float, int, long, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawText(long, String, int, int, float, float, int, long, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawText(long, String, int, int, float, float, int, long, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawText(long, String, int, int, float, float, int, long, long)","u":"nDrawText(long,java.lang.String,int,int,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextOnPath(long, char[], int, int, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,char[],int,int,long,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextOnPath(long, String, long, float, float, int, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextOnPath(long, String, long, float, float, int, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextOnPath(long, String, long, float, float, int, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextOnPath(long, String, long, float, float, int, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextOnPath(long, String, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextOnPath(long, String, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextOnPath(long, String, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextOnPath(long, String, long, float, float, int, long, long)","u":"nDrawTextOnPath(long,java.lang.String,long,float,float,int,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,char[],int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,char[],int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,char[],int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextRun(long, char[], int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,char[],int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawTextRun(long, String, int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRun(long,java.lang.String,int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawTextRunTypeface(long, char[], int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRunTypeface(long,char[],int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawTextRunTypeface(long, char[], int, int, int, int, float, float, boolean, long, long)","u":"nDrawTextRunTypeface(long,char[],int,int,int,int,float,float,boolean,long,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nDrawTextureLayer(long, long)","u":"nDrawTextureLayer(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nDrawTextureLayer(long, long)","u":"nDrawTextureLayer(long,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long)","u":"nDrawVertices(long,int,int,float[],int,float[],int,int[],int,short[],int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long)","u":"nDrawVertices(long,int,int,float[],int,float[],int,int[],int,short[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long)","u":"nDrawVertices(long,int,int,float[],int,float[],int,int[],int,short[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nDrawVertices(long, int, int, float[], int, float[], int, int[], int, short[], int, int, long)","u":"nDrawVertices(long,int,int,float[],int,float[],int,int[],int,short[],int,int,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nDrawWebViewFunctor(long, int)","u":"nDrawWebViewFunctor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nDrawWebViewFunctor(long, int)","u":"nDrawWebViewFunctor(long,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nDumpProfileInfo(long, FileDescriptor, int)","u":"nDumpProfileInfo(long,java.io.FileDescriptor,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nDumpProfileInfo(long, FileDescriptor, int)","u":"nDumpProfileInfo(long,java.io.FileDescriptor,int)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nEnableZ(long, boolean)","u":"nEnableZ(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nEnableZ(long, boolean)","u":"nEnableZ(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nEnd(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nEnd(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nEnd(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nEnd(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nEnd(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nEndAllAnimators(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nEndAllAnimators(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nEndAllAnimators(long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nEquals(long, long)","u":"nEquals(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nEquals(long, long)","u":"nEquals(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nEqualsForTextMeasurement(long, long)","u":"nEqualsForTextMeasurement(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nEqualsForTextMeasurement(long, long)","u":"nEqualsForTextMeasurement(long,long)"},{"p":"org.robolectric.fakes","c":"RoboResponseSource","l":"NETWORK"},{"p":"org.robolectric.shadows","c":"NetworkRegistrationInfoTestBuilder","l":"NetworkRegistrationInfoTestBuilder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"networksFoundFromPnoScan(List)","u":"networksFoundFromPnoScan(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"networkTimeAvailable"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"NEW_INSETS_MODE_FULL"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"newBuilder()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"AppWidgetProviderInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"AssociationInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"AudioDeviceInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"BackupDataInputBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"BarringInfoBuilder.BarringServiceInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"BarringInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"CellIdentityLteBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"CellIdentityNrBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"CellInfoLteBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"CellInfoNrBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"CellSignalStrengthLteBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"CellSignalStrengthNrBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"DeviceStateSensorOrientationBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"DragEventBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"EpsBearerQosSessionAttributesBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"MediaCodecInfoBuilder.CodecCapabilitiesBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"MediaCodecInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ModuleInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"NetworkRegistrationInfoTestBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"NrQosSessionAttributesBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"PackageRollbackInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"PlaybackInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"PolicyStateBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"PreciseDataConnectionStateBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"RangingSessionBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ResponderLocationBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"RollbackInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"RunningTaskInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ServiceStateBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager.ApplicationExitInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager.SubscriptionInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.AsyncTraceSection","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowTrace.Counter","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager.UsageStatsBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"SharedLibraryInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"StreamConfigurationMapBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"UiccCardInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"UiccPortInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"UiccSlotInfoBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"VibrationAttributesBuilder","l":"newBuilder()"},{"p":"org.robolectric.shadows","c":"ServiceStateBuilder","l":"newBuilder(ServiceState)","u":"newBuilder(android.telephony.ServiceState)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"newCallAudioState(boolean, int, int, BluetoothDevice, Collection)","u":"newCallAudioState(boolean,int,int,android.bluetooth.BluetoothDevice,java.util.Collection)"},{"p":"org.robolectric.shadows","c":"ShadowCameraCharacteristics","l":"newCameraCharacteristics()"},{"p":"org.robolectric.shadows","c":"ShadowCaptureResult","l":"newCaptureResult()"},{"p":"org.robolectric.annotation","c":"Config","l":"NEWEST_SDK"},{"p":"org.robolectric.res","c":"Fs","l":"newFile(File)","u":"newFile(java.io.File)"},{"p":"org.robolectric.res.android","c":"Asset","l":"newFileAsset(FileTypedResource)","u":"newFileAsset(org.robolectric.res.FileTypedResource)"},{"p":"org.robolectric.res","c":"ResourceTableFactory","l":"newFrameworkResourceTable(ResourcePath)","u":"newFrameworkResourceTable(org.robolectric.res.ResourcePath)"},{"p":"org.robolectric.shadows","c":"BackupDataOutputFactory","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowAppTask","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowDiscoverySession","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowIsoDep","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowJsPromptResult","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowNetworkCapabilities","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowPeerHandle","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowWifiInfo","l":"newInstance()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"newInstance(BluetoothDevice)","u":"newInstance(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"newInstance(byte[], int, int, boolean)","u":"newInstance(byte[],int,int,boolean)"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"newInstance(Class)","u":"newInstance(java.lang.Class)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"newInstance(Class, Class[], Object[])","u":"newInstance(java.lang.Class,java.lang.Class[],java.lang.Object[])"},{"p":"org.robolectric.internal","c":"IShadow","l":"newInstance(Class, Class[], Object[])","u":"newInstance(java.lang.Class,java.lang.Class[],java.lang.Object[])"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"newInstance(Class, Class[], Object[])","u":"newInstance(java.lang.Class,java.lang.Class[],java.lang.Object[])"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"newInstance(FileDescriptor, boolean)","u":"newInstance(java.io.FileDescriptor,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"newInstance(InputStream, boolean)","u":"newInstance(java.io.InputStream,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNetwork","l":"newInstance(int)"},{"p":"org.robolectric.shadows","c":"ShadowSensor","l":"newInstance(int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothServerSocket","l":"newInstance(int, boolean, boolean, ParcelUuid)","u":"newInstance(int,boolean,boolean,android.os.ParcelUuid)"},{"p":"org.robolectric.shadows","c":"BackupDataOutputFactory","l":"newInstance(long)"},{"p":"org.robolectric.shadows","c":"BackupDataOutputFactory","l":"newInstance(long, int)","u":"newInstance(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"newInstance(NetworkInfo.DetailedState, int, int, boolean, boolean)","u":"newInstance(android.net.NetworkInfo.DetailedState,int,int,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkInfo","l":"newInstance(NetworkInfo.DetailedState, int, int, boolean, NetworkInfo.State)","u":"newInstance(android.net.NetworkInfo.DetailedState,int,int,boolean,android.net.NetworkInfo.State)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"newInstance(String)","u":"newInstance(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"newInstance(String)","u":"newInstance(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapRegionDecoder","l":"newInstance(String, boolean)","u":"newInstance(java.lang.String,boolean)"},{"p":"org.robolectric.res.android","c":"ApkAssetsCache.Key","l":"newInstance(String, boolean, int)","u":"newInstance(java.lang.String,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowAndroidHttpClient","l":"newInstance(String, Context)","u":"newInstance(java.lang.String,android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowScanResult","l":"newInstance(String, String, String, int, int)","u":"newInstance(java.lang.String,java.lang.String,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowScanResult","l":"newInstance(String, String, String, int, int, boolean)","u":"newInstance(java.lang.String,java.lang.String,java.lang.String,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowScanResult","l":"newInstance(String, String, String, int, int, boolean, List)","u":"newInstance(java.lang.String,java.lang.String,java.lang.String,int,int,boolean,java.util.List)"},{"p":"org.robolectric.internal.bytecode","c":"ShadowImpl","l":"newInstanceOf(Class)","u":"newInstanceOf(java.lang.Class)"},{"p":"org.robolectric.internal","c":"IShadow","l":"newInstanceOf(Class)","u":"newInstanceOf(java.lang.Class)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"newInstanceOf(Class)","u":"newInstanceOf(java.lang.Class)"},{"p":"org.robolectric.shadow.api","c":"Shadow","l":"newInstanceOf(String)","u":"newInstanceOf(java.lang.String)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"newIntent(Intent)","u":"newIntent(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"newLowPowerStandbyPortsLock(List)","u":"newLowPowerStandbyPortsLock(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"newNonMovableArray(Class>, int)","u":"newNonMovableArray(java.lang.Class,int)"},{"p":"org.robolectric.shadows","c":"ShadowWifiAwareManager","l":"newPublishDiscoverySession(WifiAwareManager, int, int)","u":"newPublishDiscoverySession(android.net.wifi.aware.WifiAwareManager,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowResolveInfo","l":"newResolveInfo(ResolveInfo)","u":"newResolveInfo(android.content.pm.ResolveInfo)"},{"p":"org.robolectric.shadows","c":"ShadowResolveInfo","l":"newResolveInfo(String, String)","u":"newResolveInfo(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowResolveInfo","l":"newResolveInfo(String, String, String)","u":"newResolveInfo(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.res","c":"ResourceTableFactory","l":"newResourceTable(String, ResourcePath...)","u":"newResourceTable(java.lang.String,org.robolectric.res.ResourcePath...)"},{"p":"org.robolectric.util.inject","c":"Injector","l":"newScopeBuilder(ClassLoader)","u":"newScopeBuilder(java.lang.ClassLoader)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.ComponentState","l":"newState"},{"p":"org.robolectric.shadows","c":"ShadowWifiAwareManager","l":"newSubscribeDiscoverySession(WifiAwareManager, int, int)","u":"newSubscribeDiscoverySession(android.net.wifi.aware.WifiAwareManager,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowTabHost","l":"newTabSpec(String)","u":"newTabSpec(java.lang.String)"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"newTaskFor(Callable)","u":"newTaskFor(java.util.concurrent.Callable)"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"newTaskFor(Runnable, T)","u":"newTaskFor(java.lang.Runnable,T)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"newTheme()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"newTheme()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"NewTheme()"},{"p":"org.robolectric.shadows","c":"ShadowTotalCaptureResult","l":"newTotalCaptureResult()"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"newUnpaddedArray(Class>, int)","u":"newUnpaddedArray(java.lang.Class,int)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"newWakeLock(int, String)","u":"newWakeLock(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWifiAwareManager","l":"newWifiAwareSession(WifiAwareManager, Binder, int)","u":"newWifiAwareSession(android.net.wifi.aware.WifiAwareManager,android.os.Binder,int)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"next()"},{"p":"org.robolectric.res.android","c":"ResXMLParser","l":"next()"},{"p":"org.robolectric.shadows","c":"CachedPathIteratorFactory.CachedPathIterator","l":"next()"},{"p":"org.robolectric.shadows","c":"ShadowRegion","l":"nextId"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"nextTag()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"nextText()"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"nextToken()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nFence(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nFence(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nFence(long)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nFinalize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nFinalize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nFinish(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nFinishBuilder(long)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nFinishP(long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nFinishRecording(long, long)","u":"nFinishRecording(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nFinishRecording(long, long)","u":"nFinishRecording(long,long)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextBuilderNatives","l":"nFreeBuilder(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nFreeBuilder(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nFreeBuilder(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nFreeBuilder(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nFreeCaches()"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nFreeCaches()"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nFreeTextLayoutCaches()"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nFreeTextLayoutCaches()"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetAllocatedSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetAllocatedSize(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetAllowForceDark(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetAllowForceDark(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetAllowForceDark(long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nGetAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nGetAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetAmbientShadowColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetAmbientShadowColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetAmbientShadowColor(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetAnimationMatrix(long, long)","u":"nGetAnimationMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetAnimationMatrix(long, long)","u":"nGetAnimationMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetAnimationMatrix(long, long)","u":"nGetAnimationMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetAscent(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetAscent(long)"},{"p":"org.robolectric.shadows","c":"ShadowFontBuilder","l":"nGetAssetBuffer(long)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetAvailableFontSet()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetAvailableFontSet()"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetAxisCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetAxisCount(long)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetAxisInfo(long, int)","u":"nGetAxisInfo(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetAxisInfo(long, int)","u":"nGetAxisInfo(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetBottom(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetBottom(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetBottom(long)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextNatives","l":"nGetBounds(long, char[], int, int, Rect)","u":"nGetBounds(long,char[],int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nGetBounds(long, char[], int, int, Rect)","u":"nGetBounds(long,char[],int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText","l":"nGetBounds(long, char[], int, int, Rect)","u":"nGetBounds(long,char[],int,int,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetBufferAddress(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetBufferAddress(long)"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nGetBuilderReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nGetBuilderReleaseFunc()"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetCameraDistance(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetCameraDistance(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetCameraDistance(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetCharArrayBounds(long, char[], int, int, int, Rect)","u":"nGetCharArrayBounds(long,char[],int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetCharArrayBounds(long, char[], int, int, int, Rect)","u":"nGetCharArrayBounds(long,char[],int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetCharArrayBounds(long, long, char[], int, int, int, Rect)","u":"nGetCharArrayBounds(long,long,char[],int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetCharArrayBounds(long, long, char[], int, int, int, Rect)","u":"nGetCharArrayBounds(long,long,char[],int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextNatives","l":"nGetCharWidthAt(long, int)","u":"nGetCharWidthAt(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText","l":"nGetCharWidthAt(long, int)","u":"nGetCharWidthAt(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nGetClipBounds(long, Rect)","u":"nGetClipBounds(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nGetClipBounds(long, Rect)","u":"nGetClipBounds(long,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetClipToBounds(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetClipToBounds(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetClipToBounds(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetClipToOutline(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetClipToOutline(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetClipToOutline(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetColor(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nGetColorSpace(long)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nGetColorSpace(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nGetColorSpace(long)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetDescent(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetDescent(long)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetDisplayRatioHdr(long)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetDisplayRatioSdr(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nGetDuration(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nGetDuration(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nGetDuration(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetElevation(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetElevation(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetElevation(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetEndHyphenEdit(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetEndHyphenEdit(long)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetEpsilonHdr(long, float[])","u":"nGetEpsilonHdr(long,float[])"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetEpsilonSdr(long, float[])","u":"nGetEpsilonSdr(long,float[])"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nGetFamilyReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nGetFamilyReleaseFunc()"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetFillAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetFillAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetFillColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetFillColor(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFillPath(long, long, long)","u":"nGetFillPath(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFillPath(long, long, long)","u":"nGetFillPath(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nGetFillType(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nGetFillType(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nGetFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nGetFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFlags(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFlags(long)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nGetFloatMethod(Class>, String)","u":"nGetFloatMethod(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nGetFloatMethod(Class>, String)","u":"nGetFloatMethod(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"FontsFontFamilyNatives","l":"nGetFont(long, int)","u":"nGetFont(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetFont(long, int)","u":"nGetFont(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily","l":"nGetFont(long, int)","u":"nGetFont(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetFont(long, int)","u":"nGetFont(long,int)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetFontMetrics(long, long, Paint.FontMetrics)","u":"nGetFontMetrics(long,long,android.graphics.Paint.FontMetrics)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFontMetrics(long, long, Paint.FontMetrics)","u":"nGetFontMetrics(long,long,android.graphics.Paint.FontMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetFontMetrics(long, long, Paint.FontMetrics)","u":"nGetFontMetrics(long,long,android.graphics.Paint.FontMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetrics(long, long, Paint.FontMetrics)","u":"nGetFontMetrics(long,long,android.graphics.Paint.FontMetrics)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFontMetrics(long, Paint.FontMetrics)","u":"nGetFontMetrics(long,android.graphics.Paint.FontMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetrics(long, Paint.FontMetrics)","u":"nGetFontMetrics(long,android.graphics.Paint.FontMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetrics(long, Paint.FontMetrics, boolean)","u":"nGetFontMetrics(long,android.graphics.Paint.FontMetrics,boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFontMetricsInt(long, long, Paint.FontMetricsInt)","u":"nGetFontMetricsInt(long,long,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetricsInt(long, long, Paint.FontMetricsInt)","u":"nGetFontMetricsInt(long,long,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetFontMetricsInt(long, long, Paint.FontMetricsInt)","u":"nGetFontMetricsInt(long,long,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFontMetricsInt(long, Paint.FontMetricsInt)","u":"nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetricsInt(long, Paint.FontMetricsInt)","u":"nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetFontMetricsInt(long, Paint.FontMetricsInt)","u":"nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetricsInt(long, Paint.FontMetricsInt, boolean)","u":"nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetFontMetricsInt(long, Paint.FontMetricsInt, boolean)","u":"nGetFontMetricsInt(long,android.graphics.Paint.FontMetricsInt,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetFontMetricsInt(Object, Object, Object)","u":"nGetFontMetricsInt(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFontMetricsIntForText(long, char[], int, int, int, int, boolean, Paint.FontMetricsInt)","u":"nGetFontMetricsIntForText(long,char[],int,int,int,int,boolean,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetricsIntForText(long, char[], int, int, int, int, boolean, Paint.FontMetricsInt)","u":"nGetFontMetricsIntForText(long,char[],int,int,int,int,boolean,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetFontMetricsIntForText(long, String, int, int, int, int, boolean, Paint.FontMetricsInt)","u":"nGetFontMetricsIntForText(long,java.lang.String,int,int,int,int,boolean,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetFontMetricsIntForText(long, String, int, int, int, int, boolean, Paint.FontMetricsInt)","u":"nGetFontMetricsIntForText(long,java.lang.String,int,int,int,int,boolean,android.graphics.Paint.FontMetricsInt)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetFontPath(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetFontPath(long)"},{"p":"org.robolectric.nativeruntime","c":"FontFileUtilNatives","l":"nGetFontPostScriptName(ByteBuffer, int)","u":"nGetFontPostScriptName(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFileUtil","l":"nGetFontPostScriptName(ByteBuffer, int)","u":"nGetFontPostScriptName(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.nativeruntime","c":"FontFileUtilNatives","l":"nGetFontRevision(ByteBuffer, int)","u":"nGetFontRevision(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFileUtil","l":"nGetFontRevision(ByteBuffer, int)","u":"nGetFontRevision(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.nativeruntime","c":"FontsFontFamilyNatives","l":"nGetFontSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily","l":"nGetFontSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nGetFormat(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetFullPathProperties(long, byte[], int)","u":"nGetFullPathProperties(long,byte[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetFullPathProperties(long, byte[], int)","u":"nGetFullPathProperties(long,byte[],int)"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nGetFullPathProperties(long, byte[], int)","u":"nGetFullPathProperties(long,byte[],int)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetGamma(long, float[])","u":"nGetGamma(long,float[])"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetGlyphBounds(long, int, long, RectF)","u":"nGetGlyphBounds(long,int,long,android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetGlyphBounds(long, int, long, RectF)","u":"nGetGlyphBounds(long,int,long,android.graphics.RectF)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetGlyphCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetGlyphCount(long)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetGlyphId(long, int)","u":"nGetGlyphId(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetGlyphId(long, int)","u":"nGetGlyphId(long,int)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetGroupProperties(long, float[], int)","u":"nGetGroupProperties(long,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetGroupProperties(long, float[], int)","u":"nGetGroupProperties(long,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nGetGroupProperties(long, float[], int)","u":"nGetGroupProperties(long,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nGetHeight(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetHeight(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetHinting(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetHinting(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetHyphenEdit(long)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetIndex(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetIndex(long)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nGetIntMethod(Class>, String)","u":"nGetIntMethod(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nGetIntMethod(Class>, String)","u":"nGetIntMethod(java.lang.Class,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetInverseTransformMatrix(long, long)","u":"nGetInverseTransformMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetInverseTransformMatrix(long, long)","u":"nGetInverseTransformMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetInverseTransformMatrix(long, long)","u":"nGetInverseTransformMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"FontsFontFamilyNatives","l":"nGetLangTags(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily","l":"nGetLangTags(long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nGetLayers(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetLayerType(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetLayerType(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetLayerType(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetLeft(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetLeft(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetLeft(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetLetterSpacing(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetLetterSpacing(long)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetLineAscent(long, int)","u":"nGetLineAscent(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetLineAscent(long, int)","u":"nGetLineAscent(long,int)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetLineBreakOffset(long, int)","u":"nGetLineBreakOffset(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLineBreaker","l":"nGetLineBreakOffset(long, int)","u":"nGetLineBreakOffset(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetLineBreakOffset(long, int)","u":"nGetLineBreakOffset(long,int)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetLineCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowLineBreaker","l":"nGetLineCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetLineCount(long)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetLineDescent(long, int)","u":"nGetLineDescent(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetLineDescent(long, int)","u":"nGetLineDescent(long,int)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetLineFlag(long, int)","u":"nGetLineFlag(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetLineFlag(long, int)","u":"nGetLineFlag(long,int)"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetLineWidth(long, int)","u":"nGetLineWidth(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetLineWidth(long, int)","u":"nGetLineWidth(long,int)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetLocaleList(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetLocaleList(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nGetMatrix(long, long)","u":"nGetMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nGetMatrix(long, long)","u":"nGetMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nGetMaximumTextureHeight()"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nGetMaximumTextureHeight()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nGetMaximumTextureHeight()"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nGetMaximumTextureWidth()"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nGetMaximumTextureWidth()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nGetMaximumTextureWidth()"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextNatives","l":"nGetMemoryUsage(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nGetMemoryUsage(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText","l":"nGetMemoryUsage(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nGetMimeType(long)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nGetMimeType(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nGetMimeType(long)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetMinikinFontPtr(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetMinikinFontPtr(long)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nGetMultipleFloatMethod(Class>, String, int)","u":"nGetMultipleFloatMethod(java.lang.Class,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nGetMultipleFloatMethod(Class>, String, int)","u":"nGetMultipleFloatMethod(java.lang.Class,java.lang.String,int)"},{"p":"org.robolectric.nativeruntime","c":"PropertyValuesHolderNatives","l":"nGetMultipleIntMethod(Class>, String, int)","u":"nGetMultipleIntMethod(java.lang.Class,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder","l":"nGetMultipleIntMethod(Class>, String, int)","u":"nGetMultipleIntMethod(java.lang.Class,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowFontBuilder","l":"nGetNativeAsset(AssetManager, String, boolean, int)","u":"nGetNativeAsset(android.content.res.AssetManager,java.lang.String,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetNativeFinalizer()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererObserverNatives","l":"nGetNextBuffer(long, long[])","u":"nGetNextBuffer(long,long[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRendererObserver","l":"nGetNextBuffer(long, long[])","u":"nGetNextBuffer(long,long[])"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetOffsetForAdvance(long, char[], int, int, int, int, boolean, float)","u":"nGetOffsetForAdvance(long,char[],int,int,int,int,boolean,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetOffsetForAdvance(long, char[], int, int, int, int, boolean, float)","u":"nGetOffsetForAdvance(long,char[],int,int,int,int,boolean,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetOffsetForAdvance(long, long, char[], int, int, int, int, boolean, float)","u":"nGetOffsetForAdvance(long,long,char[],int,int,int,int,boolean,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetOffsetForAdvance(long, long, char[], int, int, int, int, boolean, float)","u":"nGetOffsetForAdvance(long,long,char[],int,int,int,int,boolean,float)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetPackedStyle(long)"},{"p":"org.robolectric.shadows","c":"ShadowFont","l":"nGetPackedStyle(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetPackedStyle(long)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nGetPadding(long, Rect)","u":"nGetPadding(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nGetPadding(long, Rect)","u":"nGetPadding(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nGetPadding(long, Rect)","u":"nGetPadding(long,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetPivotX(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetPivotX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetPivotX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetPivotX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetPivotX(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetPivotY(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetPivotY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetPivotY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetPivotY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetPivotY(long)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetRatioMax(long, float[])","u":"nGetRatioMax(long,float[])"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nGetRatioMin(long, float[])","u":"nGetRatioMin(long,float[])"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetReleaseFunc()"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextNatives","l":"nGetReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nGetReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText","l":"nGetReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowFontBuilder","l":"nGetReleaseNativeAssetFunc()"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyBuilderNatives","l":"nGetReleaseNativeFamily()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder","l":"nGetReleaseNativeFamily()"},{"p":"org.robolectric.nativeruntime","c":"FontBuilderNatives","l":"nGetReleaseNativeFont()"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetReleaseNativeFont()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetReleaseNativeFont()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"nGetReleaseNativeFont()"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nGetReleaseResultFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nGetReleaseResultFunc()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nGetRenderThreadTid(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nGetRenderThreadTid(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nGetRenderThreadTid(long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nGetRepeatCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nGetRepeatCount(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetRight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetRight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetRight(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetRootAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetRootAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetRotation(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetRotation(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetRotation(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetRotation(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetRotation(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetRotationX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetRotationX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetRotationX(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetRotationY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetRotationY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetRotationY(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetRunAdvance(long, char[], int, int, int, int, boolean, int)","u":"nGetRunAdvance(long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetRunAdvance(long, char[], int, int, int, int, boolean, int)","u":"nGetRunAdvance(long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetRunAdvance(long, char[], int, int, int, int, boolean, int)","u":"nGetRunAdvance(long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int)","u":"nGetRunAdvance(long,long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int)","u":"nGetRunAdvance(long,long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetRunAdvance(long, long, char[], int, int, int, int, boolean, int)","u":"nGetRunAdvance(long,long,char[],int,int,int,int,boolean,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int)","u":"nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int)","u":"nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int)","u":"nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int, RectF)","u":"nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int,android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nGetRunCharacterAdvance(long, char[], int, int, int, int, boolean, int, float[], int, RectF)","u":"nGetRunCharacterAdvance(long,char[],int,int,int,int,boolean,int,float[],int,android.graphics.RectF)"},{"p":"org.robolectric.nativeruntime","c":"ImageDecoderNatives","l":"nGetSampledSize(long, int)","u":"nGetSampledSize(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowImageDecoder","l":"nGetSampledSize(long, int)","u":"nGetSampledSize(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder","l":"nGetSampledSize(long, int)","u":"nGetSampledSize(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nGetSaveCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nGetSaveCount(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nGetSaveCount(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetScaleX(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetScaleX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetScaleX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetScaleX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetScaleX(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetScaleY(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetScaleY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetScaleY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetScaleY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetScaleY(long)"},{"p":"org.robolectric.shadows","c":"ShadowSharedMemory","l":"nGetSize(FileDescriptor)","u":"nGetSize(java.io.FileDescriptor)"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nGetSourceId(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nGetSourceId(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetSpotShadowColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetSpotShadowColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetSpotShadowColor(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStartHyphenEdit(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStartHyphenEdit(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStrikeThruPosition(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStrikeThruPosition(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStrikeThruThickness(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStrikeThruThickness(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStringBounds(long, long, String, int, int, int, Rect)","u":"nGetStringBounds(long,long,java.lang.String,int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStringBounds(long, long, String, int, int, int, Rect)","u":"nGetStringBounds(long,long,java.lang.String,int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStringBounds(long, String, int, int, int, Rect)","u":"nGetStringBounds(long,java.lang.String,int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStringBounds(long, String, int, int, int, Rect)","u":"nGetStringBounds(long,java.lang.String,int,int,int,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetStrokeAlpha(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetStrokeAlpha(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStrokeCap(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStrokeCap(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetStrokeColor(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetStrokeColor(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStrokeJoin(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStrokeJoin(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStrokeMiter(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStrokeMiter(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStrokeWidth(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetStrokeWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStrokeWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetStrokeWidth(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetStyle(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetStyle(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextAdvances(long, char[], int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,char[],int,int,int,int,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextAdvances(long, char[], int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,char[],int,int,int,int,int,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextAdvances(long, long, char[], int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,long,char[],int,int,int,int,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextAdvances(long, long, char[], int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,long,char[],int,int,int,int,int,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextAdvances(long, long, String, int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,long,java.lang.String,int,int,int,int,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextAdvances(long, long, String, int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,long,java.lang.String,int,int,int,int,int,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextAdvances(long, String, int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,java.lang.String,int,int,int,int,int,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextAdvances(long, String, int, int, int, int, int, float[], int)","u":"nGetTextAdvances(long,java.lang.String,int,int,int,int,int,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextAlign(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextAlign(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextPath(long, int, char[], int, int, float, float, long)","u":"nGetTextPath(long,int,char[],int,int,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextPath(long, int, char[], int, int, float, float, long)","u":"nGetTextPath(long,int,char[],int,int,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextPath(long, int, String, int, int, float, float, long)","u":"nGetTextPath(long,int,java.lang.String,int,int,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextPath(long, int, String, int, int, float, float, long)","u":"nGetTextPath(long,int,java.lang.String,int,int,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextPath(long, long, int, char[], int, int, float, float, long)","u":"nGetTextPath(long,long,int,char[],int,int,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextPath(long, long, int, char[], int, int, float, float, long)","u":"nGetTextPath(long,long,int,char[],int,int,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextPath(long, long, int, String, int, int, float, float, long)","u":"nGetTextPath(long,long,int,java.lang.String,int,int,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextPath(long, long, int, String, int, int, float, float, long)","u":"nGetTextPath(long,long,int,java.lang.String,int,int,float,float,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextRunCursor(long, char[], int, int, int, int, int)","u":"nGetTextRunCursor(long,char[],int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextRunCursor(long, char[], int, int, int, int, int)","u":"nGetTextRunCursor(long,char[],int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextRunCursor(long, long, char[], int, int, int, int, int)","u":"nGetTextRunCursor(long,long,char[],int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextRunCursor(long, long, char[], int, int, int, int, int)","u":"nGetTextRunCursor(long,long,char[],int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextRunCursor(long, long, String, int, int, int, int, int)","u":"nGetTextRunCursor(long,long,java.lang.String,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextRunCursor(long, long, String, int, int, int, int, int)","u":"nGetTextRunCursor(long,long,java.lang.String,int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextRunCursor(long, String, int, int, int, int, int)","u":"nGetTextRunCursor(long,java.lang.String,int,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextRunCursor(long, String, int, int, int, int, int)","u":"nGetTextRunCursor(long,java.lang.String,int,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextScaleX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextScaleX(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextSize(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetTextSkewX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetTextSkewX(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetTop(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetTop(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetTop(long)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetTotalAdvance(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetTotalAdvance(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetTransformMatrix(long, long)","u":"nGetTransformMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetTransformMatrix(long, long)","u":"nGetTransformMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetTransformMatrix(long, long)","u":"nGetTransformMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetTranslateX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetTranslateX(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetTranslateY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetTranslateY(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetTranslationX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetTranslationX(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetTranslationX(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetTranslationY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetTranslationY(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetTranslationY(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetTranslationZ(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetTranslationZ(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetTranslationZ(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetTrimPathEnd(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetTrimPathEnd(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetTrimPathOffset(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetTrimPathOffset(long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nGetTrimPathStart(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nGetTrimPathStart(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetUnderlinePosition(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetUnderlinePosition(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetUnderlineThickness(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetUnderlineThickness(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetUniqueId(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetUniqueId(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetUniqueId(long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nGetUsage(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetUsageSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetUsageSize(long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nGetValues(long, float[])","u":"nGetValues(long,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nGetValues(long, float[])","u":"nGetValues(long,float[])"},{"p":"org.robolectric.nativeruntime","c":"FontsFontFamilyNatives","l":"nGetVariant(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily","l":"nGetVariant(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nGetWidth(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nGetWidth(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nGetWidth(long)"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextNatives","l":"nGetWidth(long, int, int)","u":"nGetWidth(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nGetWidth(long, int, int)","u":"nGetWidth(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText","l":"nGetWidth(long, int, int)","u":"nGetWidth(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nGetWidths(long, float[])","u":"nGetWidths(long,float[])"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nGetWordSpacing(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nGetWordSpacing(long)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetX(long, int)","u":"nGetX(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetX(long, int)","u":"nGetX(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nGetY(long, int)","u":"nGetY(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nGetY(long, int)","u":"nGetY(long,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nHackySetRTAnimationsEnabled(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nHackySetRTAnimationsEnabled(boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nHasGlyph(long, int, String)","u":"nHasGlyph(long,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nHasGlyph(long, int, String)","u":"nHasGlyph(long,int,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nHasGlyph(long, long, int, String)","u":"nHasGlyph(long,long,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nHasGlyph(long, long, int, String)","u":"nHasGlyph(long,long,int,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nHasIdentityMatrix(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nHasIdentityMatrix(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nHasIdentityMatrix(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nHasOverlappingRendering(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nHasOverlappingRendering(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nHasOverlappingRendering(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nHasShadow(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nHasShadow(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nHasShadow(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nHasShadowLayer(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nHasShadowLayer(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nIncReserve(long, int)","u":"nIncReserve(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nIncReserve(long, int)","u":"nIncReserve(long,int)"},{"p":"org.robolectric.nativeruntime","c":"VirtualRefBasePtrNatives","l":"nIncStrong(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVirtualRefBasePtr","l":"nIncStrong(long)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualRefBasePtr","l":"nIncStrong(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nInit()"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nInit()"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nInit()"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nInit()"},{"p":"org.robolectric.shadows","c":"ShadowPaint","l":"nInit()"},{"p":"org.robolectric.nativeruntime","c":"LineBreakerNatives","l":"nInit(int, int, boolean, int[])","u":"nInit(int,int,boolean,int[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nInit(int, int, boolean, int[])","u":"nInit(int,int,boolean,int[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker","l":"nInit(int, int, boolean, int[], boolean)","u":"nInit(int,int,boolean,int[],boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nInit(int, int, boolean, int[], int[], int[])","u":"nInit(int,int,boolean,int[],int[],int[])"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nInit(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nInit(long)"},{"p":"org.robolectric.nativeruntime","c":"FontBuilderNatives","l":"nInitBuilder()"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyBuilderNatives","l":"nInitBuilder()"},{"p":"org.robolectric.nativeruntime","c":"MeasuredTextBuilderNatives","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowMeasuredParagraph","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowMeasuredTextBuilder","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder","l":"nInitBuilder()"},{"p":"org.robolectric.shadows","c":"ShadowPrecomputedText","l":"nInitBuilder()"},{"p":"org.robolectric.nativeruntime","c":"FontFamilyNatives","l":"nInitBuilder(String, int)","u":"nInitBuilder(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowFontFamily","l":"nInitBuilder(String, int)","u":"nInitBuilder(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily","l":"nInitBuilder(String, int)","u":"nInitBuilder(java.lang.String,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nInitDisplayInfo(int, int, float, int, long, long)","u":"nInitDisplayInfo(int,int,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nInitDisplayInfo(int, int, float, int, long, long)","u":"nInitDisplayInfo(int,int,float,int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nInitDisplayInfo(int, int, float, int, long, long, boolean, boolean)","u":"nInitDisplayInfo(int,int,float,int,long,long,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nInitRaster(Bitmap)","u":"nInitRaster(android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nInitRaster(Bitmap)","u":"nInitRaster(android.graphics.Bitmap)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nInitRaster(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nInitRaster(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nInitRaster(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nInitWithPaint(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nInitWithPaint(long)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nInterpolatePathData(long, long, long, float)","u":"nInterpolatePathData(long,long,long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nInterpolatePathData(long, long, long, float)","u":"nInterpolatePathData(long,long,long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nInvert(long, long)","u":"nInvert(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nInvert(long, long)","u":"nInvert(long,long)"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.NioUtilsFreeDirectBufferInterceptor","l":"NioUtilsFreeDirectBufferInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nIsAffine(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nIsAffine(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nIsConvex(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nIsConvex(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nIsElegantTextHeight(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nIsElegantTextHeight(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nIsEmpty(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nIsEmpty(long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nIsIdentity(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nIsIdentity(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nIsOpaque(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nIsOpaque(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nIsPivotExplicitlySet(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nIsPivotExplicitlySet(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nIsPivotExplicitlySet(long)"},{"p":"org.robolectric.nativeruntime","c":"FontFileUtilNatives","l":"nIsPostScriptType1Font(ByteBuffer, int)","u":"nIsPostScriptType1Font(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFileUtil","l":"nIsPostScriptType1Font(ByteBuffer, int)","u":"nIsPostScriptType1Font(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nIsRect(long, RectF)","u":"nIsRect(long,android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nIsRect(long, RectF)","u":"nIsRect(long,android.graphics.RectF)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nIsRunning(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nIsRunning(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nIsValid(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nIsValid(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nIsValid(long)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"nIsValid(long)"},{"p":"org.robolectric.shadows","c":"ShadowStaticLayout","l":"nLineBreakOpportunities(String, char[], int, int[])","u":"nLineBreakOpportunities(java.lang.String,char[],int,int[])"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nLineTo(long, float, float)","u":"nLineTo(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nLineTo(long, float, float)","u":"nLineTo(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nLoadHyphenator(ByteBuffer, int, int, int)","u":"nLoadHyphenator(java.nio.ByteBuffer,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nLoadSystemProperties(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nLoadSystemProperties(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nLoadSystemProperties(long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nMapPoints(long, float[], int, float[], int, int, boolean)","u":"nMapPoints(long,float[],int,float[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nMapPoints(long, float[], int, float[], int, int, boolean)","u":"nMapPoints(long,float[],int,float[],int,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nMapRadius(long, float)","u":"nMapRadius(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nMapRadius(long, float)","u":"nMapRadius(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nMapRect(long, RectF, RectF)","u":"nMapRect(long,android.graphics.RectF,android.graphics.RectF)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nMapRect(long, RectF, RectF)","u":"nMapRect(long,android.graphics.RectF,android.graphics.RectF)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nMoveTo(long, float, float)","u":"nMoveTo(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nMoveTo(long, float, float)","u":"nMoveTo(long,float,float)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.NMR1","l":"NMR1()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nNativeByteSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nNativeByteSize(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nNewBuilder()"},{"p":"org.robolectric.nativeruntime","c":"FontNatives","l":"nNewByteBuffer(long)"},{"p":"org.robolectric.shadows","c":"ShadowFont","l":"nNewByteBuffer(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont","l":"nNewByteBuffer(long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nNotifyFramePending(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nNotifyFramePending(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nNotifyFramePending(long)"},{"p":"org.robolectric.res.android","c":"Errors","l":"NO_ERROR"},{"p":"org.robolectric.res.android","c":"Errors","l":"NO_INIT"},{"p":"org.robolectric.res.android","c":"Errors","l":"NO_MEMORY"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityRecord","l":"NO_VIRTUAL_ID"},{"p":"org.robolectric.shadows","c":"ShadowPathParser.PathDataNode","l":"nodesToPath(ShadowPathParser.PathDataNode[], Path)","u":"nodesToPath(org.robolectric.shadows.ShadowPathParser.PathDataNode[],android.graphics.Path)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nOffset(long, float, float)","u":"nOffset(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nOffset(long, float, float)","u":"nOffset(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nOffsetLeftAndRight(long, int)","u":"nOffsetLeftAndRight(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nOffsetLeftAndRight(long, int)","u":"nOffsetLeftAndRight(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nOffsetLeftAndRight(long, int)","u":"nOffsetLeftAndRight(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nOffsetTopAndBottom(long, int)","u":"nOffsetTopAndBottom(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nOffsetTopAndBottom(long, int)","u":"nOffsetTopAndBottom(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nOffsetTopAndBottom(long, int)","u":"nOffsetTopAndBottom(long,int)"},{"p":"org.robolectric.annotation","c":"Config","l":"NONE"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.NoOpInterceptor","l":"NoOpInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nOp(long, long, int, long)","u":"nOp(long,long,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nOp(long, long, int, long)","u":"nOp(long,long,int,long)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"noParams()"},{"p":"org.robolectric.android","c":"DeviceConfig.ScreenSize","l":"normal"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteOp(int, int, String)","u":"noteOp(int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteOp(int, int, String, String, String)","u":"noteOp(int,int,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteOpNoThrow(int, int, String)","u":"noteOpNoThrow(int,int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteOpNoThrow(int, int, String, String, String)","u":"noteOpNoThrow(int,int,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteProxyOpNoThrow(int, String)","u":"noteProxyOpNoThrow(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteProxyOpNoThrow(int, String, int)","u":"noteProxyOpNoThrow(int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteProxyOpNoThrow(int, String, int, String, String)","u":"noteProxyOpNoThrow(int,java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"noteProxyOpNoThrow(Object, Object, Object, Object)","u":"noteProxyOpNoThrow(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.NotifiedUri","l":"NotifiedUri(Uri, ContentObserver, boolean)","u":"%3Cinit%3E(android.net.Uri,android.database.ContentObserver,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"notify(int, Notification)","u":"notify(int,android.app.Notification)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"notify(String, int, Notification)","u":"notify(java.lang.String,int,android.app.Notification)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"notifyChange(Uri, ContentObserver)","u":"notifyChange(android.net.Uri,android.database.ContentObserver)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"notifyChange(Uri, ContentObserver, boolean)","u":"notifyChange(android.net.Uri,android.database.ContentObserver,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"notifyCloudMediaChangedEvent(ContentResolver, String, String)","u":"notifyCloudMediaChangedEvent(android.content.ContentResolver,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"notifyConnection(BluetoothDevice)","u":"notifyConnection(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"notifyConnection(String)","u":"notifyConnection(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBaseAdapter","l":"notifyDataSetChanged()"},{"p":"org.robolectric.shadows","c":"ShadowVoiceInteractor","l":"notifyDirectActionsChanged()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGattServer","l":"notifyDisconnection(BluetoothDevice)","u":"notifyDisconnection(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"notifyDisconnection(String)","u":"notifyDisconnection(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"notifyPackageAdded(String)","u":"notifyPackageAdded(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"notifyPackageRemoved(String)","u":"notifyPackageRemoved(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"notifyPathLoaded(String, boolean)","u":"notifyPathLoaded(java.lang.String,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"notifyResourceLoaded(int, boolean)","u":"notifyResourceLoaded(int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nOutput(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nOutput(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nOutput(long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nOverrideProperty(String, String)","u":"nOverrideProperty(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nOverrideProperty(String, String)","u":"nOverrideProperty(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nOverrideProperty(String, String)","u":"nOverrideProperty(java.lang.String,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nParseStringForPath(long, String, int)","u":"nParseStringForPath(long,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nParseStringForPath(long, String, int)","u":"nParseStringForPath(long,java.lang.String,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nPause(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nPause(long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostConcat(long, long)","u":"nPostConcat(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostConcat(long, long)","u":"nPostConcat(long,long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostRotate(long, float)","u":"nPostRotate(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostRotate(long, float)","u":"nPostRotate(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostRotate(long, float, float, float)","u":"nPostRotate(long,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostRotate(long, float, float, float)","u":"nPostRotate(long,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostScale(long, float, float)","u":"nPostScale(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostScale(long, float, float)","u":"nPostScale(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostScale(long, float, float, float, float)","u":"nPostScale(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostScale(long, float, float, float, float)","u":"nPostScale(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostSkew(long, float, float)","u":"nPostSkew(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostSkew(long, float, float)","u":"nPostSkew(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostSkew(long, float, float, float, float)","u":"nPostSkew(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostSkew(long, float, float, float, float)","u":"nPostSkew(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPostTranslate(long, float, float)","u":"nPostTranslate(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPostTranslate(long, float, float)","u":"nPostTranslate(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreConcat(long, long)","u":"nPreConcat(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreConcat(long, long)","u":"nPreConcat(long,long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreRotate(long, float)","u":"nPreRotate(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreRotate(long, float)","u":"nPreRotate(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreRotate(long, float, float, float)","u":"nPreRotate(long,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreRotate(long, float, float, float)","u":"nPreRotate(long,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreScale(long, float, float)","u":"nPreScale(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreScale(long, float, float)","u":"nPreScale(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreScale(long, float, float, float, float)","u":"nPreScale(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreScale(long, float, float, float, float)","u":"nPreScale(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreSkew(long, float, float)","u":"nPreSkew(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreSkew(long, float, float)","u":"nPreSkew(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreSkew(long, float, float, float, float)","u":"nPreSkew(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreSkew(long, float, float, float, float)","u":"nPreSkew(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nPreTranslate(long, float, float)","u":"nPreTranslate(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nPreTranslate(long, float, float)","u":"nPreTranslate(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"BaseCanvasNatives","l":"nPunchHole(long, float, float, float, float, float, float)","u":"nPunchHole(long,float,float,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"BaseRecordingCanvasNatives","l":"nPunchHole(long, float, float, float, float, float, float)","u":"nPunchHole(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nPunchHole(long, float, float, float, float, float, float)","u":"nPunchHole(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nPunchHole(long, float, float, float, float, float, float)","u":"nPunchHole(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"nPunchHole(long, float, float, float, float, float, float, float)","u":"nPunchHole(long,float,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas","l":"nPunchHole(long, float, float, float, float, float, float, float)","u":"nPunchHole(long,float,float,float,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nPushLayerUpdate(long, long)","u":"nPushLayerUpdate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nPushLayerUpdate(long, long)","u":"nPushLayerUpdate(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nPushLayerUpdate(long, long)","u":"nPushLayerUpdate(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nQuadTo(long, float, float, float, float)","u":"nQuadTo(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nQuadTo(long, float, float, float, float)","u":"nQuadTo(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nQuickReject(long, float, float, float, float)","u":"nQuickReject(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nQuickReject(long, float, float, float, float)","u":"nQuickReject(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nQuickReject(long, long)","u":"nQuickReject(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nQuickReject(long, long)","u":"nQuickReject(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nRCubicTo(long, float, float, float, float, float, float)","u":"nRCubicTo(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nRCubicTo(long, float, float, float, float, float, float)","u":"nRCubicTo(long,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nReadGainmapFromParcel(long, Parcel)","u":"nReadGainmapFromParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nReadHardwareBufferFromParcel(Parcel)","u":"nReadHardwareBufferFromParcel(android.os.Parcel)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nRectStaysRect(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nRectStaysRect(long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nRegisterAnimatingRenderNode(long, long)","u":"nRegisterAnimatingRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nRegisterAnimatingRenderNode(long, long)","u":"nRegisterAnimatingRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nRegisterAnimatingRenderNode(long, long)","u":"nRegisterAnimatingRenderNode(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nRegisterVectorDrawableAnimator(long, long)","u":"nRegisterVectorDrawableAnimator(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nRegisterVectorDrawableAnimator(long, long)","u":"nRegisterVectorDrawableAnimator(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nRegisterVectorDrawableAnimator(long, long)","u":"nRegisterVectorDrawableAnimator(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PositionedGlyphsNatives","l":"nReleaseFunc()"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs","l":"nReleaseFunc()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nRemoveObserver(long, long)","u":"nRemoveObserver(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nRemoveObserver(long, long)","u":"nRemoveObserver(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nRemoveRenderNode(long, long)","u":"nRemoveRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nRemoveRenderNode(long, long)","u":"nRemoveRenderNode(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nRemoveRenderNode(long, long)","u":"nRemoveRenderNode(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nRequestPositionUpdates(long, RenderNode.PositionUpdateListener)","u":"nRequestPositionUpdates(long,android.graphics.RenderNode.PositionUpdateListener)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nRequestPositionUpdates(long, RenderNode.PositionUpdateListener)","u":"nRequestPositionUpdates(long,android.graphics.RenderNode.PositionUpdateListener)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nReset(long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nReset(long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nReset(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nReset(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nReset(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nReset(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nReset(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nReset(long)"},{"p":"org.robolectric.nativeruntime","c":"RecordingCanvasNatives","l":"nResetDisplayListCanvas(long, long, int, int)","u":"nResetDisplayListCanvas(long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas","l":"nResetDisplayListCanvas(long, long, int, int)","u":"nResetDisplayListCanvas(long,long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas","l":"nResetDisplayListCanvas(long, long, int, int)","u":"nResetDisplayListCanvas(long,long,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nResetPivot(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nResetPivot(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nResetPivot(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nRestore(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nRestore(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nRestore(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nRestoreToCount(long, int)","u":"nRestoreToCount(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nRestoreToCount(long, int)","u":"nRestoreToCount(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nRestoreToCount(long, int)","u":"nRestoreToCount(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nRestoreUnclippedLayer(long, int, long)","u":"nRestoreUnclippedLayer(long,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nRestoreUnclippedLayer(long, int, long)","u":"nRestoreUnclippedLayer(long,int,long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nReverse(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int)","u":"nReverse(long,android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nReverse(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int)","u":"nReverse(long,android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT,int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nRewind(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nRewind(long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nRLineTo(long, float, float)","u":"nRLineTo(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nRLineTo(long, float, float)","u":"nRLineTo(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nRMoveTo(long, float, float)","u":"nRMoveTo(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nRMoveTo(long, float, float)","u":"nRMoveTo(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nRotate(long, float)","u":"nRotate(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nRotate(long, float)","u":"nRotate(long,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nRotateProcessStatsBuffer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nRotateProcessStatsBuffer()"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nRotateProcessStatsBuffer()"},{"p":"org.robolectric.shadows","c":"NrQosSessionAttributesBuilder","l":"NrQosSessionAttributesBuilder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nRQuadTo(long, float, float, float, float)","u":"nRQuadTo(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nRQuadTo(long, float, float, float, float)","u":"nRQuadTo(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"ColorFilterNatives","l":"nSafeUnref(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorFilter","l":"nSafeUnref(long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSave(long, int)","u":"nSave(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nSave(long, int)","u":"nSave(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSave(long, int)","u":"nSave(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSaveLayer(long, float, float, float, float, long)","u":"nSaveLayer(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nSaveLayer(long, float, float, float, float, long)","u":"nSaveLayer(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSaveLayer(long, float, float, float, float, long)","u":"nSaveLayer(long,float,float,float,float,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nSaveLayer(long, float, float, float, float, long, int)","u":"nSaveLayer(long,float,float,float,float,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSaveLayer(long, float, float, float, float, long, int)","u":"nSaveLayer(long,float,float,float,float,long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSaveLayerAlpha(long, float, float, float, float, int)","u":"nSaveLayerAlpha(long,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nSaveLayerAlpha(long, float, float, float, float, int)","u":"nSaveLayerAlpha(long,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSaveLayerAlpha(long, float, float, float, float, int)","u":"nSaveLayerAlpha(long,float,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"nSaveLayerAlpha(long, float, float, float, float, int, int)","u":"nSaveLayerAlpha(long,float,float,float,float,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSaveLayerAlpha(long, float, float, float, float, int, int)","u":"nSaveLayerAlpha(long,float,float,float,float,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSaveUnclippedLayer(long, int, int, int, int)","u":"nSaveUnclippedLayer(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSaveUnclippedLayer(long, int, int, int, int)","u":"nSaveUnclippedLayer(long,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nScale(long, float, float)","u":"nScale(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nScale(long, float, float)","u":"nScale(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSet(long, long)","u":"nSet(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSet(long, long)","u":"nSet(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nSet(long, long)","u":"nSet(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSet(long, long)","u":"nSet(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSet(long, long)","u":"nSet(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nSet(long, long)","u":"nSet(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetAllowCaching(long, boolean)","u":"nSetAllowCaching(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetAllowCaching(long, boolean)","u":"nSetAllowCaching(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetAllowForceDark(long, boolean)","u":"nSetAllowForceDark(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetAllowForceDark(long, boolean)","u":"nSetAllowForceDark(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetAllowForceDark(long, boolean)","u":"nSetAllowForceDark(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nSetAllowRunningAsync(long, boolean)","u":"nSetAllowRunningAsync(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nSetAllowRunningAsync(long, boolean)","u":"nSetAllowRunningAsync(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nSetAllowRunningAsync(long, boolean)","u":"nSetAllowRunningAsync(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetAlpha(long, float)","u":"nSetAlpha(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetAlpha(long, float)","u":"nSetAlpha(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetAlpha(long, float)","u":"nSetAlpha(long,float)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nSetAlpha(long, int)","u":"nSetAlpha(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetAlpha(long, int)","u":"nSetAlpha(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetAlpha(long, int)","u":"nSetAlpha(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetAlpha(long, int)","u":"nSetAlpha(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetAmbientShadowColor(long, int)","u":"nSetAmbientShadowColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetAmbientShadowColor(long, int)","u":"nSetAmbientShadowColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetAmbientShadowColor(long, int)","u":"nSetAmbientShadowColor(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetAnimationMatrix(long, long)","u":"nSetAnimationMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetAnimationMatrix(long, long)","u":"nSetAnimationMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetAnimationMatrix(long, long)","u":"nSetAnimationMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetAntiAlias(long, boolean)","u":"nSetAntiAlias(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetAntiAlias(long, boolean)","u":"nSetAntiAlias(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetAntiAlias(long, boolean)","u":"nSetAntiAlias(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetAntiAlias(long, boolean)","u":"nSetAntiAlias(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetASurfaceTransactionCallback(long, HardwareRenderer.ASurfaceTransactionCallback)","u":"nSetASurfaceTransactionCallback(long,android.graphics.HardwareRenderer.ASurfaceTransactionCallback)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetASurfaceTransactionCallback(Object, Object)","u":"nSetASurfaceTransactionCallback(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetBitmap(long, Bitmap)","u":"nSetBitmap(long,android.graphics.Bitmap)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSetBitmap(long, Bitmap)","u":"nSetBitmap(long,android.graphics.Bitmap)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSetBitmap(long, long)","u":"nSetBitmap(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSetBitmap(long, long)","u":"nSetBitmap(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetBottom(long, int)","u":"nSetBottom(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetBottom(long, int)","u":"nSetBottom(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetBottom(long, int)","u":"nSetBottom(long,int)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nSetBounds(long, Rect)","u":"nSetBounds(long,android.graphics.Rect)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetBounds(long, Rect)","u":"nSetBounds(long,android.graphics.Rect)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetCameraDistance(long, float)","u":"nSetCameraDistance(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetCameraDistance(long, float)","u":"nSetCameraDistance(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetCameraDistance(long, float)","u":"nSetCameraDistance(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetClipBounds(long, int, int, int, int)","u":"nSetClipBounds(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetClipBounds(long, int, int, int, int)","u":"nSetClipBounds(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetClipBounds(long, int, int, int, int)","u":"nSetClipBounds(long,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetClipBoundsEmpty(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetClipBoundsEmpty(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetClipBoundsEmpty(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetClipToBounds(long, boolean)","u":"nSetClipToBounds(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetClipToBounds(long, boolean)","u":"nSetClipToBounds(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetClipToBounds(long, boolean)","u":"nSetClipToBounds(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetClipToOutline(long, boolean)","u":"nSetClipToOutline(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetClipToOutline(long, boolean)","u":"nSetClipToOutline(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetClipToOutline(long, boolean)","u":"nSetClipToOutline(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetColor(long, int)","u":"nSetColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetColor(long, int)","u":"nSetColor(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetColor(long, long, long)","u":"nSetColor(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetColor(long, long, long)","u":"nSetColor(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nSetColorFilter(long, long)","u":"nSetColorFilter(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetColorFilter(long, long)","u":"nSetColorFilter(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetColorFilter(long, long)","u":"nSetColorFilter(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetColorFilter(long, long)","u":"nSetColorFilter(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetColorMode(long, int)","u":"nSetColorMode(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetColorMode(long, int)","u":"nSetColorMode(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSetCompatibilityVersion(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSetCompatibilityVersion(int)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetConcat(long, long, long)","u":"nSetConcat(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetConcat(long, long, long)","u":"nSetConcat(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetContentDrawBounds(long, int, int, int, int)","u":"nSetContentDrawBounds(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetContentDrawBounds(long, int, int, int, int)","u":"nSetContentDrawBounds(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSetContentDrawBounds(long, int, int, int, int)","u":"nSetContentDrawBounds(long,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetContextPriority(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetContextPriority(int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetDebuggingEnabled(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetDebuggingEnabled(boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetDisplayDensityDpi(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetDisplayDensityDpi(int)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetDisplayRatioHdr(long, float)","u":"nSetDisplayRatioHdr(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetDisplayRatioSdr(long, float)","u":"nSetDisplayRatioSdr(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetDither(long, boolean)","u":"nSetDither(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetDither(long, boolean)","u":"nSetDither(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSetDrawFilter(long, long)","u":"nSetDrawFilter(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSetDrawFilter(long, long)","u":"nSetDrawFilter(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nSetDuration(long, long)","u":"nSetDuration(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nSetDuration(long, long)","u":"nSetDuration(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nSetDuration(long, long)","u":"nSetDuration(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetElegantTextHeight(long, boolean)","u":"nSetElegantTextHeight(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetElegantTextHeight(long, boolean)","u":"nSetElegantTextHeight(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetElevation(long, float)","u":"nSetElevation(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetElevation(long, float)","u":"nSetElevation(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetElevation(long, float)","u":"nSetElevation(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetEndHyphenEdit(long, int)","u":"nSetEndHyphenEdit(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetEndHyphenEdit(long, int)","u":"nSetEndHyphenEdit(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetEpsilonHdr(long, float, float, float)","u":"nSetEpsilonHdr(long,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetEpsilonSdr(long, float, float, float)","u":"nSetEpsilonSdr(long,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetFakeBoldText(long, boolean)","u":"nSetFakeBoldText(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetFakeBoldText(long, boolean)","u":"nSetFakeBoldText(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetFillAlpha(long, float)","u":"nSetFillAlpha(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetFillAlpha(long, float)","u":"nSetFillAlpha(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetFillColor(long, int)","u":"nSetFillColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetFillColor(long, int)","u":"nSetFillColor(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nSetFillType(long, int)","u":"nSetFillType(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nSetFillType(long, int)","u":"nSetFillType(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetFilterBitmap(long, boolean)","u":"nSetFilterBitmap(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetFilterBitmap(long, boolean)","u":"nSetFilterBitmap(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetFlags(long, int)","u":"nSetFlags(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetFlags(long, int)","u":"nSetFlags(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetFontFeatureSettings(long, String)","u":"nSetFontFeatureSettings(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetFontFeatureSettings(long, String)","u":"nSetFontFeatureSettings(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetForceDark(long, boolean)","u":"nSetForceDark(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetForceDark(long, boolean)","u":"nSetForceDark(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetFrameCallback(long, HardwareRenderer.FrameDrawingCallback)","u":"nSetFrameCallback(long,android.graphics.HardwareRenderer.FrameDrawingCallback)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetFrameCallback(long, HardwareRenderer.FrameDrawingCallback)","u":"nSetFrameCallback(long,android.graphics.HardwareRenderer.FrameDrawingCallback)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetFrameCompleteCallback(long, HardwareRenderer.FrameCompleteCallback)","u":"nSetFrameCompleteCallback(long,android.graphics.HardwareRenderer.FrameCompleteCallback)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetFrameCompleteCallback(long, HardwareRenderer.FrameCompleteCallback)","u":"nSetFrameCompleteCallback(long,android.graphics.HardwareRenderer.FrameCompleteCallback)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetGamma(long, float, float, float)","u":"nSetGamma(long,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetHasOverlappingRendering(long, boolean)","u":"nSetHasOverlappingRendering(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetHasOverlappingRendering(long, boolean)","u":"nSetHasOverlappingRendering(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetHasOverlappingRendering(long, boolean)","u":"nSetHasOverlappingRendering(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetHighContrastText(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetHighContrastText(boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetHinting(long, int)","u":"nSetHinting(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetHinting(long, int)","u":"nSetHinting(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetHyphenEdit(long, int)","u":"nSetHyphenEdit(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nSetIndents(long, int[])","u":"nSetIndents(long,int[])"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nSetInterpolator(long, long)","u":"nSetInterpolator(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nSetInterpolator(long, long)","u":"nSetInterpolator(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nSetInterpolator(long, long)","u":"nSetInterpolator(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetIsHighEndGfx(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetIsHighEndGfx(boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetIsolatedProcess(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetIsolatedProcess(boolean)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nSetLastPoint(long, float, float)","u":"nSetLastPoint(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nSetLastPoint(long, float, float)","u":"nSetLastPoint(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetLayerPaint(long, long)","u":"nSetLayerPaint(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetLayerPaint(long, long)","u":"nSetLayerPaint(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetLayerPaint(long, long)","u":"nSetLayerPaint(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"nSetLayerPaint(long, long)","u":"nSetLayerPaint(long,long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetLayerType(long, int)","u":"nSetLayerType(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetLayerType(long, int)","u":"nSetLayerType(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetLayerType(long, int)","u":"nSetLayerType(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"nSetLayerType(long, int)","u":"nSetLayerType(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetLeft(long, int)","u":"nSetLeft(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetLeft(long, int)","u":"nSetLeft(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetLeft(long, int)","u":"nSetLeft(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetLeftTopRightBottom(long, int, int, int, int)","u":"nSetLeftTopRightBottom(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetLeftTopRightBottom(long, int, int, int, int)","u":"nSetLeftTopRightBottom(long,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetLeftTopRightBottom(long, int, int, int, int)","u":"nSetLeftTopRightBottom(long,int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetLetterSpacing(long, float)","u":"nSetLetterSpacing(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetLetterSpacing(long, float)","u":"nSetLetterSpacing(long,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetLightAlpha(long, float, float)","u":"nSetLightAlpha(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetLightAlpha(long, float, float)","u":"nSetLightAlpha(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetLightGeometry(long, float, float, float, float)","u":"nSetLightGeometry(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetLightGeometry(long, float, float, float, float)","u":"nSetLightGeometry(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetLinearText(long, boolean)","u":"nSetLinearText(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetLinearText(long, boolean)","u":"nSetLinearText(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nSetListener(long, Object)","u":"nSetListener(long,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nSetListener(long, RenderNodeAnimator)","u":"nSetListener(long,android.graphics.animation.RenderNodeAnimator)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nSetListener(Object, Object)","u":"nSetListener(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nSetLocale(long, String, long)","u":"nSetLocale(long,java.lang.String,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetMaskFilter(long, long)","u":"nSetMaskFilter(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetMaskFilter(long, long)","u":"nSetMaskFilter(long,long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSetMatrix(long, long)","u":"nSetMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSetMatrix(long, long)","u":"nSetMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nSetMirrored(long, boolean)","u":"nSetMirrored(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetMirrored(long, boolean)","u":"nSetMirrored(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetName(long, String)","u":"nSetName(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetName(long, String)","u":"nSetName(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetName(long, String)","u":"nSetName(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSetName(long, String)","u":"nSetName(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetName(long, String)","u":"nSetName(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nSetOnAnimationEndListener(long, AnimatedImageDrawable)","u":"nSetOnAnimationEndListener(long,android.graphics.drawable.AnimatedImageDrawable)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetOnAnimationEndListener(long, AnimatedImageDrawable)","u":"nSetOnAnimationEndListener(long,android.graphics.drawable.AnimatedImageDrawable)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetOnAnimationEndListener(long, WeakReference)","u":"nSetOnAnimationEndListener(long,java.lang.ref.WeakReference)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetOpaque(long, boolean)","u":"nSetOpaque(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetOpaque(long, boolean)","u":"nSetOpaque(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSetOpaque(long, boolean)","u":"nSetOpaque(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetOutlineEmpty(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetOutlineEmpty(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetOutlineEmpty(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetOutlineNone(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetOutlineNone(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetOutlineNone(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetOutlinePath(long, long, float)","u":"nSetOutlinePath(long,long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetOutlinePath(long, long, float)","u":"nSetOutlinePath(long,long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetOutlineRoundRect(long, int, int, int, int, float, float)","u":"nSetOutlineRoundRect(long,int,int,int,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetOutlineRoundRect(long, int, int, int, int, float, float)","u":"nSetOutlineRoundRect(long,int,int,int,int,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetOutlineRoundRect(long, int, int, int, int, float, float)","u":"nSetOutlineRoundRect(long,int,int,int,int,float,float)"},{"p":"org.robolectric.nativeruntime","c":"PathParserNatives","l":"nSetPathData(long, long)","u":"nSetPathData(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetPathData(long, long)","u":"nSetPathData(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser","l":"nSetPathData(long, long)","u":"nSetPathData(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetPathData(long, long)","u":"nSetPathData(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetPathEffect(long, long)","u":"nSetPathEffect(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetPathEffect(long, long)","u":"nSetPathEffect(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetPathString(long, String, int)","u":"nSetPathString(long,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetPathString(long, String, int)","u":"nSetPathString(long,java.lang.String,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetPictureCaptureCallback(long, HardwareRenderer.PictureCapturedCallback)","u":"nSetPictureCaptureCallback(long,android.graphics.HardwareRenderer.PictureCapturedCallback)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetPictureCaptureCallback(long, HardwareRenderer.PictureCapturedCallback)","u":"nSetPictureCaptureCallback(long,android.graphics.HardwareRenderer.PictureCapturedCallback)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetPivotX(long, float)","u":"nSetPivotX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetPivotX(long, float)","u":"nSetPivotX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetPivotX(long, float)","u":"nSetPivotX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetPivotX(long, float)","u":"nSetPivotX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetPivotX(long, float)","u":"nSetPivotX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetPivotY(long, float)","u":"nSetPivotY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetPivotY(long, float)","u":"nSetPivotY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetPivotY(long, float)","u":"nSetPivotY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetPivotY(long, float)","u":"nSetPivotY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetPivotY(long, float)","u":"nSetPivotY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetPolyToPoly(long, float[], int, float[], int, int)","u":"nSetPolyToPoly(long,float[],int,float[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetPolyToPoly(long, float[], int, float[], int, int)","u":"nSetPolyToPoly(long,float[],int,float[],int,int)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetPrepareSurfaceControlForWebviewCallback(long, HardwareRenderer.PrepareSurfaceControlForWebviewCallback)","u":"nSetPrepareSurfaceControlForWebviewCallback(long,android.graphics.HardwareRenderer.PrepareSurfaceControlForWebviewCallback)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetPrepareSurfaceControlForWebviewCallback(Object, Object)","u":"nSetPrepareSurfaceControlForWebviewCallback(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetProcessStatsBuffer(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetProcessStatsBuffer(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSetProcessStatsBuffer(int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetProjectBackwards(long, boolean)","u":"nSetProjectBackwards(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetProjectBackwards(long, boolean)","u":"nSetProjectBackwards(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetProjectBackwards(long, boolean)","u":"nSetProjectBackwards(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetProjectionReceiver(long, boolean)","u":"nSetProjectionReceiver(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetProjectionReceiver(long, boolean)","u":"nSetProjectionReceiver(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetProjectionReceiver(long, boolean)","u":"nSetProjectionReceiver(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nSetPropertyHolderData(long, float[], int)","u":"nSetPropertyHolderData(long,float[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nSetPropertyHolderData(long, float[], int)","u":"nSetPropertyHolderData(long,float[],int)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nSetPropertyHolderData(long, int[], int)","u":"nSetPropertyHolderData(long,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nSetPropertyHolderData(long, int[], int)","u":"nSetPropertyHolderData(long,int[],int)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetRatioMax(long, float, float, float)","u":"nSetRatioMax(long,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nSetRatioMin(long, float, float, float)","u":"nSetRatioMin(long,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetRectToRect(long, RectF, RectF, int)","u":"nSetRectToRect(long,android.graphics.RectF,android.graphics.RectF,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetRectToRect(long, RectF, RectF, int)","u":"nSetRectToRect(long,android.graphics.RectF,android.graphics.RectF,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetRenderEffect(long, long)","u":"nSetRenderEffect(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetRenderEffect(long, long)","u":"nSetRenderEffect(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetRendererViewportSize(long, float, float)","u":"nSetRendererViewportSize(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetRendererViewportSize(long, float, float)","u":"nSetRendererViewportSize(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nSetRepeatCount(long, int)","u":"nSetRepeatCount(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nSetRepeatCount(long, int)","u":"nSetRepeatCount(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetRevealClip(long, boolean, float, float, float)","u":"nSetRevealClip(long,boolean,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetRevealClip(long, boolean, float, float, float)","u":"nSetRevealClip(long,boolean,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetRevealClip(long, boolean, float, float, float)","u":"nSetRevealClip(long,boolean,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetRight(long, int)","u":"nSetRight(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetRight(long, int)","u":"nSetRight(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetRight(long, int)","u":"nSetRight(long,int)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetRootAlpha(long, float)","u":"nSetRootAlpha(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetRootAlpha(long, float)","u":"nSetRootAlpha(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetRotate(long, float)","u":"nSetRotate(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetRotate(long, float)","u":"nSetRotate(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetRotate(long, float, float, float)","u":"nSetRotate(long,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetRotate(long, float, float, float)","u":"nSetRotate(long,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetRotation(long, float)","u":"nSetRotation(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetRotation(long, float)","u":"nSetRotation(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetRotation(long, float)","u":"nSetRotation(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetRotation(long, float)","u":"nSetRotation(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetRotation(long, float)","u":"nSetRotation(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetRotationX(long, float)","u":"nSetRotationX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetRotationX(long, float)","u":"nSetRotationX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetRotationX(long, float)","u":"nSetRotationX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetRotationY(long, float)","u":"nSetRotationY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetRotationY(long, float)","u":"nSetRotationY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetRotationY(long, float)","u":"nSetRotationY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetScale(long, float, float)","u":"nSetScale(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetScale(long, float, float)","u":"nSetScale(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetScale(long, float, float, float, float)","u":"nSetScale(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetScale(long, float, float, float, float)","u":"nSetScale(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetScaleX(long, float)","u":"nSetScaleX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetScaleX(long, float)","u":"nSetScaleX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetScaleX(long, float)","u":"nSetScaleX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetScaleX(long, float)","u":"nSetScaleX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetScaleX(long, float)","u":"nSetScaleX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetScaleY(long, float)","u":"nSetScaleY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetScaleY(long, float)","u":"nSetScaleY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetScaleY(long, float)","u":"nSetScaleY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetScaleY(long, float)","u":"nSetScaleY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetScaleY(long, float)","u":"nSetScaleY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetSdrWhitePoint(long, float)","u":"nSetSdrWhitePoint(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetSdrWhitePoint(long, float)","u":"nSetSdrWhitePoint(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetShader(long, long)","u":"nSetShader(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetShader(long, long)","u":"nSetShader(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetShadowLayer(long, float, float, float, int)","u":"nSetShadowLayer(long,float,float,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetShadowLayer(long, float, float, float, int)","u":"nSetShadowLayer(long,float,float,float,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetShadowLayer(long, float, float, float, long, long)","u":"nSetShadowLayer(long,float,float,float,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetShadowLayer(long, float, float, float, long, long)","u":"nSetShadowLayer(long,float,float,float,long,long)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetSinCos(long, float, float)","u":"nSetSinCos(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetSinCos(long, float, float)","u":"nSetSinCos(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetSinCos(long, float, float, float, float)","u":"nSetSinCos(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetSinCos(long, float, float, float, float)","u":"nSetSinCos(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetSkew(long, float, float)","u":"nSetSkew(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetSkew(long, float, float)","u":"nSetSkew(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetSkew(long, float, float, float, float)","u":"nSetSkew(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetSkew(long, float, float, float, float)","u":"nSetSkew(long,float,float,float,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetSpotShadowColor(long, int)","u":"nSetSpotShadowColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetSpotShadowColor(long, int)","u":"nSetSpotShadowColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetSpotShadowColor(long, int)","u":"nSetSpotShadowColor(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nSetStartDelay(long, long)","u":"nSetStartDelay(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nSetStartDelay(long, long)","u":"nSetStartDelay(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nSetStartDelay(long, long)","u":"nSetStartDelay(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStartHyphenEdit(long, int)","u":"nSetStartHyphenEdit(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStartHyphenEdit(long, int)","u":"nSetStartHyphenEdit(long,int)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nSetStartValue(long, float)","u":"nSetStartValue(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nSetStartValue(long, float)","u":"nSetStartValue(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nSetStartValue(long, float)","u":"nSetStartValue(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetStaticMatrix(long, long)","u":"nSetStaticMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetStaticMatrix(long, long)","u":"nSetStaticMatrix(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetStaticMatrix(long, long)","u":"nSetStaticMatrix(long,long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetStopped(long, boolean)","u":"nSetStopped(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetStopped(long, boolean)","u":"nSetStopped(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSetStopped(long, boolean)","u":"nSetStopped(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStrikeThruText(long, boolean)","u":"nSetStrikeThruText(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStrikeThruText(long, boolean)","u":"nSetStrikeThruText(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetStrokeAlpha(long, float)","u":"nSetStrokeAlpha(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetStrokeAlpha(long, float)","u":"nSetStrokeAlpha(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStrokeCap(long, int)","u":"nSetStrokeCap(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStrokeCap(long, int)","u":"nSetStrokeCap(long,int)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetStrokeColor(long, int)","u":"nSetStrokeColor(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetStrokeColor(long, int)","u":"nSetStrokeColor(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStrokeJoin(long, int)","u":"nSetStrokeJoin(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStrokeJoin(long, int)","u":"nSetStrokeJoin(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStrokeMiter(long, float)","u":"nSetStrokeMiter(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStrokeMiter(long, float)","u":"nSetStrokeMiter(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStrokeWidth(long, float)","u":"nSetStrokeWidth(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetStrokeWidth(long, float)","u":"nSetStrokeWidth(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStrokeWidth(long, float)","u":"nSetStrokeWidth(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetStrokeWidth(long, float)","u":"nSetStrokeWidth(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetStyle(long, int)","u":"nSetStyle(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetStyle(long, int)","u":"nSetStyle(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetSubpixelText(long, boolean)","u":"nSetSubpixelText(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetSubpixelText(long, boolean)","u":"nSetSubpixelText(long,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetSurface(long, Surface, boolean)","u":"nSetSurface(long,android.view.Surface,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetSurface(long, Surface, boolean)","u":"nSetSurface(long,android.view.Surface,boolean)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSetSurfaceControl(long, long)","u":"nSetSurfaceControl(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSetSurfaceControl(long, long)","u":"nSetSurfaceControl(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTextAlign(long, int)","u":"nSetTextAlign(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTextAlign(long, int)","u":"nSetTextAlign(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTextLocales(long, String)","u":"nSetTextLocales(long,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTextLocales(long, String)","u":"nSetTextLocales(long,java.lang.String)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTextLocalesByMinikinLocaleListId(long, int)","u":"nSetTextLocalesByMinikinLocaleListId(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTextLocalesByMinikinLocaleListId(long, int)","u":"nSetTextLocalesByMinikinLocaleListId(long,int)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTextScaleX(long, float)","u":"nSetTextScaleX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTextScaleX(long, float)","u":"nSetTextScaleX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTextSize(long, float)","u":"nSetTextSize(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTextSize(long, float)","u":"nSetTextSize(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTextSkewX(long, float)","u":"nSetTextSkewX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTextSkewX(long, float)","u":"nSetTextSkewX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetTop(long, int)","u":"nSetTop(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetTop(long, int)","u":"nSetTop(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetTop(long, int)","u":"nSetTop(long,int)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetTranslate(long, float, float)","u":"nSetTranslate(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetTranslate(long, float, float)","u":"nSetTranslate(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetTranslateX(long, float)","u":"nSetTranslateX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetTranslateX(long, float)","u":"nSetTranslateX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetTranslateY(long, float)","u":"nSetTranslateY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetTranslateY(long, float)","u":"nSetTranslateY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetTranslationX(long, float)","u":"nSetTranslationX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetTranslationX(long, float)","u":"nSetTranslationX(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetTranslationX(long, float)","u":"nSetTranslationX(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetTranslationY(long, float)","u":"nSetTranslationY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetTranslationY(long, float)","u":"nSetTranslationY(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetTranslationY(long, float)","u":"nSetTranslationY(long,float)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetTranslationZ(long, float)","u":"nSetTranslationZ(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetTranslationZ(long, float)","u":"nSetTranslationZ(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetTranslationZ(long, float)","u":"nSetTranslationZ(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetTrimPathEnd(long, float)","u":"nSetTrimPathEnd(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetTrimPathEnd(long, float)","u":"nSetTrimPathEnd(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetTrimPathOffset(long, float)","u":"nSetTrimPathOffset(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetTrimPathOffset(long, float)","u":"nSetTrimPathOffset(long,float)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nSetTrimPathStart(long, float)","u":"nSetTrimPathStart(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nSetTrimPathStart(long, float)","u":"nSetTrimPathStart(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetTypeface(long, long)","u":"nSetTypeface(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTypeface(long, long)","u":"nSetTypeface(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetTypeface(Object, Object)","u":"nSetTypeface(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetUnderlineText(long, boolean)","u":"nSetUnderlineText(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetUnderlineText(long, boolean)","u":"nSetUnderlineText(long,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout","l":"nSetupParagraph(long, char[], int, float, int, float, int[], int, int, int, boolean)","u":"nSetupParagraph(long,char[],int,float,int,float,int[],int,int,int,boolean)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nSetUsageHint(long, int)","u":"nSetUsageHint(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nSetUsageHint(long, int)","u":"nSetUsageHint(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP","l":"nSetUsageHint(long, int)","u":"nSetUsageHint(long,int)"},{"p":"org.robolectric.nativeruntime","c":"MatrixNatives","l":"nSetValues(long, float[])","u":"nSetValues(long,float[])"},{"p":"org.robolectric.shadows","c":"ShadowNativeMatrix","l":"nSetValues(long, float[])","u":"nSetValues(long,float[])"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nSetVectorDrawableTarget(long, long)","u":"nSetVectorDrawableTarget(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nSetVectorDrawableTarget(long, long)","u":"nSetVectorDrawableTarget(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetWordSpacing(long, float)","u":"nSetWordSpacing(long,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetWordSpacing(long, float)","u":"nSetWordSpacing(long,float)"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"nSetXfermode(long, int)","u":"nSetXfermode(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint","l":"nSetXfermode(long, int)","u":"nSetXfermode(long,int)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nSkew(long, float, float)","u":"nSkew(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nSkew(long, float, float)","u":"nSkew(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nStart(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeAnimatorNatives","l":"nStart(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nStart(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator","l":"nStart(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ","l":"nStart(long)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedVectorDrawableNatives","l":"nStart(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int)","u":"nStart(long,android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"nStart(long, AnimatedVectorDrawable.VectorDrawableAnimatorRT, int)","u":"nStart(long,android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT,int)"},{"p":"org.robolectric.nativeruntime","c":"AnimatedImageDrawableNatives","l":"nStop(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable","l":"nStop(long)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nStopDrawing(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nStopDrawing(long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nStopDrawing(long)"},{"p":"org.robolectric.nativeruntime","c":"RenderNodeNatives","l":"nStretch(long, float, float, float, float)","u":"nStretch(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode","l":"nStretch(long, float, float, float, float)","u":"nStretch(long,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSupportsOpenGL()"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nSyncAndDrawFrame(long, long[], int)","u":"nSyncAndDrawFrame(long,long[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nSyncAndDrawFrame(long, long[], int)","u":"nSyncAndDrawFrame(long,long[],int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nSyncAndDrawFrame(long, long[], int)","u":"nSyncAndDrawFrame(long,long[],int)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nTransform(long, long)","u":"nTransform(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nTransform(long, long)","u":"nTransform(long,long)"},{"p":"org.robolectric.nativeruntime","c":"PathNatives","l":"nTransform(long, long, long)","u":"nTransform(long,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativePath","l":"nTransform(long, long, long)","u":"nTransform(long,long,long)"},{"p":"org.robolectric.nativeruntime","c":"CanvasNatives","l":"nTranslate(long, float, float)","u":"nTranslate(long,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvas","l":"nTranslate(long, float, float)","u":"nTranslate(long,float,float)"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"nTrimMemory(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"nTrimMemory(int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer","l":"nTrimMemory(int)"},{"p":"org.robolectric.res.android","c":"DataType","l":"NULL"},{"p":"org.robolectric.res","c":"ResType","l":"NULL"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"NULL_VALUE"},{"p":"org.robolectric.res","c":"AttributeResource","l":"NULL_VALUE"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog.StatsLogItem","l":"numBytes()"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nUpdateFullPathFillGradient(long, long)","u":"nUpdateFullPathFillGradient(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nUpdateFullPathFillGradient(long, long)","u":"nUpdateFullPathFillGradient(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nUpdateFullPathProperties(long, float, int, float, int, float, float, float, float, float, int, int, int)","u":"nUpdateFullPathProperties(long,float,int,float,int,float,float,float,float,float,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nUpdateFullPathProperties(long, float, int, float, int, float, float, float, float, float, int, int, int)","u":"nUpdateFullPathProperties(long,float,int,float,int,float,float,float,float,float,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nUpdateFullPathProperties(long, float, int, float, int, float, float, float, float, float, int, int, int)","u":"nUpdateFullPathProperties(long,float,int,float,int,float,float,float,float,float,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nUpdateFullPathStrokeGradient(long, long)","u":"nUpdateFullPathStrokeGradient(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nUpdateFullPathStrokeGradient(long, long)","u":"nUpdateFullPathStrokeGradient(long,long)"},{"p":"org.robolectric.nativeruntime","c":"VectorDrawableNatives","l":"nUpdateGroupProperties(long, float, float, float, float, float, float, float)","u":"nUpdateGroupProperties(long,float,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable","l":"nUpdateGroupProperties(long, float, float, float, float, float, float, float)","u":"nUpdateGroupProperties(long,float,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowVectorDrawable","l":"nUpdateGroupProperties(long, float, float, float, float, float, float, float)","u":"nUpdateGroupProperties(long,float,float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowGainmap","l":"nWriteGainmapToParcel(long, Parcel)","u":"nWriteGainmapToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.shadows","c":"ShadowHardwareBuffer","l":"nWriteHardwareBufferToParcel(long, Parcel)","u":"nWriteHardwareBufferToParcel(long,android.os.Parcel)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.O","l":"O()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"ClassInstrumentor","l":"OBJECT_TYPE"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver.NotifiedUri","l":"observer"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"obtain()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"obtain()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"obtain(AccessibilityNodeInfo)","u":"obtain(android.view.accessibility.AccessibilityNodeInfo)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"obtain(AccessibilityWindowInfo)","u":"obtain(android.view.accessibility.AccessibilityWindowInfo)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"obtain(View)","u":"obtain(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"obtain(View, int)","u":"obtain(android.view.View,int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"obtainAttributes(AttributeSet, int[])","u":"obtainAttributes(android.util.AttributeSet,int[])"},{"p":"org.robolectric.internal.bytecode","c":"ShadowMap","l":"obtainShadowInfo(Class>)","u":"obtainShadowInfo(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowResources.ShadowLegacyTheme","l":"obtainStyledAttributes(AttributeSet, int[], int, int)","u":"obtainStyledAttributes(android.util.AttributeSet,int[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowResources.ShadowLegacyTheme","l":"obtainStyledAttributes(int, int[])","u":"obtainStyledAttributes(int,int[])"},{"p":"org.robolectric.shadows","c":"ShadowResources.ShadowLegacyTheme","l":"obtainStyledAttributes(int[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl","l":"obtainStyledAttributes(Resources.Theme, AttributeSet, int[], int, int)","u":"obtainStyledAttributes(android.content.res.Resources.Theme,android.util.AttributeSet,int[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"obtainTypedArray(int)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Bundle)","u":"of(F,android.os.Bundle)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Class extends Activity>)","u":"of(F,java.lang.Class)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Class extends Activity>, Bundle)","u":"of(F,java.lang.Class,android.os.Bundle)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Class extends Activity>, Intent)","u":"of(F,java.lang.Class,android.content.Intent)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Class extends Activity>, Intent, Bundle)","u":"of(F,java.lang.Class,android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Intent)","u":"of(F,android.content.Intent)"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"of(F, Intent, Bundle)","u":"of(F,android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"of(T)"},{"p":"org.robolectric.android.controller","c":"BackupAgentController","l":"of(T)"},{"p":"org.robolectric.android.controller","c":"ContentProviderController","l":"of(T)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"of(T, Intent)","u":"of(T,android.content.Intent)"},{"p":"org.robolectric.android.controller","c":"IntentServiceController","l":"of(T, Intent)","u":"of(T,android.content.Intent)"},{"p":"org.robolectric.android.controller","c":"ServiceController","l":"of(T, Intent)","u":"of(T,android.content.Intent)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"of(T, Intent, Bundle)","u":"of(T,android.content.Intent,android.os.Bundle)"},{"p":"org.robolectric.annotation","c":"ConscryptMode.Mode","l":"OFF"},{"p":"org.robolectric.annotation.experimental","c":"LazyApplication.LazyLoad","l":"OFF"},{"p":"org.robolectric.annotation.processing.validator","c":"ImplementsValidator.SdkCheckMode","l":"OFF"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"offset(float, float)","u":"offset(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"offset(float, float, Path)","u":"offset(float,float,android.graphics.Path)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"offsetLeftAndRight(int)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"offsetLeftAndRight(int)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"offsetTopAndBottom(int)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"offsetTopAndBottom(int)"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy.ShadowPixelCopyRequestBuilder","l":"ofWindow(View)","u":"ofWindow(android.view.View)"},{"p":"org.robolectric.annotation","c":"Config","l":"OLDEST_SDK"},{"p":"org.robolectric.versioning","c":"AndroidVersions.OMR1","l":"OMR1()","u":"%3Cinit%3E()"},{"p":"org.robolectric.annotation","c":"ConscryptMode.Mode","l":"ON"},{"p":"org.robolectric.annotation.experimental","c":"LazyApplication.LazyLoad","l":"ON"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onActivityResult(int, int, Intent)","u":"onActivityResult(int,int,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowUwbAdapterStateListener","l":"onAdapterStateChanged(int, int)","u":"onAdapterStateChanged(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"onAlarmListener"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView","l":"onAttachedToWindow()"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack.OnAudioDataWrittenListener","l":"onAudioDataWritten(ShadowAudioTrack, byte[], AudioFormat)","u":"onAudioDataWritten(org.robolectric.shadows.ShadowAudioTrack,byte[],android.media.AudioFormat)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"onBackPressed()"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"onCallbackDied(E)"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"onCallbackDied(E, Object)","u":"onCallbackDied(E,java.lang.Object)"},{"p":"org.robolectric.res","c":"StaxLoader","l":"onCharacters(XMLStreamReader, XmlContext)","u":"onCharacters(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxValueLoader","l":"onCharacters(XMLStreamReader, XmlContext)","u":"onCharacters(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"TextCollectingNodeHandler","l":"onCharacters(XMLStreamReader, XmlContext)","u":"onCharacters(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res.android","c":"Asset","l":"onClose"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession.Adapter","l":"onClose(RangingSession, RangingSession.Callback)","u":"onClose(android.uwb.RangingSession,android.uwb.RangingSession.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowResources.OnConfigurationChangeListener","l":"onConfigurationChange(Configuration, Configuration, DisplayMetrics)","u":"onConfigurationChange(android.content.res.Configuration,android.content.res.Configuration,android.util.DisplayMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec.CodecConfig.Codec","l":"onConfigured(MediaFormat, Surface, MediaCrypto, int)","u":"onConfigured(android.media.MediaFormat,android.view.Surface,android.media.MediaCrypto,int)"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"onConnectionEvent(String, String, Bundle)","u":"onConnectionEvent(java.lang.String,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"onCreate(Bundle)","u":"onCreate(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.CreateListener","l":"onCreate(MediaPlayer, ShadowMediaPlayer)","u":"onCreate(android.media.MediaPlayer,org.robolectric.shadows.ShadowMediaPlayer)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onCreateDialog(int)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"onCreateOptionsMenu(Menu)","u":"onCreateOptionsMenu(android.view.Menu)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"onDbCorruption(String, String, Throwable)","u":"onDbCorruption(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"onDestroy()"},{"p":"org.robolectric.shadows","c":"ShadowService","l":"onDestroy()"},{"p":"org.robolectric.res","c":"TextCollectingNodeHandler","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxArrayLoader","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxAttrLoader","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxLoader","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxPluralsLoader","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxStyleLoader","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxValueLoader","l":"onEnd(XMLStreamReader, XmlContext)","u":"onEnd(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.android.internal","c":"RoboMonitoringInstrumentation","l":"onException(Object, Throwable)","u":"onException(java.lang.Object,java.lang.Throwable)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTaskLoader","l":"onForceLoad()"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"onInterceptTouchEvent(MotionEvent)","u":"onInterceptTouchEvent(android.view.MotionEvent)"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"onKeyDown(int, KeyEvent)","u":"onKeyDown(int,android.view.KeyEvent)"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"onKeyUp(int, KeyEvent)","u":"onKeyUp(int,android.view.KeyEvent)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"onLayout(boolean, int, int, int, int)","u":"onLayout(boolean,int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"onLayoutWasCalled()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onNewIntent(Intent)","u":"onNewIntent(android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession.Adapter","l":"onOpen(RangingSession, RangingSession.Callback, PersistableBundle)","u":"onOpen(android.uwb.RangingSession,android.uwb.RangingSession.Callback,android.os.PersistableBundle)"},{"p":"org.robolectric.shadows","c":"ShadowGLSurfaceView","l":"onPause()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"onPause()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo.OnPerformActionListener","l":"onPerformAccessibilityAction(int, Bundle)","u":"onPerformAccessibilityAction(int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onPostCreate(Bundle)","u":"onPostCreate(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onPostResume()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onPrepareDialog(int, Dialog)","u":"onPrepareDialog(int,android.app.Dialog)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"onPrepareDialog(int, Dialog, Bundle)","u":"onPrepareDialog(int,android.app.Dialog,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager.PrivateCommandListener","l":"onPrivateCommand(View, String, Bundle)","u":"onPrivateCommand(android.view.View,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastReceiver","l":"onReceive(Context, Intent)","u":"onReceive(android.content.Context,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowBroadcastReceiver","l":"onReceive(Context, Intent, AtomicBoolean)","u":"onReceive(android.content.Context,android.content.Intent,java.util.concurrent.atomic.AtomicBoolean)"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession.Adapter","l":"onReconfigure(RangingSession, RangingSession.Callback, PersistableBundle)","u":"onReconfigure(android.uwb.RangingSession,android.uwb.RangingSession.Callback,android.os.PersistableBundle)"},{"p":"org.robolectric.shadows","c":"ShadowGLSurfaceView","l":"onResume()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"onResume()"},{"p":"org.robolectric.shadows","c":"ShadowSystemServiceRegistry","l":"onServiceNotFound(Object)","u":"onServiceNotFound(java.lang.Object)"},{"p":"org.robolectric.pluginapi","c":"TestEnvironmentLifecyclePlugin","l":"onSetupApplicationState()"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession.Adapter","l":"onStart(RangingSession, RangingSession.Callback, PersistableBundle)","u":"onStart(android.uwb.RangingSession,android.uwb.RangingSession.Callback,android.os.PersistableBundle)"},{"p":"org.robolectric.res","c":"TextCollectingNodeHandler","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxArrayLoader","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxAttrLoader","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxLoader","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxPluralsLoader","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxStyleLoader","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.res","c":"StaxValueLoader","l":"onStart(XMLStreamReader, XmlContext)","u":"onStart(javax.xml.stream.XMLStreamReader,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession.Adapter","l":"onStop(RangingSession, RangingSession.Callback)","u":"onStop(android.uwb.RangingSession,android.uwb.RangingSession.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"onTouchEvent(MotionEvent)","u":"onTouchEvent(android.view.MotionEvent)"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"onTouchEvent(MotionEvent)","u":"onTouchEvent(android.view.MotionEvent)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"onTouchEvent(MotionEvent)","u":"onTouchEvent(android.view.MotionEvent)"},{"p":"org.robolectric.shadows","c":"ShadowBinderBridge","l":"onTransact(int, Parcel, Parcel, int)","u":"onTransact(int,android.os.Parcel,android.os.Parcel,int)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"onViewDetachedFromWindow(View)","u":"onViewDetachedFromWindow(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"onVsync()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"onVsync(long, int)","u":"onVsync(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"onVsync(long, int, int)","u":"onVsync(long,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"onVsync(long, long, int)","u":"onVsync(long,long,int)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver.DisplayEventReceiverReflector","l":"onVsync(long, long, int, Object)","u":"onVsync(long,long,int,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"OP_TIME"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"op(Path, Path, Path.Op)","u":"op(android.graphics.Path,android.graphics.Path,android.graphics.Path.Op)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"open()"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"open(File, int)","u":"open(java.io.File,int)"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"open(File, int, Handler, ParcelFileDescriptor.OnCloseListener)","u":"open(java.io.File,int,android.os.Handler,android.os.ParcelFileDescriptor.OnCloseListener)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"open(int)"},{"p":"org.robolectric.shadows","c":"ShadowCloseGuard","l":"open(String)","u":"open(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"open(String)","u":"open(java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"open(String, Asset.AccessMode)","u":"open(java.lang.String,org.robolectric.res.android.Asset.AccessMode)"},{"p":"org.robolectric.res.android","c":"CppApkAssets","l":"Open(String, Asset.AccessMode)","u":"Open(java.lang.String,org.robolectric.res.android.Asset.AccessMode)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"Open(String, Asset.AccessMode)","u":"Open(java.lang.String,org.robolectric.res.android.Asset.AccessMode)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"open(String, int)","u":"open(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowLinux","l":"open(String, int, int)","u":"open(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"openAccessory(UsbAccessory)","u":"openAccessory(android.hardware.usb.UsbAccessory)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"openAsset(String, int)","u":"openAsset(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openAsset(String, int)","u":"openAsset(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"openAssetFd(String, long[])","u":"openAssetFd(java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openAssetFd(String, long[])","u":"openAssetFd(java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"openAssetFile(Uri, String)","u":"openAssetFile(android.net.Uri,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Executor, int)","u":"openCameraDeviceUserAsync(java.lang.String,android.hardware.camera2.CameraDevice.StateCallback,java.util.concurrent.Executor,int)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Executor, int, int)","u":"openCameraDeviceUserAsync(java.lang.String,android.hardware.camera2.CameraDevice.StateCallback,java.util.concurrent.Executor,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Executor, int, int, boolean)","u":"openCameraDeviceUserAsync(java.lang.String,android.hardware.camera2.CameraDevice.StateCallback,java.util.concurrent.Executor,int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Handler)","u":"openCameraDeviceUserAsync(java.lang.String,android.hardware.camera2.CameraDevice.StateCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"openCameraDeviceUserAsync(String, CameraDevice.StateCallback, Handler, int)","u":"openCameraDeviceUserAsync(java.lang.String,android.hardware.camera2.CameraDevice.StateCallback,android.os.Handler,int)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"openDevice(UsbDevice)","u":"openDevice(android.hardware.usb.UsbDevice)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"openDir(String)","u":"openDir(java.lang.String)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"OpenDir(String)","u":"OpenDir(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openFd(String)","u":"openFd(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"openFile(Uri, String)","u":"openFile(android.net.Uri,java.lang.String)"},{"p":"org.robolectric.res.android","c":"Asset","l":"openFileDescriptor(Ref, Ref)","u":"openFileDescriptor(org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"openFileDescriptor(String, int)","u":"openFileDescriptor(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothManager","l":"openGattServer(Context, BluetoothGattServerCallback, int)","u":"openGattServer(android.content.Context,android.bluetooth.BluetoothGattServerCallback,int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothManager","l":"openGattServer(Context, BluetoothGattServerCallback, int, boolean)","u":"openGattServer(android.content.Context,android.bluetooth.BluetoothGattServerCallback,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"openInputStream(Uri)","u":"openInputStream(android.net.Uri)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"openNonAsset(int, String, Asset.AccessMode)","u":"openNonAsset(int,java.lang.String,org.robolectric.res.android.Asset.AccessMode)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openNonAsset(int, String, int)","u":"openNonAsset(int,java.lang.String,int)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"OpenNonAsset(String, ApkAssetsCookie, Asset.AccessMode)","u":"OpenNonAsset(java.lang.String,org.robolectric.res.android.ApkAssetsCookie,org.robolectric.res.android.Asset.AccessMode)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"OpenNonAsset(String, Asset.AccessMode)","u":"OpenNonAsset(java.lang.String,org.robolectric.res.android.Asset.AccessMode)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"OpenNonAsset(String, Asset.AccessMode, Ref)","u":"OpenNonAsset(java.lang.String,org.robolectric.res.android.Asset.AccessMode,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.res.android","c":"CppAssetManager","l":"openNonAsset(String, Asset.AccessMode, Ref)","u":"openNonAsset(java.lang.String,org.robolectric.res.android.Asset.AccessMode,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openNonAssetFd(int, String)","u":"openNonAssetFd(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"openNonAssetFdNative(int, String, long[])","u":"openNonAssetFdNative(int,java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openNonAssetFdNative(int, String, long[])","u":"openNonAssetFdNative(int,java.lang.String,long[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"openNonAssetNative(int, String, int)","u":"openNonAssetNative(int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openNonAssetNative(int, String, int)","u":"openNonAssetNative(int,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"openOutputStream(Uri)","u":"openOutputStream(android.net.Uri)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"openOutputStream(Uri, String)","u":"openOutputStream(android.net.Uri,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowUwbManager","l":"openRangingSession(PersistableBundle, Executor, RangingSession.Callback)","u":"openRangingSession(android.os.PersistableBundle,java.util.concurrent.Executor,android.uwb.RangingSession.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowUwbManager","l":"openRangingSession(PersistableBundle, Executor, RangingSession.Callback, String)","u":"openRangingSession(android.os.PersistableBundle,java.util.concurrent.Executor,android.uwb.RangingSession.Callback,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"openRawResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"openRawResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"openRawResource(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"openRawResourceFd(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"openRawResourceFd(int)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"openRawResourceFd(int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"openSession(int)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"openTypedAssetFileDescriptor(Uri, String, Bundle)","u":"openTypedAssetFileDescriptor(android.net.Uri,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller.ShadowSession","l":"openWrite(String, long, long)","u":"openWrite(java.lang.String,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"openXmlAssetNative(int, String)","u":"openXmlAssetNative(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openXmlAssetNative(int, String)","u":"openXmlAssetNative(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"openXmlResourceParser(int, String)","u":"openXmlResourceParser(int,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager.ScheduledAlarm","l":"operation"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentForResult","l":"options"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"options"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"orientation"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"ORIENTATION"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"ORIENTATION_ANY"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"ORIENTATION_LAND"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"ORIENTATION_PORT"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"ORIENTATION_SQUARE"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.OutgoingCallRecord","l":"OutgoingCallRecord(Uri, Bundle)","u":"%3Cinit%3E(android.net.Uri,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.ArcPaintHistoryEvent","l":"oval"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.OvalPaintHistoryEvent","l":"oval"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"overlay(Config)","u":"overlay(org.robolectric.annotation.Config)"},{"p":"org.robolectric.res.android","c":"IdmapEntries","l":"overlayTypeId()"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"override(String, String)","u":"override(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCarrierConfigManager","l":"overrideConfig(int, PersistableBundle)","u":"overrideConfig(int,android.os.PersistableBundle)"},{"p":"org.robolectric.shadows","c":"ShadowIcon","l":"overrideExecutor(Executor)","u":"overrideExecutor(java.util.concurrent.Executor)"},{"p":"org.robolectric.shadows","c":"ShadowPausedAsyncTask","l":"overrideExecutor(Executor)","u":"overrideExecutor(java.util.concurrent.Executor)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"overridePendingTransition(int, int)","u":"overridePendingTransition(int,int)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"ownerPackageName"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"ownerUid"},{"p":"org.robolectric.versioning","c":"AndroidVersions.P","l":"P()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResourceName","l":"package_"},{"p":"org.robolectric.res.android","c":"ResTable.PackageGroup","l":"PackageGroup(ResTable, String, int, boolean, boolean, boolean)","u":"%3Cinit%3E(org.robolectric.res.android.ResTable,java.lang.String,int,boolean,boolean,boolean)"},{"p":"org.robolectric.manifest","c":"PackageItemData","l":"PackageItemData(String, MetaData)","u":"%3Cinit%3E(java.lang.String,org.robolectric.manifest.MetaData)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"packageName"},{"p":"org.robolectric.res.android","c":"ResTable.ResourceName","l":"packageName"},{"p":"org.robolectric.res","c":"DocumentLoader","l":"packageName"},{"p":"org.robolectric.res","c":"ResName","l":"packageName"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"packageName()"},{"p":"org.robolectric.annotation","c":"Config","l":"packageName()"},{"p":"org.robolectric.plugins","c":"PackagePropertiesLoader","l":"PackagePropertiesLoader()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"PackageResourceTable(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"PackageSetting()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager.PackageSetting","l":"PackageSetting(ShadowPackageManager.PackageSetting)","u":"%3Cinit%3E(org.robolectric.shadows.ShadowPackageManager.PackageSetting)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"packagesToNotAcquire"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration.Builder","l":"packagesToNotInstrument"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"packLanguage(String)","u":"packLanguage(java.lang.String)"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"packRegion(String)","u":"packRegion(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.ArcPaintHistoryEvent","l":"paint"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.CirclePaintHistoryEvent","l":"paint"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.LinePaintHistoryEvent","l":"paint"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.OvalPaintHistoryEvent","l":"paint"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RectPaintHistoryEvent","l":"paint"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RoundRectPaintHistoryEvent","l":"paint"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.TextHistoryEvent","l":"paint"},{"p":"org.robolectric.nativeruntime","c":"PaintNatives","l":"PaintNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"AttrData.Pair","l":"Pair(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"param(String, String)","u":"param(java.lang.String,java.lang.String)"},{"p":"org.robolectric","c":"ParameterizedRobolectricTestRunner","l":"ParameterizedRobolectricTestRunner(Class>)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"org.robolectric.annotation.processing","c":"DocumentedMethod","l":"params"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"params"},{"p":"org.robolectric.shadows.httpclient","c":"ParamsParser","l":"ParamsParser()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"InvocationProfile","l":"paramTypes"},{"p":"org.robolectric.internal.bytecode","c":"MethodSignature","l":"paramTypes"},{"p":"org.robolectric.internal.bytecode","c":"MethodSignature","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowTime","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"org.robolectric.res","c":"Qualifiers","l":"parse(String, boolean)","u":"parse(java.lang.String,boolean)"},{"p":"org.robolectric.res.android","c":"ConfigDescription","l":"parse(String, ResTable_config)","u":"parse(java.lang.String,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.res.android","c":"ConfigDescription","l":"parse(String, ResTable_config, boolean)","u":"parse(java.lang.String,org.robolectric.res.android.ResTable_config,boolean)"},{"p":"org.robolectric.shadows","c":"ResourceHelper","l":"parseFloatAttribute(String, String, TypedValue, boolean)","u":"parseFloatAttribute(java.lang.String,java.lang.String,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ResourceHelper2","l":"parseFloatAttribute(String, String, TypedValue, boolean)","u":"parseFloatAttribute(java.lang.String,java.lang.String,android.util.TypedValue,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowContentUris","l":"parseId(Uri)","u":"parseId(android.net.Uri)"},{"p":"org.robolectric.util","c":"Util","l":"parseInt(String)","u":"parseInt(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowInetAddressUtils","l":"parseNumericAddressNoThrow(String)","u":"parseNumericAddressNoThrow(java.lang.String)"},{"p":"org.robolectric.shadows.httpclient","c":"ParamsParser","l":"parseParams(HttpRequest)","u":"parseParams(org.apache.http.HttpRequest)"},{"p":"org.robolectric.annotation.internal","c":"ConfigUtils","l":"parseSdkArrayProperty(String)","u":"parseSdkArrayProperty(java.lang.String)"},{"p":"org.robolectric.annotation.internal","c":"ConfigUtils","l":"parseSdkInt(String)","u":"parseSdkInt(java.lang.String)"},{"p":"org.robolectric.annotation.internal","c":"ConfigUtils","l":"parseStringArrayProperty(String)","u":"parseStringArrayProperty(java.lang.String)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ArscResourceResolver","l":"parseValue(Integer, ResName, AttributeResource, TypedValue)","u":"parseValue(java.lang.Integer,org.robolectric.res.ResName,org.robolectric.res.AttributeResource,android.util.TypedValue)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.LegacyResourceResolver","l":"parseValue(Integer, ResName, AttributeResource, TypedValue)","u":"parseValue(java.lang.Integer,org.robolectric.res.ResName,org.robolectric.res.AttributeResource,android.util.TypedValue)"},{"p":"org.robolectric.android","c":"AttributeSetBuilderImpl.ResourceResolver","l":"parseValue(Integer, ResName, AttributeResource, TypedValue)","u":"parseValue(java.lang.Integer,org.robolectric.res.ResName,org.robolectric.res.AttributeResource,android.util.TypedValue)"},{"p":"org.robolectric.manifest","c":"PathPermissionData","l":"path"},{"p":"org.robolectric.res.android","c":"ApkAssetsCache.Key","l":"path()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"path(String)","u":"path(java.lang.String)"},{"p":"org.robolectric.util","c":"Util","l":"pathFrom(URL)","u":"pathFrom(java.net.URL)"},{"p":"org.robolectric.manifest","c":"PathPermissionData","l":"pathPattern"},{"p":"org.robolectric.manifest","c":"PathPermissionData","l":"pathPrefix"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"pattern"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"PAUSE"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"pause()"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"pause()"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"pause()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"pause()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"pause()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"pause()"},{"p":"org.robolectric.shadows","c":"ShadowVideoView","l":"pause()"},{"p":"org.robolectric.util","c":"Scheduler","l":"pause()"},{"p":"org.robolectric.android.internal","c":"LocalActivityInvoker","l":"pauseActivity(Activity)","u":"pauseActivity(android.app.Activity)"},{"p":"org.robolectric.annotation","c":"LooperMode.Mode","l":"PAUSED"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"PAUSED"},{"p":"org.robolectric.util","c":"Scheduler.IdleState","l":"PAUSED"},{"p":"org.robolectric.android.util.concurrent","c":"PausedExecutorService","l":"PausedExecutorService()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"pauseLooper(Looper)","u":"pauseLooper(android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"pauseMainLooper()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"peekAuthToken(Account, String)","u":"peekAuthToken(android.accounts.Account,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"peekInstance()"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"peekNativeObject(long)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"peekNextAddAccountOptions()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"peekNextScheduledAlarm()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"peekNextStartedActivity()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"peekNextStartedActivity()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"peekNextStartedActivityForResult()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"peekNextStartedActivityForResult()"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"peekNextStartedMainActivity()"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"peekNextStartedService()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"peekWindowSession()"},{"p":"org.robolectric.shadows","c":"ShadowFingerprintManager","l":"pendingCryptoObject"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager.MultimediaMessageParams","l":"pendingIntent"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothLeScanner.ScanParams","l":"pendingIntent()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityButtonController","l":"performAccessibilityButtonClick()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"performAccessibilityShortcut()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"performAction(int)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"performAction(int, Bundle)","u":"performAction(int,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"performClick()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performCreate(Bundle)","u":"performCreate(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performDestroy()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityService","l":"performGlobalAction(int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"performHapticFeedback(int)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"performIdentifierAction(int, int)","u":"performIdentifierAction(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAdapterView","l":"performItemClick(int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"performLongClick()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"performNoPageLoadClientCallbacks()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performPause()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performRestart()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performRestart(boolean)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performRestart(boolean, String)","u":"performRestart(boolean,java.lang.String)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performRestoreInstanceState(Bundle)","u":"performRestoreInstanceState(android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performResume()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performResume(boolean, String)","u":"performResume(boolean,java.lang.String)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performSaveInstanceState(Bundle)","u":"performSaveInstanceState(android.os.Bundle)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"performShortcut(int, KeyEvent, int)","u":"performShortcut(int,android.view.KeyEvent,int)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performStart()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performStart(String)","u":"performStart(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricInternals","l":"performStaticInitialization(Class>)","u":"performStaticInitialization(java.lang.Class)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performStop()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performStop(boolean)"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performStop(boolean, String)","u":"performStop(boolean,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"performSuccessfulPageLoadClientCallbacks()"},{"p":"org.robolectric.shadows","c":"_Activity_","l":"performTopResumedActivityChanged(boolean, String)","u":"performTopResumedActivityChanged(boolean,java.lang.String)"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"PerfStatsCollector()","u":"%3Cinit%3E()"},{"p":"org.robolectric.manifest","c":"PermissionGroupItemData","l":"PermissionGroupItemData(String, String, String, MetaData)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,org.robolectric.manifest.MetaData)"},{"p":"org.robolectric.manifest","c":"PermissionItemData","l":"PermissionItemData(String, String, String, String, String, MetaData)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.robolectric.manifest.MetaData)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.PermissionsRequest","l":"PermissionsRequest(String[], int)","u":"%3Cinit%3E(java.lang.String[],int)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.CallRecord","l":"phoneAccount"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager.OutgoingCallRecord","l":"phoneAccount"},{"p":"org.robolectric.shadows","c":"PhoneAccountBuilder","l":"PhoneAccountBuilder(PhoneAccount)","u":"%3Cinit%3E(android.telecom.PhoneAccount)"},{"p":"org.robolectric.shadows","c":"PhoneAccountBuilder","l":"PhoneAccountBuilder(PhoneAccountHandle, CharSequence)","u":"%3Cinit%3E(android.telecom.PhoneAccountHandle,java.lang.CharSequence)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"physicalXDpi"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"physicalYDpi"},{"p":"org.robolectric.shadows","c":"ShadowApkAssets.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowAssetInputStream.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowAssetManager.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowAsyncTask.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowAsyncTaskLoader.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowBitmap.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWindow.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowLooper.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMatrix.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMessage.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowMessageQueue.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeAllocationRegistry.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedImageDrawable.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseRecordingCanvas.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapDrawable.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapFactory.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmapShader.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBlendModeColorFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBlurMaskFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeCanvasProperty.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeColor.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorMatrixColorFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeColorSpaceRgb.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeComposePathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeComposeShader.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeCornerPathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeDashPathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeDiscretePathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeDisplayListCanvas.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeEmbossMaskFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFont.ShadowNativeFontBuilder.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFamily.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontFileUtil.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeFontsFontFamily.ShadowNativeFontFamilyBuilder.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRendererObserver.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageDecoder.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReader.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeImageReaderSurfaceImage.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeInterpolator.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeLightingColorFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeLinearGradient.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeLineBreaker.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMaskFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredParagraph.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeMeasuredText.ShadowNativeMeasuredTextBuilder.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeNativeInterpolatorFactory.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeNinePatch.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePaint.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePathDashPathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePathMeasure.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePathParser.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePicture.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePorterDuffColorFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePositionedGlyphs.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativePropertyValuesHolder.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRadialGradient.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRecordingCanvas.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegionIterator.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNode.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimator.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeAnimatorQ.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRenderNodeOP.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeRuntimeShader.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeShader.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeStaticLayout.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeSumPathEffect.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeSurface.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeSweepGradient.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeSystemFonts.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTableMaskFilter.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTextRunShaper.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeThreadedRenderer.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeTypeface.ShadowNativeTypefaceBuilder.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeVectorDrawable.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowNativeVirtualRefBasePtr.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowPath.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowResources.ShadowTheme.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowResourcesImpl.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowResourcesImpl.ShadowThemeImpl.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowSQLiteConnection.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowTypeface.Picker","l":"Picker()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadow.api","c":"ShadowPicker","l":"pickShadowClass()"},{"p":"org.robolectric.shadows","c":"GraphicsShadowPicker","l":"pickShadowClass()"},{"p":"org.robolectric.shadows","c":"LooperShadowPicker","l":"pickShadowClass()"},{"p":"org.robolectric.shadows","c":"ResourceModeShadowPicker","l":"pickShadowClass()"},{"p":"org.robolectric.shadows","c":"SQLiteShadowPicker","l":"pickShadowClass()"},{"p":"org.robolectric.internal.bytecode","c":"ShadowWrangler","l":"pickShadowMethod(Class>, String, Class>[])","u":"pickShadowMethod(java.lang.Class,java.lang.String,java.lang.Class[])"},{"p":"org.robolectric.nativeruntime","c":"PictureNatives","l":"PictureNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"pinShortcuts(String, List, UserHandle)","u":"pinShortcuts(java.lang.String,java.util.List,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"pinSlice(Uri, Set)","u":"pinSlice(android.net.Uri,java.util.Set)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"placeCall(Uri, Bundle)","u":"placeCall(android.net.Uri,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowMediaActionSound","l":"play(int)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool","l":"play(int, float, float, int, int, float)","u":"play(int,float,float,int,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"PLAYBACK_COMPLETED"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"Playback(int, float, float, int, int, float)","u":"%3Cinit%3E(int,float,float,int,int,float)"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"playSoundEffect(int)"},{"p":"org.robolectric.res","c":"PluralRules","l":"PluralRules(List, ResType, XmlContext)","u":"%3Cinit%3E(java.util.List,org.robolectric.res.ResType,org.robolectric.res.XmlContext)"},{"p":"org.robolectric.shadows","c":"ShadowPath.Point","l":"Point(float, float, ShadowPath.Point.Type)","u":"%3Cinit%3E(float,float,org.robolectric.shadows.ShadowPath.Point.Type)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"poll(long)"},{"p":"org.robolectric.internal.dependency","c":"MavenJarArtifact","l":"pomPath()"},{"p":"org.robolectric.internal.dependency","c":"MavenJarArtifact","l":"pomSha512Path()"},{"p":"org.robolectric.shadows","c":"ShadowInputManager","l":"populateInputDevicesLocked()"},{"p":"org.robolectric.shadows","c":"ShadowInputManagerGlobal","l":"populateInputDevicesLocked()"},{"p":"org.robolectric.shadows","c":"ShadowAdapterView","l":"populateItems()"},{"p":"org.robolectric.plugins","c":"DefaultSdkProvider","l":"populateSdks(TreeMap)","u":"populateSdks(java.util.TreeMap)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"pos()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"pos()"},{"p":"org.robolectric.shadows","c":"ShadowTypedArray","l":"positionDescription"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"post(Runnable)","u":"post(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"post(Runnable)","u":"post(java.lang.Runnable)"},{"p":"org.robolectric.util","c":"Scheduler","l":"post(Runnable)","u":"post(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"post(Runnable, long)","u":"post(java.lang.Runnable,long)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"post(Runnable, long)","u":"post(java.lang.Runnable,long)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"post(Runnable, long)","u":"post(java.lang.Runnable,long)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"postAtFrontOfQueue(Runnable)","u":"postAtFrontOfQueue(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"postAtFrontOfQueue(Runnable)","u":"postAtFrontOfQueue(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"postAtFrontOfQueue(Runnable)","u":"postAtFrontOfQueue(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"postAtFrontOfQueue(Runnable)","u":"postAtFrontOfQueue(java.lang.Runnable)"},{"p":"org.robolectric.util","c":"Scheduler","l":"postAtFrontOfQueue(Runnable)","u":"postAtFrontOfQueue(java.lang.Runnable)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"postBody(FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher)","u":"postBody(org.robolectric.shadows.httpclient.FakeHttpLayer.RequestMatcherBuilder.PostBodyMatcher)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"postCallback(int, Runnable, Object)","u":"postCallback(int,java.lang.Runnable,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"postCallbackDelayed(int, Runnable, Object, long)","u":"postCallbackDelayed(int,java.lang.Runnable,java.lang.Object,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postConcat(Matrix)","u":"postConcat(android.graphics.Matrix)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"postCreate(Bundle)","u":"postCreate(android.os.Bundle)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"postDelayed(Runnable, long)","u":"postDelayed(java.lang.Runnable,long)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"postDelayed(Runnable, long)","u":"postDelayed(java.lang.Runnable,long)"},{"p":"org.robolectric.util","c":"Scheduler","l":"postDelayed(Runnable, long)","u":"postDelayed(java.lang.Runnable,long)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"postDelayed(Runnable, long, TimeUnit)","u":"postDelayed(java.lang.Runnable,long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.util","c":"Scheduler","l":"postDelayed(Runnable, long, TimeUnit)","u":"postDelayed(java.lang.Runnable,long,java.util.concurrent.TimeUnit)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"postEvent(ShadowMediaPlayer.MediaEvent)","u":"postEvent(org.robolectric.shadows.ShadowMediaPlayer.MediaEvent)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"postEventDelayed(ShadowMediaPlayer.MediaEvent, long)","u":"postEventDelayed(org.robolectric.shadows.ShadowMediaPlayer.MediaEvent,long)"},{"p":"org.robolectric.nativeruntime","c":"ImageReaderNatives","l":"postEventFromNative(Object)","u":"postEventFromNative(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"postFrameCallback(Choreographer.FrameCallback)","u":"postFrameCallback(android.view.Choreographer.FrameCallback)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"postFrameCallbackDelayed(Choreographer.FrameCallback, long)","u":"postFrameCallbackDelayed(android.view.Choreographer.FrameCallback,long)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"postInvalidateDelayed(long)"},{"p":"org.robolectric.fakes","c":"RoboWebMessagePort","l":"postMessage(WebMessage)","u":"postMessage(android.webkit.WebMessage)"},{"p":"org.robolectric.internal.bytecode","c":"SandboxClassLoader","l":"postProcessUninstrumentedClass(ClassDetails)","u":"postProcessUninstrumentedClass(org.robolectric.internal.bytecode.ClassDetails)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"postResume()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postRotate(float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postRotate(float, float, float)","u":"postRotate(float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postScale(float, float)","u":"postScale(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postScale(float, float, float, float)","u":"postScale(float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postSkew(float, float)","u":"postSkew(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postSkew(float, float, float, float)","u":"postSkew(float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"postSync(Runnable)","u":"postSync(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"postTranslate(float, float)","u":"postTranslate(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"postUsabilityStats(int, boolean, WifiUsabilityStatsEntryBuilder)","u":"postUsabilityStats(int,boolean,org.robolectric.shadows.WifiUsabilityStatsEntryBuilder)"},{"p":"org.robolectric.shadows","c":"ShadowLinux","l":"pread(FileDescriptor, byte[], int, int, long)","u":"pread(java.io.FileDescriptor,byte[],int,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preConcat(Matrix)","u":"preConcat(android.graphics.Matrix)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.WifiUsabilityScore","l":"predictionHorizonSec"},{"p":"org.robolectric.nativeruntime","c":"HardwareRendererNatives","l":"preload()"},{"p":"org.robolectric.shadows","c":"ShadowNativeHardwareRenderer","l":"preload()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"prepare()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"prepare()"},{"p":"org.robolectric.shadows","c":"ShadowVpnService","l":"prepare(Context)","u":"prepare(android.content.Context)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"prepareAsync()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"PREPARED"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"prepareMainLooper()"},{"p":"org.robolectric","c":"DefaultTestLifecycle","l":"prepareTest(Object)","u":"prepareTest(java.lang.Object)"},{"p":"org.robolectric","c":"TestLifecycle","l":"prepareTest(Object)","u":"prepareTest(java.lang.Object)"},{"p":"org.robolectric","c":"TestLifecycleApplication","l":"prepareTest(Object)","u":"prepareTest(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.State","l":"PREPARING"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preRotate(float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preRotate(float, float, float)","u":"preRotate(float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preScale(float, float)","u":"preScale(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preScale(float, float, float, float)","u":"preScale(float,float,float,float)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"presentationDeadlineNanos"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preSkew(float, float)","u":"preSkew(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preSkew(float, float, float, float)","u":"preSkew(float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"preTranslate(float, float)","u":"preTranslate(float,float)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator.PrimitiveEffect","l":"PrimitiveEffect(int, float, int)","u":"%3Cinit%3E(int,float,int)"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"primitiveEffects"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"println_native(int, int, String, String)","u":"println_native(int,int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"priority"},{"p":"org.robolectric.shadows","c":"ShadowSslErrorHandler","l":"proceed()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec.CodecConfig.Codec","l":"process(ByteBuffer, ByteBuffer)","u":"process(java.nio.ByteBuffer,java.nio.ByteBuffer)"},{"p":"org.robolectric.annotation.processing","c":"RobolectricProcessor","l":"process(Set extends TypeElement>, RoundEnvironment)","u":"process(java.util.Set,javax.annotation.processing.RoundEnvironment)"},{"p":"org.robolectric.res","c":"StringResources","l":"processStringResources(String)","u":"processStringResources(java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboCursor","l":"projection"},{"p":"org.robolectric.internal.dependency","c":"PropertiesDependencyResolver","l":"PropertiesDependencyResolver(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"org.robolectric.internal.dependency","c":"PropertiesDependencyResolver","l":"PropertiesDependencyResolver(Path, DependencyResolver)","u":"%3Cinit%3E(java.nio.file.Path,org.robolectric.internal.dependency.DependencyResolver)"},{"p":"org.robolectric.shadows","c":"ShadowVpnService","l":"protect(Socket)","u":"protect(java.net.Socket)"},{"p":"org.robolectric.shadows","c":"ShadowWearableSensingManager","l":"provideData(PersistableBundle, SharedMemory, Executor, Consumer)","u":"provideData(android.os.PersistableBundle,android.os.SharedMemory,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowWearableSensingManager","l":"provideDataStream(ParcelFileDescriptor, Executor, Consumer)","u":"provideDataStream(android.os.ParcelFileDescriptor,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"provideImpl(ShadowGoogleAuthUtil.GoogleAuthUtilImpl)","u":"provideImpl(org.robolectric.shadows.gms.ShadowGoogleAuthUtil.GoogleAuthUtilImpl)"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"provideImpl(ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl)","u":"provideImpl(org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"ProviderProperties(boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)","u":"%3Cinit%3E(boolean,boolean,boolean,boolean,boolean,boolean,boolean,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager.ProviderProperties","l":"ProviderProperties(Criteria)","u":"%3Cinit%3E(android.location.Criteria)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"provideWidthAndHeightHints(FileDescriptor, int, int)","u":"provideWidthAndHeightHints(java.io.FileDescriptor,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"provideWidthAndHeightHints(int, int, int)","u":"provideWidthAndHeightHints(int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"provideWidthAndHeightHints(String, int, int)","u":"provideWidthAndHeightHints(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"provideWidthAndHeightHints(Uri, int, int)","u":"provideWidthAndHeightHints(android.net.Uri,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowVpnManager","l":"provisionVpnProfile(PlatformVpnProfile)","u":"provisionVpnProfile(android.net.PlatformVpnProfile)"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"PROXY_PACKAGE"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"PROXY_UID"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"proxyAuthenticationHandler"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"proxyAuthHandler"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"proxyAuthState"},{"p":"org.robolectric.internal.bytecode","c":"ProxyMaker","l":"ProxyMaker(ProxyMaker.MethodMapper)","u":"%3Cinit%3E(org.robolectric.internal.bytecode.ProxyMaker.MethodMapper)"},{"p":"org.robolectric.shadows","c":"ShadowWifiAwareManager","l":"publish(int, Looper, PublishConfig, DiscoverySessionCallback)","u":"publish(int,android.os.Looper,android.net.wifi.aware.PublishConfig,android.net.wifi.aware.DiscoverySessionCallback)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAsyncTask","l":"publishProgress(Progress...)"},{"p":"org.robolectric.internal.bytecode","c":"RobolectricGeneratorAdapter","l":"pushDefaultReturnValueToStack(Type)","u":"pushDefaultReturnValueToStack(org.objectweb.asm.Type)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"pushDynamicShortcut(ShortcutInfo)","u":"pushDynamicShortcut(android.content.pm.ShortcutInfo)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"pushEntryToHistory(String)","u":"pushEntryToHistory(java.lang.String)"},{"p":"org.robolectric.plugins","c":"HierarchicalConfigurationStrategy.ConfigurationImpl","l":"put(Class, T)","u":"put(java.lang.Class,T)"},{"p":"org.robolectric.res","c":"ResBunch","l":"put(ResName, TypedResource)","u":"put(org.robolectric.res.ResName,org.robolectric.res.TypedResource)"},{"p":"org.robolectric.res","c":"ResBundle","l":"put(ResName, TypedResource)","u":"put(org.robolectric.res.ResName,org.robolectric.res.TypedResource)"},{"p":"org.robolectric.res.android","c":"ApkAssetsCache","l":"put(String, boolean, int, long)","u":"put(java.lang.String,boolean,int,long)"},{"p":"org.robolectric.shadows","c":"ShadowVirtualRefBasePtr","l":"put(T)"},{"p":"org.robolectric.shadows","c":"ShadowHttpResponseCache","l":"put(URI, URLConnection)","u":"put(java.net.URI,java.net.URLConnection)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"putFloat(ContentResolver, String, float)","u":"putFloat(android.content.ContentResolver,java.lang.String,float)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"putFloat(ContentResolver, String, float)","u":"putFloat(android.content.ContentResolver,java.lang.String,float)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"putFloat(ContentResolver, String, float)","u":"putFloat(android.content.ContentResolver,java.lang.String,float)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"putInt(ContentResolver, String, int)","u":"putInt(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"putInt(ContentResolver, String, int)","u":"putInt(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"putInt(ContentResolver, String, int)","u":"putInt(android.content.ContentResolver,java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"putIntForUser(ContentResolver, String, int, int)","u":"putIntForUser(android.content.ContentResolver,java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"putLong(ContentResolver, String, long)","u":"putLong(android.content.ContentResolver,java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"putLong(ContentResolver, String, long)","u":"putLong(android.content.ContentResolver,java.lang.String,long)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"putLong(ContentResolver, String, long)","u":"putLong(android.content.ContentResolver,java.lang.String,long)"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"putMetadata(Class, T)","u":"putMetadata(java.lang.Class,T)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"putPhoneId(int, int)","u":"putPhoneId(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"putString(ContentResolver, String, String)","u":"putString(android.content.ContentResolver,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"putString(ContentResolver, String, String)","u":"putString(android.content.ContentResolver,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"putString(ContentResolver, String, String)","u":"putString(android.content.ContentResolver,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"putWidgetInfo(int, AppWidgetProviderInfo)","u":"putWidgetInfo(int,android.appwidget.AppWidgetProviderInfo)"},{"p":"org.robolectric.versioning","c":"AndroidVersions.Q","l":"Q()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"quadTo(float, float, float, float)","u":"quadTo(float,float,float,float)"},{"p":"org.robolectric.annotation","c":"Config.Builder","l":"qualifiers"},{"p":"org.robolectric.annotation","c":"Config.Implementation","l":"qualifiers()"},{"p":"org.robolectric.annotation","c":"Config","l":"qualifiers()"},{"p":"org.robolectric.res","c":"Qualifiers","l":"Qualifiers(String, ResTable_config)","u":"%3Cinit%3E(java.lang.String,org.robolectric.res.android.ResTable_config)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"qualify(String)","u":"qualify(java.lang.String)"},{"p":"org.robolectric.res","c":"ResName","l":"qualifyFromFilePath(String, String)","u":"qualifyFromFilePath(java.lang.String,java.lang.String)"},{"p":"org.robolectric.res","c":"ResName","l":"qualifyResName(String, ResName)","u":"qualifyResName(java.lang.String,org.robolectric.res.ResName)"},{"p":"org.robolectric.res","c":"ResName","l":"qualifyResName(String, String)","u":"qualifyResName(java.lang.String,java.lang.String)"},{"p":"org.robolectric.res","c":"ResName","l":"qualifyResName(String, String, String)","u":"qualifyResName(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.res","c":"ResName","l":"qualifyResourceName(String, String, String)","u":"qualifyResourceName(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNativePluralRules","l":"quantityForIntImpl(int, int)","u":"quantityForIntImpl(int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativePluralRules","l":"quantityForIntImpl(long, int)","u":"quantityForIntImpl(long,int)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"query(DownloadManager.Query)","u":"query(android.app.DownloadManager.Query)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"query(Uri, String[], Bundle, CancellationSignal)","u":"query(android.net.Uri,java.lang.String[],android.os.Bundle,android.os.CancellationSignal)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"query(Uri, String[], String, String[], String)","u":"query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"query(Uri, String[], String, String[], String)","u":"query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentProviderClient","l":"query(Uri, String[], String, String[], String, CancellationSignal)","u":"query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String,android.os.CancellationSignal)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"query(Uri, String[], String, String[], String, CancellationSignal)","u":"query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String,android.os.CancellationSignal)"},{"p":"org.robolectric.shadows","c":"ShadowAmbientContextManager","l":"queryAmbientContextServiceStatus(Set, Executor, Consumer)","u":"queryAmbientContextServiceStatus(java.util.Set,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryBroadcastReceivers(Intent, int)","u":"queryBroadcastReceivers(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"queryBroadcastReceivers(Intent, int, int)","u":"queryBroadcastReceivers(android.content.Intent,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryBroadcastReceivers(Object, Object)","u":"queryBroadcastReceivers(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryBroadcastReceiversAsUser(Intent, int, int)","u":"queryBroadcastReceiversAsUser(android.content.Intent,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"queryBroadcastReceiversAsUser(Intent, int, UserHandle)","u":"queryBroadcastReceiversAsUser(android.content.Intent,int,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"queryBroadcastResponseStats(Object, Object)","u":"queryBroadcastResponseStats(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryContentProviders(String, int, int)","u":"queryContentProviders(java.lang.String,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"queryEffects()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"queryEvents(long, long)","u":"queryEvents(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"queryEventsForSelf(long, long)","u":"queryEventsForSelf(long,long)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryInstrumentation(String, int)","u":"queryInstrumentation(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentActivities(Intent, int)","u":"queryIntentActivities(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentActivitiesAsUser(Intent, int, int)","u":"queryIntentActivitiesAsUser(android.content.Intent,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentActivitiesAsUser(Object, Object, Object)","u":"queryIntentActivitiesAsUser(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentActivityOptions(ComponentName, Intent[], Intent, int)","u":"queryIntentActivityOptions(android.content.ComponentName,android.content.Intent[],android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentContentProviders(Intent, int)","u":"queryIntentContentProviders(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentContentProvidersAsUser(Intent, int, int)","u":"queryIntentContentProvidersAsUser(android.content.Intent,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentServices(Intent, int)","u":"queryIntentServices(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryIntentServicesAsUser(Intent, int, int)","u":"queryIntentServicesAsUser(android.content.Intent,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowContextHubManager","l":"queryNanoApps(ContextHubInfo)","u":"queryNanoApps(android.hardware.location.ContextHubInfo)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"queryOverriddenIntents(Intent, int)","u":"queryOverriddenIntents(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"queryPermissionsByGroup(String, int)","u":"queryPermissionsByGroup(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"queryStatsForPackage(UUID, String, UserHandle)","u":"queryStatsForPackage(java.util.UUID,java.lang.String,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"queryStatsForUser(UUID, UserHandle)","u":"queryStatsForUser(java.util.UUID,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"queryUsageStats(int, long, long)","u":"queryUsageStats(int,long,long)"},{"p":"org.robolectric.shadows","c":"ShadowUsbRequest","l":"queue(ByteBuffer)","u":"queue(java.nio.ByteBuffer)"},{"p":"org.robolectric.shadows","c":"ShadowUsbRequest","l":"queue(ByteBuffer, int)","u":"queue(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"quickContains(int, int, int, int)","u":"quickContains(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"quickContains(int, int, int, int)","u":"quickContains(int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"quickReject(int, int, int, int)","u":"quickReject(int,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"quickReject(int, int, int, int)","u":"quickReject(int,int,int,int)"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"quickReject(Region)","u":"quickReject(android.graphics.Region)"},{"p":"org.robolectric.shadows","c":"ShadowNativeRegion","l":"quickReject(Region)","u":"quickReject(android.graphics.Region)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"quit()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"quit()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"quit()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"quit(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"quitSafely()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"quitSafely()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"quitUnchecked()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"quitUnchecked()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"quitUnchecked()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.R","l":"R()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.CirclePaintHistoryEvent","l":"radius"},{"p":"org.robolectric.shadows","c":"ShadowSoundPool.Playback","l":"rate"},{"p":"org.robolectric.res","c":"RawResourceLoader","l":"RawResourceLoader(ResourcePath)","u":"%3Cinit%3E(org.robolectric.res.ResourcePath)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"rCubicTo(float, float, float, float, float, float)","u":"rCubicTo(float,float,float,float,float,float)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"read()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"read(byte[])"},{"p":"org.robolectric.res.android","c":"Asset","l":"read(byte[], int)","u":"read(byte[],int)"},{"p":"org.robolectric.res.android","c":"Asset","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"read(byte[], int, int)","u":"read(byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"readAsset(int, byte[], int, int)","u":"readAsset(int,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"readAsset(long, byte[], int, int)","u":"readAsset(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"readAssetChar(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"readAssetChar(long)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"readByte()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"readByte()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"readByteArray(byte[], int, int)","u":"readByteArray(byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"readByteArray(byte[], int, int)","u":"readByteArray(byte[],int,int)"},{"p":"org.robolectric.util","c":"Util","l":"readBytes(InputStream)","u":"readBytes(java.io.InputStream)"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataInput","l":"readEntityData_native(long, byte[], int, int)","u":"readEntityData_native(long,byte[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowEventLog","l":"readEvents(int[], Collection)","u":"readEvents(int[],java.util.Collection)"},{"p":"org.robolectric.shadows","c":"ShadowIoUtils","l":"readFileAsString(String)","u":"readFileAsString(java.lang.String)"},{"p":"org.robolectric.res.android","c":"FileMap","l":"readFully(InputStream, byte[])","u":"readFully(java.io.InputStream,byte[])"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord.AudioRecordSource","l":"readInByteArray(byte[], int, int, boolean)","u":"readInByteArray(byte[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"readIncomingCharacteristic(BluetoothGattCharacteristic)","u":"readIncomingCharacteristic(android.bluetooth.BluetoothGattCharacteristic)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord.AudioRecordSource","l":"readInDirectBuffer(ByteBuffer, int, boolean)","u":"readInDirectBuffer(java.nio.ByteBuffer,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord.AudioRecordSource","l":"readInFloatArray(float[], int, int, boolean)","u":"readInFloatArray(float[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAudioRecord.AudioRecordSource","l":"readInShortArray(short[], int, int, boolean)","u":"readInShortArray(short[],int,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"readInt()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"readInt()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"readIntArray(int[], int, int)","u":"readIntArray(int[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"readIntArray(int[], int, int)","u":"readIntArray(int[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"readLongArray(long[], int, int)","u":"readLongArray(long[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"readLongArray(long[], int, int)","u":"readLongArray(long[],int,int)"},{"p":"org.robolectric.shadows","c":"ShadowBackupDataInput","l":"readNextHeader_native(Object, Object)","u":"readNextHeader_native(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"readOutgoingData(byte[])"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"readParcelable(ClassLoader)","u":"readParcelable(java.lang.ClassLoader)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"readParcelableCreator(ClassLoader)","u":"readParcelableCreator(java.lang.ClassLoader)"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"readParcelableCreatorInternal(ClassLoader, Class)","u":"readParcelableCreatorInternal(java.lang.ClassLoader,java.lang.Class)"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"readPendingIntentOrNullFromParcel(Parcel)","u":"readPendingIntentOrNullFromParcel(android.os.Parcel)"},{"p":"org.robolectric.manifest","c":"PathPermissionData","l":"readPermission"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"readSampleData(ByteBuffer, int)","u":"readSampleData(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFile.RoboBufferIterator","l":"readShort()"},{"p":"org.robolectric.shadows","c":"ShadowMemoryMappedFileS.RoboBufferIterator","l":"readShort()"},{"p":"org.robolectric.shadows","c":"ShadowTimeZoneFinder","l":"readTzlookup()"},{"p":"org.robolectric.shadows","c":"ShadowLocaleData","l":"REAL_CLASS_NAME"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"realActivity"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"realActivityThread"},{"p":"org.robolectric.shadows","c":"ShadowNativeAnimatedVectorDrawable","l":"realAnimatedVectorDrawable"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"realCanvas"},{"p":"org.robolectric.shadows","c":"ShadowCompatibility","l":"realCompatibility"},{"p":"org.robolectric.shadows","c":"ShadowDatePickerDialog","l":"realDatePickerDialog"},{"p":"org.robolectric.shadows","c":"ShadowSuspendDialogInfo","l":"realInfo"},{"p":"org.robolectric.annotation","c":"GetInstallerPackageNameMode.Mode","l":"REALISTIC"},{"p":"org.robolectric.annotation","c":"TextLayoutMode.Mode","l":"REALISTIC"},{"p":"org.robolectric.shadows","c":"ShadowNativeAllocationRegistry","l":"realNativeAllocationRegistry"},{"p":"org.robolectric.shadows","c":"ShadowNetworkCapabilities","l":"realNetworkCapabilities"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"realObject"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"realObject"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"realObject"},{"p":"org.robolectric.annotation.processing.validator","c":"RealObjectValidator","l":"RealObjectValidator(RobolectricModel.Builder, ProcessingEnvironment)","u":"%3Cinit%3E(org.robolectric.annotation.processing.RobolectricModel.Builder,javax.annotation.processing.ProcessingEnvironment)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayEventReceiver","l":"realReceiver"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"realTelephonyManager"},{"p":"org.robolectric.shadows","c":"ShadowTimePickerDialog","l":"realTimePickerDialog"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"realView"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"realViewGroup"},{"p":"org.robolectric.shadows","c":"ShadowPhoneWindow","l":"realWindow"},{"p":"org.robolectric.android.controller","c":"IntentServiceController","l":"rebind()"},{"p":"org.robolectric.android.controller","c":"ServiceController","l":"rebind()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"reboot(String)","u":"reboot(java.lang.String)"},{"p":"org.robolectric.res","c":"PackageResourceTable","l":"receive(ResourceTable.Visitor)","u":"receive(org.robolectric.res.ResourceTable.Visitor)"},{"p":"org.robolectric.res","c":"ResBundle","l":"receive(ResourceTable.Visitor)","u":"receive(org.robolectric.res.ResourceTable.Visitor)"},{"p":"org.robolectric.res","c":"ResourceTable","l":"receive(ResourceTable.Visitor)","u":"receive(org.robolectric.res.ResourceTable.Visitor)"},{"p":"org.robolectric.res","c":"RoutingResourceTable","l":"receive(ResourceTable.Visitor)","u":"receive(org.robolectric.res.ResourceTable.Visitor)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"receiveResult(Intent, int, Intent)","u":"receiveResult(android.content.Intent,int,android.content.Intent)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"reconfigure(int, int, Bitmap.Config)","u":"reconfigure(int,int,android.graphics.Bitmap.Config)"},{"p":"org.robolectric.shadows","c":"ShadowRangingSession","l":"reconfigure(PersistableBundle)","u":"reconfigure(android.os.PersistableBundle)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"reconnect()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"reconnect()"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"reconstructWidgetViewAsIfPhoneWasRotated(int)"},{"p":"org.robolectric.res","c":"ResourceIdGenerator","l":"record(int, String, String)","u":"record(int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.pluginapi.perf","c":"Metric","l":"record(long)"},{"p":"org.robolectric.shadows","c":"ShadowSystemVibrator","l":"recordVibratePattern(long[], int)","u":"recordVibratePattern(long[],int)"},{"p":"org.robolectric.android.controller","c":"ActivityController","l":"recreate()"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"recreate()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"recreate()"},{"p":"org.robolectric.android.controller","c":"FragmentController","l":"recreate(F, int)","u":"recreate(F,int)"},{"p":"org.robolectric.android.internal","c":"LocalActivityInvoker","l":"recreateActivity(Activity)","u":"recreateActivity(android.app.Activity)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RectPaintHistoryEvent","l":"rect"},{"p":"org.robolectric.shadows","c":"ShadowCanvas.RoundRectPaintHistoryEvent","l":"rect"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"rectStaysRect()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"recycle()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"recycle()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyBitmap","l":"recycle()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessage","l":"recycle()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessage","l":"recycleUnchecked()"},{"p":"org.robolectric.shadows","c":"ShadowMessage","l":"recycleUnchecked()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessage","l":"recycleUnchecked()"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"redirectHandler"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"redirectHandler"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager.ShadowKeyguardLock","l":"reenableKeyguard()"},{"p":"org.robolectric.res.android","c":"Ref","l":"Ref(T)","u":"%3Cinit%3E(T)"},{"p":"org.robolectric.res.android","c":"DataType","l":"REFERENCE"},{"p":"org.robolectric.interceptors","c":"AndroidInterceptors.ReferenceRefersToInterceptor","l":"ReferenceRefersToInterceptor()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util","c":"ReflectionHelpers","l":"ReflectionHelpers()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util.reflector","c":"Reflector","l":"Reflector()","u":"%3Cinit%3E()"},{"p":"org.robolectric.util.reflector","c":"Reflector","l":"reflector(Class)","u":"reflector(java.lang.Class)"},{"p":"org.robolectric.util.reflector","c":"Reflector","l":"reflector(Class, Object)","u":"reflector(java.lang.Class,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"refresh()"},{"p":"org.robolectric.res.android","c":"ResTable_config.Type","l":"REGION_STRING"},{"p":"org.robolectric.nativeruntime","c":"RegionNatives","l":"RegionNatives()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResTable_config","l":"regionString()"},{"p":"org.robolectric.util","c":"SimplePerfStatsReporter","l":"register()"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"register(E)"},{"p":"org.robolectric.shadows","c":"ShadowRemoteCallbackList","l":"register(E, Object)","u":"register(E,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowUwbAdapterStateListener","l":"register(Executor, UwbManager.AdapterStateCallback)","u":"register(java.util.concurrent.Executor,android.uwb.UwbManager.AdapterStateCallback)"},{"p":"org.robolectric.fakes","c":"CleanerCompat","l":"register(Object, Runnable)","u":"register(java.lang.Object,java.lang.Runnable)"},{"p":"org.robolectric.res.android","c":"NativeObjRegistry","l":"register(T)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerAntennaInfoListener(Object, Object)","u":"registerAntennaInfoListener(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"registerAppUsageLimitObserver(int, String[], Duration, Duration, PendingIntent)","u":"registerAppUsageLimitObserver(int,java.lang.String[],java.time.Duration,java.time.Duration,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"registerAppUsageObserver(int, String[], long, TimeUnit, PendingIntent)","u":"registerAppUsageObserver(int,java.lang.String[],long,java.util.concurrent.TimeUnit,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"registerAudioDeviceCallback(AudioDeviceCallback, Handler)","u":"registerAudioDeviceCallback(android.media.AudioDeviceCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"registerAudioPlaybackCallback(AudioManager.AudioPlaybackCallback, Handler)","u":"registerAudioPlaybackCallback(android.media.AudioManager.AudioPlaybackCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"registerAudioPolicy(Object)","u":"registerAudioPolicy(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"registerAudioRecordingCallback(AudioManager.AudioRecordingCallback, Handler)","u":"registerAudioRecordingCallback(android.media.AudioManager.AudioRecordingCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"registerAvailabilityCallback(CameraManager.AvailabilityCallback, Handler)","u":"registerAvailabilityCallback(android.hardware.camera2.CameraManager.AvailabilityCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"registerCallback(LauncherApps.Callback)","u":"registerCallback(android.content.pm.LauncherApps.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"registerCallback(LauncherApps.Callback, Handler)","u":"registerCallback(android.content.pm.LauncherApps.Callback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowMediaController","l":"registerCallback(MediaController.Callback, Handler)","u":"registerCallback(android.media.session.MediaController.Callback,android.os.Handler)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"registerContentObserver(ContentObserver)","u":"registerContentObserver(android.database.ContentObserver)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"registerContentObserver(ContentObserver)","u":"registerContentObserver(android.database.ContentObserver)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerContentObserver(Uri, boolean, ContentObserver)","u":"registerContentObserver(android.net.Uri,boolean,android.database.ContentObserver)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerContentObserver(Uri, boolean, ContentObserver, int)","u":"registerContentObserver(android.net.Uri,boolean,android.database.ContentObserver,int)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"registerDataSetObserver(DataSetObserver)","u":"registerDataSetObserver(android.database.DataSetObserver)"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"registerDataSetObserver(DataSetObserver)","u":"registerDataSetObserver(android.database.DataSetObserver)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"registerDefaultNetworkCallback(ConnectivityManager.NetworkCallback)","u":"registerDefaultNetworkCallback(android.net.ConnectivityManager.NetworkCallback)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerGnssBatchedLocationCallback(Object, Object, Object, Object)","u":"registerGnssBatchedLocationCallback(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerGnssMeasurementsCallback(Executor, GnssMeasurementsEvent.Callback)","u":"registerGnssMeasurementsCallback(java.util.concurrent.Executor,android.location.GnssMeasurementsEvent.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerGnssMeasurementsCallback(GnssMeasurementsEvent.Callback, Handler)","u":"registerGnssMeasurementsCallback(android.location.GnssMeasurementsEvent.Callback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerGnssMeasurementsCallback(Object, Object, Object)","u":"registerGnssMeasurementsCallback(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerGnssStatusCallback(Executor, GnssStatus.Callback)","u":"registerGnssStatusCallback(java.util.concurrent.Executor,android.location.GnssStatus.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"registerGnssStatusCallback(GnssStatus.Callback, Handler)","u":"registerGnssStatusCallback(android.location.GnssStatus.Callback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"registerImsRegistrationCallback(Executor, ImsMmTelManager.RegistrationCallback)","u":"registerImsRegistrationCallback(java.util.concurrent.Executor,android.telephony.ims.ImsMmTelManager.RegistrationCallback)"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"registerImsRegistrationCallback(Executor, RegistrationManager.RegistrationCallback)","u":"registerImsRegistrationCallback(java.util.concurrent.Executor,android.telephony.ims.RegistrationManager.RegistrationCallback)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerInputStream(Uri, InputStream)","u":"registerInputStream(android.net.Uri,java.io.InputStream)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerInputStreamSupplier(Uri, Supplier)","u":"registerInputStreamSupplier(android.net.Uri,java.util.function.Supplier)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"registerListener(SensorEventListener, Sensor, int)","u":"registerListener(android.hardware.SensorEventListener,android.hardware.Sensor,int)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"registerListener(SensorEventListener, Sensor, int, Handler)","u":"registerListener(android.hardware.SensorEventListener,android.hardware.Sensor,int,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"registerListener(SensorEventListener, Sensor, int, int)","u":"registerListener(android.hardware.SensorEventListener,android.hardware.Sensor,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"registerListener(SensorEventListener, Sensor, int, int, Handler)","u":"registerListener(android.hardware.SensorEventListener,android.hardware.Sensor,int,int,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowImsMmTelManager","l":"registerMmTelCapabilityCallback(Executor, ImsMmTelManager.CapabilityCallback)","u":"registerMmTelCapabilityCallback(java.util.concurrent.Executor,android.telephony.ims.ImsMmTelManager.CapabilityCallback)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"registerMoveCallback(Object, Object)","u":"registerMoveCallback(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowNativeAllocationRegistry","l":"registerNativeAllocation(Object, long)","u":"registerNativeAllocation(java.lang.Object,long)"},{"p":"org.robolectric.shadows","c":"ShadowNoopNativeAllocationRegistry","l":"registerNativeAllocation(Object, long)","u":"registerNativeAllocation(java.lang.Object,long)"},{"p":"org.robolectric.shadows","c":"ShadowNoopNativeAllocationRegistry","l":"registerNativeAllocation(Object, Object)","u":"registerNativeAllocation(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"registerNetworkCallback(NetworkRequest, ConnectivityManager.NetworkCallback)","u":"registerNetworkCallback(android.net.NetworkRequest,android.net.ConnectivityManager.NetworkCallback)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"registerNetworkCallback(NetworkRequest, ConnectivityManager.NetworkCallback, Handler)","u":"registerNetworkCallback(android.net.NetworkRequest,android.net.ConnectivityManager.NetworkCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"registerNetworkCallback(NetworkRequest, PendingIntent)","u":"registerNetworkCallback(android.net.NetworkRequest,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowAmbientContextManager","l":"registerObserver(AmbientContextEventRequest, PendingIntent, Executor, Consumer)","u":"registerObserver(android.app.ambientcontext.AmbientContextEventRequest,android.app.PendingIntent,java.util.concurrent.Executor,java.util.function.Consumer)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerOutputStream(Uri, OutputStream)","u":"registerOutputStream(android.net.Uri,java.io.OutputStream)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerOutputStreamSupplier(Uri, Supplier)","u":"registerOutputStreamSupplier(android.net.Uri,java.util.function.Supplier)"},{"p":"org.robolectric.shadows","c":"ShadowLauncherApps","l":"registerPackageInstallerSessionCallback(Executor, PackageInstaller.SessionCallback)","u":"registerPackageInstallerSessionCallback(java.util.concurrent.Executor,android.content.pm.PackageInstaller.SessionCallback)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"registerPhoneAccount(PhoneAccount)","u":"registerPhoneAccount(android.telecom.PhoneAccount)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"registerProviderInternal(String, ContentProvider)","u":"registerProviderInternal(java.lang.String,android.content.ContentProvider)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"registerReceiver(BroadcastReceiver, IntentFilter)","u":"registerReceiver(android.content.BroadcastReceiver,android.content.IntentFilter)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"registerReceiver(BroadcastReceiver, IntentFilter, int)","u":"registerReceiver(android.content.BroadcastReceiver,android.content.IntentFilter,int)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"registerReceiver(BroadcastReceiver, IntentFilter, String, Handler)","u":"registerReceiver(android.content.BroadcastReceiver,android.content.IntentFilter,java.lang.String,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"registerReceiver(BroadcastReceiver, IntentFilter, String, Handler, int)","u":"registerReceiver(android.content.BroadcastReceiver,android.content.IntentFilter,java.lang.String,android.os.Handler,int)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"registerReceiverAsUser(BroadcastReceiver, UserHandle, IntentFilter, String, Handler)","u":"registerReceiverAsUser(android.content.BroadcastReceiver,android.os.UserHandle,android.content.IntentFilter,java.lang.String,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowPackageInstaller","l":"registerSessionCallback(PackageInstaller.SessionCallback, Handler)","u":"registerSessionCallback(android.content.pm.PackageInstaller.SessionCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"registerStats(File, int, int, int)","u":"registerStats(java.io.File,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"registerStats(String, int, int, int)","u":"registerStats(java.lang.String,int,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"registerTelephonyCallback(Object, Object)","u":"registerTelephonyCallback(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"registerTelephonyCallback(Object, Object, Object)","u":"registerTelephonyCallback(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"registerUsageSessionObserver(int, String[], Duration, Duration, PendingIntent, PendingIntent)","u":"registerUsageSessionObserver(int,java.lang.String[],java.time.Duration,java.time.Duration,android.app.PendingIntent,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowVcnManager","l":"registerVcnStatusCallback(ParcelUuid, Executor, VcnManager.VcnStatusCallback)","u":"registerVcnStatusCallback(android.os.ParcelUuid,java.util.concurrent.Executor,android.net.vcn.VcnManager.VcnStatusCallback)"},{"p":"org.robolectric.res.android","c":"Registries","l":"Registries()","u":"%3Cinit%3E()"},{"p":"org.robolectric.internal.bytecode","c":"MethodCallSite.Kind","l":"REGULAR"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"REJECT_TIME"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"relayoutWindow(WindowManager.LayoutParams, int, boolean)","u":"relayoutWindow(android.view.WindowManager.LayoutParams,int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCamera","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowLowPowerStandbyPortsLock","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowVisualizer.VisualizerSource","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowMulticastLock","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager.ShadowWifiLock","l":"release()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager.ShadowWakeLock","l":"release(int)"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"releaseConnection()"},{"p":"org.robolectric.versioning","c":"AndroidVersions.J","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.JMR1","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.JMR2","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.K","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.L","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.LMR1","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.M","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.N","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.NMR1","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.O","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.OMR1","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.P","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.Q","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.R","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.S","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.Sv2","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.T","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.U","l":"RELEASED"},{"p":"org.robolectric.versioning","c":"AndroidVersions.V","l":"RELEASED"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"releaseInterface(UsbInterface)","u":"releaseInterface(android.hardware.usb.UsbInterface)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"releaseOutputBuffer(int, boolean)","u":"releaseOutputBuffer(int,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodec","l":"releaseOutputBuffer(int, long)","u":"releaseOutputBuffer(int,long)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"releasePersistableUriPermission(Uri, int)","u":"releasePersistableUriPermission(android.net.Uri,int)"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"releaseProjection(int)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"releaseTheme(int)"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"releaseTheme(long)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"releaseTheme(long)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"reload()"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"remapParams(String)","u":"remapParams(java.lang.String)"},{"p":"org.robolectric.internal.bytecode","c":"InstrumentationConfiguration","l":"remapParamType(String)","u":"remapParamType(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowDownloadManager","l":"remove(long...)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"remove(Runnable)","u":"remove(java.lang.Runnable)"},{"p":"org.robolectric.util","c":"Scheduler","l":"remove(Runnable)","u":"remove(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"removeAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener)","u":"removeAccessibilityStateChangeListener(android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"removeAccount(Account, AccountManagerCallback, Handler)","u":"removeAccount(android.accounts.Account,android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"removeAccount(Account, Activity, AccountManagerCallback, Handler)","u":"removeAccount(android.accounts.Account,android.app.Activity,android.accounts.AccountManagerCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"removeAccountExplicitly(Account)","u":"removeAccountExplicitly(android.accounts.Account)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"removeActiveAdmin(ComponentName)","u":"removeActiveAdmin(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"removeActivity(ComponentName)","u":"removeActivity(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"removeAllAccounts()"},{"p":"android.webkit","c":"RoboCookieManager","l":"removeAllCookie()"},{"p":"android.webkit","c":"RoboCookieManager","l":"removeAllCookies(ValueCallback)","u":"removeAllCookies(android.webkit.ValueCallback)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"removeAllDynamicShortcuts()"},{"p":"org.robolectric.res.android","c":"SortedVector","l":"removeAt(int)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"removeAudioDataListener(ShadowAudioTrack.OnAudioDataWrittenListener)","u":"removeAudioDataListener(org.robolectric.shadows.ShadowAudioTrack.OnAudioDataWrittenListener)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationManager","l":"removeAutomaticZenRule(String)","u":"removeAutomaticZenRule(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"removeAvailableCommunicationDevice(AudioDeviceInfo, boolean)","u":"removeAvailableCommunicationDevice(android.media.AudioDeviceInfo,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowRoleManager","l":"removeAvailableRole(String)","u":"removeAvailableRole(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMediaRouter","l":"removeBluetoothRoute()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"removeBond()"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"removeCall(Call)","u":"removeCall(android.telecom.Call)"},{"p":"org.robolectric.shadows","c":"ShadowPhone","l":"removeCall(Call)","u":"removeCall(android.telecom.Call)"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceView.FakeSurfaceHolder","l":"removeCallback(SurfaceHolder.Callback)","u":"removeCallback(android.view.SurfaceHolder.Callback)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"removeCallbacks(int, Runnable, Object)","u":"removeCallbacks(int,java.lang.Runnable,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"removeCallbacks(Runnable)","u":"removeCallbacks(java.lang.Runnable)"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"removeCamera(String)","u":"removeCamera(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkCapabilities","l":"removeCapability(int)"},{"p":"org.robolectric.shadows","c":"ShadowCaptioningManager","l":"removeCaptioningChangeListener(CaptioningManager.CaptioningChangeListener)","u":"removeCaptioningChangeListener(android.view.accessibility.CaptioningManager.CaptioningChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"removeConfigurationChangeListener(ShadowResources.OnConfigurationChangeListener)","u":"removeConfigurationChangeListener(org.robolectric.shadows.ShadowResources.OnConfigurationChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowContentCaptureManager","l":"removeData(DataRemovalRequest)","u":"removeData(android.view.contentcapture.DataRemovalRequest)"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"removedChild(View)","u":"removedChild(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"removeDefaultNetworkActiveListener(ConnectivityManager.OnNetworkActiveListener)","u":"removeDefaultNetworkActiveListener(android.net.ConnectivityManager.OnNetworkActiveListener)"},{"p":"org.robolectric.shadows","c":"ShadowTelecomManager","l":"removeDefaultOutgoingPhoneAccount(String)","u":"removeDefaultOutgoingPhoneAccount(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothA2dp","l":"removeDevice(BluetoothDevice)","u":"removeDevice(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothHeadset","l":"removeDevice(BluetoothDevice)","u":"removeDevice(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"removeDialog(int)"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"removeDiscoverableService(BluetoothGattService)","u":"removeDiscoverableService(android.bluetooth.BluetoothGattService)"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"removeDisplay(int)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"removeDynamicShortcuts(List)","u":"removeDynamicShortcuts(java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"removeEvent(ShadowMediaPlayer.MediaEvent)","u":"removeEvent(org.robolectric.shadows.ShadowMediaPlayer.MediaEvent)"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer.MediaInfo","l":"removeEventAtOffset(int, ShadowMediaPlayer.MediaEvent)","u":"removeEventAtOffset(int,org.robolectric.shadows.ShadowMediaPlayer.MediaEvent)"},{"p":"android.webkit","c":"RoboCookieManager","l":"removeExpiredCookie()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"removeFrameCallback(Choreographer.FrameCallback)","u":"removeFrameCallback(android.view.Choreographer.FrameCallback)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"removeGlobalPerformClickListener(View.OnClickListener)","u":"removeGlobalPerformClickListener(android.view.View.OnClickListener)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"removeGlobalPerformLongClickListener(View.OnLongClickListener)","u":"removeGlobalPerformLongClickListener(android.view.View.OnLongClickListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"removeGpsStatusListener(GpsStatus.Listener)","u":"removeGpsStatusListener(android.location.GpsStatus.Listener)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"removeGroup(int)"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"removeGroup(WifiP2pManager.Channel, WifiP2pManager.ActionListener)","u":"removeGroup(android.net.wifi.p2p.WifiP2pManager.Channel,android.net.wifi.p2p.WifiP2pManager.ActionListener)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"removeHeader(Header)","u":"removeHeader(org.apache.http.Header)"},{"p":"org.robolectric.shadows.httpclient","c":"HttpResponseStub","l":"removeHeaders(String)","u":"removeHeaders(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowRoleManager","l":"removeHeldRole(String)","u":"removeHeldRole(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"removeInputDevice(AudioDeviceInfo, boolean)","u":"removeInputDevice(android.media.AudioDeviceInfo,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"removeInstalledProvider(AppWidgetProviderInfo)","u":"removeInstalledProvider(android.appwidget.AppWidgetProviderInfo)"},{"p":"org.robolectric.fakes","c":"RoboMenu","l":"removeItem(int)"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"removeJavascriptInterface(String)","u":"removeJavascriptInterface(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"removeListener(AccessibilityService.MagnificationController.OnMagnificationChangedListener)","u":"removeListener(android.accessibilityservice.AccessibilityService.MagnificationController.OnMagnificationChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"removeLocalOnlyConnectionFailureListener(WifiManager.LocalOnlyConnectionFailureListener)","u":"removeLocalOnlyConnectionFailureListener(android.net.wifi.WifiManager.LocalOnlyConnectionFailureListener)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"removeLongLivedShortcuts(List)","u":"removeLongLivedShortcuts(java.util.List)"},{"p":"org.robolectric.internal.bytecode","c":"MutableClass","l":"removeMethod(String, String)","u":"removeMethod(java.lang.String,java.lang.String)"},{"p":"org.robolectric.android.internal","c":"DisplayConfig","l":"removeMode"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"removeNetwork(int)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"removeNetwork(Network)","u":"removeNetwork(android.net.Network)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"removeNmeaListener(OnNmeaMessageListener)","u":"removeNmeaListener(android.location.OnNmeaMessageListener)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"removeNonCallerConfiguredNetworks()"},{"p":"org.robolectric.shadows","c":"ShadowAccountManager","l":"removeOnAccountsUpdatedListener(OnAccountsUpdateListener)","u":"removeOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener)"},{"p":"org.robolectric.shadows","c":"ShadowMediaSessionManager","l":"removeOnActiveSessionsChangedListener(MediaSessionManager.OnActiveSessionsChangedListener)","u":"removeOnActiveSessionsChangedListener(android.media.session.MediaSessionManager.OnActiveSessionsChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"removeOnAttachStateChangeListener(View.OnAttachStateChangeListener)","u":"removeOnAttachStateChangeListener(android.view.View.OnAttachStateChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"removeOnFrameMetricsAvailableListener(Window.OnFrameMetricsAvailableListener)","u":"removeOnFrameMetricsAvailableListener(android.view.Window.OnFrameMetricsAvailableListener)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"removeOnLayoutChangeListener(View.OnLayoutChangeListener)","u":"removeOnLayoutChangeListener(android.view.View.OnLayoutChangeListener)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"removeOnPermissionsChangeListener(Object)","u":"removeOnPermissionsChangeListener(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowSoftKeyboardController","l":"removeOnShowModeChangedListener(AccessibilityService.SoftKeyboardController.OnShowModeChangedListener)","u":"removeOnShowModeChangedListener(android.accessibilityservice.AccessibilityService.SoftKeyboardController.OnShowModeChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"removeOnSubscriptionsChangedListener(SubscriptionManager.OnSubscriptionsChangedListener)","u":"removeOnSubscriptionsChangedListener(android.telephony.SubscriptionManager.OnSubscriptionsChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"removeOnUidImportanceListener(Object)","u":"removeOnUidImportanceListener(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowWifiManager","l":"removeOnWifiUsabilityStatsListener(Object)","u":"removeOnWifiUsabilityStatsListener(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"removeOutputDevice(AudioDeviceInfo, boolean)","u":"removeOutputDevice(android.media.AudioDeviceInfo,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"removePackage(String)","u":"removePackage(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"removePackageFromPreferred(String)","u":"removePackageFromPreferred(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"removePeriodicSync(Account, String, Bundle)","u":"removePeriodicSync(android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"removePermission(String)","u":"removePermission(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"removePhoneId(int)"},{"p":"org.robolectric.shadows","c":"ShadowClipboardManager","l":"removePrimaryClipChangedListener(ClipboardManager.OnPrimaryClipChangedListener)","u":"removePrimaryClipChangedListener(android.content.ClipboardManager.OnPrimaryClipChangedListener)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"removeProvider(ComponentName)","u":"removeProvider(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"removeProvider(String)","u":"removeProvider(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"removeReceiver(ComponentName)","u":"removeReceiver(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"removeResolveInfosForIntent(Intent, String)","u":"removeResolveInfosForIntent(android.content.Intent,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowSensorManager","l":"removeSensor(Sensor)","u":"removeSensor(android.hardware.Sensor)"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"removeService(ComponentName)","u":"removeService(android.content.ComponentName)"},{"p":"android.webkit","c":"RoboCookieManager","l":"removeSessionCookie()"},{"p":"android.webkit","c":"RoboCookieManager","l":"removeSessionCookies(ValueCallback)","u":"removeSessionCookies(android.webkit.ValueCallback)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"removeSomeUserHasAccount(String, String)","u":"removeSomeUserHasAccount(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowStorageStatsManager","l":"removeStorageDevice(UUID)","u":"removeStorageDevice(java.util.UUID)"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"removeSyncBarrier(int)"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"removeSystemService(String)","u":"removeSystemService(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowContextWrapper","l":"removeSystemService(String)","u":"removeSystemService(java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowCrossProfileApps","l":"removeTargetUserProfile(UserHandle)","u":"removeTargetUserProfile(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowTextView","l":"removeTextChangedListener(TextWatcher)","u":"removeTextChangedListener(android.text.TextWatcher)"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"removeThermalStatusListener(Object)","u":"removeThermalStatusListener(java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowTimeManager","l":"removeTimeZoneDetectorListener(TimeManager.TimeZoneDetectorListener)","u":"removeTimeZoneDetectorListener(android.app.time.TimeManager.TimeZoneDetectorListener)"},{"p":"org.robolectric.shadows","c":"ShadowNetworkCapabilities","l":"removeTransportType(int)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"removeUpdates(LocationListener)","u":"removeUpdates(android.location.LocationListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"removeUpdates(PendingIntent)","u":"removeUpdates(android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowUsbManager","l":"removeUsbDevice(UsbDevice)","u":"removeUsbDevice(android.hardware.usb.UsbDevice)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"removeUser(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"removeUser(UserHandle)","u":"removeUser(android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"removeUserWhenPossible(UserHandle, boolean)","u":"removeUserWhenPossible(android.os.UserHandle,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"removeView(View)","u":"removeView(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"removeViewImmediate(View)","u":"removeViewImmediate(android.view.View)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"replacePreferredActivity(IntentFilter, int, ComponentName[], ComponentName)","u":"replacePreferredActivity(android.content.IntentFilter,int,android.content.ComponentName[],android.content.ComponentName)"},{"p":"org.robolectric.internal.bytecode","c":"Sandbox","l":"replaceShadowMap(ShadowMap)","u":"replaceShadowMap(org.robolectric.internal.bytecode.ShadowMap)"},{"p":"org.robolectric.pluginapi.perf","c":"PerfStatsReporter","l":"report(Metadata, Collection)","u":"report(org.robolectric.pluginapi.perf.Metadata,java.util.Collection)"},{"p":"org.robolectric.util","c":"SimplePerfStatsReporter","l":"report(Metadata, Collection)","u":"report(org.robolectric.pluginapi.perf.Metadata,java.util.Collection)"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"reportFullyDrawn()"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"reportNetworkConnectivity(Network, boolean)","u":"reportNetworkConnectivity(android.net.Network,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"reportOnFrameMetricsAvailable(FrameMetrics)","u":"reportOnFrameMetricsAvailable(android.view.FrameMetrics)"},{"p":"org.robolectric.shadows","c":"ShadowWindow","l":"reportOnFrameMetricsAvailable(FrameMetrics, int)","u":"reportOnFrameMetricsAvailable(android.view.FrameMetrics,int)"},{"p":"org.robolectric.shadows","c":"ShadowSafetyCenterManager","l":"reportSafetySourceError(String, SafetySourceErrorDetails)","u":"reportSafetySourceError(java.lang.String,android.safetycenter.SafetySourceErrorDetails)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"reportShortcutUsed(String)","u":"reportShortcutUsed(java.lang.String)"},{"p":"org.robolectric.fakes","c":"BaseCursor","l":"requery()"},{"p":"org.robolectric.shadows","c":"ShadowCursorWrapper","l":"requery()"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy","l":"request(Object, Object, Object)","u":"request(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy","l":"request(Surface, Rect, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler)","u":"request(android.view.Surface,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy","l":"request(SurfaceView, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler)","u":"request(android.view.SurfaceView,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy","l":"request(SurfaceView, Rect, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler)","u":"request(android.view.SurfaceView,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy","l":"request(Window, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler)","u":"request(android.view.Window,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowPixelCopy","l":"request(Window, Rect, Bitmap, PixelCopy.OnPixelCopyFinishedListener, Handler)","u":"request(android.view.Window,android.graphics.Rect,android.graphics.Bitmap,android.view.PixelCopy.OnPixelCopyFinishedListener,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"requestAudioFocus(AudioFocusRequest)","u":"requestAudioFocus(android.media.AudioFocusRequest)"},{"p":"org.robolectric.shadows","c":"ShadowAudioManager","l":"requestAudioFocus(AudioManager.OnAudioFocusChangeListener, int, int)","u":"requestAudioFocus(android.media.AudioManager.OnAudioFocusChangeListener,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter","l":"requestAvailability(Uri, Executor, RcsUceAdapter.CapabilitiesCallback)","u":"requestAvailability(android.net.Uri,java.util.concurrent.Executor,android.telephony.ims.RcsUceAdapter.CapabilitiesCallback)"},{"p":"org.robolectric.shadows","c":"ShadowInCallService","l":"requestBluetoothAudio(BluetoothDevice)","u":"requestBluetoothAudio(android.bluetooth.BluetoothDevice)"},{"p":"org.robolectric.shadows","c":"ShadowBugreportManager","l":"requestBugreport(BugreportParams, CharSequence, CharSequence)","u":"requestBugreport(android.os.BugreportParams,java.lang.CharSequence,java.lang.CharSequence)"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter","l":"requestCapabilities(Collection, Executor, RcsUceAdapter.CapabilitiesCallback)","u":"requestCapabilities(java.util.Collection,java.util.concurrent.Executor,android.telephony.ims.RcsUceAdapter.CapabilitiesCallback)"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"requestCellInfoUpdate(Object, Object)","u":"requestCellInfoUpdate(java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentForResult","l":"requestCode"},{"p":"org.robolectric.shadows","c":"ShadowActivity.IntentSenderRequest","l":"requestCode"},{"p":"org.robolectric.shadows","c":"ShadowActivity.PermissionsRequest","l":"requestCode"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothGatt","l":"requestConnectionPriority(int)"},{"p":"org.robolectric.shadows","c":"ShadowViewGroup","l":"requestDisallowInterceptTouchEvent(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"requestDismissKeyguard(Activity, KeyguardManager.KeyguardDismissCallback)","u":"requestDismissKeyguard(android.app.Activity,android.app.KeyguardManager.KeyguardDismissCallback)"},{"p":"org.robolectric.shadows","c":"ShadowActivity.PermissionsRequest","l":"requestedPermissions"},{"p":"org.robolectric.shadows.httpclient","c":"DefaultRequestDirector","l":"requestExec"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestFlush(String, LocationListener, int)","u":"requestFlush(java.lang.String,android.location.LocationListener,int)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestFlush(String, PendingIntent, int)","u":"requestFlush(java.lang.String,android.app.PendingIntent,int)"},{"p":"org.robolectric.shadows","c":"ShadowWifiP2pManager","l":"requestGroupInfo(WifiP2pManager.Channel, WifiP2pManager.GroupInfoListener)","u":"requestGroupInfo(android.net.wifi.p2p.WifiP2pManager.Channel,android.net.wifi.p2p.WifiP2pManager.GroupInfoListener)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"requestInterruptionFilter(int)"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"requestLayout()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"requestListenerHints(int)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(LocationRequest, Executor, LocationListener)","u":"requestLocationUpdates(android.location.LocationRequest,java.util.concurrent.Executor,android.location.LocationListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(LocationRequest, LocationListener, Looper)","u":"requestLocationUpdates(android.location.LocationRequest,android.location.LocationListener,android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(LocationRequest, PendingIntent)","u":"requestLocationUpdates(android.location.LocationRequest,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(long, float, Criteria, Executor, LocationListener)","u":"requestLocationUpdates(long,float,android.location.Criteria,java.util.concurrent.Executor,android.location.LocationListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(long, float, Criteria, LocationListener, Looper)","u":"requestLocationUpdates(long,float,android.location.Criteria,android.location.LocationListener,android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(long, float, Criteria, PendingIntent)","u":"requestLocationUpdates(long,float,android.location.Criteria,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(String, LocationRequest, Executor, LocationListener)","u":"requestLocationUpdates(java.lang.String,android.location.LocationRequest,java.util.concurrent.Executor,android.location.LocationListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(String, LocationRequest, PendingIntent)","u":"requestLocationUpdates(java.lang.String,android.location.LocationRequest,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(String, long, float, Executor, LocationListener)","u":"requestLocationUpdates(java.lang.String,long,float,java.util.concurrent.Executor,android.location.LocationListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(String, long, float, LocationListener)","u":"requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(String, long, float, LocationListener, Looper)","u":"requestLocationUpdates(java.lang.String,long,float,android.location.LocationListener,android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestLocationUpdates(String, long, float, PendingIntent)","u":"requestLocationUpdates(java.lang.String,long,float,android.app.PendingIntent)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherBuilder","l":"RequestMatcherBuilder()","u":"%3Cinit%3E()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherResponseRule","l":"RequestMatcherResponseRule(RequestMatcher, HttpException)","u":"%3Cinit%3E(org.robolectric.shadows.httpclient.RequestMatcher,org.apache.http.HttpException)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherResponseRule","l":"RequestMatcherResponseRule(RequestMatcher, HttpResponse)","u":"%3Cinit%3E(org.robolectric.shadows.httpclient.RequestMatcher,org.apache.http.HttpResponse)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherResponseRule","l":"RequestMatcherResponseRule(RequestMatcher, IOException)","u":"%3Cinit%3E(org.robolectric.shadows.httpclient.RequestMatcher,java.io.IOException)"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttpLayer.RequestMatcherResponseRule","l":"RequestMatcherResponseRule(RequestMatcher, List extends HttpResponse>)","u":"%3Cinit%3E(org.robolectric.shadows.httpclient.RequestMatcher,java.util.List)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback)","u":"requestNetwork(android.net.NetworkRequest,android.net.ConnectivityManager.NetworkCallback)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback, Handler)","u":"requestNetwork(android.net.NetworkRequest,android.net.ConnectivityManager.NetworkCallback,android.os.Handler)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback, Handler, int)","u":"requestNetwork(android.net.NetworkRequest,android.net.ConnectivityManager.NetworkCallback,android.os.Handler,int)"},{"p":"org.robolectric.shadows","c":"ShadowConnectivityManager","l":"requestNetwork(NetworkRequest, ConnectivityManager.NetworkCallback, int)","u":"requestNetwork(android.net.NetworkRequest,android.net.ConnectivityManager.NetworkCallback,int)"},{"p":"org.robolectric.shadows","c":"ShadowCompanionDeviceManager","l":"requestNotificationAccess(ComponentName)","u":"requestNotificationAccess(android.content.ComponentName)"},{"p":"org.robolectric.android.internal","c":"LocalPermissionGranter","l":"requestPermissions()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"requestPermissions(String[], int)","u":"requestPermissions(java.lang.String[],int)"},{"p":"org.robolectric.shadows","c":"ShadowAppWidgetManager","l":"requestPinAppWidget(ComponentName, Bundle, PendingIntent)","u":"requestPinAppWidget(android.content.ComponentName,android.os.Bundle,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowShortcutManager","l":"requestPinShortcut(ShortcutInfo, IntentSender)","u":"requestPinShortcut(android.content.pm.ShortcutInfo,android.content.IntentSender)"},{"p":"org.robolectric.shadows","c":"ShadowUIModeManager","l":"requestProjection(int)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"requestQuietModeEnabled(boolean, UserHandle)","u":"requestQuietModeEnabled(boolean,android.os.UserHandle)"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"requestQuietModeEnabled(boolean, UserHandle, int)","u":"requestQuietModeEnabled(boolean,android.os.UserHandle,int)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"requestRebind(ComponentName)","u":"requestRebind(android.content.ComponentName)"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"requestRelaunchActivity(IBinder, List, List, int, boolean, Configuration, Configuration, boolean, boolean)","u":"requestRelaunchActivity(android.os.IBinder,java.util.List,java.util.List,int,boolean,android.content.res.Configuration,android.content.res.Configuration,boolean,boolean)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestSingleUpdate(Criteria, LocationListener, Looper)","u":"requestSingleUpdate(android.location.Criteria,android.location.LocationListener,android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestSingleUpdate(Criteria, PendingIntent)","u":"requestSingleUpdate(android.location.Criteria,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestSingleUpdate(String, LocationListener, Looper)","u":"requestSingleUpdate(java.lang.String,android.location.LocationListener,android.os.Looper)"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"requestSingleUpdate(String, PendingIntent)","u":"requestSingleUpdate(java.lang.String,android.app.PendingIntent)"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"requestSync(Account, String, Bundle)","u":"requestSync(android.accounts.Account,java.lang.String,android.os.Bundle)"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"requestUnbind()"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"requestWait()"},{"p":"org.robolectric.shadows","c":"ShadowUsbDeviceConnection","l":"requestWait(long)"},{"p":"org.robolectric.android","c":"XmlResourceParserImpl","l":"require(int, String, String)","u":"require(int,java.lang.String,java.lang.String)"},{"p":"org.robolectric.fakes","c":"RoboResponseSource","l":"requiresConnection()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"RES_AUTO_NS_URI"},{"p":"org.robolectric.res.android","c":"ResTable","l":"Res_GETTYPE(int)"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_NULL_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_STRING_POOL_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_TABLE_LIBRARY_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_TABLE_PACKAGE_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_TABLE_STAGED_ALIAS_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_TABLE_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_TABLE_TYPE_SPEC_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_TABLE_TYPE_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"Res_value()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"Res_value(byte, int)","u":"%3Cinit%3E(byte,int)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"Res_value(ByteBuffer, int)","u":"%3Cinit%3E(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.res.android","c":"ResourceTypes.Res_value","l":"Res_value(ResourceTypes.Res_value)","u":"%3Cinit%3E(org.robolectric.res.android.ResourceTypes.Res_value)"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_CDATA_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_END_ELEMENT_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_END_NAMESPACE_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_FIRST_CHUNK_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_LAST_CHUNK_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_RESOURCE_MAP_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_START_ELEMENT_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_START_NAMESPACE_TYPE"},{"p":"org.robolectric.res.android","c":"ResourceTypes","l":"RES_XML_TYPE"},{"p":"org.robolectric.res","c":"ResBunch","l":"ResBunch()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res","c":"ResBundle","l":"ResBundle()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"ResourceTypes.ResChunk_header","l":"ResChunk_header(ByteBuffer, int)","u":"%3Cinit%3E(java.nio.ByteBuffer,int)"},{"p":"org.robolectric.android.internal","c":"LooperDelegatingScheduler","l":"reset()"},{"p":"org.robolectric.internal","c":"ShadowProvider","l":"reset()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGoogleAuthUtil","l":"reset()"},{"p":"org.robolectric.shadows.gms","c":"ShadowGooglePlayServicesUtil","l":"reset()"},{"p":"org.robolectric.shadows.gms","c":"Shadows","l":"reset()"},{"p":"org.robolectric.shadows.httpclient","c":"FakeHttp","l":"reset()"},{"p":"org.robolectric.shadows.httpclient","c":"ShadowDefaultRequestDirector","l":"reset()"},{"p":"org.robolectric.shadows.httpclient","c":"Shadows","l":"reset()"},{"p":"org.robolectric.shadows.multidex","c":"Shadows","l":"reset()"},{"p":"org.robolectric","c":"Shadows","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowActivityManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowActivityThread","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowAlarmManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowAlertDialog","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowAppOpsManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager10","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager9","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowArscResourcesImpl","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowAudioEffect","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowAudioSystem","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBackgroundThread","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBackupManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBinder","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBitmapFactory","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothAdapter","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBluetoothDevice","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowBuild","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowCallLogCalls","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowCamcorderProfile","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowCameraManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowCardEmulation","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowChoreographer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowCloseGuard","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowContentResolver","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowContextImpl","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDebug","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDeviceConfig","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDexFile","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDialog","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDisplayManagerGlobal","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowDropBoxManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowEnvironment","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowFontBuilder","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowFontsContract","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowGeocoder","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowGestureDetector","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowHardwareRenderer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowInputManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowInputMethodManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowKeyguardManager.ShadowKeyguardLock","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetInputStream","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyChoreographer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMatrix","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyMessageQueue","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyPath","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyResourcesImpl","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySQLiteConnection","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacySystemClock","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyTypeface","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLocaleList","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLocationManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLog","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMeasuredTextBuilder","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaActionSound","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaCodecList","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaExtractor","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaMetadataRetriever","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRecorder","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaRouter","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaScannerConnection","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMediaStore","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMessage","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMessageQueue","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMessenger","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMimeTypeMap","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMotionEvent","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBitmap","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowNfcAdapter","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowNfcFrameworkInitializer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowNotificationListenerService","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPackageManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowParcel","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowParcelFileDescriptor","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPausedAsyncTask","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPausedChoreographer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPausedMessageQueue","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPausedSystemClock","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPendingIntent","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowPowerManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowProcess","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowQueuedWork","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowQuickAccessWalletService","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowRcsUceAdapter","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimator","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeAnimatorR","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowResources","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowResourcesImpl","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowResourcesManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowScaleGestureDetector","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowServiceManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSettings","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowGlobal","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSecure","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSettings.ShadowSystem","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSharedMemory","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSliceManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSmsManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSpeechRecognizer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSQLiteConnection","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowStatFs","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowStaticLayout","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowStatsLog","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowStatsManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowStringBlock","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSubscriptionManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSurface","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceControl","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSurfaceSyncGroup","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSystemClock","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSystemProperties","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowSystemServiceRegistry","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowTelephony.ShadowSms","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyFrameworkInitializer","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowTextToSpeech","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowToast","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowToneGenerator","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowTrace","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowUsageStatsManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowUserManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowValueAnimator","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowVibrator","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowView","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowViewRootImpl","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowVirtualDeviceManager.ShadowVirtualDevice","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowVMRuntime","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowVpnService","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowWebSettings","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowWebSyncManager","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowWebView","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerGlobal","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowWindowManagerImpl","l":"reset()"},{"p":"org.robolectric.shadows.util","c":"DataSource","l":"reset()"},{"p":"org.robolectric.util","c":"PerfStatsCollector","l":"reset()"},{"p":"org.robolectric.util","c":"Scheduler","l":"reset()"},{"p":"org.robolectric.shadows","c":"ShadowMagnificationController","l":"reset(boolean)"},{"p":"org.robolectric.shadows","c":"ShadowCanvas","l":"resetCanvasHistory()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyCanvas","l":"resetCanvasHistory()"},{"p":"org.robolectric.shadows","c":"ShadowNativeBaseCanvas","l":"resetCanvasHistory()"},{"p":"org.robolectric.shadows","c":"ShadowWebViewDatabase","l":"resetClearFormData()"},{"p":"org.robolectric.shadows","c":"ShadowCookieManager","l":"resetCookies()"},{"p":"org.robolectric.shadows","c":"ShadowWebViewDatabase","l":"resetDatabase()"},{"p":"org.robolectric.android","c":"Bootstrap","l":"resetDisplayConfiguration()"},{"p":"org.robolectric.shadows","c":"ShadowActivity","l":"resetIsFinishing()"},{"p":"org.robolectric.shadows","c":"ShadowDateUtils","l":"resetLastConfig()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"resetLoopers()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityNodeInfo","l":"resetObtainedInstances()"},{"p":"org.robolectric.shadows","c":"ShadowAccessibilityWindowInfo","l":"resetObtainedInstances()"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"resetPassword(String, int)","u":"resetPassword(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowDevicePolicyManager","l":"resetPasswordWithToken(ComponentName, String, byte[], int)","u":"resetPasswordWithToken(android.content.ComponentName,java.lang.String,byte[],int)"},{"p":"org.robolectric.shadows","c":"ShadowRenderNode","l":"resetPivot()"},{"p":"org.robolectric.shadows","c":"ShadowRenderNodeQ","l":"resetPivot()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"resetScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"resetScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowPausedLooper","l":"resetScheduler()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"resetSimCountryIsos()"},{"p":"org.robolectric.shadows","c":"ShadowTelephonyManager","l":"resetSimStates()"},{"p":"org.robolectric.android.internal","c":"AndroidTestEnvironment","l":"resetState()"},{"p":"org.robolectric.internal","c":"TestEnvironment","l":"resetState()"},{"p":"org.robolectric.shadows","c":"ShadowMediaPlayer","l":"resetStaticState()"},{"p":"org.robolectric.shadows","c":"ShadowStorageManager","l":"resetStorageVolumeList()"},{"p":"org.robolectric.annotation.processing.validator","c":"ResetterValidator","l":"ResetterValidator(RobolectricModel.Builder, ProcessingEnvironment)","u":"%3Cinit%3E(org.robolectric.annotation.processing.RobolectricModel.Builder,javax.annotation.processing.ProcessingEnvironment)"},{"p":"org.robolectric.shadows","c":"ShadowAudioTrack","l":"resetTest()"},{"p":"org.robolectric.shadows","c":"ShadowLegacyLooper","l":"resetThreadLoopers()"},{"p":"org.robolectric.shadows","c":"ShadowLooper","l":"resetThreadLoopers()"},{"p":"org.robolectric.res","c":"AttributeResource","l":"resName"},{"p":"org.robolectric.res","c":"ResName","l":"ResName(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.robolectric.res","c":"ResName","l":"ResName(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ClassNameResolver","l":"resolve(String, String)","u":"resolve(java.lang.String,java.lang.String)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"resolveActivity(Intent, int)","u":"resolveActivity(android.content.Intent,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"resolveActivityAsUser(Intent, int, int)","u":"resolveActivityAsUser(android.content.Intent,int,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"resolveActivityAsUser(Object, Object, Object)","u":"resolveActivityAsUser(java.lang.Object,java.lang.Object,java.lang.Object)"},{"p":"org.robolectric.res.android","c":"ResTableTheme","l":"resolveAttributeReference(Ref, int, Ref, Ref, Ref)","u":"resolveAttributeReference(org.robolectric.res.android.Ref,int,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.res.android","c":"AttributeResolution10","l":"ResolveAttrs(CppAssetManager2.Theme, int, int, int[], int, int[], int, int[], int[])","u":"ResolveAttrs(org.robolectric.res.android.CppAssetManager2.Theme,int,int,int[],int,int[],int,int[],int[])"},{"p":"org.robolectric.res.android","c":"AttributeResolution9","l":"ResolveAttrs(CppAssetManager2.Theme, int, int, int[], int, int[], int, int[], int[])","u":"ResolveAttrs(org.robolectric.res.android.CppAssetManager2.Theme,int,int,int[],int,int[],int,int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowArscAssetManager","l":"resolveAttrs(long, int, int, int[], int[], int[], int[])","u":"resolveAttrs(long,int,int,int[],int[],int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowLegacyAssetManager","l":"resolveAttrs(long, int, int, int[], int[], int[], int[])","u":"resolveAttrs(long,int,int,int[],int[],int[],int[])"},{"p":"org.robolectric.res.android","c":"AttributeResolution","l":"ResolveAttrs(ResTableTheme, int, int, int[], int, int[], int, int[], int[])","u":"ResolveAttrs(org.robolectric.res.android.ResTableTheme,int,int,int[],int,int[],int,int[],int[])"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"resolveContentProvider(String, int)","u":"resolveContentProvider(java.lang.String,int)"},{"p":"org.robolectric.shadows","c":"ShadowApplicationPackageManager","l":"resolveContentProviderAsUser(String, int, int)","u":"resolveContentProviderAsUser(java.lang.String,int,int)"},{"p":"org.robolectric.res.android","c":"CppAssetManager2.ResolvedBag","l":"ResolvedBag()","u":"%3Cinit%3E()"},{"p":"org.robolectric.res.android","c":"CppAssetManager2","l":"ResolveReference(ApkAssetsCookie, Ref, Ref, Ref, Ref)","u":"ResolveReference(org.robolectric.res.android.ApkAssetsCookie,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref,org.robolectric.res.android.Ref)"},{"p":"org.robolectric.res.android","c":"ResTable","l":"resolveReference(Ref