Searched refs:TEST_PHONE_ACCOUNT (Results 1 – 6 of 6) sorted by relevance
43 public static final PhoneAccount TEST_PHONE_ACCOUNT = new PhoneAccount.Builder( field in PhoneAccountUtils92 telecomManager.registerPhoneAccount(TEST_PHONE_ACCOUNT); in registerTestPhoneAccount()
48 public static final PhoneAccount TEST_PHONE_ACCOUNT = PhoneAccount.builder( field in CallScreeningServiceTest234 mTelecomManager.registerPhoneAccount(TEST_PHONE_ACCOUNT);
309 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT); in testExtraPhoneAccountHandleAvailable()340 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT); in testAccountSelectionAvailable()
51 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT); in setUp()
405 mTelecomManager.registerPhoneAccount(TestUtils.TEST_PHONE_ACCOUNT); in setupConnectionService()432 return TestUtils.TEST_PHONE_ACCOUNT; in setupConnectionService()
146 public static final PhoneAccount TEST_PHONE_ACCOUNT = PhoneAccount.builder( field in TestUtils