HomeSort by relevance Sort by last modified time
    Searched defs:NotificationController (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/provider_src/com/android/email/
NotificationController.java 25 public interface NotificationController {
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 37 * NotificationController handles the responses to the Automatic Storage Management low storage
40 public class NotificationController extends 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);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java 55 final class NotificationController {
58 public static final String LOG_TAG = "NotificationController";
76 public NotificationController(Context context) {

Completed in 393 milliseconds