Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java828 final ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
829 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
831 rawMatch.activityInfo.applicationInfo.uid).equals(mParentUser)) { in removeForwardIntentIfNotNeeded()
845 ResolveInfo rawMatch = rawMatches.get(i); in removeForwardIntentIfNotNeeded() local
846 if (!isForwardMatch(rawMatch)) { in removeForwardIntentIfNotNeeded()
847 matches.add(rawMatch); in removeForwardIntentIfNotNeeded()