Searched refs:totalLockUnlockButtonView (Results 1 – 1 of 1) sorted by relevance
140 int totalLockUnlockButtonView = 0; in privateProfileDisabled_psHeaderContainsLockedView() local154 totalLockUnlockButtonView += 1; in privateProfileDisabled_psHeaderContainsLockedView()161 assertEquals(LOCK_UNLOCK_BUTTON_COUNT, totalLockUnlockButtonView); in privateProfileDisabled_psHeaderContainsLockedView()175 int totalLockUnlockButtonView = 0; in privateProfileEnabled_psHeaderContainsUnlockedView() local195 totalLockUnlockButtonView += 1; in privateProfileEnabled_psHeaderContainsUnlockedView()202 assertEquals(LOCK_UNLOCK_BUTTON_COUNT, totalLockUnlockButtonView); in privateProfileEnabled_psHeaderContainsUnlockedView()217 int totalLockUnlockButtonView = 0; in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView() local235 totalLockUnlockButtonView += 1; in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView()242 assertEquals(LOCK_UNLOCK_BUTTON_COUNT, totalLockUnlockButtonView); in privateProfileEnabledAndNoSettingsIntent_psHeaderContainsUnlockedView()255 int totalLockUnlockButtonView = 0; in privateProfileTransitioning_psHeaderContainsTransitionView() local[all …]