Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java51 telecomService.registerPhoneAccount(phoneAccount); in registerAndUnRegister()
69 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in clearAccounts()
77 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle1, "another_package") in clearAccountsForPackage()
81 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle2, "another_package") in clearAccountsForPackage()
93 telecomService.registerPhoneAccount(PhoneAccount.builder(handleMatchingScheme, "some_scheme") in getPhoneAccountsSupportingScheme()
97 …telecomService.registerPhoneAccount(PhoneAccount.builder(handleNotMatchingScheme, "another_scheme") in getPhoneAccountsSupportingScheme()
111 telecomService.registerPhoneAccount(PhoneAccount.builder(callCapableHandle, "enabled") in getCallCapablePhoneAccounts()
115 telecomService.registerPhoneAccount(PhoneAccount.builder(notCallCapableHandler, "disabled") in getCallCapablePhoneAccounts()
128 …telecomService.registerPhoneAccount(PhoneAccount.builder(handleInThisApplicationsPackage, "this_pa… in getPhoneAccountsForPackage()
132 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in getPhoneAccountsForPackage()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java144 protected void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount() method in ShadowTelecomManager