Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerBaseTest.java74 protected static final String UNLOCKED_LABEL = "unlocked"; field in LegacyLockIconViewControllerBaseTest
141 when(mResources.getString(R.string.accessibility_unlock_button)).thenReturn(UNLOCKED_LABEL); in setUp()