Home
last modified time | relevance | path

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

1234567891011

/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
DAudioFocusTest.java128 private Instrumentation mInstrumentation; field in AudioFocusTest
156 mContext.getPackageName(), mInstrumentation , true); in setUp() local
168 mContext.getPackageName(), mInstrumentation, false); in setUp() local
189 mContext.getPackageName(), mInstrumentation, true); in teardown() local
193 Utils.toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, false); in teardown() local
677 mContext.getPackageName(), mInstrumentation, true); in testAudioFocusExclusive() local
718 mContext.getPackageName(), mInstrumentation, false); in testAudioFocusExclusive() local
746 mContext.getPackageName(), mInstrumentation, true); in testAudioFocusExclusiveAndRecording() local
785 mContext.getPackageName(), mInstrumentation, false); in testAudioFocusExclusiveAndRecording() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/
DAbstractCarBuiltinTestCase.java30 protected final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in AbstractCarBuiltinTestCase
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackNavigationLegacyTest.java40 private Instrumentation mInstrumentation; field in BackNavigationLegacyTest
/cts/tests/app/src/android/app/cts/
DPipNotSupportedActivityTest.java27 private Instrumentation mInstrumentation; field in PipNotSupportedActivityTest
DKeyguardManagerStatusTest.java42 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in KeyguardManagerStatusTest
DAlertDialog_BuilderTestBase.java41 protected Instrumentation mInstrumentation; field in AlertDialog_BuilderTestBase
DExpandableListActivitySelectTest.java48 private Instrumentation mInstrumentation; field in ExpandableListActivitySelectTest
DLauncherActivityTest.java47 private Instrumentation mInstrumentation; field in LauncherActivityTest
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DBaseNotificationManagerTest.java109 protected Instrumentation mInstrumentation; field in BaseNotificationManagerTest
136 toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, true); in baseSetUp() local
138 toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, false); in baseSetUp() local
162 suspendPackage(mContext.getPackageName(), mInstrumentation, false); in baseTearDown() local
167 toggleNotificationPolicyAccess(mContext.getPackageName(), mInstrumentation, false); in baseTearDown() local
/cts/tests/tests/security/src/android/security/cts/
DCVE_2021_0922.java38 private Instrumentation mInstrumentation; field in CVE_2021_0922
/cts/tests/inputmethod/src/com/android/cts/mockime/
DMockImeSessionCrashTest.java41 private Instrumentation mInstrumentation; field in MockImeSessionCrashTest
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigTest.java42 private Instrumentation mInstrumentation; field in EglConfigTest
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DPermissionHelper.java22 private final Instrumentation mInstrumentation; field in PermissionHelper
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceImagesTest.java39 private Instrumentation mInstrumentation; field in ReferenceImagesTest
/cts/hostsidetests/adpf/app/hintsession/src/android/adpf/hintsession/app/
DADPFHintSessionDeviceTest.java43 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in ADPFHintSessionDeviceTest
/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.java50 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in SystemPackageDefaultStoppedStateTest
/cts/tests/tests/view/src/android/view/cts/
DSearchEventTest.java50 private Instrumentation mInstrumentation; field in SearchEventTest
DInputQueueTest.java52 private final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation(); field in InputQueueTest
/cts/tests/tests/text/src/android/text/method/cts/
DTransformationMethodTest.java60 private Instrumentation mInstrumentation; field in TransformationMethodTest
/cts/tests/tests/widget/src/android/widget/cts/util/
DListUtil.java29 private final Instrumentation mInstrumentation; field in ListUtil
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DIsolatedServiceTest.java32 private Instrumentation mInstrumentation; field in IsolatedServiceTest
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java156 private Instrumentation mInstrumentation; field in InputMethodServiceTest
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DFlagSecureTest.java66 private Instrumentation mInstrumentation; field in FlagSecureTest

1234567891011