Searched refs:activeIntents (Results 1 – 1 of 1) sorted by relevance
90 Set<String> activeIntents = lookupActiveIntents(appInfo.packageName); in shouldNotFindUnexpectedIntents() local92 for (String activeIntent : activeIntents) { in shouldNotFindUnexpectedIntents()157 HashSet<String> activeIntents = new HashSet<>(); in lookupActiveIntents() local170 activeIntents.add(intent.replace("\"", "")); in lookupActiveIntents()173 return activeIntents; in lookupActiveIntents()