HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATION_SERVICE (Results 126 - 150 of 302) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 106 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).notify(0, notification);
120 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).notify(0, notification);
  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
HomeListenerService.java 93 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
147 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
NotificationUpdateService.java 108 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
133 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 222 ((NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE));
248 .getSystemService(Context.NOTIFICATION_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
Utils.java 83 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /cts/tests/tests/media/src/android/media/cts/
Utils.java 111 .getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
UpdateRecommendationsService.java 69 .getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 78 Context.NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 113 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 78 Context.NOTIFICATION_SERVICE);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 113 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 78 Context.NOTIFICATION_SERVICE);
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 113 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 66 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 72 Context.NOTIFICATION_SERVICE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 361 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
370 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
387 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
405 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
  /packages/apps/Calendar/src/com/android/calendar/alerts/
DismissAlarmsService.java 102 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 114 return (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationService.java 88 ((NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE))
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 54 Context.NOTIFICATION_SERVICE);
  /packages/apps/Settings/src/com/android/settings/applications/
ResetAppsHelper.java 62 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
  /packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java 48 mNm = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationBundlingTests.java 51 .getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 162 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
195 .getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
RingerTest.java 69 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
126 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);

Completed in 535 milliseconds

1 2 3 4 56 7 8 91011>>