Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java340 App getByContextInfo(T contextInfo) { in getByContextInfo() argument
345 if (entry.info != null && entry.info.equals(contextInfo)) { in getByContextInfo()
350 Log.e(TAG, "Context not found for info " + contextInfo); in getByContextInfo()