Searched refs:onFactoryReset (Results 1 – 8 of 8) sorted by relevance
278 public void onFactoryReset() { in onFactoryReset() method in BluetoothServiceBinderTest279 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()
42 void onFactoryReset(ICarResultReceiver callback); in onFactoryReset() method
52 boolean onFactoryReset(in AttributionSource attributionSource); in onFactoryReset() method
217 public boolean onFactoryReset(AttributionSource source) { in onFactoryReset() method in BluetoothServiceBinder
308 return postAndWait(() -> onFactoryReset()); in onFactoryResetFromBinder()312 boolean onFactoryReset() { in onFactoryReset() method in BluetoothManagerService
441 carSystemServerClient.onFactoryReset(carResultReceiver); in testCarSystemServerClientImpl_onFactoryReset()
1146 public void onFactoryReset(ICarResultReceiver callback) { in onFactoryReset() method in ICarImpl.ICarSystemServerClientImpl
1717 && mManagerService.onFactoryReset(mAttributionSource)) { in clearBluetooth()