Home
last modified time | relevance | path

Searched defs:mContext (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/cts/tests/tests/car_builtin/src/android/car/cts/builtin/
DAbstractCarBuiltinTestCase.java32 protected final Context mContext = mInstrumentation.getContext(); field in AbstractCarBuiltinTestCase
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAbstractVoiceInteractionTestCase.java41 protected final Context mContext = getInstrumentation().getTargetContext(); field in AbstractVoiceInteractionTestCase
/cts/tests/tests/security/src/android/security/cts/
DCVE_2021_0309.java41 private final Context mContext = InstrumentationRegistry.getContext(); field in CVE_2021_0309
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DTestAppAssertionsByGroupData.java24 private final Context mContext; field in TestAppAssertionsByGroupData
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DBaseJUnit3TestCase.java36 protected Context mContext; field in BaseJUnit3TestCase
/cts/tests/tests/car/src/android/car/view/cts/
DDisplayHelperTest.java35 private final Context mContext = InstrumentationRegistry.getInstrumentation().getContext(); field in DisplayHelperTest
/cts/hostsidetests/appsecurity/test-apps/LocationPolicyApp/src/android/appsecurity/cts/locationpolicy/
DLocationPolicyTest.java37 private final Context mContext = InstrumentationRegistry.getInstrumentation().getContext(); field in LocationPolicyTest
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithoutLaunchableActivity/src/com/android/cts/cloneprofile/contacts/app/
DCloneContactsProviderDataTest.java36 private Context mContext; field in CloneContactsProviderDataTest
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DAppComponentFactoryTest.java32 private final Context mContext = InstrumentationRegistry.getContext(); field in AppComponentFactoryTest
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfRendererTest.java86 private Context mContext; field in PdfRendererTest
283 try (PdfRenderer renderer = createRenderer(TWO_PAGES, mContext)) { in openTwoPages_throwsError() argument
296 try (PdfRenderer renderer = createRenderer(TWO_PAGES, mContext)) { in openTwoPages_pagesOpensSuccessfully() argument
309 try (PdfRenderer renderer = createRenderer(TWO_PAGES, mContext)) { in testPageCount_returnsNumberOfPages() argument
315 try (PdfRenderer renderer = createRendererUsingNewConstructor(TWO_PAGES, mContext, in testPageCount_returnsNumberOfPages() argument
344 try (PdfRenderer renderer = createRenderer(A5_PORTRAIT, mContext)) { in testPrintScaleDefault() argument
349 try (PdfRenderer renderer = createRendererUsingNewConstructor(A5_PORTRAIT, mContext, in testPrintScaleDefault() argument
358 try (PdfRenderer renderer = createRenderer(A5_PORTRAIT_PRINTSCALING_DEFAULT, mContext)) { in testPrintScalePDF16Default() argument
364 A5_PORTRAIT_PRINTSCALING_DEFAULT, mContext, in testPrintScalePDF16Default() argument
373 try (PdfRenderer renderer = createRenderer(A5_PORTRAIT_PRINTSCALING_NONE, mContext)) { in testPrintScalePDF16None() argument
[all …]
/cts/tests/credentials/src/android/credentials/cts/
DCtsCredentialManagerDeviceTest.java52 private final Context mContext = getInstrumentation().getContext(); field in CtsCredentialManagerDeviceTest
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DDistanceMeasurementSessionTest.java48 private Context mContext; field in DistanceMeasurementSessionTest
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DBaseNumberBlockingClientTest.java31 protected Context mContext; field in BaseNumberBlockingClientTest
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DAutofillIdTest.java41 private final Context mContext = InstrumentationRegistry.getTargetContext(); field in AutofillIdTest
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/
DAbstractCarManagerPermissionTest.java44 protected final Context mContext = field in AbstractCarManagerPermissionTest
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DViewUnitTest.java42 private Context mContext; field in ViewUnitTest
/cts/tests/tests/vcn/src/android/net/vcn/cts/
DVcnSystemRequirementsTest.java42 private final Context mContext = InstrumentationRegistry.getContext(); field in VcnSystemRequirementsTest
/cts/hostsidetests/wifibroadcasts/app/src/android/wifibroadcasts/app/
DWifiBroadcastsDeviceActivity.java36 private final Context mContext = this; field in WifiBroadcastsDeviceActivity
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DTelephonyManagerTest.java46 private Context mContext; field in TelephonyManagerTest
/cts/tests/tests/gamemanager/LegacyGameTestApp/src/android/gamemanager/cts/app/legacygametestapp/
DLegacyGameTestAppMainActivity.java28 Context mContext; field in LegacyGameTestAppMainActivity
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DStoragedTest.java35 protected Context mContext; field in StoragedTest
/cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
DBaseTestCase.java37 Context mContext = InstrumentationRegistry.getContext(); field in BaseTestCase
/cts/tests/tests/gamemanager/GameTestAppWithBatteryMode/src/android/gamemanager/cts/app/gametestapp/battery/
DGameTestAppMainActivity.java28 Context mContext; field in GameTestAppMainActivity
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DClearApplicationDataTest.java40 private Context mContext; field in ClearApplicationDataTest
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DPrivilegedLocationPermissionTest.java42 private Context mContext; field in PrivilegedLocationPermissionTest

12345678910>>...34