Searched refs:SimpleKeyguardService (Results 1 – 2 of 2) sorted by relevance
100 mUiDevice.wait(Until.hasObject(By.text(SimpleKeyguardService.TITLE_LABEL)), in testSetSecondaryLockscreenEnabled()115 mUiDevice.wait(Until.hasObject(By.text(SimpleKeyguardService.TITLE_LABEL)), in testHomeButton()128 mUiDevice.wait(Until.hasObject(By.text(SimpleKeyguardService.TITLE_LABEL)), in testDismiss()131 mUiDevice.findObject(By.text(SimpleKeyguardService.DISMISS_BUTTON_LABEL)).click(); in testDismiss()136 assertTrue(mUiDevice.wait(Until.hasObject(By.text(SimpleKeyguardService.TITLE_LABEL)), in testDismiss()166 mUiDevice.wait(Until.gone(By.text(SimpleKeyguardService.TITLE_LABEL)), in verifyHomeLauncherIsShown()176 mUiDevice.wait(Until.hasObject(By.text(SimpleKeyguardService.TITLE_LABEL)), in verifySecondaryLockscreenIsShown()
40 public class SimpleKeyguardService extends DevicePolicyKeyguardService { class