Home
last modified time | relevance | path

Searched defs:notificationManager (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v4/api24/android/support/v4/app/
DNotificationManagerCompatApi24.java22 public static boolean areNotificationsEnabled(NotificationManager notificationManager) { in areNotificationsEnabled()
26 public static int getImportance(NotificationManager notificationManager) { in getImportance()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationManagerCompat.java156 void cancelNotification(NotificationManager notificationManager, String tag, int id); in cancelNotification()
158 void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
163 boolean areNotificationsEnabled(Context context, NotificationManager notificationManager); in areNotificationsEnabled()
165 int getImportance(NotificationManager notificationManager); in getImportance()
171 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification()
177 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
189 NotificationManager notificationManager) { in areNotificationsEnabled()
194 public int getImportance(NotificationManager notificationManager) { in getImportance()
201 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification()
207 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
[all …]
/frameworks/support/v4/eclair/android/support/v4/app/
DNotificationManagerCompatEclair.java23 static void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification()
28 public static void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification()
/frameworks/base/packages/Osu/src/com/android/
DMainActivity.java340 NotificationManager notificationManager = in sendNotification() local
346 NotificationManager notificationManager = in cancelNotification() local
378 NotificationManager notificationManager = in sendNotificationMessage() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java235 NotificationManager notificationManager = (NotificationManager) mContext in setNotificationVisible() local
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java356 NotificationManager notificationManager = (NotificationManager) mContext in setNiNotification() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java986 NotificationManager notificationManager = (NotificationManager) in onPackageDeleted() local
1045 NotificationManager notificationManager = (NotificationManager) in onPackageInstalled() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java706 NotificationManager notificationManager = in showTetheredNotification() local
753 NotificationManager notificationManager = in clearTetheredNotification() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java255 public final NotificationManager notificationManager; field in DpmMockContext
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4022 NotificationManager notificationManager = (NotificationManager) in setNotification() local
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3489 NotificationManager notificationManager = (NotificationManager) mContext in setProvNotificationVisibleIntent() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7819 NotificationManager notificationManager = (NotificationManager) mContext in showAuditSafeModeNotification() local