Searched defs:notificationManager (Results 1 – 9 of 9) sorted by relevance
/frameworks/support/v4/eclair/android/support/v4/app/ |
D | NotificationManagerCompatEclair.java | 23 static void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() 28 public static void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationManagerCompat.java | 115 void cancelNotification(NotificationManager notificationManager, String tag, int id); in cancelNotification() 117 void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() 125 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() 131 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() 144 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() 150 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 280 NotificationManager notificationManager = (NotificationManager) mContext in setUsbStorageNotification() local 365 NotificationManager notificationManager = (NotificationManager) mContext in setMediaStorageNotification() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNotificationController.java | 221 NotificationManager notificationManager = (NotificationManager) mContext in setNotificationVisible() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 448 NotificationManager notificationManager = in showTetheredNotification() local 493 NotificationManager notificationManager = in clearTetheredNotification() local
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 357 NotificationManager notificationManager = (NotificationManager) mContext in setNiNotification() local
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintManagerService.java | 767 NotificationManager notificationManager = (NotificationManager) mContext in showEnableInstalledPrintServiceNotification() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmServiceStateTracker.java | 1983 NotificationManager notificationManager = (NotificationManager) in setNotification() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 3147 NotificationManager notificationManager = (NotificationManager) mContext in setProvNotificationVisibleIntent() local
|