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

/frameworks/base/core/java/android/app/
H A DNotificationManager.java69 public class NotificationManager class
71 private static String TAG = "NotificationManager";
87 /*package*/ NotificationManager(Context context, Handler handler) method in class:NotificationManager
93 public static NotificationManager from(Context context) {
94 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);

Completed in 49 milliseconds