HomeSort by relevance Sort by last modified time
    Searched full:send_notification (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 48 LayerAnimationSequence* sequence, bool send_notification) {
51 if (send_notification)
layer_animation_observer.h 71 // This will only result in notifications if |send_notification| is true.
73 bool send_notification);
  /developers/build/prebuilts/gradle/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java 91 // BEGIN_INCLUDE(send_notification)
99 // END_INCLUDE(send_notification)
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java 91 // BEGIN_INCLUDE(send_notification)
99 // END_INCLUDE(send_notification)
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 91 // BEGIN_INCLUDE(send_notification)
99 // END_INCLUDE(send_notification)
  /external/chromium/base/files/
file_path_watcher_mac.cc 360 bool send_notification = false; local
396 send_notification |= target_file_affected;
400 if (!UpdateWatches(&send_notification)) {
406 if (send_notification) {
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 376 bool send_notification = false; local
412 send_notification |= target_file_affected;
416 if (!UpdateWatches(&send_notification)) {
422 if (send_notification) {

Completed in 187 milliseconds