Searched refs:phoneAccount (Results 1 – 3 of 3) sorted by relevance
78 PhoneAccount phoneAccount = accounts.get(handle); in getPhoneAccountsSupportingScheme() local79 if(phoneAccount.getSupportedUriSchemes().contains(uriScheme)) { in getPhoneAccountsSupportingScheme()97 PhoneAccount phoneAccount = accounts.get(handle); in getCallCapablePhoneAccounts() local98 if(!phoneAccount.isEnabled() && !includeDisabledAccounts) { in getCallCapablePhoneAccounts()288 protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewIncomingCall() argument289 incomingCalls.add(new CallRecord(phoneAccount, extras)); in addNewIncomingCall()298 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewUnknownCall() argument299 unknownCalls.add(new CallRecord(phoneAccount, extras)); in addNewUnknownCall()340 public final PhoneAccountHandle phoneAccount; field in ShadowTelecomManager.CallRecord344 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord() argument[all …]
50 PhoneAccount phoneAccount = PhoneAccount.builder(handler, "main_account").build(); in registerAndUnRegister() local51 telecomService.registerPhoneAccount(phoneAccount); in registerAndUnRegister()57 … assertThat(telecomService.getPhoneAccount(handler).getLabel()).isEqualTo(phoneAccount.getLabel()); in registerAndUnRegister()
182 PhoneAccount phoneAccount = in telecomSetUserSelectedOutgoingPhoneAccountBySubId() local184 if (subId == mTelephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in telecomSetUserSelectedOutgoingPhoneAccountBySubId()