Searched defs:NotificationController (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/
H A DNotificationController.java25 public interface NotificationController { interface
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java37 * NotificationController handles the responses to the Automatic Storage Management low storage
40 public class NotificationController extends BroadcastReceiver { class in inherits:BroadcastReceiver
76 private static final String SHARED_PREFERENCES_NAME = "NotificationController";
211 int shownCount = sp.getInt(NotificationController.NOTIFICATION_SHOWN_COUNT, 0) + 1;
212 editor.putInt(NotificationController.NOTIFICATION_SHOWN_COUNT, shownCount);

Completed in 242 milliseconds