Searched defs:instanceId (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMnsService.java | 66 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/ |
D | BluetoothGattService.java | 110 int instanceId, int serviceType) { in BluetoothGattService() 156 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic() 170 public void setInstanceId(int instanceId) { in setInstanceId()
|
D | BluetoothGattCharacteristic.java | 240 UUID uuid, int instanceId, in BluetoothGattCharacteristic() 246 UUID uuid, int instanceId, in initCharacteristic() 288 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor()
|
D | BluetoothGattServer.java | 404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
|
D | BluetoothGatt.java | 640 int instanceId, int type) { in getService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 631 int cdmaSubscription, Integer instanceId) { in RIL()
|