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

12 3 4 5 6 7 8 91011>>

  /cts/apps/PermissionApp/src/com/android/cts/permission/permissionapp/
PermissionActivity.java 83 Log.d(TAG, "Sending result broadcast: " + result);
84 Intent broadcast = new Intent(ACTION_PERMISSION_RESULT); local
85 broadcast.putExtra(EXTRA_GRANT_STATE, result);
86 sendBroadcast(broadcast);
  /external/autotest/server/site_tests/network_WiFi_GTK/
control 15 This test verifies that we can continue to decrypt broadcast traffic while
network_WiFi_GTK.py 16 """Tests that a DUT can continue receiving and sending broadcast traffic.
61 """@return True iff the client can receive server broadcast packets."""
62 logging.info('Checking that broadcast traffic is received by DUT.')
80 """@return True iff the server can receive client broadcast packets."""
81 logging.info('Checking that broadcast traffic may be sent by the DUT.')
  /external/ims/rcs/rcsservice/
AndroidManifest.xml 40 <protected-broadcast android:name="com.android.ims.ACTION_RCS_SERVICE_AVAILABLE" />
41 <protected-broadcast android:name="com.android.ims.ACTION_RCS_SERVICE_UNAVAILABLE" />
42 <protected-broadcast android:name="com.android.ims.ACTION_RCS_SERVICE_DIED" />
43 <protected-broadcast android:name="com.android.ims.ACTION_PRESENCE_CHANGED" />
44 <protected-broadcast android:name="com.android.ims.ACTION_PUBLISH_STATUS_CHANGED" />
45 <protected-broadcast android:name="com.android.service.ims.presence.retry" />
46 <protected-broadcast android:name="com.android.service.ims.presence.task.timeout" />
47 <protected-broadcast android:name="com.android.service.ims.presence.ims-feature-status-changed" />
48 <protected-broadcast android:name="com.android.service.ims.presence.retry.publish" />
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 1 page.title=Manipulating Broadcast Receivers On Demand
38 <p>A better approach is to disable or enable the broadcast receivers at runtime. That way you can
46 component defined in the manifest, including whichever broadcast receivers you wish to enable or
63 Simply enable a broadcast receiver that listens for connectivity changes and initiates the
  /packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
SendTestBroadcastActivity.java 33 * Activity to send test cell broadcast messages from GUI.
102 /* Send an ETWS earthquake broadcast message to app. */
116 /* Send an ETWS tsunami broadcast message to app. */
130 /* Send an ETWS earthquake and tsunami broadcast message to app. */
145 /* Send an ETWS other emergency broadcast message to app. */
159 /* Send an ETWS cancel broadcast message to app. */
173 /* Send an ETWS test broadcast message to app. */
257 /* Send a GSM 7-bit broadcast message to app. */
271 /* Send a UMTS 7-bit broadcast message to app. */
285 /* Send a GSM 7-bit no padding broadcast message to app. *
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockConditionProvider.java 125 Intent broadcast = new Intent(action); local
127 broadcast.putExtra(EXTRA_TAG, tag);
128 broadcast.putExtra(EXTRA_CODE, code);
130 context.sendBroadcast(broadcast);
169 Intent broadcast = new Intent(action); local
170 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null);
184 Intent broadcast = new Intent(action); local
185 context.sendOrderedBroadcast(broadcast, null, catcher, null, RESULT_NO_SERVER, null, null);
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-dhcpcd-compat 6 BROADCAST=$new_broadcast_address
34 for x in IPADDR INTERFACE NETMASK BROADCAST NETWORK DHCPSID GATEWAYS \
  /frameworks/opt/telephony/tools/
tdi 40 adb shell am broadcast -a com.android.internal.telephony.$the_DC.action_fail_bringup $counter $fail_cause $suggested_retry_time
47 *) echo 'Broadcast telephony debug intents'; echo 'usage: tdi [dce]'; echo ' dce=DC errors';;
  /packages/apps/Dialer/InCallUI/src/com/android/incalluibind/
ObjectFactory.java 38 /** @return An {@link Intent} to be broadcast when the InCallUI is visible. */
44 * @return An {@link Intent} to be broadcast when the call state button in the InCallUI is
  /packages/apps/CellBroadcastReceiver/res/values-tl/
strings.xml 19 <string name="app_label" msgid="7559008249836700599">"Mga Cell Broadcast"</string>
20 <string name="sms_cb_settings" msgid="971917159442705371">"Mga setting ng Cell Broadcast"</string>
21 <string name="cell_broadcast_settings_not_available" msgid="2612364350745967915">"Hindi available ang mga setting ng Cell Broadcast para sa user na ito"</string>
25 <string name="menu_delete_all" msgid="3940997343921149800">"I-delete ang mga broadcast"</string>
28 <string name="menu_delete" msgid="128380070910799366">"I-delete ang broadcast"</string>
30 <string name="confirm_delete_broadcast" msgid="2540199303730232322">"I-delete ang broadcast na ito?"</string>
31 <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"I-delete ang lahat ng natanggap na broadcast na mensahe?"</string>
47 <string name="cb_other_message_identifiers" msgid="7083176204482365281">"Cell broadcast"</string>
50 <string name="enable_emergency_alerts_summary" msgid="5932655529367149358">"Ipakita ang mga broadcast ng alertong pang-emergency"</string>
55 <string name="enable_etws_test_alerts_title" msgid="2569886288897109169">"Magpakita ng mga pansubok na broadcast ng ETWS"</string
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-fp64.ll 36 %broadcast.splatinsert.i = insertelement <2 x i64> undef, i64 %conv, i32 0
37 %broadcast.splat.i = shufflevector <2 x i64> %broadcast.splatinsert.i, <2 x i64> undef, <2 x i32> zeroinitializer
44 store <2 x i64> %broadcast.splat.i, <2 x i64>* %1, align 8
48 store <2 x i64> %broadcast.splat.i, <2 x i64>* %3, align 8
  /frameworks/base/core/java/android/os/
UpdateLock.java 48 * Broadcast Intent action sent when the global update lock state changes,
50 * locker releases theirs. The broadcast is sticky but is sent only to
56 * Boolean Intent extra on the UPDATE_LOCK_CHANGED sticky broadcast, indicating
64 * Long Intent extra on the UPDATE_LOCK_CHANGED sticky broadcast, marking the
65 * wall-clock time [in UTC] at which the broadcast was sent. Note that this is
  /frameworks/base/tools/aapt/
WorkQueue.cpp 64 mWorkChangedCondition.broadcast();
87 mWorkChangedCondition.broadcast();
88 mWorkDequeuedCondition.broadcast();
102 mWorkChangedCondition.broadcast();
129 mWorkDequeuedCondition.broadcast();
  /packages/apps/Settings/src/com/android/settings/
SettingsInitialize.java 49 public void onReceive(Context context, Intent broadcast) {
53 managedProfileSetup(context, pm, broadcast, userInfo);
57 private void managedProfileSetup(Context context, final PackageManager pm, Intent broadcast,
62 Log.i(TAG, "Received broadcast: " + broadcast.getAction()
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 42 * ACTION_NEW_OUTGOING_CALL intent. ACTION_NEW_OUTGOING_CALL is an ordered broadcast intent which
51 * number) are exempt from being broadcast.
53 * Calls to emergency numbers are still broadcast for informative purposes. The call is placed
95 * Processes the result of the outgoing call broadcast intent, and performs callbacks to
108 // Once the NEW_OUTGOING_CALL broadcast is finished, the resultData is
111 Log.i(this, "Received new-outgoing-call-broadcast for %s with data %s", mCall,
135 " ignore the broadcast Call %s", mCall);
148 " new outgoing call intent broadcast.");
151 " broadcast: Original: %s, Modified: %s",
172 * Processes the supplied intent and starts the outgoing call broadcast process relevant to th
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 20 * The intents that the telephony services broadcast.
29 * Broadcast Action: The phone service state has changed. The intent will have the following
58 * <p>Broadcast Action: The radio technology has changed. The intent will have the following
80 * <p>Broadcast Action: The emergency callback mode is changed.
100 * <p>Broadcast Action: The emergency call state is changed.
121 * Broadcast Action: The phone's signal strength has changed. The intent will have the
148 * Broadcast Action: The data connection state has changed for any one of the
170 * Broadcast Action: An attempt to establish a data connection has failed.
189 * Broadcast Action: The sim card state has changed.
220 * Broadcast Action: The time was set by the carrier (typically by the NITZ string)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 76 * Handle Cell Broadcast messages from {@code CdmaInboundSmsHandler}.
77 * 3GPP-format Cell Broadcast messages sent from radio are handled in the subclass.
80 * @return true if an ordered broadcast was sent; false on failure
94 * Send SCPD request to CellBroadcastReceiver as an ordered broadcast.
96 * @return true if an ordered broadcast was sent; false on failure
116 * Broadcast receiver to handle results of ordered broadcast. Sends the SCPD results
  /frameworks/base/docs/html/training/run-background-service/
report-status.jd 21 The section <b>Broadcast receivers</b> in the
40 limits broadcast {@link android.content.Intent} objects to components in your own app.
66 "com.example.android.threadsample.BROADCAST";
89 The next step is to handle the incoming broadcast {@link android.content.Intent} objects in
95 To receive broadcast {@link android.content.Intent} objects, use a subclass of
107 // Broadcast receiver for receiving status updates from the IntentService
164 A single {@link android.content.BroadcastReceiver} can handle more than one type of broadcast
187 Sending an broadcast {@link android.content.Intent} doesn't start or resume an
193 {@link android.app.Activity} in response to an incoming broadcast
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsBroadcastUndelivered.java 39 * avoid delaying phone app startup. The last step is to broadcast the first pending message from
40 * the main thread, then the remaining pending messages will be broadcast after the previous
41 * ordered broadcast completes.
77 /** Broadcast receiver that processes the raw table when the user unlocks the phone for the
83 Rlog.d(TAG, "Received broadcast " + intent.getAction());
140 * Scan the raw table for complete SMS messages to broadcast, and old PDUs to delete.
187 // to state machine which will find the other pieces to broadcast
190 // don't delete this old message until after we broadcast it
222 * Send tracker to appropriate (3GPP or 3GPP2) inbound SMS handler for broadcast.
  /system/connectivity/shill/
active_link_monitor.h 42 // as failure if no ARP reply is received for 5 consecutive broadcast ARP
51 // FailureCallback takes monitor failure code, broadcast failure count, and
64 // When the sum of consecutive counted unicast and broadcast failures
92 // gateway via broadcast ARP.
125 // broadcast and unicast ARPs (at least one of each), LinkMonitor
169 // responses to broadcast ARP requests.
175 // responses to broadcast ARP requests.
182 // to the gateway instead of broadcast. The active link monitor
183 // alternates between unicast and broadcast requests so that
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ConstraintTestActivity.java 69 * Broadcast the provided intent, and register a receiver to notify us after the broadcast has
71 * This function will block until the broadcast comes back, and <bold>cannot</bold> be called
  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 16 * Broadcast intent action indicating that Wimax has been enabled, disabled,
30 * Broadcast intent action indicating that Wimax state has been changed
39 * Broadcast intent action indicating that Wimax signal level has been changed.
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpAckPacket.java 32 DhcpAckPacket(int transId, short secs, boolean broadcast, Inet4Address serverAddress,
34 super(transId, secs, clientIp, yourIp, serverAddress, INADDR_ANY, clientMac, broadcast);
35 mBroadcast = broadcast;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationHiddenTest.java 100 Log.d(TAG, "Received PACKAGE_ADDED broadcast");
103 Log.d(TAG, "Received PACKAGE_REMOVED broadcast");
110 fail("Did not receive PACKAGE_ADDED broadcast.");
116 fail("Did not receive PACKAGE_REMOVED broadcast.");

Completed in 1212 milliseconds

12 3 4 5 6 7 8 91011>>