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

12 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
NotificationBackgroundService.java 42 ((NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE))
63 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
NotificationDisplay.java 68 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingMainActivity.java 41 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingMainActivity.java 41 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 66 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
82 ((NotificationManager) context.getSystemService(NOTIFICATION_SERVICE))
DisconnectListenerService.java 104 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
124 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 66 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
82 ((NotificationManager) context.getSystemService(NOTIFICATION_SERVICE))
DisconnectListenerService.java 104 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
124 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneActivity.java 66 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
82 ((NotificationManager) context.getSystemService(NOTIFICATION_SERVICE))
DisconnectListenerService.java 104 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
124 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java 62 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
77 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 51 getSystemService(NOTIFICATION_SERVICE);
71 getSystemService(NOTIFICATION_SERVICE);
129 getSystemService(NOTIFICATION_SERVICE);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
SimpleForegroundService.java 84 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
117 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 94 ((NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE))
102 ((NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE))
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 89 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE));
105 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE));
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 89 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE));
105 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE));
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
TimerNotificationService.java 89 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE));
105 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE));
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 97 NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 61 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 97 NOTIFICATION_SERVICE);
  /developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 61 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 97 NOTIFICATION_SERVICE);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 74 (NotificationManager) service.getSystemService(Context.NOTIFICATION_SERVICE);

Completed in 452 milliseconds

12 3 4 5 6 7 8 91011>>