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

  /packages/services/Car/car-lib/src/android/car/
CarBluetoothManager.java 105 public boolean isPriorityDevicePresent(int profile, @PriorityType int priorityToCheck)
108 return mService.isPriorityDevicePresent(profile, priorityToCheck);
  /packages/services/Car/service/src/com/android/car/
CarBluetoothService.java 96 if (!isPriorityDevicePresent(profileToSet,
121 if (isPriorityDevicePresent(profileToClear,
141 public boolean isPriorityDevicePresent(int profile, int priorityToCheck) {

Completed in 191 milliseconds