Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java31 public static final int TYPE_SERVICE = 1; field in HandleMap
49 this.type = TYPE_SERVICE; in Entry()
59 this.type = TYPE_SERVICE; in Entry()
115 if (entry.type != TYPE_SERVICE || in setStarted()
136 if (entry.type == TYPE_SERVICE && in getServiceHandle()
204 case TYPE_SERVICE: in dump()
DGattService.java2545 if (entry.type != HandleMap.TYPE_SERVICE || in stopNextService()
2566 if (entry.type != HandleMap.TYPE_SERVICE || in deleteServices()