Searched refs:UNLOCKED_LABEL (Results 1 – 1 of 1) sorted by relevance
73 protected static final String UNLOCKED_LABEL = "unlocked"; field in LockIconViewControllerBaseTest137 when(mResources.getString(R.string.accessibility_unlock_button)).thenReturn(UNLOCKED_LABEL); in setUp()