/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | NotifyingService.java | 70 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
|
D | LocalService.java | 69 showNotification(); in onCreate() 99 private void showNotification() { in showNotification() method in LocalService
|
D | NotificationBackgroundService.java | 71 private void showNotification(CharSequence text) { in showNotification() method in NotificationBackgroundService.Controller 93 showNotification("Selecting this will cause a background service to run.");
|
D | AlarmService_Service.java | 50 showNotification(); in onCreate() 98 private void showNotification() { in showNotification() method in AlarmService_Service
|
D | MessengerService.java | 124 showNotification(); in onCreate() 148 private void showNotification() { in showNotification() method in MessengerService
|
D | JobWorkService.java | 76 showNotification(txt); in doInBackground() 135 private void showNotification(String text) { in showNotification() method in JobWorkService
|
D | ServiceStartArguments.java | 80 showNotification(txt); in handleMessage() 176 private void showNotification(String text) { in showNotification() method in ServiceStartArguments
|
D | RemoteService.java | 75 showNotification(); in onCreate() 189 private void showNotification() { in showNotification() method in RemoteService
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
D | AlarmService.java | 136 showNotification(); in onCreate() 180 private void showNotification() { in showNotification() method in AlarmService
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
D | ListenerService.java | 64 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/ |
D | ResponderService.java | 90 private void showNotification() { in showNotification() method in ResponderService 129 showNotification(); in processIncoming()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | MainActivity.java | 140 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/ |
D | MainActivity.java | 72 public void showNotification(View view) { in showNotification() method in MainActivity
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/ |
D | UtilityService.java | 143 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
|