Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java32 public static final int TYPE_SERVICE = 1; field in HandleMap
50 this.type = TYPE_SERVICE; in Entry()
60 this.type = TYPE_SERVICE; in Entry()
117 if (entry.type != TYPE_SERVICE || entry.serverIf != serverIf in setStarted()
139 if (entry.type == TYPE_SERVICE && entry.handle == handle && entry.uuid.equals(uuid)) { in checkServiceExists()
191 case TYPE_SERVICE: in dump()
DGattService.java3226 if (entry.type != HandleMap.TYPE_SERVICE || entry.serverIf != serverIf in stopNextService()
3249 if (entry.type != HandleMap.TYPE_SERVICE || entry.serverIf != serverIf) { in deleteServices()
/packages/apps/Car/libs/car-ui-lib/tests/paintbooth/src/com/android/car/ui/paintbooth/
DMainActivity.java145 } else if (viewType == ListElement.TYPE_SERVICE) {
282 static final int TYPE_SERVICE = 1; field in MainActivity.ListElement
329 return TYPE_SERVICE; in getType()