HomeSort by relevance Sort by last modified time
    Searched defs:NotificationController (Results 1 - 4 of 4) 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/
AutomaticStorageManagementJobService.java 80 new Intent(NotificationController.INTENT_ACTION_SHOW_NOTIFICATION);
82 NotificationController.class);
NotificationController.java 38 * NotificationController handles the responses to the Automatic Storage Management low storage
41 public class NotificationController extends BroadcastReceiver {
81 private static final String SHARED_PREFERENCES_NAME = "NotificationController";
256 int shownCount = sp.getInt(NotificationController.NOTIFICATION_SHOWN_COUNT, 0) + 1;
257 editor.putInt(NotificationController.NOTIFICATION_SHOWN_COUNT, shownCount);
289 return new Intent(context, NotificationController.class).setAction(action);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java 54 final class NotificationController {
57 public static final String LOG_TAG = "NotificationController";
75 public NotificationController(Context context) {

Completed in 106 milliseconds