Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecondaryLockscreenTest.java100 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()
DSimpleKeyguardService.java40 public class SimpleKeyguardService extends DevicePolicyKeyguardService { class