Home
last modified time | relevance | path

Searched refs:isAutoOnSupported (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothAutoOnPreferenceControllerTest.java57 doReturn(false).when(mBluetoothAdapter).isAutoOnSupported(); in getAvailability_valueUnset_returnUnsupported()
64 doReturn(true).when(mBluetoothAdapter).isAutoOnSupported(); in getAvailability_valueSet_returnAvailable()
71 doReturn(true).when(mBluetoothAdapter).isAutoOnSupported(); in isChecked_valueEnabled_returnTrue()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServiceBinder.java328 public boolean isAutoOnSupported() { in isAutoOnSupported() method in BluetoothServiceBinder
330 return mBluetoothManagerService.isAutoOnSupported(); in isAutoOnSupported()
DBluetoothManagerService.java2651 boolean isAutoOnSupported() { in isAutoOnSupported() method in BluetoothManagerService
/packages/modules/Bluetooth/service/aidl/android/bluetooth/
DIBluetoothManager.aidl66 boolean isAutoOnSupported(); in isAutoOnSupported() method
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothAutoOnPreferenceController.java90 boolean isSupported = mBluetoothAdapter.isAutoOnSupported(); in getAvailabilityStatus()
DBluetoothSwitchPreferenceController.java163 return mBluetoothAdapter.isAutoOnSupported(); in isAutoOnFeatureAvailable()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java5527 public boolean isAutoOnSupported() { in isAutoOnSupported() method in BluetoothAdapter
5529 return mManagerService.isAutoOnSupported(); in isAutoOnSupported()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt79 …resPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean isAutoOnSupported();