Searched refs:SECONDARY_USER_ID (Results 1 – 3 of 3) sorted by relevance
63 private static final int SECONDARY_USER_ID = 11; field in ClockManagerTest224 mCurrentUser.setValue(SECONDARY_USER_ID); in onUserChanged_defaultClock()232 when(mMockSettingsWrapper.getLockScreenCustomClockFace(SECONDARY_USER_ID)).thenReturn( in onUserChanged_customClock()235 mCurrentUser.setValue(SECONDARY_USER_ID); in onUserChanged_customClock()245 when(mMockSettingsWrapper.getDockedClockFace(SECONDARY_USER_ID)).thenReturn(BUBBLE_CLOCK); in onUserChanged_docked()247 mCurrentUser.setValue(SECONDARY_USER_ID); in onUserChanged_docked()
71 protected static final int SECONDARY_USER_ID = 20; field in BaseLockSettingsServiceTests75 private static final UserInfo SECONDARY_USER_INFO = new UserInfo(SECONDARY_USER_ID, null, null,160 when(mUserManager.getUserInfo(eq(SECONDARY_USER_ID))).thenReturn(SECONDARY_USER_INFO); in setUp_baseServices()
205 initializeCredentialUnderSP(password, SECONDARY_USER_ID); in testSecondaryUserDoesNotPassAuthSecret()207 password, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, SECONDARY_USER_ID) in testSecondaryUserDoesNotPassAuthSecret()