Searched refs:INotificationManager (Results 1 – 12 of 12) sorted by relevance
73 private static INotificationManager sService;76 static public INotificationManager getService() in getService()82 sService = INotificationManager.Stub.asInterface(b); in getService()120 INotificationManager service = getService(); in notify()149 INotificationManager service = getService(); in cancel()164 INotificationManager service = getService(); in cancelAll()
25 interface INotificationManager interface
19 import android.app.INotificationManager;104 INotificationManager service = getService(); in show()296 private static INotificationManager sService;298 static private INotificationManager getService() { in getService()302 sService = INotificationManager.Stub.asInterface(ServiceManager.getService("notification")); in getService()
35 import android.app.INotificationManager;47 private INotificationManager mNotificationService;
40 import android.app.INotificationManager;795 INotificationManager directLine = mNM.getService();819 INotificationManager directLine = mNM.getService();843 INotificationManager directLine = mNM.getService();
22 import android.app.INotificationManager;393 INotificationManager inm = NotificationManager.getService(); in cancelNotification()
46 import android.app.INotificationManager;1124 INotificationManager inm = NotificationManager.getService();1166 INotificationManager inm = NotificationManager.getService();
50 import android.app.INotificationManager;124 private INotificationManager mNotifManager;207 mNotifManager = createMock(INotificationManager.class); in setUp()
77 import android.app.INotificationManager;238 private INotificationManager mNotifManager;318 public void bindNotificationManager(INotificationManager notifManager) { in bindNotificationManager()
25 import android.app.INotificationManager;87 public class NotificationManagerService extends INotificationManager.Stub
73 core/java/android/app/INotificationManager.aidl \
140 android.app.INotificationManager141 android.app.INotificationManager$Stub142 android.app.INotificationManager$Stub$Proxy