HomeSort by relevance Sort by last modified time
    Searched refs:mProfileConnectionState (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 52 private HashMap<LocalBluetoothProfile, Integer> mProfileConnectionState;
122 mProfileConnectionState.put(profile, newProfileState);
151 mProfileConnectionState = new HashMap<LocalBluetoothProfile, Integer>();
311 if (mProfileConnectionState == null ||
312 mProfileConnectionState.get(profile) == null) {
315 mProfileConnectionState.put(profile, state);
317 return mProfileConnectionState.get(profile);
  /frameworks/base/core/java/android/server/
BluetoothService.java 177 private HashMap<Integer, Pair<Integer, Integer>> mProfileConnectionState;
249 mProfileConnectionState = new HashMap<Integer, Pair<Integer, Integer>>();
    [all...]

Completed in 965 milliseconds