Searched refs:testAppKey (Results 1 – 10 of 10) sorted by relevance
| /cts/common/device-side/bedstead/modules/testapps/src/main/kotlin/com/android/bedstead/testapps/ |
| D | TestAppsComponent.kt | 59 testAppKey: String, in ensureTestAppHasPermission() 65 checkTestAppExistsWithKey(testAppKey) in ensureTestAppHasPermission() 67 testApps[testAppKey]!!.permissions() in ensureTestAppHasPermission() 84 testAppKey: String, in ensureTestAppDoesNotHavePermission() 88 checkTestAppExistsWithKey(testAppKey) in ensureTestAppDoesNotHavePermission() 90 testApps[testAppKey]!!.permissions().withoutPermission(*permissions) in ensureTestAppDoesNotHavePermission() 104 testAppKey: String, in ensureTestAppHasAppOp() 109 checkTestAppExistsWithKey(testAppKey) in ensureTestAppHasAppOp() 110 testApps[testAppKey]!!.permissions() in ensureTestAppHasAppOp() 114 private fun checkTestAppExistsWithKey(testAppKey: String) { in checkTestAppExistsWithKey() [all …]
|
| D | TestAppsAnnotationExecutor.kt | 53 testAppKey, in <lambda>() 62 testAppKey, in <lambda>() 68 testAppKey, in <lambda>()
|
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2024-31322/src/android/security/cts/CVE_2024_31322/ |
| D | PocAccessibilityService.java | 28 setSharedPreference(getString(R.string.testAppKey), getString(R.string.fail)); in onServiceConnected()
|
| D | DeviceTest.java | 56 context.getString(R.string.testAppKey), in testPocCVE_2024_31322()
|
| /cts/hostsidetests/securitybulletin/test-apps/BUG-321707289/test-app/src/android/security/cts/BUG_321707289/ |
| D | PocNotificationListenerService.java | 27 setSharedPreference(getString(R.string.testAppKey), getString(R.string.fail)); in onListenerConnected()
|
| D | DeviceTest.java | 68 context.getString(R.string.testAppKey), in testPocBUG_321707289()
|
| /cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/ |
| D | EnsureTestAppHasAppOp.java | 38 String testAppKey() default DEFAULT_KEY; in testAppKey() method
|
| D | EnsureTestAppDoesNotHavePermission.java | 38 String testAppKey() default DEFAULT_KEY; in testAppKey() method
|
| D | EnsureTestAppHasPermission.java | 38 String testAppKey() default DEFAULT_KEY; in testAppKey() method
|
| /cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
| D | Policy.java | 292 String testAppKey, String[] value, FailureMode failureMode) { 293 return new AutoAnnotation_Policy_ensureTestAppHasPermission(testAppKey, value, failureMode); 298 String testAppKey, String[] value, FailureMode failureMode) { 300 testAppKey, value, failureMode); 304 private static EnsureTestAppHasAppOp ensureTestAppHasAppOp(String testAppKey, String[] value) { 305 return new AutoAnnotation_Policy_ensureTestAppHasAppOp(testAppKey, value);
|