Home
last modified time | relevance | path

Searched defs:lockText (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java152 TextView lockText = view.findViewById(R.id.lock_text); in privateProfileDisabled_psHeaderContainsLockedView() local
193 TextView lockText = view.findViewById(R.id.lock_text); in privateProfileEnabled_psHeaderContainsUnlockedView() local
233 TextView lockText = view.findViewById(R.id.lock_text); in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DPrivateSpaceHeader.java72 UiObject2 lockText = mLauncher.waitForObjectInContainer(mPrivateSpaceHeader, in verifyUnlockedState() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java377 TextView lockText = lockPill.findViewById(R.id.lock_text); in updateView() local