Home
last modified time | relevance | path

Searched defs:mInstrumentation (Results 1 – 25 of 234) sorted by relevance

12345678910

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DRingtoneManagerTest.java60 private Instrumentation mInstrumentation; field in RingtoneManagerTest
82 Utils.enableAppOps(mContext.getPackageName(), "android:write_settings", mInstrumentation); in setUp() local
94 mContext.getPackageName(), mInstrumentation, true); in setUp() local
98 mContext.getPackageName(), mInstrumentation, false); in setUp() local
107 mContext.getPackageName(), mInstrumentation, true); in tearDown() local
114 mContext.getPackageName(), mInstrumentation, false); in tearDown() local
118 Utils.disableAppOps(mContext.getPackageName(), "android:write_settings", mInstrumentation); in tearDown() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/
DAbstractCarBuiltinTestCase.java37 protected final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in AbstractCarBuiltinTestCase
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBackNavigationLegacyTest.java38 private Instrumentation mInstrumentation; field in BackNavigationLegacyTest
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DBaseNotificationManagerTest.java86 protected Instrumentation mInstrumentation; field in BaseNotificationManagerTest
113 toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, true); in setUp() local
115 toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, false); in setUp() local
144 suspendPackage(mContext.getPackageName(), mInstrumentation, false); in tearDown() local
148 toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, false); in tearDown() local
/cts/tests/app/src/android/app/cts/
DPipNotSupportedActivityTest.java27 private Instrumentation mInstrumentation; field in PipNotSupportedActivityTest
DExpandableListActivitySelectTest.java48 private Instrumentation mInstrumentation; field in ExpandableListActivitySelectTest
DAlertDialog_BuilderTestBase.java41 protected Instrumentation mInstrumentation; field in AlertDialog_BuilderTestBase
DLauncherActivityTest.java47 private Instrumentation mInstrumentation; field in LauncherActivityTest
/cts/tests/tests/security/src/android/security/cts/
DCVE_2021_0922.java38 private Instrumentation mInstrumentation; field in CVE_2021_0922
DCVE_2023_21143.java47 private Instrumentation mInstrumentation = null; field in CVE_2023_21143
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigTest.java51 private Instrumentation mInstrumentation; field in EglConfigTest
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceImagesTest.java39 private Instrumentation mInstrumentation; field in ReferenceImagesTest
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DPermissionHelper.java22 private final Instrumentation mInstrumentation; field in PermissionHelper
/cts/hostsidetests/appsecurity/test-apps/RoleSecurityTestApp/src/com/android/cts/rolesecuritytest/
DDeviceTest.java45 private Instrumentation mInstrumentation; field in DeviceTest
/cts/tests/tests/content/src/android/content/pm/cts/
DSystemPackageDefaultStoppedStateTest.java48 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in SystemPackageDefaultStoppedStateTest
/cts/tests/tests/view/src/android/view/cts/
DSearchEventTest.java46 private Instrumentation mInstrumentation; field in SearchEventTest
DInputQueueTest.java47 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in InputQueueTest
DMenuItemTest.java44 private Instrumentation mInstrumentation; field in MenuItemTest
/cts/tests/tests/text/src/android/text/method/cts/
DTransformationMethodTest.java58 private Instrumentation mInstrumentation; field in TransformationMethodTest
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DIsolatedServiceTest.java32 private Instrumentation mInstrumentation; field in IsolatedServiceTest
/cts/tests/tests/widget/src/android/widget/cts/util/
DListUtil.java29 private final Instrumentation mInstrumentation; field in ListUtil
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java145 private Instrumentation mInstrumentation; field in InputMethodServiceTest
/cts/tests/tests/widget/src/android/widget/cts/
DBackwardNavigationTest.java50 private Instrumentation mInstrumentation; field in BackwardNavigationTest
DExpandableListViewWithHeadersTest.java46 private Instrumentation mInstrumentation; field in ExpandableListViewWithHeadersTest
DSeekBarTest.java61 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in SeekBarTest

12345678910