Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothServiceBinderTest.java278 public void onFactoryReset() { in onFactoryReset() method in BluetoothServiceBinderTest
279 assertThrows(NullPointerException.class, () -> mBinder.onFactoryReset(null)); in onFactoryReset()
281 assertThrows(SecurityException.class, () -> mBinder.onFactoryReset(mSource)); in onFactoryReset()
286 assertThrows(SecurityException.class, () -> mBinder.onFactoryReset(mSource)); in onFactoryReset()
291 assertThat(mBinder.onFactoryReset(mSource)).isFalse(); in onFactoryReset()
/packages/services/Car/car-lib/src/com/android/car/internal/
DICarSystemServerClient.aidl42 void onFactoryReset(ICarResultReceiver callback); in onFactoryReset() method
/packages/modules/Bluetooth/service/aidl/android/bluetooth/
DIBluetoothManager.aidl52 boolean onFactoryReset(in AttributionSource attributionSource); in onFactoryReset() method
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServiceBinder.java217 public boolean onFactoryReset(AttributionSource source) { in onFactoryReset() method in BluetoothServiceBinder
DBluetoothManagerService.java308 return postAndWait(() -> onFactoryReset()); in onFactoryResetFromBinder()
312 boolean onFactoryReset() { in onFactoryReset() method in BluetoothManagerService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DICarImplUnitTest.java441 carSystemServerClient.onFactoryReset(carResultReceiver); in testCarSystemServerClientImpl_onFactoryReset()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1146 public void onFactoryReset(ICarResultReceiver callback) { in onFactoryReset() method in ICarImpl.ICarSystemServerClientImpl
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1717 && mManagerService.onFactoryReset(mAttributionSource)) { in clearBluetooth()