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

/frameworks/base/core/java/android/app/
H A DNotificationManager.java89 public class NotificationManager class
91 private static String TAG = "NotificationManager";
172 /*package*/ NotificationManager(Context context, Handler handler) method in class:NotificationManager
178 public static NotificationManager from(Context context) {
179 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
605 return "NotificationManager.Policy["

Completed in 54 milliseconds