Searched refs:USER_HANDLE_10 (Results 1 – 2 of 2) sorted by relevance
116 private final UserHandle USER_HANDLE_10 = new UserHandle(10); field in PhoneAccountRegistrarTest206 doReturn(10L).when(userManager).getSerialNumberForUser(eq(USER_HANDLE_10)); in testPhoneAccountParsing_simultaneousCallingRestriction()207 doReturn(USER_HANDLE_10).when(userManager).getUserForSerialNumber(eq(10L)); in testPhoneAccountParsing_simultaneousCallingRestriction()218 restriction.add(makeQuickAccountHandleForUser("id" + i, USER_HANDLE_10)); in testPhoneAccountParsing_simultaneousCallingRestriction()221 PhoneAccount input = makeQuickAccountBuilder("id0", 0, USER_HANDLE_10) in testPhoneAccountParsing_simultaneousCallingRestriction()242 doReturn(10L).when(userManager).getSerialNumberForUser(eq(USER_HANDLE_10)); in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()243 doReturn(USER_HANDLE_10).when(userManager).getUserForSerialNumber(eq(10L)); in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()254 restriction.add(makeQuickAccountHandleForUser("id" + i, USER_HANDLE_10)); in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()257 PhoneAccount input = makeQuickAccountBuilder("id0", 0, USER_HANDLE_10) in testPhoneAccountParsing_simultaneousCallingRestrictionOnOffFlag()288 PhoneAccount input = makeQuickAccountBuilder("id0", 0, USER_HANDLE_10) in testPhoneAccountParsing_simultaneousCallingRestrictionOffOnFlag()[all …]
91 private static final UserHandle USER_HANDLE_10 = new UserHandle(10); field in CreateConnectionProcessorTest373 0, USER_HANDLE_10); in testEmergencyCallAcrossUsers()