HomeSort by relevance Sort by last modified time
    Searched full:broadcast (Results 51 - 75 of 2626) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/Car/Dialer/src/com/android/car/dialer/bluetooth/
BluetoothBroadcastReceiver.java 24 * A broadcast receiver that listens for bluetooth state changes.
32 Log.d(TAG, "Bluetooth broadcast intent action received: " + intent.getAction());
  /packages/apps/Dialer/java/com/android/incallui/bindings/
InCallUiBindings.java 30 /** @return An {@link Intent} to be broadcast when the InCallUI is visible. */
35 * @return An {@link Intent} to be broadcast when the call state button in the InCallUI is touched
  /packages/apps/Dialer/java/com/android/voicemail/impl/
CarrierVvmPackageInstalledReceiver.java 24 * Receives the system API broadcast
25 * com.android.internal.telephony.ACTION_CARRIER_VVM_PACKAGE_INSTALLED. This broadcast is only sent
  /external/autotest/server/site_tests/network_WiFi_GTK/
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/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 51 public void onReceive(Context context, Intent broadcast) {
55 managedProfileSetup(context, pm, broadcast, userInfo);
59 private void managedProfileSetup(Context context, final PackageManager pm, Intent broadcast,
64 Log.i(TAG, "Received broadcast: " + broadcast.getAction()
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 23 * The intents that the telephony services broadcast.
32 * Broadcast Action: The phone service state has changed. The intent will have the following
62 * <p>Broadcast Action: The radio technology has changed. The intent will have the following
84 * <p>Broadcast Action: The emergency callback mode is changed.
104 * <p>Broadcast Action: The emergency call state is changed.
125 * Broadcast Action: The phone's signal strength has changed. The intent will have the
152 * Broadcast Action: The data connection state has changed for any one of the
174 * Broadcast Action: An attempt to establish a data connection has failed.
192 * Broadcast Action: The sim card state has changed.
227 * Broadcast Action: The time was set by the carrier (typically by the NITZ string)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockListener.java 360 Intent broadcast = new Intent(SERVICE_HINTS); local
361 broadcast.putExtra(EXTRA_CODE, hints);
362 context.sendBroadcast(broadcast);
374 Intent broadcast = new Intent(SERVICE_SNOOZE_DURATION); local
376 broadcast.putExtra(EXTRA_TAG, tag);
377 broadcast.putExtra(EXTRA_LONG, duration);
379 context.sendBroadcast(broadcast);
387 Intent broadcast = new Intent(action); local
389 broadcast.putExtra(EXTRA_TAG, tag);
390 broadcast.putExtra(EXTRA_CODE, code)
406 Intent broadcast = new Intent(action); local
421 Intent broadcast = new Intent(action); local
456 Intent broadcast = new Intent(action); local
462 Intent broadcast = new Intent(action); local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 44 * ACTION_NEW_OUTGOING_CALL intent. ACTION_NEW_OUTGOING_CALL is an ordered broadcast intent which
53 * number) are exempt from being broadcast.
55 * Calls to emergency numbers are still broadcast for informative purposes. The call is placed
97 * Processes the result of the outgoing call broadcast intent, and performs callbacks to
110 // Once the NEW_OUTGOING_CALL broadcast is finished, the resultData is
113 Log.i(this, "Received new-outgoing-call-broadcast for %s with data %s", mCall,
142 " ignore the broadcast Call %s", mCall);
155 " new outgoing call intent broadcast.");
158 " broadcast: Original: %s, Modified: %s",
179 * Processes the supplied intent and starts the outgoing call broadcast process relevant to th
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 75 * Handle Cell Broadcast messages from {@code CdmaInboundSmsHandler}.
76 * 3GPP-format Cell Broadcast messages sent from radio are handled in the subclass.
79 * @return true if an ordered broadcast was sent; false on failure
93 * Send SCPD request to CellBroadcastReceiver as an ordered broadcast.
95 * @return true if an ordered broadcast was sent; false on failure
117 * Broadcast receiver to handle results of ordered broadcast. Sends the SCPD results
  /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.
78 /** Broadcast receiver that processes the raw table when the user unlocks the phone for the
84 Rlog.d(TAG, "Received broadcast " + intent.getAction());
141 * Scan the raw table for complete SMS messages to broadcast, and old PDUs to delete.
188 // to state machine which will find the other pieces to broadcast
191 // don't delete this old message until after we broadcast it
223 * Send tracker to appropriate (3GPP or 3GPP2) inbound SMS handler for broadcast.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierSignalAgentTest.java 71 // Broadcast count
80 // Verify no broadcast has been sent without carrier config
90 // Verify no broadcast has been sent due to no manifest receivers
94 // Verify broadcast has been sent to two different registered manifest receivers
115 // Broadcast count
122 // Verify no broadcast without carrier configs
132 // Verify broadcast has been sent to registered components
139 // Verify no broadcast has been sent to manifest receivers (bad config)
150 // Broadcast count
  /prebuilts/go/darwin-x86/src/sync/
cond_test.go 112 c.Broadcast()
128 c.Broadcast()
211 // Start two goroutines that will race: one will broadcast on
218 cond.Broadcast()
233 t.Fatalf("First waiter didn't get broadcast.")
237 // broadcast.
241 cond.Broadcast()
298 c.Broadcast()
306 c.Broadcast()
  /prebuilts/go/linux-x86/src/sync/
cond_test.go 112 c.Broadcast()
128 c.Broadcast()
211 // Start two goroutines that will race: one will broadcast on
218 cond.Broadcast()
233 t.Fatalf("First waiter didn't get broadcast.")
237 // broadcast.
241 cond.Broadcast()
298 c.Broadcast()
306 c.Broadcast()
  /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
  /cts/tests/tests/security/src/android/security/cts/
STKFrameworkTest.java 58 fail("Able to send broadcast which can be received by any app which has registered " +
59 "broadcast for action 'com.android.internal.stk.command' since it is not " +
62 /* Pass the Test case: App should not be able to send broadcast using action
  /external/eigen/unsupported/test/
cxx11_tensor_broadcast_sycl.cpp 30 // BROADCAST test:
53 gpu_out.device(sycl_device) = gpu_in.broadcast(broadcasts);
65 printf("Broadcast Test Passed\n");
  /external/llvm/test/Transforms/Scalarizer/
dbgloc-bug.ll 14 %broadcast.splatinsert5 = insertelement <4 x i16> undef, i16 %_tmp7, i32 0
15 %broadcast.splat6 = shufflevector <4 x i16> %broadcast.splatinsert5, <4 x i16> undef, <4 x i32> zeroinitializer
  /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;
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
OmtpMessageSender.java 56 * @param sentIntent If not NULL this PendingIntent is broadcast when the message is successfully
64 * @param sentIntent If not NULL this PendingIntent is broadcast when the message is successfully
72 * @param sentIntent If not NULL this PendingIntent is broadcast when the message is successfully
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 60 * We keep two broadcast queues and associated bookkeeping, one for those at
92 * (without waiting for another broadcast to finish). Currently this only
151 * The receiver index that is pending, to restart the broadcast if needed.
240 * Find the same intent from queued parallel broadcast, replace with a new one and return
248 * Find the same intent from queued ordered broadcast, replace with a new one and return
275 "Process cur broadcast " + r + " for app " + app);
306 "Process cur broadcast " + r + " DELIVERED for app " + app);
311 "Process cur broadcast " + r + ": NOT STARTED!");
324 Slog.e(TAG, "App mismatch when sending pending broadcast to "
449 // In this case, we are ready to process the next receiver for the current broadcast,
    [all...]

Completed in 600 milliseconds

1 23 4 5 6 7 8 91011>>