/packages/services/Telecomm/ |
AndroidManifest.xml | 23 <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION" /> 50 android:label="Broadcast the call type/duration information" 60 android:label="Broadcast phone account registration" 141 Intent-sender must have the CALL_PRIVILEGED permission or the broadcast will not be 174 CALL_PRIVILEGED permission or the broadcast will not be processed. High priority of
|
/external/iputils/ |
rdisc.c | 81 * Use 255.255.255.255 for broadcasts - not the interface broadcast 749 /* TBD verify that the link is multicast or broadcast */ 837 /* TBD verify that the link is multicast or broadcast */ 876 /* If it was sent to the broadcast address we respond 877 * to the broadcast address. 883 /* Restart the timer when we broadcast */ 1022 logdebug("Broadcast to %s\n", 1030 logerr("Cannot send broadcast packet to %s\n", 1188 /* Simulate broadcast for pt-pt */ 1203 logperror("initifs: ioctl (get broadcast address)") [all...] |
/external/libchrome/base/synchronization/ |
condition_variable_unittest.cc | 319 queue.work_is_available()->Broadcast(); // Make them all try. 340 queue.work_is_available()->Broadcast(); // Signal all threads. 374 // Same as last test, but with Broadcast(). 380 queue.work_is_available()->Broadcast(); 395 queue.work_is_available()->Broadcast(); // Force check for shutdown. 434 queue.work_is_available()->Broadcast(); // Start up all threads. 446 // With Broadcast(), every thread should have participated. 459 queue.SetAllowHelp(true); // Might outperform Broadcast(). 485 queue.work_is_available()->Broadcast(); // Force check for shutdown. 528 work_is_available_.Broadcast(); // Tell them all to terminate [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 110 // Screen state broadcast related constants. 112 /** Feedback mapping index used as a key for the screen-on broadcast. */ 115 /** Feedback mapping index used as a key for the screen-off broadcast. */ 333 // In Froyo the broadcast receiver for the ringer mode is called back with the 348 // Unregister the intent broadcast receiver. 360 * Registers the phone state observing broadcast receiver. 363 // Create a filter with the broadcast intents we are interested in.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
stress1.c | 24 * then signal (or broadcast) the condition 26 * this signal (or broadcast) had happened 48 * the test fails when a broadcast returns with a timeout. 248 UNRESOLVED(ret, "[gchild] Broadcast failed"); 268 /* We shall broadcast again to be sure the parent is not hung */ 271 UNRESOLVED(ret, "[gchild] Broadcast failed"); 330 ("[child] Timeout occured. This means a cond broadcast was lost -- or gchild died");
|
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 311 * Returns the broadcast intent to fire with 328 * @return the broadcast intent to fire or null if not available 347 * more information, from any of the broadcast intents specified in this class. 349 * Broadcast intents can be directed to the class name specified in the meta-data by creating 356 * a broadcast intent based on the value of this meta-data, if available. 364 * A broadcast intent which can be fired to the {@link BroadcastReceiver} component specified 382 * Specify this boolean extra in a broadcast of {@link #ACTION_GET_LANGUAGE_DETAILS} to
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 535 Intent broadcast = mSystemFacade.mBroadcastsSent.get(0); local 536 assertEquals(DownloadManager.ACTION_DOWNLOAD_COMPLETE, broadcast.getAction()); 537 assertEquals(PACKAGE_NAME, broadcast.getPackage()); 538 long intentId = broadcast.getExtras().getLong(DownloadManager.EXTRA_DOWNLOAD_ID); 554 Intent broadcast = mSystemFacade.mBroadcastsSent.get(0); local 555 assertEquals(DownloadManager.ACTION_NOTIFICATION_CLICKED, broadcast.getAction()); 556 assertEquals(PACKAGE_NAME, broadcast.getPackage()); [all...] |
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 100 * Intent that is broadcast when the state of {@link #getEffectsSuppressor()} changes. 101 * This broadcast is only sent to registered receivers. 110 * Intent that is broadcast when the state of {@link #isNotificationPolicyAccessGranted()} 113 * This broadcast is only sent to registered receivers, and only to the apps that have changed. 120 * Intent that is broadcast when the state of getNotificationPolicy() changes. 121 * This broadcast is only sent to registered receivers. 128 * Intent that is broadcast when the state of getCurrentInterruptionFilter() changes. 129 * This broadcast is only sent to registered receivers. 136 * Intent that is broadcast when the state of getCurrentInterruptionFilter() changes. [all...] |
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/ |
ConnectivityManagerLegacyTest.java | 222 Log.d(TAG, "Waiting for " + state + " broadcast for type " + type); 229 Log.d(TAG, "Received expected " + state + " broadcast for type " + type); 240 final String msg = "Did not receive expected " + state + " broadcast for type " + type +
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventHub.java | 36 /** Broadcast debug events to multiple listeners. Lets you debug and still 54 /** Add another listener to broadcast events too. Not thread-safe. 63 broadcast(new Code(){
|
/external/iproute2/include/linux/ |
rtnetlink.h | 202 RTN_BROADCAST, /* Accept locally as broadcast, 203 send as broadcast */ 204 RTN_ANYCAST, /* Accept locally as broadcast,
|
/external/kernel-headers/original/uapi/linux/ |
rtnetlink.h | 207 RTN_BROADCAST, /* Accept locally as broadcast, 208 send as broadcast */ 209 RTN_ANYCAST, /* Accept locally as broadcast,
|
/external/libnl/include/linux-private/linux/ |
rtnetlink.h | 183 RTN_BROADCAST, /* Accept locally as broadcast, 184 send as broadcast */ 185 RTN_ANYCAST, /* Accept locally as broadcast,
|
/external/libpcap/ |
fad-glifc.c | 248 * Get the broadcast address for this address on this 276 * Not a broadcast interface, so no broadcast
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
2-5.c | 40 * mark b as true then broadcast c until all threads are terminated. 328 /* Broadcast the condition until all threads are terminated */ 333 UNRESOLVED(ret, "Unable to broadcast cnd");
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
s-c2.c | 32 * -> When a create operation fails, broadcast the condition then join every threads. 358 UNRESOLVED(ret, "Cond broadcast failed"); 363 UNRESOLVED(ret, "Unable to unlock m after broadcast");
|
/external/syslinux/core/lwip/src/core/ipv4/ |
icmp.c | 118 /* broadcast destination address? */ 123 /* broadcast or multicast destination address not acceptd? */ 125 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n"));
|
/external/toybox/toys/pending/ |
arping.c | 86 xprintf("Sent %u probe(s) (%u broadcast(s))\n", TT.sent_nr, TT.brd_sent); 87 xprintf("Received %u repl%s (%u request(s), %u broadcast(s))\n", 284 send_signal(0); // Send first Broadcast message.
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 148 * This action is not sent as a broadcast to the AppWidget provider, but as a startActivity 163 * and you will receive an {@link #ACTION_APPWIDGET_UPDATE} broadcast for this AppWidget. 166 * broadcast. 247 * An intent extra attached to the {@link #ACTION_APPWIDGET_HOST_RESTORED} broadcast, 346 * This broadcast is sent at boot time if there is a AppWidgetHost installed with 396 * widget host instances, it will receive this broadcast separately for each one. 434 * attached to the {@link #ACTION_APPWIDGET_RESTORED} broadcast intent. 495 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 569 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 600 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecMessageValidator.java | 46 // Only the broadcast addressing is allowed. 48 // Both the direct and the broadcast addressing are allowed. 210 HdmiLogger.warning("Unexpected broadcast message: " + message);
|
/frameworks/support/compat/java/android/support/v4/content/ |
IntentCompat.java | 65 * Broadcast Action: Resources for a set of packages (which were 73 * packages in this list do <em>not</em> receive this broadcast. 94 * Broadcast Action: Resources for a set of packages are currently
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryService.java | 46 * day around midnight, upon reception of the DATE_CHANGED_INTENT_ACTION broadcast. 49 * 6, upon reception of the UPDATE_NOW_INTENT_ACTION broadcast sent by the alarm manager 150 * This is triggered every day, upon reception of the DATE_CHANGED_INTENT_ACTION broadcast.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 179 RTN_BROADCAST, /* Accept locally as broadcast, 180 send as broadcast */ 181 RTN_ANYCAST, /* Accept locally as broadcast,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 183 RTN_BROADCAST, /* Accept locally as broadcast, 184 send as broadcast */ 185 RTN_ANYCAST, /* Accept locally as broadcast,
|
/art/runtime/gc/ |
reference_processor.cc | 55 condition_.Broadcast(self); 60 condition_.Broadcast(self); 123 condition_.Broadcast(self); 200 // Done processing, disable the slow path and broadcast to the waiters.
|