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.java182 awaitBroadcast(Intent.ACTION_LOCKED_BOOT_COMPLETED); in assertLocked()
223 awaitBroadcast(Intent.ACTION_LOCKED_BOOT_COMPLETED); in assertUnlocked()
224 awaitBroadcast(Intent.ACTION_BOOT_COMPLETED); in assertUnlocked()
340 private void awaitBroadcast(String action) throws Exception { in awaitBroadcast() method in EncryptionAppTest