Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java124 @NonNull private CharSequence mUnlockedLabel; field in LegacyLockIconViewController
230 mUnlockedLabel = resources.getString(R.string.accessibility_unlock_button); in LegacyLockIconViewController()
391 mView.setContentDescription(mUnlockedLabel); in updateVisibility()
395 mView.setContentDescription(mUnlockedLabel); in updateVisibility()
447 mUnlockedLabel = mResources.getString( in updateConfiguration()