/external/kernel-headers/original/uapi/linux/ |
can.h | 154 #define CAN_BCM 2 /* Broadcast Manager */
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 148 of broadcast stream.
|
/external/opencv3/modules/imgproc/src/opencl/ |
clahe.cl | 190 // broadcast evaluated value
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
AndroidFacade.java | 652 @Rpc(description = "Send a broadcast.") 673 Log.e("Failed to broadcast intent.", e); 736 @Rpc(description = "Send Broadcast Intent") 754 @Rpc(description = "Send Broadcast Intent as system user.") [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 122 (require both unicast and broadcast); use EAP-TLS for
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 733 * Sends a broadcast to the media scanner to tell it about the new video. 745 "broadcast", 773 ALOGW("'am broadcast' exited with status=%d", status); 775 ALOGV("'am broadcast' exited successfully"); [all...] |
/frameworks/base/core/java/android/app/ |
Application.java | 41 * context (for example to register broadcast receivers), include
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 53 * Intent used to broadcast the change in connection state of the Headset 74 * Intent used to broadcast the change in the Audio Connection state of the 95 * Intent used to broadcast that the headset has posted a 225 * Intent used to broadcast the headset's indicator status [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | 72 * <li>Send broadcast intents when network connectivity changes</li> 97 * any receivers of the broadcast know that they should not necessarily 99 * receiver should expect another broadcast soon, indicating either that 162 * Network type which triggered a {@link #CONNECTIVITY_ACTION} broadcast. 226 * Broadcast action to indicate the change of data activity status 253 * Broadcast Action: The setting for background data usage has changed 257 * for this broadcast and stop using the background data if the value is 263 * this broadcast is no longer sent. Instead, when background 266 * upgrade, this broadcast will be sent once if 276 * Broadcast Action: The network connection may not be goo [all...] |
ProxyInfo.java | 37 * {@link Proxy#PROXY_CHANGE_ACTION} broadcast as the extra {@link Proxy#EXTRA_PROXY_INFO}.
|
/frameworks/base/core/java/android/os/ |
SystemClock.java | 91 * {@link android.content.Intent} broadcast when they occur.
|
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneFallbackEventHandler.java | 151 // Broadcast an intent that the Camera button was longpressed
|
/frameworks/base/docs/html/topic/performance/power/network/ |
action-user-traffic.jd | 94 <a href="{@docRoot}training/monitoring-device-state/manifest-receivers.html">Manipulate Broadcast
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
pausing.jd | 86 <li>Release system resources, such as broadcast receivers, handles to sensors (like
|
/frameworks/base/docs/html/training/managing-audio/ |
audio-focus.jd | 182 <p>A loss of audio focus is the most important broadcast to react to, but not the only one. The
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
battery-monitoring.jd | 139 <p>The manifest snippet below is extracted from the intent filter element within a broadcast
|
/frameworks/base/docs/html-intl/intl/in/about/versions/marshmallow/ |
android-6.0-testing.jd | 171 $ adb shell am broadcast -a android.os.action.DISCHARGING
|
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/ |
android-7.0-changes.jd | 127 android.net.ConnectivityManager#CONNECTIVITY_ACTION} broadcast in their
|
/frameworks/base/location/java/android/location/ |
SettingInjectorService.java | 104 * Intent action a client should broadcast when the value of one of its injected settings has
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/ |
IntentFilterVerificationReceiver.java | 41 * Receives {@link Intent#ACTION_INTENT_FILTER_NEEDS_VERIFICATION} broadcast and calls
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ |
EventBus.java | 386 // Keep track of whether we have registered a broadcast receiver already, so that we can 405 * name after receiving the broadcast, to the event type. After which a new instance is created 491 // Register the subscriber normally, and update the broadcast receiver filter if this is [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PermissionMonitor.java | 101 // Intended to be called only once at startup, after the system is ready. Installs a broadcast
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.h | 139 /* sends a broadcast using Activity Manager */
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 69 * parceled with the broadcast intent if present, but the timestamp is only computed if an
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
CdmaSmsCbTest.java | 54 * Initialize a Parcel for an incoming CDMA cell broadcast. The caller will write the 131 * Create a parcel for an incoming CMAS broadcast, then return a new SmsMessage created 183 * Create a parcel for an incoming CDMA cell broadcast, then return a new SmsMessage created 325 private static final String TEST_TEXT = "This is a test CDMA cell broadcast message..." [all...] |