Home
last modified time | relevance | path

Searched refs:getPackageNameOfBondingApplication (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothPreferences.java136 String packageName = device.getPackageNameOfBondingApplication(); in shouldShowDialogInForeground()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl256 String getPackageNameOfBondingApplication(in BluetoothDevice device); in getPackageNameOfBondingApplication() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2159 public String getPackageNameOfBondingApplication() { in getPackageNameOfBondingApplication() method in BluetoothDevice
2167 return service.getPackageNameOfBondingApplication(this); in getPackageNameOfBondingApplication()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2839 public String getPackageNameOfBondingApplication(BluetoothDevice device) { in getPackageNameOfBondingApplication() method in AdapterService.AdapterServiceBinder
2848 return service.getPackageNameOfBondingApplication(device); in getPackageNameOfBondingApplication()
5045 public String getPackageNameOfBondingApplication(BluetoothDevice device) { in getPackageNameOfBondingApplication() method in AdapterService
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt201 …roid.Manifest.permission.BLUETOOTH_PRIVILEGED}) public String getPackageNameOfBondingApplication();