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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 180 public abstract int convertState(int a2dpState);
245 return convertState(mService.getSinkState(device));
281 public int convertState(int a2dpState) {
444 ? convertState(mService.getState(device))
481 public int convertState(int headsetState) {
555 public int convertState(int oppState) {
CachedBluetoothDevice.java 119 profile).convertState(newProfileState);

Completed in 467 milliseconds