Searched defs:instanceId (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 122 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()
|
D | BluetoothGattCharacteristic.java | 256 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()
|
D | BluetoothGattIncludedService.java | 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
|
D | BluetoothGatt.java | 726 int instanceId) { in getService() 744 int instanceId) { in getCharacteristicById() 760 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById()
|
D | BluetoothGattDescriptor.java | 245 public void setInstanceId(int instanceId) { in setInstanceId()
|
D | BluetoothGattServer.java | 506 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
|
/frameworks/base/core/java/android/app/usage/ |
D | UsageStats.java | 263 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()
|
D | UsageStatsManagerInternal.java | 48 int instanceId, ComponentName taskRoot); in reportEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
D | UsageStatsDatabaseTest.java | 141 final int instanceId = i % 11; in populateIntervalStats() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDiscoverySessionState.java | 55 PeerInfo(int instanceId, byte[] mac) { in PeerInfo()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | IntervalStats.java | 295 int instanceId) { in update()
|
D | UsageStatsService.java | 1623 int instanceId, ComponentName taskRoot) { in reportEvent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 643 int cdmaSubscription, Integer instanceId) { in RIL()
|