OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sInstanceCounter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java
45
private static volatile int
sInstanceCounter
= 0;
120
TAG = "BluetoothMapMasInstance" +
sInstanceCounter
++;
146
TAG = "BluetoothMapMasInstance" +
sInstanceCounter
++;
/packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java
65
private static volatile int
sInstanceCounter
= 0;
73
TAG = "ObexServerSockets" +
sInstanceCounter
++;
Completed in 704 milliseconds