Searched refs:getDefaultAttributesForManaged (Results 1 – 2 of 2) sorted by relevance
23 import static android.telecom.cts.apps.AttributesUtil.getDefaultAttributesForManaged;191 return getDefaultAttributesForManaged(mManagedAccounts.get(0).getAccountHandle(), in getDefaultAttributes()201 return getDefaultAttributesForManaged(pAH, isOutgoing); in getDefaultAttributes()
82 public static CallAttributes getDefaultAttributesForManaged(PhoneAccountHandle handle, in getDefaultAttributesForManaged() method in AttributesUtil