Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DPhoneAccountUtils.java62 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT = new PhoneAccount.Builder( field in PhoneAccountUtils
121 telecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT); in registerTestSelfManagedPhoneAccount()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java59 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT = PhoneAccount.builder( field in SelfManagedAwareInCallServiceTest
85 mTelecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT); in setUp()