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

  /external/chromium_org/chrome/browser/chromeos/policy/
server_backed_state_keys_broker.cc 72 bool send_notification = !initial_retrieval_completed_; local
82 send_notification |= state_keys_ != state_keys;
87 if (send_notification)
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/res/values/
strings.xml 19 <string name="send_notification">Send notification!</string>
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/res/values/
strings.xml 19 <string name="send_notification">Send notification!</string>
  /development/samples/browseable/ElizaChat/Application/res/values/
strings.xml 19 <string name="send_notification">Send notification!</string>
  /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/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 91 // BEGIN_INCLUDE(send_notification)
99 // END_INCLUDE(send_notification)
  /developers/samples/android/notification/BasicNotifications/Application/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_org/base/files/
file_path_watcher_kqueue.cc 253 bool send_notification = false; local
289 send_notification |= target_file_affected;
293 if (!UpdateWatches(&send_notification)) {
299 if (send_notification) {

Completed in 731 milliseconds