Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java116 private final UserHandle USER_HANDLE_10 = new UserHandle(10); field in PhoneAccountRegistrarTest
206 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 …]
DCreateConnectionProcessorTest.java91 private static final UserHandle USER_HANDLE_10 = new UserHandle(10); field in CreateConnectionProcessorTest
373 0, USER_HANDLE_10); in testEmergencyCallAcrossUsers()