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

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WrongPasswordNotifier.java 53 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 68 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 66 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
FullScreenActivity.java 59 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
PhoneService.java 64 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
ProgressService.java 57 getSystemService(Context.NOTIFICATION_SERVICE);
UpdateService.java 48 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/services/Car/service/src/com/android/car/
CanBusErrorNotifier.java 48 Context.NOTIFICATION_SERVICE);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 47 .getSystemService(Context.NOTIFICATION_SERVICE);
NotificationSecurityTests.java 43 .getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/app/
MainActivity.java 225 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
231 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
263 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DialerShowsHunOnIncomingCallActivity.java 63 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 56 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java 106 .getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 71 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 76 .NOTIFICATION_SERVICE);
VisibilityMetadataFragment.java 76 .NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 65 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
UpdateQuestionService.java 95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 76 .NOTIFICATION_SERVICE);
VisibilityMetadataFragment.java 76 .NOTIFICATION_SERVICE);
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 71 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 65 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
UpdateQuestionService.java 95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
JobWorkService.java 101 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);

Completed in 470 milliseconds

1 2 34 5 6 7 8 91011>>