Home
last modified time | relevance | path

Searched defs:textPattern (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20955/test-app/src/android/security/cts/CVE_2023_20955_test/
H A DDeviceTest.java99 Pattern textPattern = in testAppInfoUninstallForAllUsersDisabled() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/CVE_2022_20429/
H A DPocActivity.java70 Pattern textPattern = Pattern.compile(allowButtonText, Pattern.CASE_INSENSITIVE); in onResume() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/TestBluetoothDiscoverable/src/android/security/cts/TestBluetoothDiscoverable/
H A DPocActivity.java67 Pattern textPattern = Pattern.compile(allowButtonText, Pattern.CASE_INSENSITIVE); in onCreate() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
H A DPermissionUtils.java266 Pattern textPattern; in findPermissionPromptButtonAutomotive() local