/packages/apps/Messaging/res/xml-mcc302-mnc610/ |
mms_config.xml | 53 <!-- Disable the link to the cell broadcast -->
|
/packages/apps/Messaging/res/xml-mcc440-mnc20/ |
mms_config.xml | 54 <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/ |
InstallerConstants.java | 49 /** The install did not complete because of an unexpected broadcast (missing fields) */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/ |
AccountsChangedReceiver.java | 40 Log.w(TAG, "Received unknown broadcast: " + intent);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
DialerCodeReceiver.java | 25 * Receiver for "secret codes" broadcast by Dialer.
|
TelecomBroadcastIntentProcessor.java | 52 Log.d(this, "user handle can't be null, not processing the broadcast");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ifaddrs.h | 45 struct sockaddr *ifu_broadaddr; /* Broadcast address of this interface. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ifaddrs.h | 45 struct sockaddr *ifu_broadaddr; /* Broadcast address of this interface. */
|
/system/connectivity/apmanager/dbus/ |
dbus_control.h | 59 // being created here doesn't listen for any broadcast signals.
|
/system/connectivity/shill/ |
connection.cc | 208 IPAddress broadcast(properties.address_family); 211 LOG(WARNING) << "Broadcast address is not set. Using default."; 212 broadcast = local.GetDefaultBroadcast(); 214 } else if (!broadcast.SetAddressFromString(properties.broadcast_address)) { 215 LOG(ERROR) << "Broadcast address " << properties.broadcast_address 242 << " broadcast=" << broadcast.ToString() 245 rtnl_handler_->AddInterfaceAddress(interface_index_, local, broadcast, peer); 474 // broadcast networks, we never ARP for the gateway IP address,
|
/external/llvm/test/CodeGen/X86/ |
masked_gather_scatter.ll | 43 %broadcast.splatinsert = insertelement <16 x float*> undef, float* %base, i32 0 44 %broadcast.splat = shufflevector <16 x float*> %broadcast.splatinsert, <16 x float*> undef, <16 x i32> zeroinitializer 47 %gep.random = getelementptr float, <16 x float*> %broadcast.splat, <16 x i64> %sext_ind 92 %broadcast.splatinsert = insertelement <16 x float*> undef, float* %base, i32 0 93 %broadcast.splat = shufflevector <16 x float*> %broadcast.splatinsert, <16 x float*> undef, <16 x i32> zeroinitializer 96 %gep.random = getelementptr float, <16 x float*> %broadcast.splat, <16 x i64> %sext_ind 125 %broadcast.splatinsert = insertelement <16 x i32*> undef, i32* %base, i32 0 126 %broadcast.splat = shufflevector <16 x i32*> %broadcast.splatinsert, <16 x i32*> undef, <16 x i32> zeroinitia (…) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaControlIntent.java | 79 * routes rather than activity or broadcast receiver components. 211 * {@link MediaItemStatus#PLAYBACK_STATE_INVALIDATED invalidated}. This broadcast 398 * {@link PendingIntent} for a broadcast receiver that will receive status updates [all...] |
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsManager.java | 237 * If true, show the cell broadcast (amber alert) in the SMS settings. Some carriers don't want 280 * broadcast when the message is successfully sent, or failed. 293 * broadcast when the message is delivered to the recipient. The 382 * broadcast when the message is successfully received by the 445 * broadcast when the corresponding message part has been sent. 459 * broadcast when the corresponding message part has been delivered 534 * broadcast when the message is successfully sent, or failed. 547 * broadcast when the message is delivered to the recipient. The [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ConnectReqTestCase.java | 135 * Check if the connection broadcast is received. 164 * Check if p2p disconnection broadcast is received
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ModifyInstallerPackageTest.java | 81 fail("Broadcast receiver did not return good result"); 102 fail("Broadcast receiver did not return good result");
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
CustomizationRestrictionsTest.java | 62 // Class subscribes/unsubscribe for broadcast notification in try-with-resources statement. 124 // Set restriction and subscribe for the broadcast.
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
VoiceInteractionTest.java | 97 fail("Failed to receive broadcast in " + TIMEOUT_MS + "msec"); 166 Log.i(TAG, "received broadcast with results ");
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessagingDemo.java | 66 // Enable or disable the broadcast receiver depending on the checked 125 // Register broadcast receivers for SMS sent and delivered intents
|
/external/autotest/client/common_lib/cros/network/ |
netblock.py | 104 def broadcast(self): member in class:Netblock 105 """@return the IPv4 broadcast address, e.g., '192.168.0.255'."""
|
/external/autotest/client/cros/netprotos/ |
interface_host.py | 37 Only supports IPv4 UDP sockets on broadcast addresses. 74 """Broadcast UDP socket bound to a particular network interface."""
|
/external/autotest/server/cros/network/ |
arping_runner.py | 42 command_pieces.append('-b') # Default to only sending broadcast ARPs. 72 Sent 6 probes (6 broadcast(s))
|
/external/autotest/server/site_tests/network_EthCapsServer/ |
network_EthCapsServer.py | 58 Sent as a broadcast packet. 69 sock.sendto(magic, ('<broadcast>', 7))
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/ |
IRcsPresence.aidl | 54 * from network. If the presence service receives notify then it will broadcast the 85 * from network. If the presence service receives notify then it will broadcast the intent
|
/external/iproute2/doc/ |
arpd.sgml | 49 <item><tt/-k/ - suppress sending broadcast queries by kernel. It takes 116 validate entries, but all the broadcast activity is suppressed
|
ip-tunnels.tex | 191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels, 386 \section{Broadcast GRE ``tunnels''.} 389 address. Such tunnel becomes {\bf broadcast} tunnel (though word 397 This tunnel is true broadcast network and broadcast packets are 402 broadcast network. If multicast routing does not work, it is unpleasant 403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network. 424 by historical reasons broadcast mode is not supported by IPIP tunnels,
|