Home
last modified time | relevance | path

Searched defs:onFactoryReset (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/
DICarSystemServerClient.aidl43 void onFactoryReset(ICarResultReceiver callback); in onFactoryReset() method
/packages/modules/Bluetooth/service/aidl/android/bluetooth/
DIBluetoothManager.aidl48 boolean onFactoryReset(in AttributionSource attributionSource); in onFactoryReset() method
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServiceBinder.java226 public boolean onFactoryReset(AttributionSource source) { in onFactoryReset() method in BluetoothServiceBinder
DBluetoothManagerService.java305 boolean onFactoryReset() { in onFactoryReset() method in BluetoothManagerService
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothServiceBinderTest.java277 public void onFactoryReset() { in onFactoryReset() method in BluetoothServiceBinderTest
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1102 public void onFactoryReset(ICarResultReceiver callback) { in onFactoryReset() method in ICarImpl.ICarSystemServerClientImpl