/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPermissionRequest.java | 76 // convert broadcast intent into activity intent (same action string)
|
RequestPermissionActivity.java | 117 * case via the broadcast receiver.
|
/packages/apps/Stk/src/com/android/stk/ |
StkDialogActivity.java | 229 // Cleanup broadcast receivers to avoid leaks
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/ |
ExoPlayerSampleExtractor.java | 51 * A class that extracts samples from a live broadcast stream while storing the sample on the disk.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
UpdateHandler.java | 408 * This is called by the system upon broadcast from the DownloadManager that a file 462 * Sends a broadcast informing listeners that the dictionaries were updated. 466 * animation) and send a broadcast about the metadata having been updated. For a client of 470 * @param context the context, to send the broadcast. [all...] |
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
ServiceStateProviderTest.java | 237 * or SystemId change) This is an intentional behavior change from the broadcast.
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/ |
CarBleTrustAgent.java | 78 Log.d(TAG, "Received broadcast: " + action);
|
/packages/services/Mms/src/com/android/mms/service/ |
DownloadRequest.java | 212 // Deliver the broadcast only to those running users that are permitted
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/ |
WifiWakeupController.java | 158 Blog.e(TAG, re, "RuntimeException in broadcast receiver.");
|
/packages/services/Telephony/res/values/ |
strings.xml | 183 <!-- Cell Broadcast settings title. [CHAR LIMIT=50] --> [all...] |
/packages/services/Telephony/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 147 * If a secret code is encountered, an broadcast intent is sent with the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
smbno.h | 216 #define SMBsendb 0xD1 /* send broadcast message */
|
/system/chre/host/msm/daemon/ |
chre_daemon.cc | 149 "broadcast");
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
bt_test_utils.py | 295 "Failed to toggle Bluetooth on(no broadcast received).") 354 "Failed to toggle Bluetooth on(no broadcast received).") 550 log.info("Failed to toggle Bluetooth on (no broadcast received)") [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
TelephonyBaseTest.py | 196 'am broadcast -a '
|
/tools/tradefederation/core/prod-tests/src/com/android/ota/tests/ |
OtaStabilityTest.java | 288 "am broadcast -a android.server.checkin.CHECKIN com.google.android.gms");
|
/art/runtime/base/ |
mutex.h | 459 // (Signal) or all at once (Broadcast). 465 void Broadcast(Thread* self);
|
/art/runtime/ |
runtime.h | 315 // broadcast_for_checkpoint is true when we broadcast for making blocking threads to respond to 316 // checkpoint requests. It's false when we broadcast to unblock blocking threads after system weak
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
SplitAppTest.java | 321 final IntentFilter filter = new IntentFilter("com.android.cts.norestart.BROADCAST"); 346 final IntentFilter filter = new IntentFilter("com.android.cts.norestart.BROADCAST");
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
BaseDevicePolicyTest.java | 230 // Wait for the broadcast queue to be idle first to workaround the stop-user timeout issue. 239 getDevice().executeShellCommand("am wait-for-broadcast-idle"); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpIo.c | 574 // The protocol type is matched, check receive filter, include unicast and broadcast.
661 // It's broadcast.
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Ip4.h | 82 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when
84 /// Set to FALSE to stop receiving broadcast IPv4 packets.
|
SimpleNetwork.h | 80 /// Number of valid broadcast frames received and not dropped.
203 /// The current HW MAC address for broadcast packets.
|
/docs/source.android.com/src/compatibility/2.2/ |
android-2.2-cdd.xhtml | 31 <a href="#section-3.2.3.4">3.2.3.4. Broadcast Intents</a><br/> 393 new Intent or Broadcast Intent patterns using an ACTION, CATEGORY, or other 395 any Android components that honor any new Intent or Broadcast Intent patterns 401 <a name="section-3.2.3.4"></a><h4>3.2.3.4. Broadcast Intents</h4> 402 <p>Third-party applications rely on the platform to broadcast certain Intents 404 Android-compatible devices MUST broadcast the public broadcast Intents in 405 response to appropriate system events. Broadcast Intents are described in the [all...] |
/external/autotest/client/cros/ |
dhcp_packet.py | 22 # Sending to the broadcast address needs special permissions. 500 |hwmac_addr|. Requests subnet masks, broadcast addresses, router
|