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

1 2 3 4 5 6 78 91011>>

  /packages/services/Telecomm/src/com/android/server/telecom/
Ringer.java 236 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallNotifierTest.java 61 Context.NOTIFICATION_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 91 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
HeadsUpNotificationTests.java 53 .getSystemService(Context.NOTIFICATION_SERVICE);
NotificationDNDTests.java 62 .getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/base/core/java/android/app/
NotificationManager.java 89 @SystemService(Context.NOTIFICATION_SERVICE)
258 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
    [all...]
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 251 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
473 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 197 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
217 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyBroadcastReceiver.java 259 ((NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE))
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 69 .getSystemService(Context.NOTIFICATION_SERVICE);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 109 .NOTIFICATION_SERVICE);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 109 .NOTIFICATION_SERVICE);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 262 NOTIFICATION_SERVICE);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 109 .NOTIFICATION_SERVICE);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 81 .getSystemService(Context.NOTIFICATION_SERVICE);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
Log.java 66 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 86 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginInstanceManagerTest.java 150 mContext.addMockSystemService(Context.NOTIFICATION_SERVICE, nm);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 195 return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 257 .getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 283 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/
SimImportService.java 273 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ExportProcessor.java 80 (NotificationManager)mService.getSystemService(Context.NOTIFICATION_SERVICE);
NfcImportVCardActivity.java 290 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);

Completed in 2674 milliseconds

1 2 3 4 5 6 78 91011>>