Home
last modified time | relevance | path

Searched refs:showNotification (Results 1 – 14 of 14) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DNotifyingService.java70 showNotification(R.drawable.stat_happy,
74 showNotification(R.drawable.stat_neutral,
78 showNotification(R.drawable.stat_sad,
93 private void showNotification(int moodId, int textId) { in showNotification() method in NotifyingService
DLocalService.java69 showNotification(); in onCreate()
99 private void showNotification() { in showNotification() method in LocalService
DNotificationBackgroundService.java71 private void showNotification(CharSequence text) { in showNotification() method in NotificationBackgroundService.Controller
93 showNotification("Selecting this will cause a background service to run.");
DAlarmService_Service.java50 showNotification(); in onCreate()
98 private void showNotification() { in showNotification() method in AlarmService_Service
DMessengerService.java124 showNotification(); in onCreate()
148 private void showNotification() { in showNotification() method in MessengerService
DJobWorkService.java76 showNotification(txt); in doInBackground()
135 private void showNotification(String text) { in showNotification() method in JobWorkService
DServiceStartArguments.java80 showNotification(txt); in handleMessage()
176 private void showNotification(String text) { in showNotification() method in ServiceStartArguments
DRemoteService.java75 showNotification(); in onCreate()
189 private void showNotification() { in showNotification() method in RemoteService
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java136 showNotification(); in onCreate()
180 private void showNotification() { in showNotification() method in AlarmService
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DListenerService.java64 showNotification(dataMapItem.getUri(), attractionsData); in onDataChanged()
79 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) { in showNotification() method in ListenerService
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java90 private void showNotification() { in showNotification() method in ResponderService
129 showNotification(); in processIncoming()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java140 showNotification(false); in onOptionsItemSelected()
144 showNotification(true); in onOptionsItemSelected()
259 void showNotification(boolean custom) { in showNotification() method in MainActivity
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java72 public void showNotification(View view) { in showNotification() method in MainActivity
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java143 showNotification(city, in onHandleIntent()
195 showNotification(geofences.get(0).getRequestId(), Constants.USE_MICRO_APP); in geofenceTriggered()
316 private void showNotification(String cityId, boolean microApp) { in showNotification() method in UtilityService