Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java832 int numNonParentActivityMatches = 0; in removeForwardIntentIfNotNeeded() local
840 numNonParentActivityMatches++; in removeForwardIntentIfNotNeeded()
846 if (numParentActivityMatches == 0 || numNonParentActivityMatches == 0) { in removeForwardIntentIfNotNeeded()
848 numParentActivityMatches + numNonParentActivityMatches); in removeForwardIntentIfNotNeeded()