Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java386 boolean matchFound = false; in filterInstantAppIntent()
390 matchFound = true; in filterInstantAppIntent()
394 if (!matchFound) { in filterInstantAppIntent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java1120 boolean matchFound = false; in validateInterfaceCache()
1123 matchFound = true; in validateInterfaceCache()
1127 if (!matchFound) { in validateInterfaceCache()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3571 bool matchFound = true; in getUniqueLayerName() local
3578 while (matchFound) { in getUniqueLayerName()
3579 matchFound = false; in getUniqueLayerName()
3582 matchFound = true; in getUniqueLayerName()