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