Searched refs:TEST_SELF_MANAGED_PHONE_ACCOUNT_2 (Results 1 – 4 of 4) sorted by relevance
79 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT_2 = new PhoneAccount.Builder( field in PhoneAccountUtils136 telecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in registerTestSelfManagedPhoneAccount()
30 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in setUp()
106 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in setUp()241 TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in testRegisterSelfManagedConnectionService()
305 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT_2 = PhoneAccount.builder( field in TestUtils