Home
last modified time | relevance | path

Searched refs:getBluetoothPersistedState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServerProxy.java70 int getBluetoothPersistedState(ContentResolver resolver, int defaultValue) { in getBluetoothPersistedState() method in BluetoothServerProxy
DBluetoothManagerService.java735 .getBluetoothPersistedState(mContentResolver, BLUETOOTH_ON_BLUETOOTH); in isBluetoothPersistedStateOn()
743 .getBluetoothPersistedState(mContentResolver, BLUETOOTH_ON_BLUETOOTH); in isBluetoothPersistedStateOnAirplane()
752 .getBluetoothPersistedState(mContentResolver, BLUETOOTH_ON_BLUETOOTH); in isBluetoothPersistedStateOnBluetooth()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java120 .getBluetoothPersistedState(any(), anyInt()); in setUp()
126 .getBluetoothPersistedState(any(), anyInt()); in setUp()