Home
last modified time | relevance | path

Searched refs:TEST_PHONE_ACCOUNT (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DPhoneAccountUtils.java40 public static final PhoneAccount TEST_PHONE_ACCOUNT = new PhoneAccount.Builder( field in PhoneAccountUtils
81 telecomManager.registerPhoneAccount(TEST_PHONE_ACCOUNT); in registerTestPhoneAccount()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallScreeningServiceTest.java49 public static final PhoneAccount TEST_PHONE_ACCOUNT = PhoneAccount.builder( field in CallScreeningServiceTest
141 mTelecomManager.registerPhoneAccount(TEST_PHONE_ACCOUNT);
DBaseTelecomTestWithMockServices.java187 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT); in setupConnectionService()
195 return TestUtils.TEST_PHONE_ACCOUNT; in setupConnectionService()
DTestUtils.java92 public static final PhoneAccount TEST_PHONE_ACCOUNT = PhoneAccount.builder( field in TestUtils