Home
last modified time | relevance | path

Searched refs:TITLE_LABEL (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()
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.java42 public static final String TITLE_LABEL = "SimpleKeyguardService Title"; field in SimpleKeyguardService
63 title.setText(TITLE_LABEL); in createView()