Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateSpaceHeaderViewTest.java140 int totalLockUnlockButtonView = 0; in privateProfileDisabled_psHeaderContainsLockedView() local
154 totalLockUnlockButtonView += 1; in privateProfileDisabled_psHeaderContainsLockedView()
161 assertEquals(LOCK_UNLOCK_BUTTON_COUNT, totalLockUnlockButtonView); in privateProfileDisabled_psHeaderContainsLockedView()
175 int totalLockUnlockButtonView = 0; in privateProfileEnabled_psHeaderContainsUnlockedView() local
195 totalLockUnlockButtonView += 1; in privateProfileEnabled_psHeaderContainsUnlockedView()
202 assertEquals(LOCK_UNLOCK_BUTTON_COUNT, totalLockUnlockButtonView); in privateProfileEnabled_psHeaderContainsUnlockedView()
217 int totalLockUnlockButtonView = 0; in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView() local
235 totalLockUnlockButtonView += 1; in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView()
242 assertEquals(LOCK_UNLOCK_BUTTON_COUNT, totalLockUnlockButtonView); in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView()
255 int totalLockUnlockButtonView = 0; in privateProfileTransitioning_psHeaderContainsTransitionView() local
[all …]