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

/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java58 private static final String SECURE_SETTINGS_BLUETOOTH_NAME="bluetooth_name"; field in class:BluetoothManagerService
235 mName = Settings.Secure.getString(mContentResolver, SECURE_SETTINGS_BLUETOOTH_NAME);
248 Settings.Secure.putString(mContentResolver, SECURE_SETTINGS_BLUETOOTH_NAME, name);
251 Settings.Secure.getString(mContentResolver,SECURE_SETTINGS_BLUETOOTH_NAME));

Completed in 115 milliseconds