Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java120 int instanceId, int serviceType) { in BluetoothGattService()
134 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
253 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic()
268 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattCharacteristic.java253 UUID uuid, int instanceId, in BluetoothGattCharacteristic()
263 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic()
269 UUID uuid, int instanceId, in initCharacteristic()
360 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor()
414 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
DBluetoothGatt.java716 int instanceId) { in getService()
734 int instanceId) { in getCharacteristicById()
750 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById()
DBluetoothGattDescriptor.java241 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattServer.java506 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java55 PeerInfo(int instanceId, byte[] mac) { in PeerInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java446 int cdmaSubscription, Integer instanceId) { in RIL()