Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DPrivateSpaceHeader.java72 UiObject2 lockText = mLauncher.waitForObjectInContainer(mPrivateSpaceHeader, in verifyUnlockedState() local
74 mLauncher.assertEquals("PS lock text is incorrect", "Lock", lockText.getText()); in verifyUnlockedState()
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java152 TextView lockText = view.findViewById(R.id.lock_text); in privateProfileDisabled_psHeaderContainsLockedView() local
153 assertEquals(View.GONE, lockText.getVisibility()); in privateProfileDisabled_psHeaderContainsLockedView()
193 TextView lockText = view.findViewById(R.id.lock_text); in privateProfileEnabled_psHeaderContainsUnlockedView() local
194 assertEquals(View.VISIBLE, lockText.getVisibility()); in privateProfileEnabled_psHeaderContainsUnlockedView()
233 TextView lockText = view.findViewById(R.id.lock_text); in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView() local
234 assertEquals(View.VISIBLE, lockText.getVisibility()); in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java377 TextView lockText = lockPill.findViewById(R.id.lock_text); in updateView() local
390 lockText.setVisibility(VISIBLE); in updateView()
405 lockText.setVisibility(GONE); in updateView()