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

1 23 4 5 6 7 8 91011>>

  /device/moto/shamu/overlay/frameworks/base/core/res/res/values-mcc302-mnc610/
config.xml 18 <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
  /external/android-clat/
setif.h 21 int add_address(const char *ifname, int family, const void *address, int cidr, const void *broadcast);
  /external/autotest/client/bin/net/
basic_machine.py 36 'broadcast',
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
control 13 the gateway provided is outside the broadcast domain specified by the
  /external/autotest/server/site_tests/network_WiFi_HiddenScan/
control 16 a) the specific hidden SSID, and b) the broadcast SSID.
  /external/autotest/server/site_tests/network_WiFi_VisibleScan/
control 17 a broadcast scan.
  /frameworks/base/core/java/android/app/
IAlarmListener.aidl 21 * System private API for direct alarm callbacks (non-broadcast deliver). See the
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 53 * Broadcast Action: A sticky broadcast for USB state change events when in device mode.
55 * This is a sticky broadcast for clients that includes USB connected/disconnected state,
86 * Broadcast Action: A broadcast for USB port changes.
102 * Broadcast Action: A broadcast for USB device attached event.
114 * Broadcast Action: A broadcast for USB device detached event.
126 * Broadcast Action: A broadcast for USB accessory attached event
    [all...]
  /frameworks/opt/telephony/
README.txt 33 adb shell am broadcast -a com.android.internal.telephony.dataconnection.action_fail_bringup --ei counter 2 --ei fail_cause -3
37 adb shell am broadcast -a com.android.internal.telephony.dataconnection.action_deactivate_all
41 adb shell am broadcast -a com.android.internal.telephony.{x}.action_detached
42 adb shell am broadcast -a com.android.internal.telephony.{x}.action_attached
  /packages/apps/Email/provider_src/com/android/email/service/
EmailBroadcastReceiver.java 24 * The broadcast receiver. The actual job is done in EmailBroadcastProcessor on a worker thread.
  /packages/apps/TV/src/com/android/tv/receiver/
PackageIntentsReceiver.java 26 * A class for handling the broadcast intents from PackageManager.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
BootCompletedReceiver.java 44 * Receiver that handles boot completion broadcast.
76 final Intent broadcast = new Intent(ContactsContract.Intents.CONTACTS_DATABASE_CREATED); local
77 broadcast.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
78 context.sendBroadcast(broadcast, android.Manifest.permission.READ_CONTACTS);
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 198 * from using {@link #getBroadcastItem}. Note that only one broadcast can
204 * <p>A typical loop delivering a broadcast looks like this:
219 * @return Returns the number of callbacks in the broadcast, to be used
230 "beginBroadcast() called while already in a broadcast");
249 * Retrieve an item in the active broadcast that was previously started
251 * the broadcast is started, and its data is no longer valid after
284 * Clean up the state of a broadcast previously initiated by calling
286 * with a broadcast.
293 "finishBroadcast() called outside of a broadcast");
311 * and the second the number of callback to which the broadcast will be delivered
    [all...]
  /external/iptables/extensions/
libxt_addrtype.man 17 .BI "BROADCAST"
18 a broadcast address
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpRequestPacket.java 32 boolean broadcast) {
33 super(transId, secs, clientIp, INADDR_ANY, INADDR_ANY, INADDR_ANY, clientMac, broadcast);
  /hardware/intel/common/utils/ituxd/
AndroidManifest.xml 27 <protected-broadcast android:name="com.intel.thermal.action.THERMAL_ZONE_STATE_CHANGED" />
28 <protected-broadcast android:name="com.intel.thermal.action.QUERY_THERMAL_PROFILE" />
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 28 * This broadcast receiver exists to handle timer expiry scheduled in 4.2.1 and prior. It must exist
35 LogUtils.e("TimerReceiver", "Received legacy timer broadcast: %s", intent.getAction());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 38 // convert broadcast intent into activity intent (same action string)
57 // In Canvas, always start the pairing activity when we get the pairing broadcast,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java 40 // Schedule the next alarm. Please be noted that for ACTION_EVENT_REMINDER broadcast,
45 // Release the wake lock that was set in the Broadcast Receiver
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
bcm.h 4 * Definitions for CAN Broadcast Manager (BCM)
20 * struct bcm_msg_head - head of messages to/from the broadcast manager
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
bcm.h 4 * Definitions for CAN Broadcast Manager (BCM)
19 * struct bcm_msg_head - head of messages to/from the broadcast manager
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt 10 protected-broadcast : Private tag to declare system protected broadcast actions.
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 59 * We keep two broadcast queues and associated bookkeeping, one for those at
91 * (without waiting for another broadcast to finish). Currently this only
150 * The receiver index that is pending, to restart the broadcast if needed.
257 "Process cur broadcast " + r + " for app " + app);
288 "Process cur broadcast " + r + " DELIVERED for app " + app);
293 "Process cur broadcast " + r + ": NOT STARTED!");
306 Slog.e(TAG, "App mismatch when sending pending broadcast to "
431 // In this case, we are ready to process the next receiver for the current broadcast,
434 // special state where we hold off on continuing this broadcast until they are done.
456 Slog.i(TAG, "Resuming delayed broadcast");
    [all...]
  /packages/services/Telephony/
AndroidManifest.xml 31 <protected-broadcast android:name="android.telecom.action.TTY_PREFERRED_MODE_CHANGED" />
32 <protected-broadcast android:name="android.telecom.action.CURRENT_TTY_MODE_CHANGED" />
33 <protected-broadcast android:name="android.intent.action.SERVICE_STATE" />
34 <protected-broadcast android:name="android.intent.action.RADIO_TECHNOLOGY" />
35 <protected-broadcast android:name="android.intent.action.EMERGENCY_CALLBACK_MODE_CHANGED" />
36 <protected-broadcast android:name="android.intent.action.EMERGENCY_CALL_STATE_CHANGED" />
37 <protected-broadcast android:name="android.intent.action.SIG_STR" />
38 <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
39 <protected-broadcast android:name="android.intent.action.DATA_CONNECTION_FAILED" />
40 <protected-broadcast android:name="android.intent.action.SIM_STATE_CHANGED" /
    [all...]
  /art/runtime/
thread_pool.cc 144 // Broadcast to everyone waiting.
145 task_queue_condition_.Broadcast(self);
146 completion_condition_.Broadcast(self);
155 task_queue_condition_.Broadcast(self);
181 // We may be done, lets broadcast to the completion condition.
182 completion_condition_.Broadcast(self);

Completed in 1554 milliseconds

1 23 4 5 6 7 8 91011>>