FileDocCategorySizeDatePackage
NotificationManager.javaAPI DocAndroid 5.1 API585Sat Mar 14 14:09:42 GMT 2015android.app

NotificationManager.java

package android.app;
public class NotificationManager
{
NotificationManager() { throw new RuntimeException("Stub!"); }
public  void notify(int id, android.app.Notification notification) { throw new RuntimeException("Stub!"); }
public  void notify(java.lang.String tag, int id, android.app.Notification notification) { throw new RuntimeException("Stub!"); }
public  void cancel(int id) { throw new RuntimeException("Stub!"); }
public  void cancel(java.lang.String tag, int id) { throw new RuntimeException("Stub!"); }
public  void cancelAll() { throw new RuntimeException("Stub!"); }
}