Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java122 int instanceId, int serviceType) { in BluetoothGattService()
136 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
255 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic()
271 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattCharacteristic.java256 UUID uuid, int instanceId, in BluetoothGattCharacteristic()
266 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic()
272 UUID uuid, int instanceId, in initCharacteristic()
363 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor()
418 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
DBluetoothGatt.java726 int instanceId) { in getService()
744 int instanceId) { in getCharacteristicById()
760 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById()
DBluetoothGattDescriptor.java245 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattServer.java506 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
/frameworks/base/core/java/android/app/usage/
DUsageStats.java263 final int instanceId = right.keyAt(i); in mergeEventMap() local
422 private void updateActivity(String className, long timeStamp, int eventType, int instanceId) { in updateActivity()
528 public void update(String className, long timeStamp, int eventType, int instanceId) { in update()
DUsageStatsManagerInternal.java48 int instanceId, ComponentName taskRoot); in reportEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java141 final int instanceId = i % 11; in populateIntervalStats() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java55 PeerInfo(int instanceId, byte[] mac) { in PeerInfo()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java295 int instanceId) { in update()
DUsageStatsService.java1623 int instanceId, ComponentName taskRoot) { in reportEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java643 int cdmaSubscription, Integer instanceId) { in RIL()