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

/frameworks/base/core/java/android/app/
H A DNotificationManager.java95 public class NotificationManager { class
96 private static String TAG = "NotificationManager";
251 /*package*/ NotificationManager(Context context, Handler handler) method in class:NotificationManager
257 public static NotificationManager from(Context context) {
258 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
987 return "NotificationManager.Policy["

Completed in 170 milliseconds