Home
last modified time | relevance | path

Searched refs:activeIntents (Results 1 – 1 of 1) sorted by relevance

/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java90 Set<String> activeIntents = lookupActiveIntents(appInfo.packageName); in shouldNotFindUnexpectedIntents() local
92 for (String activeIntent : activeIntents) { in shouldNotFindUnexpectedIntents()
157 HashSet<String> activeIntents = new HashSet<>(); in lookupActiveIntents() local
170 activeIntents.add(intent.replace("\"", "")); in lookupActiveIntents()
173 return activeIntents; in lookupActiveIntents()