HomeSort by relevance Sort by last modified time
    Searched defs:WAKE (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_event_win.h 27 void Wake();
34 WAKE = 2,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierSignalAgent.java 59 private static final boolean WAKE = true;
73 * Carrier apps should be careful when configuring the wake signal list to avoid unnecessary
81 * carrier signal receivers(non-wakeup receivers). Those intents will not wake up the apps.
82 * Note Carrier apps should avoid configuring no wake signals in there Manifest files.
208 * and apply FLAG_EXCLUDE_STOPPED_PACKAGES to avoid wake-up
265 broadcast(intent, receiverList, WAKE);

Completed in 163 milliseconds