HomeSort by relevance Sort by last modified time
    Searched defs:notify (Results 51 - 75 of 798) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarStorageMonitoringBroadcastReceiver.java 36 mSync.notify();
45 mSync.notify();
  /packages/services/Car/tests/obd2_app/src/com/google/android/car/obd2app/
StatusNotification.java 25 void notify(String status); method in interface:StatusNotification
28 notify("No OBD2 dongle paired. Go to Settings.");
32 notify("Paired to " + deviceAddress + ". Ready to capture data.");
36 notify("Unable to connect.");
40 notify("Connected to " + deviceAddress + ". Starting data capture.");
46 notify("Successfully captured data at " + now.format(dateTimeFormatter));
52 notify("Exception occurred.\n" + stringWriter.toString());
56 notify("Lost connection to remote end. Will try to reconnect.");
  /art/test/597-deopt-invoke-stub/src/
Main.java 51 Main.class.notify();
86 Main.class.notify();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DialerShowsHunOnIncomingCallActivity.java 82 notificationManager.notify(notifyID, notification);
  /cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
SendNotification.java 60 notificationManager.notify(NOTIFICATION_ID,
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java 58 mActivity.notify();
65 mActivity.notify();
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java 67 notificationManager.notify(alarm.id, builder.build());
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java 67 notificationManager.notify(alarm.id, builder.build());
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 205 mNotificationManager.notify(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 118 mNM.notify(R.string.alarm_service_started, notification);
IncomingMessage.java 143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build());
198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build());
JobWorkService.java 154 mNM.notify(R.string.job_service_created, noteBuilder.build());
LocalService.java 118 mNM.notify(NOTIFICATION, notification);
MessengerService.java 168 mNM.notify(R.string.remote_service_started, notification);
NotifyingService.java 117 mNM.notify(MOOD_NOTIFICATIONS, notification);
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmIntentService.java 67 notificationManager.notify(alarm.id, builder.build());
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
TimerNotificationService.java 116 notifyMgr.notify(Constants.NOTIFICATION_TIMER_EXPIRED, notif);
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Redrawer.java 47 notify(); method
56 notify(); method
68 notify(); method
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 94 * <p>(Two possible approaches: wait-notify based and queue-based. Some
266 // We expect these values to be overwritten during the notify()/wait()
271 notify(); method
315 notify(); method
335 // We expect these values to be overwritten during the notify()/wait()
342 notify(); method

Completed in 2962 milliseconds

1 23 4 5 6 7 8 91011>>