Home
last modified time | relevance | path

Searched defs:instanceId (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsService.java66 int instanceId = msg.arg1; in handleMessage() local
151 public void registerCallback(int instanceId, Handler callback) { in registerCallback()
166 public void unregisterCallback(int instanceId) { in unregisterCallback()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java110 int instanceId, int serviceType) { in BluetoothGattService()
156 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic()
170 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattCharacteristic.java240 UUID uuid, int instanceId, in BluetoothGattCharacteristic()
246 UUID uuid, int instanceId, in initCharacteristic()
288 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor()
DBluetoothGattServer.java404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
DBluetoothGatt.java640 int instanceId, int type) { in getService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java631 int cdmaSubscription, Integer instanceId) { in RIL()