/frameworks/support/v4/api24/android/support/v4/app/ |
D | NotificationManagerCompatApi24.java | 22 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/ |
D | NotificationManagerCompat.java | 156 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/ |
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/base/packages/Osu/src/com/android/ |
D | MainActivity.java | 340 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/ |
D | WifiNotificationController.java | 235 NotificationManager notificationManager = (NotificationManager) mContext in setNotificationVisible() local
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 356 NotificationManager notificationManager = (NotificationManager) mContext in setNiNotification() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 986 NotificationManager notificationManager = (NotificationManager) in onPackageDeleted() local 1045 NotificationManager notificationManager = (NotificationManager) in onPackageInstalled() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 706 NotificationManager notificationManager = in showTetheredNotification() local 753 NotificationManager notificationManager = in clearTetheredNotification() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DpmMockContext.java | 255 public final NotificationManager notificationManager; field in DpmMockContext
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 4022 NotificationManager notificationManager = (NotificationManager) in setNotification() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 3489 NotificationManager notificationManager = (NotificationManager) mContext in setProvNotificationVisibleIntent() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 7819 NotificationManager notificationManager = (NotificationManager) mContext in showAuditSafeModeNotification() local
|