OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNameResource
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java
59
int
getNameResource
(BluetoothDevice device);
OppProfile.java
78
public int
getNameResource
(BluetoothDevice device) {
A2dpProfile.java
141
public int
getNameResource
(BluetoothDevice device) {
HidProfile.java
115
public int
getNameResource
(BluetoothDevice device) {
PanProfile.java
115
public int
getNameResource
(BluetoothDevice device) {
HeadsetProfile.java
173
public int
getNameResource
(BluetoothDevice device) {
DeviceProfilesSettings.java
207
pref.setTitle(profile.
getNameResource
(mCachedDevice.getDevice()));
277
String profileName = context.getString(profile.
getNameResource
(device.getDevice()));
Completed in 469 milliseconds