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