Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java97 public void showFactoryResetNotification(ICarResultReceiver callback) {}; in showFactoryResetNotification() method in NotificationHelperBase
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java185 public void showFactoryResetNotification(ICarResultReceiver callback) { in showFactoryResetNotification() method in NotificationHelper
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1107 .showFactoryResetNotification(callback); in onFactoryReset()