HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 76 - 100 of 2147) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/synchronization/
condition_variable.h 34 // USAGE NOTE 2: Broadcast() frees up all waiting threads at once,
42 // Broadcast() can be used nicely during teardown, as it gets the job
46 // The semantics of Broadcast() are carefully crafted so that *all*
52 // that all threads get signaled by Broadcast().
95 // Broadcast() revives all waiting threads.
96 void Broadcast();
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 80 * broadcast when the message is sucessfully sent, or failed.
93 * broadcast when the message is delivered to the recipient. The
108 * broadcast when the message is sucessfully sent, or failed.
121 * broadcast when the message is delivered to the recipient. The
136 * broadcast when the message is sucessfully sent, or failed.
149 * broadcast when the message is delivered to the recipient. The
168 * broadcast when the message is sucessfully sent, or failed.
181 * broadcast when the message is delivered to the recipient. The
197 * broadcast when the message is successfully received by the
214 * broadcast when the corresponding message part has been sent
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd 12 <li><a href="#creating-br">Creating a Broadcast Receiver for Wi-Fi P2P Intents</a></li>
67 also broadcast if the {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers discoverPeers()}
174 <p>The Wi-Fi P2P APIs define intents that are broadcast when certain Wi-Fi P2P events happen,
176 to receive these intents in your application by <a href="#creating-br">creating a broadcast
188 <td>Broadcast when the state of the device's Wi-Fi connection changes.</td>
192 <td>Broadcast when you call {@link
200 <td>Broadcast when Wi-Fi P2P is enabled or disabled on the device.</td>
204 <td>Broadcast when a device's details have changed, such as the device's name.</td>
210 <h2 id="creating-br">Creating a Broadcast Receiver for Wi-Fi P2P Intents</h2>
212 <p>A broadcast receiver allows you to receive intents broadcast by the Android system
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 283 Intent broadcast = new Intent(action); local
285 broadcast.putExtra(EXTRA_TAG, tag);
286 broadcast.putExtra(EXTRA_CODE, code);
288 context.sendBroadcast(broadcast);
302 Intent broadcast = new Intent(action); local
303 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null);
317 Intent broadcast = new Intent(action); local
318 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null);
332 Intent broadcast = new Intent(action); local
333 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null)
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbMessage.java 23 * Parcelable object containing a received cell broadcast message. There are four different types
24 * of Cell Broadcast messages:
28 * <li>cell information messages, broadcast on channel 50, indicating the current cell name for
53 * pages of a GSM multi-page cell broadcast into a single SmsCbMessage object.
56 * {@code SMS_CB_RECEIVED_ACTION} broadcast intents for incoming non-emergency broadcasts.
80 /** GSM or UMTS format cell broadcast. */
83 /** CDMA format cell broadcast. */
101 /** Geographical scope of broadcast. */
105 * Serial number of broadcast (message identifier for CDMA, geographical scope + message code +
107 * a cell broadcast for duplicate detection
    [all...]
  /frameworks/base/core/java/android/app/
UiModeManager.java 50 * dock event broadcast.
60 * Broadcast sent when the device's UI has switched to car mode, either
62 * sending the broadcast, the system will start the intent
69 * of the broadcast to {@link Activity#RESULT_CANCELED}.
74 * Broadcast sent when the device's UI has switch away from car mode back
81 * Broadcast sent when the device's UI has switched to desk mode,
83 * sending the broadcast, the system will start the intent
90 * of the broadcast to {@link Activity#RESULT_CANCELED}.
95 * Broadcast sent when the device's UI has switched away from desk mode back
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 83 // cell broadcast on the sub we are interested in and we'll disable
93 // Enable cell broadcast messages on this sub.
98 // Disable all cell broadcast message on this sub.
117 Log.e(TAG, "exception enabling cell broadcast channels", ex);
123 * Enable/disable cell broadcast messages id on one subscription
358 * Enable/disable cell broadcast with messages id range
360 * @param enable True for enabling cell broadcast with id range, otherwise for disabling.
362 * @param start Cell broadcast id range start
363 * @param end Cell broadcast id range end
  /frameworks/base/core/tests/coretests/src/android/os/
BroadcasterTest.java 49 b.broadcast(msg);
85 b.broadcast(msg);
148 b.broadcast(msg);
183 b.broadcast(msg);
219 b.broadcast(msg);
  /frameworks/base/docs/html/training/monitoring-device-state/
connectivity-monitoring.jd 9 next.title=Manipulating Broadcast Receivers On Demand
79 can register a broadcast receiver in your manifest to listen for these changes and resume (or
84 <p>Changes to a device's connectivity can be very frequent&mdash;this broadcast is triggered
86 this broadcast only when you've previously suspended updates or downloads in order to resume them.
90 <p>This technique requires toggling broadcast receivers you've declared in the manifest, which is
docking-monitoring.jd 41 <p>The dock state is also broadcast as a sticky {@link android.content.Intent}, allowing you to
47 <p>The dock-state details are included as an extra in a sticky broadcast of the {@link
51 broadcast receiver as shown in the next snippet.</p>
83 android.content.Intent#ACTION_DOCK_EVENT} action is broadcast. To monitor changes in the
84 device's dock-state, simply register a broadcast receiver in your application manifest as shown in
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 40 * Broadcast Action: A broadcast for USB accessory attached event.
50 * Broadcast Action: A broadcast for USB accessory detached event.
88 * broadcast Intent. This can also be used to retrieve the accessory from the result
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 45 /** Result receiver called for current cell broadcast. */
136 * released when the broadcast completes.
154 // transition to waiting state if we sent a broadcast
179 * Waiting state waits for the result receiver to be called for the current cell broadcast.
192 log("broadcast complete, returning to idle");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 37 * - New dictionary broadcast. The dictionary provider broadcasts new dictionary availability. When
40 * it does not know, it sends this broadcast. When we receive this, we need to tell the dictionary
54 Log.i(TAG, "Latin IME dictionary broadcast receiver instantiated from the framework.");
111 // ADDED broadcast.
126 // should come here instantiated by the framework in reaction to a broadcast of
  /external/libnl/src/
nl-addr-add.c 32 " --broadcast=ADDR Broadcast address of network (IPv4).\n"
82 { "broadcast", 1, 0, ARG_BROADCAST },
nl-addr-delete.c 38 " --broadcast=ADDR Broadcast address of network (IPv4).\n"
106 { "broadcast", 1, 0, ARG_BROADCAST },
  /external/libpcap/msdos/
pktdrvr.h 37 PDRX_BROADCAST, /* DIRECT + broadcast packets */
38 PDRX_MULTICAST1, /* BROADCAST + limited multicast */
39 PDRX_MULTICAST2, /* BROADCAST + all multicast */
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 79 locker_.Broadcast();
119 locker_.Broadcast();
140 void Broadcast() { pthread_cond_broadcast(&condition_); }
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
OmtpMessageSender.java 53 * @param sentIntent If not NULL this PendingIntent is broadcast when the message is
61 * @param sentIntent If not NULL this PendingIntent is broadcast when the message is
69 * @param sentIntent If not NULL this PendingIntent is broadcast when the message is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
routed.h 77 #define MAXPACKETSIZE 512 /* max broadcast size */
81 * Complete tables are broadcast every SUPPLY_INTERVAL seconds.
95 #define MIN_WAITTIME 2 /* min. interval to broadcast changes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
routed.h 77 #define MAXPACKETSIZE 512 /* max broadcast size */
81 * Complete tables are broadcast every SUPPLY_INTERVAL seconds.
95 #define MIN_WAITTIME 2 /* min. interval to broadcast changes */
  /prebuilts/go/darwin-x86/src/sync/
cond.go 39 // Wait cannot return unless awoken by Broadcast or Signal.
74 // Broadcast wakes all goroutines waiting on c.
78 func (c *Cond) Broadcast() {
  /prebuilts/go/linux-x86/src/sync/
cond.go 39 // Wait cannot return unless awoken by Broadcast or Signal.
74 // Broadcast wakes all goroutines waiting on c.
78 func (c *Cond) Broadcast() {
  /system/connectivity/shill/
power_manager_proxy_interface.h 80 // Broadcast by the power manager when it's about to suspend. Delegates
86 // Broadcast by the power manager when a suspend attempt has completed.
89 // Broadcast by the power manager when the system enters dark resume.
  /external/tcpdump/
print-token.c 76 #define BROADCAST(trp) ((EXTRACT_16BITS(&(trp)->token_rcf) & 0xE000) >> 13)
127 "Non-Broadcast", "Non-Broadcast",
128 "Non-Broadcast", "Non-Broadcast",
188 ND_PRINT((ndo, "%s ", broadcast_indicator[BROADCAST(trp)]));
  /packages/apps/CellBroadcastReceiver/res/values-en-rAU/
strings.xml 20 <string name="sms_cb_settings" msgid="971917159442705371">"Mobile Broadcast settings"</string>
21 <string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Mobile Broadcast settings are not available for this user"</string>
28 <string name="menu_delete" msgid="128380070910799366">"Delete broadcast"</string>
30 <string name="confirm_delete_broadcast" msgid="2540199303730232322">"Delete this broadcast?"</string>
31 <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Delete all received broadcast messages?"</string>
47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Mobile broadcast"</string>

Completed in 1256 milliseconds

1 2 34 5 6 7 8 91011>>