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.java682 final ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
683 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
685 rawMatch.activityInfo.applicationInfo.uid).equals(mParentUser)) { in removeForwardIntentIfNotNeeded()
699 ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
700 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
701 matches.add(rawMatch); in removeForwardIntentIfNotNeeded()