Searched refs:TEST_SELF_MANAGED_PHONE_ACCOUNT_2 (Results 1 – 3 of 3) sorted by relevance
77 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT_2 = new PhoneAccount.Builder( field in PhoneAccountUtils122 telecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in registerTestSelfManagedPhoneAccount()
69 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in setUp()121 TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in testRegisterSelfManagedConnectionService()
240 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT_2 = PhoneAccount.builder( field in TestUtils