Searched refs:isDuoAccount (Results 1 – 11 of 11) sorted by relevance
81 boolean isDuoAccount(PhoneAccountHandle phoneAccountHandle); in isDuoAccount() method83 boolean isDuoAccount(String componentName); in isDuoAccount() method
95 public boolean isDuoAccount(PhoneAccountHandle phoneAccountHandle) { in isDuoAccount() method in DuoStub100 public boolean isDuoAccount(String componentName) { in isDuoAccount() method in DuoStub
45 .isDuoAccount(row.getPhoneAccountComponentName()))); in startCallForRow()
80 return DuoComponent.get(context).getDuo().isDuoAccount(phoneAccountComponentName); in isDuoCall()
258 DuoComponent.get(context).getDuo().isDuoAccount(row.getPhoneAccountComponentName()); in getNumberTypeLabel()
148 entry.setIsDuoCall(DuoComponent.get(context).getDuo().isDuoAccount(phoneAccountComponentName)); in toCallDetailsEntry()
463 .isDuoAccount(moduleInfo.getPhoneAccountComponentName()); in isDuoCall()
380 return duo.isDuoAccount(phoneAccountComponentName) in isDuoAudioCall()
284 if (DuoComponent.get(context).getDuo().isDuoAccount(phoneAccountHandle)) { in removeSelfManagedCalls()
1018 if (DuoComponent.get(activity).getDuo().isDuoAccount(phoneAccountComponentName)) { in createCallDetailsEntries()
828 && duo.isDuoAccount(accountHandle) in showDuoPrimaryButton()