Searched refs:FACTORY_RESET_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
44 private static final int FACTORY_RESET_NOTIFICATION_ID = 42; field in FactoryResetActivity124 getSystemService(NotificationManager.class).cancel(FACTORY_RESET_NOTIFICATION_ID); in factoryResetNow()125 PendingIntent.getActivity(this, FACTORY_RESET_NOTIFICATION_ID, getIntent(), in factoryResetNow()
54 public static final int FACTORY_RESET_NOTIFICATION_ID = 42; field in NotificationHelper197 FACTORY_RESET_NOTIFICATION_ID, intent, PendingIntent.FLAG_IMMUTABLE, in showFactoryResetNotification()215 .notifyAsUser(TAG, FACTORY_RESET_NOTIFICATION_ID, notification, UserHandle.ALL); in showFactoryResetNotification()