Home
last modified time | relevance | path

Searched refs:sendBroadcastAndWait (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/GetBindingUidImportanceTest/src/android/app/cts/getbindinguidimportance/
DActivityManager_getBindingUidImportanceTest.java119 sendBroadcastAndWait(ACTION_TEST_SERVICE_BINDING); in testWithServiceBinding()
139 sendBroadcastAndWait(ACTION_TEST_PROVIDER); in testWithProviderAccess()
213 private void sendBroadcastAndWait(String action) throws Exception { in sendBroadcastAndWait() method in ActivityManager_getBindingUidImportanceTest
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java309 private static void sendBroadcastAndWait(Intent intent) throws Exception { in sendBroadcastAndWait() method in InstallUtils
331 sendBroadcastAndWait(intent); in requestAudioFocus()
341 sendBroadcastAndWait(intent); in abandonAudioFocus()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java145 sendBroadcastAndWait(APP_A.SIMPLE_BROADCAST_RECEIVER); in testBackgroundActivityBlocked()
1397 void sendBroadcastAndWait(ComponentName componentName) throws Exception { in sendBroadcastAndWait() method in BackgroundActivityLaunchTest