HomeSort by relevance Sort by last modified time
    Searched refs:sendBroadcast (Results 1 - 25 of 558) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/content/
BrickDeniedTest.java 29 getContext().sendBroadcast(new Intent("SHES_A_BRICK_HOUSE"));
30 getContext().sendBroadcast(new Intent("android.intent.action.BRICK"));
  /cts/tests/app/app/src/android/app/stubs/
NewDocumentTestActivity.java 29 sendBroadcast(new Intent(NOTIFY_RESUME));
34 sendBroadcast(new Intent(NOTIFY_NEW_INTENT));
  /cts/tests/tests/assist/testapp/src/android/assist/testapp/
LifecycleActivity.java 54 sendBroadcast(new Intent("android.intent.action.lifecycle_hasResumed"));
62 sendBroadcast(new Intent("android.intent.action.lifecycle_hasFocus"));
64 sendBroadcast(new Intent("android.intent.action.lifecycle_lostFocus"));
71 sendBroadcast(new Intent("android.intent.action.lifecycle_onpause"));
78 sendBroadcast(new Intent("android.intent.action.lifecycle_onstop"));
85 sendBroadcast(new Intent("android.intent.action.lifecycle_ondestroy"));
FocusChangeActivity.java 33 sendBroadcast(new Intent(Utils.GAINED_FOCUS));
36 sendBroadcast(new Intent(Utils.LOST_FOCUS));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
TimeChangeListenerMixinTest.java 65 mContext.sendBroadcast(new Intent(Intent.ACTION_TIME_TICK));
66 mContext.sendBroadcast(new Intent(Intent.ACTION_TIME_CHANGED)
68 mContext.sendBroadcast(new Intent(Intent.ACTION_TIMEZONE_CHANGED));
77 mContext.sendBroadcast(new Intent(Intent.ACTION_TIME_TICK));
78 mContext.sendBroadcast(new Intent(Intent.ACTION_TIME_CHANGED)
80 mContext.sendBroadcast(new Intent(Intent.ACTION_TIMEZONE_CHANGED));
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ExampleIntentReceivingActivity1.java 30 sendBroadcast(new Intent(CONFIRM_ACTION));
ExampleIntentReceivingActivity2.java 30 sendBroadcast(new Intent(CONFIRM_ACTION));
  /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
BroadcastInterceptingContext.java 39 * {@link Context#sendBroadcast(Intent)}.
155 public void sendBroadcast(Intent intent) {
168 public void sendBroadcast(Intent intent, String receiverPermission) {
169 sendBroadcast(intent);
174 sendBroadcast(intent);
180 sendBroadcast(intent);
185 sendBroadcast(intent);
191 sendBroadcast(intent);
196 sendBroadcast(intent);
201 sendBroadcast(intent)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierSignalAgentTest.java 105 verify(mContext, times(count)).sendBroadcast(mCaptorIntent.capture());
108 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED));
114 verify(mContext, times(count)).sendBroadcast(mCaptorIntent.capture());
122 verify(mContext, times(count)).sendBroadcast(mCaptorIntent.capture());
147 verify(mContext, times(count)).sendBroadcast(mCaptorIntent.capture());
150 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED));
156 verify(mContext, times(++count)).sendBroadcast(mCaptorIntent.capture());
166 verify(mContext, times(count)).sendBroadcast(mCaptorIntent.capture());
187 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED));
195 verify(mContext, times(++count)).sendBroadcast(mCaptorIntent.capture())
    [all...]
  /frameworks/base/tests/net/java/android/net/util/
VersionedBroadcastListenerTest.java 90 private void sendBroadcast() {
100 sendBroadcast();
110 sendBroadcast();
115 sendBroadcast();
122 sendBroadcast();
127 sendBroadcast();
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivityStartService.java 53 sendBroadcast(reply);
57 sendBroadcast(reply);
  /cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobService.java 36 sendBroadcast(reportJobStartIntent);
45 sendBroadcast(reportJobStopIntent);
  /cts/tests/JobSchedulerSharedUid/JobSharedUidTestApp/src/android/jobscheduler/cts/jobtestapp/
TestJobService.java 36 sendBroadcast(reportJobStartIntent);
45 sendBroadcast(reportJobStopIntent);
  /cts/tests/tests/permission/src/android/permission/cts/
TelephonyManagerPermissionTest.java 209 getContext().sendBroadcast(intent);
214 getContext().sendBroadcast(intent);
219 getContext().sendBroadcast(intent);
225 getContext().sendBroadcast(intent);
231 getContext().sendBroadcast(intent);
237 getContext().sendBroadcast(intent);
242 getContext().sendBroadcast(intent);
247 getContext().sendBroadcast(intent);
RebootPermissionTest.java 42 mContext.sendBroadcast(new Intent(Intent.ACTION_REBOOT));
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 60 mBroadcaster.sendBroadcast(localIntent);
84 mBroadcaster.sendBroadcast(localIntent);
  /frameworks/base/cmds/statsd/src/storage/
StorageManager.h 62 static void sendBroadcast(const char* path,
63 const std::function<void(const ConfigKey&)>& sendBroadcast);
  /frameworks/base/services/tests/servicestests/test-apps/JobTestApp/src/com/android/servicestests/apps/jobtestapp/
TestJobService.java 38 sendBroadcast(reportJobStartIntent);
47 sendBroadcast(reportJobStopIntent);
  /packages/apps/Dialer/java/com/android/dialer/blockreportspam/
ShowBlockReportSpamDialogNotifier.java 47 LocalBroadcastManager.getInstance(context).sendBroadcast(intent);
60 LocalBroadcastManager.getInstance(context).sendBroadcast(intent);
  /cts/hostsidetests/harmfulappwarning/sampleapp/src/android/harmfulappwarning/sampleapp/
SampleDeviceActivity.java 43 sendBroadcast(intent);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsReceiver.java 28 context.sendBroadcast(new Intent(SmsManagerTest.SMS_DELIVER_DEFAULT_APP_ACTION));
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
UpdatingInjectorService.java 40 sendBroadcast(intent);
  /frameworks/support/slices/view/src/androidTest/java/androidx/slice/render/
SliceRenderActivity.java 35 sendBroadcast(new Intent(ACTION_RENDER_DONE));
  /frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
BroadcastPerfTest.java 41 mContext.sendBroadcast(intent);
57 mContext.sendBroadcast(intent);
75 mContext.sendBroadcast(intent);
  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
SideChannel.java 44 context.sendBroadcast(intent);
51 context.sendBroadcast(intent);
58 context.sendBroadcast(intent);

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>