HomeSort by relevance Sort by last modified time
    Searched defs:sendOrderedBroadcast (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/app/activity/
RemoteReceiver.java 37 context.sendOrderedBroadcast(newIntent, null);
LocalReceiver.java 64 context.sendOrderedBroadcast(newIntent, null);
  /frameworks/support/compat/src/main/java/androidx/core/content/pm/
ShortcutManagerCompat.java 108 context.sendOrderedBroadcast(intent, null, new BroadcastReceiver() {
  /cts/hostsidetests/appsecurity/test-apps/ClassLoaderSplitApp/src/com/android/cts/classloadersplitapp/
SplitAppTest.java 116 final ExtrasResultReceiver receiver = sendOrderedBroadcast(context);
149 private static ExtrasResultReceiver sendOrderedBroadcast(Context context) {
151 context.sendOrderedBroadcast(new Intent(PACKAGE + ".ACTION").setPackage(PACKAGE), null,
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 93 public void sendOrderedBroadcast(Intent intent, String receiverPermission) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 110 mContext.sendOrderedBroadcast(intent, Manifest.permission.RECEIVE_SMS,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ConstraintTestActivity.java 77 sendOrderedBroadcast(intent, null, new BroadcastReceiver() {
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
SyncOrderedBroadcast.java 50 context.sendOrderedBroadcast(broadcast, null, mReceiver,
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
SplitAppTest.java 145 final ExtrasResultReceiver receiver = sendOrderedBroadcast(context);
195 final ExtrasResultReceiver receiver = sendOrderedBroadcast(context);
238 final ExtrasResultReceiver receiver = sendOrderedBroadcast(context);
280 private static ExtrasResultReceiver sendOrderedBroadcast(Context context) {
282 context.sendOrderedBroadcast(new Intent(PACKAGE + ".ACTION").setPackage(PACKAGE), null,
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AssistScreenCaptureDisabledTest.java 71 mContext.sendOrderedBroadcast(checkIsReadyIntent, null, new BroadcastReceiver() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 273 public void sendOrderedBroadcast(Intent intent, String receiverPermission) {
274 spiedContext.sendOrderedBroadcast(intent, receiverPermission);
278 public void sendOrderedBroadcast(Intent intent, String receiverPermission,
281 spiedContext.sendOrderedBroadcast(intent, receiverPermission, resultReceiver, scheduler,
286 public void sendOrderedBroadcast(Intent intent, String receiverPermission, Bundle options,
289 spiedContext.sendOrderedBroadcast(intent, receiverPermission, options, resultReceiver,
295 public void sendOrderedBroadcast(Intent intent, String receiverPermission, int appOp,
298 spiedContext.sendOrderedBroadcast(intent, receiverPermission, appOp, resultReceiver,
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
QuietModeTest.java 174 mContext.sendOrderedBroadcast(intent, null, new BroadcastReceiver() {
  /cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java 141 sendOrderedBroadcast(intent, null, new DoneReceiver(),
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextImpl.java 362 public void sendOrderedBroadcast(Intent intent, String receiverPermission) {
363 ShadowApplication.getInstance().sendOrderedBroadcast(intent, receiverPermission);
367 public void sendOrderedBroadcast(Intent intent, String receiverPermission, BroadcastReceiver resultReceiver,
369 ShadowApplication.getInstance().sendOrderedBroadcast(intent, receiverPermission, resultReceiver, scheduler, initialCode,
ShadowApplication.java 352 public void sendOrderedBroadcast(Intent intent, String receiverPermission) {
357 public void sendOrderedBroadcast(Intent intent, String receiverPermission, BroadcastReceiver resultReceiver,
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadReceiverTest.java 242 mContext.sendOrderedBroadcast(intent, CTS_BROADCAST_PERMISSION,
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 274 public void sendOrderedBroadcast(Intent intent, String s) {
279 public void sendOrderedBroadcast(Intent intent, String s, BroadcastReceiver broadcastReceiver, Handler handler, int i, String s1, Bundle bundle) {
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 196 getInstrumentation().getContext().sendOrderedBroadcast(
223 getInstrumentation().getContext().sendOrderedBroadcast(
251 getInstrumentation().getContext().sendOrderedBroadcast(
278 getInstrumentation().getContext().sendOrderedBroadcast(
311 getInstrumentation().getContext().sendOrderedBroadcast(
343 context.sendOrderedBroadcast(
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextWrapperTest.java 141 contextWrapper.sendOrderedBroadcast(new Intent(action), null, resultReceiver, null, 1, "initial", null);
177 contextWrapper.sendOrderedBroadcast(new Intent(action), null);
214 contextWrapper.sendOrderedBroadcast(new Intent(action), null);
238 contextWrapper.sendOrderedBroadcast(new Intent(action), null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 330 mAdapterService.sendOrderedBroadcast(intent, mAdapterService.BLUETOOTH_ADMIN_PERM);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 633 mContext.sendOrderedBroadcast(intent, BLUETOOTH_ADMIN_PERM);
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
EmbmsSampleDownloadService.java 247 sendOrderedBroadcast(fdRequestIntent,
285 sendOrderedBroadcast(requestIntent,
403 sendOrderedBroadcast(downloadResultIntent,
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 216 protected String sendOrderedBroadcast(Intent intent) throws Exception {
217 return sendOrderedBroadcast(intent, ORDERED_BROADCAST_TIMEOUT_MS);
220 protected String sendOrderedBroadcast(Intent intent, int timeoutMs) throws Exception {
223 mContext.sendOrderedBroadcast(intent, null, new BroadcastReceiver() {
    [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 479 public void sendOrderedBroadcast(Intent intent,
481 mBase.sendOrderedBroadcast(intent, receiverPermission);
485 public void sendOrderedBroadcast(
489 mBase.sendOrderedBroadcast(intent, receiverPermission,
497 public void sendOrderedBroadcast(
501 mBase.sendOrderedBroadcast(intent, receiverPermission,
508 public void sendOrderedBroadcast(
512 mBase.sendOrderedBroadcast(intent, receiverPermission, appOp,
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
SuspendPackagesTest.java 196 mContext.sendOrderedBroadcast(broadcastIntent, null, new BroadcastReceiver() {

Completed in 863 milliseconds

1 2 3 4