Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java980 final ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
981 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
983 rawMatch.activityInfo.applicationInfo.uid).equals(mParentUser)) { in removeForwardIntentIfNotNeeded()
997 ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
998 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
999 matches.add(rawMatch); in removeForwardIntentIfNotNeeded()