Searched refs:getNameResource (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfile.java59 int getNameResource(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DOppProfile.java78 public int getNameResource(BluetoothDevice device) { method in class:OppProfile
H A DA2dpProfile.java141 public int getNameResource(BluetoothDevice device) { method in class:A2dpProfile
H A DHidProfile.java115 public int getNameResource(BluetoothDevice device) { method in class:HidProfile
H A DPanProfile.java115 public int getNameResource(BluetoothDevice device) { method in class:PanProfile
H A DHeadsetProfile.java173 public int getNameResource(BluetoothDevice device) { method in class:HeadsetProfile
H A DDeviceProfilesSettings.java207 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice()));
277 String profileName = context.getString(profile.getNameResource(device.getDevice()));

Completed in 178 milliseconds