Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerBaseTest.java75 protected static final String LOCKED_LABEL = "locked"; field in LegacyLockIconViewControllerBaseTest
142 when(mResources.getString(R.string.accessibility_lock_icon)).thenReturn(LOCKED_LABEL); in setUp()
DLegacyLockIconViewControllerTest.java282 verify(mLockIconView).setContentDescription(LOCKED_LABEL); in lockIconShows_afterUnlockStateChanges()