Home
last modified time | relevance | path

Searched refs:FACTORY_RESET_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/admin/
DFactoryResetActivity.java44 private static final int FACTORY_RESET_NOTIFICATION_ID = 42; field in FactoryResetActivity
124 getSystemService(NotificationManager.class).cancel(FACTORY_RESET_NOTIFICATION_ID); in factoryResetNow()
125 PendingIntent.getActivity(this, FACTORY_RESET_NOTIFICATION_ID, getIntent(), in factoryResetNow()
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java54 public static final int FACTORY_RESET_NOTIFICATION_ID = 42; field in NotificationHelper
197 FACTORY_RESET_NOTIFICATION_ID, intent, PendingIntent.FLAG_IMMUTABLE, in showFactoryResetNotification()
215 .notifyAsUser(TAG, FACTORY_RESET_NOTIFICATION_ID, notification, UserHandle.ALL); in showFactoryResetNotification()