Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAttributesUtil.java97 public static CallAttributes getRandomAttributesForManaged(PhoneAccountHandle handle, in getRandomAttributesForManaged() method in AttributesUtil
DBaseAppVerifierImpl.java25 import static android.telecom.cts.apps.AttributesUtil.getRandomAttributesForManaged;
212 return getRandomAttributesForManaged(mManagedAccounts.get(0).getAccountHandle(), in getRandomAttributes()