Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSimpleKeyguardService.java43 public static final String DISMISS_BUTTON_LABEL = "Dismiss"; field in SimpleKeyguardService
68 button.setText(DISMISS_BUTTON_LABEL); in createView()
DSecondaryLockscreenTest.java131 mUiDevice.findObject(By.text(SimpleKeyguardService.DISMISS_BUTTON_LABEL)).click(); in testDismiss()