Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DContextMap.java350 private App getAppByPredicate(Predicate<App> predicate) { in getAppByPredicate() method in ContextMap
364 App app = getAppByPredicate(entry -> entry.id == id); in getById()
373 App app = getAppByPredicate(entry -> entry.uuid.equals(uuid)); in getByUuid()
382 App app = getAppByPredicate(entry -> entry.name.equals(name)); in getByName()
391 App app = getAppByPredicate(entry -> entry.info != null && entry.info.equals(contextInfo)); in getByContextInfo()