Searched defs:SECURE_SETTINGS_BLUETOOTH_NAME (Results 1 - 1 of 1) sorted by path

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

Completed in 64 milliseconds