Searched refs:LOCKED_LABEL (Results 1 – 2 of 2) sorted by relevance
75 protected static final String LOCKED_LABEL = "locked"; field in LegacyLockIconViewControllerBaseTest142 when(mResources.getString(R.string.accessibility_lock_icon)).thenReturn(LOCKED_LABEL); in setUp()
282 verify(mLockIconView).setContentDescription(LOCKED_LABEL); in lockIconShows_afterUnlockStateChanges()