Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java192 awaitBroadcast(Intent.ACTION_LOCKED_BOOT_COMPLETED); in assertLocked()
249 awaitBroadcast(Intent.ACTION_LOCKED_BOOT_COMPLETED); in assertUnlocked()
250 awaitBroadcast(Intent.ACTION_BOOT_COMPLETED); in assertUnlocked()
380 private void awaitBroadcast(String action) throws Exception { in awaitBroadcast() method in EncryptionAppTest