| /cts/tests/tests/identity/src/android/security/identity/cts/ | 
| D | TestUtil.java | 101         Context appContext = InstrumentationRegistry.getTargetContext();  in getFeatureVersion()  local135         Context appContext = InstrumentationRegistry.getTargetContext();  in isHalImplemented()  local
 146         Context appContext = InstrumentationRegistry.getTargetContext();  in isDirectAccessHalImplemented()  local
 156         Context appContext = InstrumentationRegistry.getTargetContext();  in isLockScreenSupported()  local
 
 | 
| D | ProvisioningTest.java | 383         Context appContext = InstrumentationRegistry.getTargetContext();  in alreadyPersonalized()  local402         Context appContext = InstrumentationRegistry.getTargetContext();  in nonExistent()  local
 415         Context appContext = InstrumentationRegistry.getTargetContext();  in defaultStoreSupportsAnyDocumentType()  local
 427         Context appContext = InstrumentationRegistry.getTargetContext();  in deleteCredentialByName()  local
 465         Context appContext = InstrumentationRegistry.getTargetContext();  in deleteCredential()  local
 521         Context appContext = InstrumentationRegistry.getTargetContext();  in proofOfOwnership()  local
 573         Context appContext = InstrumentationRegistry.getTargetContext();  in testProvisionAndRetrieve()  local
 663         Context appContext = InstrumentationRegistry.getTargetContext();  in testProvisionAndRetrieveMultipleTimes()  local
 726         Context appContext = InstrumentationRegistry.getTargetContext();  in testProvisionAndRetrieveWithFiltering()  local
 779         Context appContext = InstrumentationRegistry.getTargetContext();  in testProvisionAndRetrieveElementWithNoACP()  local
 [all …]
 
 | 
| D | UserAuthTest.java | 110             Context appContext = InstrumentationRegistry.getTargetContext();  in performDeviceLock()  local122             Context appContext = InstrumentationRegistry.getTargetContext();  in performDeviceUnlock()  local
 191             Context appContext = InstrumentationRegistry.getTargetContext();  in testUserAuth()  local
 216         Context appContext = InstrumentationRegistry.getTargetContext();  in doTestUserAuth()  local
 
 | 
| D | DynamicAuthTest.java | 70         Context appContext = InstrumentationRegistry.getTargetContext();  in dynamicAuthTest()  local467         Context appContext = InstrumentationRegistry.getTargetContext();  in dynamicAuthWithExpirationTest()  local
 596         Context appContext = InstrumentationRegistry.getTargetContext();  in dynamicAuthMinValidTimeTest()  local
 810         Context appContext = InstrumentationRegistry.getTargetContext();  in dynamicAuthCanGetExpirations()  local
 876         Context appContext = InstrumentationRegistry.getTargetContext();  in dynamicAuthMultipleGetEntries()  local
 939         Context appContext = InstrumentationRegistry.getTargetContext();  in dynamicAuthNoUsageCountIncrement()  local
 
 | 
| D | MultiDocumentPresentationTest.java | 97         Context appContext = InstrumentationRegistry.getTargetContext();  in multipleDocuments()  local228         Context appContext = InstrumentationRegistry.getTargetContext();  in cryptoObjectReturnsCorrectSession()  local
 
 | 
| D | NoSessionEncryptionTest.java | 65         Context appContext = InstrumentationRegistry.getTargetContext();  in noSessionEncryption()  local
 | 
| D | X509CertificateSigningTest.java | 56         Context appContext = InstrumentationRegistry.getTargetContext();  in testSigning()  local
 | 
| D | AttestationTest.java | 60         Context appContext = InstrumentationRegistry.getTargetContext();  in attestationTest()  local
 | 
| D | EphemeralKeyTest.java | 66         Context appContext = InstrumentationRegistry.getTargetContext();  in createEphemeralKey()  local
 | 
| D | IdentityApiTest.java | 181         Context appContext = InstrumentationRegistry.getTargetContext();  in testGetDirectAccessInstance()  local
 | 
| D | ReaderAuthTest.java | 160         Context appContext = InstrumentationRegistry.getTargetContext();  in readerAuth()  local
 | 
| /cts/tests/framework/base/localeconfig/src/com/android/cts/localeconfig/ | 
| D | LocaleConfigTest.java | 84         Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0);  in testGetLocaleList()  local103         Context appContext = mContext.createPackageContext(TEST_PACKAGE_WITHOUT_LOCALECONFIG, 0);  in testNoLocaleConfigTag()  local
 123         Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0);  in testGetOverrideLocaleConfig()  local
 141         Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0);  in testGetOriginalLocaleConfig()  local
 
 | 
| D | LocaleConfigAppUpdateTest.java | 126         Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0);  in testUpgradedApk_setFromApp_KeepAppLocales()  local174         Context appContext = mContext.createPackageContext(TEST_PACKAGE, 0);  in testUpgradedApk_removeLocaleConfig_ClearAppLocales()  local
 
 | 
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ | 
| D | DynamicConfigDeviceSide.java | 54         Context appContext = InstrumentationRegistry.getTargetContext();  in DynamicConfigDeviceSide()  local
 | 
| D | BusinessLogicTestCase.java | 93         Context appContext = InstrumentationRegistry.getTargetContext();  in loadBusinessLogic()  local
 | 
| /cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/ | 
| D | SdkAvailabilityTest.java | 148         final Context appContext = ApplicationProvider.getApplicationContext();  in isLargeScreenDisplay()  local
 | 
| /cts/tests/framework/base/windowmanager/src/android/server/wm/ | 
| D | WindowMetricsWindowContextTests.java | 84             final Context appContext = ApplicationProvider.getApplicationContext();  in WindowContextTestSession()  local
 | 
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/ | 
| D | poc.c | 86     applicationContext* appContext = (applicationContext*) context;  in ReadHandler()  local
 | 
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ | 
| D | IdentityCredentialAuthenticationMultiDocument.java | 80     private static int getFeatureVersion(Context appContext) {  in getFeatureVersion()
 | 
| /cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/ | 
| D | AssociationRevokedTestBase.kt | 41     protected val appContext: Context = instrumentation.targetContext  constant in android.companion.cts.uiautomation.AssociationRevokedTestBase
 | 
| /cts/tests/tests/keystore/src/android/keystore/cts/util/ | 
| D | TestUtils.java | 104     public static int getFeatureVersionKeystore(Context appContext) {  in getFeatureVersionKeystore()128     public static int getFeatureVersionKeystoreStrongBox(Context appContext) {  in getFeatureVersionKeystoreStrongBox()
 
 | 
| /cts/tests/framework/base/windowmanager/util/src/android/server/wm/ | 
| D | ActivityManagerTestBase.java | 1255             final Context appContext = ApplicationProvider.getApplicationContext();  in isTablet()  local
 |