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

1 23 4 5 6 7 8 91011>>

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 49 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockLockSettingsContext.java 51 } else if (NOTIFICATION_SERVICE.equals(name)) {
  /packages/services/Telephony/src/com/android/phone/
FakePhoneActivity.java 69 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 149 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
156 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
160 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
171 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancelAll();
198 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 149 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
156 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
160 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
171 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancelAll();
198 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java 149 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
156 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
160 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
171 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancelAll();
198 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 37 getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 37 getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 103 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
154 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
AlarmService_Service.java 47 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
LocalService.java 66 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
NotifyingService.java 49 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /frameworks/base/core/java/android/service/notification/
ConditionProviderService.java 124 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
136 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
  /frameworks/base/services/core/java/com/android/server/wm/
AlertWindowNotification.java 21 import static android.content.Context.NOTIFICATION_SERVICE;
62 (NotificationManager) mService.mContext.getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
SilentSettingsModel.java 44 import static android.content.Context.NOTIFICATION_SERVICE;
88 mNotificationManager = (NotificationManager) context.getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/settings/
AlarmVolumePreference.java 39 import static android.content.Context.NOTIFICATION_SERVICE;
136 getContext().getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 132 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
138 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 293 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
316 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 116 manager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java 116 manager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 133 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
ChannelsTest.java 50 mContext.addMockSystemService(Context.NOTIFICATION_SERVICE, mMockNotificationManager);

Completed in 436 milliseconds

1 23 4 5 6 7 8 91011>>