OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceNameWithPriority
(Results
1 - 4
of
4
) sorted by null
/packages/services/Car/car-lib/src/android/car/
ICarBluetooth.aidl
26
String
getDeviceNameWithPriority
(in int profile, in int priorityToCheck);
CarBluetoothManager.java
125
public String
getDeviceNameWithPriority
(int profile, @PriorityType int priorityToCheck)
128
return mService.
getDeviceNameWithPriority
(profile, priorityToCheck);
130
Log.e(CarLibLog.TAG_CAR, "
getDeviceNameWithPriority
failed", e);
/packages/services/Car/service/src/com/android/car/
CarBluetoothService.java
146
String deviceName =
getDeviceNameWithPriority
(profile, priorityToCheck);
168
public String
getDeviceNameWithPriority
(int profile, int priorityToCheck) {
BluetoothDeviceConnectionPolicy.java
[
all
...]
Completed in 367 milliseconds