Home
last modified time | relevance | path

Searched defs:intents (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DBrowserTest.java75 List<Intent> intents = getAllJavascriptIntents(); in testTabReuse() local
113 List<Intent> intents = getAllJavascriptIntents(); in testTabExhaustion() local
146 List<Intent> intents = createAllIntents(Uri.parse("http://www.google.com")); in testBrowserPrivateDataAccess() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java87 final Intent[] intents = buttonInfo.getIntents(); in onClick() local
176 public ButtonInfo(int buttonText, Intent... intents) { in ButtonInfo()
/cts/tests/signature/src/android/signature/cts/
DIntentTest.java152 Set<String> intents = new HashSet<>(); in lookupPlatformIntents() local