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.java854 final ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
855 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
857 rawMatch.activityInfo.applicationInfo.uid).equals(mParentUser)) { in removeForwardIntentIfNotNeeded()
871 ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
872 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
873 matches.add(rawMatch); in removeForwardIntentIfNotNeeded()