OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForBroadcast
(Results
1 - 12
of
12
) sorted by null
/cts/tests/tests/assist/src/android/assist/cts/
DisableContextTest.java
62
waitForBroadcast
();
74
waitForBroadcast
();
86
waitForBroadcast
();
AssistTestBase.java
163
protected boolean
waitForBroadcast
() throws Exception {
/cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java
58
startedReceiver.
waitForBroadcast
();
59
finishedReceiver.
waitForBroadcast
();
73
startedReceiver.
waitForBroadcast
();
74
finishedReceiver.
waitForBroadcast
();
84
startedReceiver.
waitForBroadcast
();
85
finishedReceiver.
waitForBroadcast
();
ScannerNotificationReceiver.java
46
public void
waitForBroadcast
() throws InterruptedException {
MediaScannerTest.java
565
finishedReceiver.
waitForBroadcast
();
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
TaskSwitchingDeviceTest.java
59
assertTrue(mReceiverA.
waitForBroadcast
(TASK_SWITCHING_WAIT_TIME));
62
assertTrue(mReceiverB.
waitForBroadcast
(TASK_SWITCHING_WAIT_TIME));
82
assertTrue(mReceiverA.
waitForBroadcast
(TASK_SWITCHING_WAIT_TIME));
84
assertTrue(mReceiverB.
waitForBroadcast
(TASK_SWITCHING_WAIT_TIME));
109
public boolean
waitForBroadcast
(long timeoutInSec) throws InterruptedException {
/cts/tests/tests/net/src/android/net/cts/
ConnectivityReceiver.java
40
static boolean
waitForBroadcast
() {
ConnectivityManagerTest.java
473
assertFalse(ConnectivityReceiver.
waitForBroadcast
());
492
assertTrue(ConnectivityReceiver.
waitForBroadcast
());
[
all
...]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java
77
public void
waitForBroadcast
() throws Exception {
78
mReceiver.
waitForBroadcast
();
90
public void
waitForBroadcast
() throws Exception {
135
bcast.
waitForBroadcast
();
143
bcast.
waitForBroadcast
();
150
bcast.
waitForBroadcast
();
PermissionsTest.java
243
assertEquals(expected, mReceiver.
waitForBroadcast
());
258
assertEquals(expected, mReceiver.
waitForBroadcast
());
314
public int
waitForBroadcast
() throws Exception {
/cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java
119
waitForBroadcast
(TIMEOUT_MSEC, STATE_WIFI_CHANGED);
123
private void
waitForBroadcast
(long timeout, int expectedState) throws Exception {
147
waitForBroadcast
(SCAN_WAIT_MSEC, STATE_SCAN_RESULTS_AVAILABLE);
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
SystemUpdatePolicyTest.java
121
waitForBroadcast
();
135
private void
waitForBroadcast
() {
Completed in 473 milliseconds