Searched defs:mProfileConnectionState (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java51 private HashMap<Integer, Pair<Integer, Integer>> mProfileConnectionState; field in class:AdapterProperties
83 if (mProfileConnectionState ==null) {
84 mProfileConnectionState = new HashMap<Integer, Pair<Integer, Integer>>();
86 mProfileConnectionState.clear();
93 if (mProfileConnectionState != null) {
94 mProfileConnectionState.clear();
95 mProfileConnectionState = null;
340 Pair<Integer, Integer> p = mProfileConnectionState.get(profile);
445 // mProfileConnectionState is a hashmap -
464 Pair<Integer, Integer> stateNumDev = mProfileConnectionState
[all...]

Completed in 61 milliseconds