Searched refs:TEST_SELF_MANAGED_PHONE_ACCOUNT_2 (Results 1 – 3 of 3) sorted by relevance
68 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT_2 = new PhoneAccount.Builder( field in PhoneAccountUtils113 telecomManager.registerPhoneAccount(TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in registerTestSelfManagedPhoneAccount()
59 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in setUp()110 TestUtils.TEST_SELF_MANAGED_PHONE_ACCOUNT_2); in testRegisterSelfManagedConnectionService()
147 public static final PhoneAccount TEST_SELF_MANAGED_PHONE_ACCOUNT_2 = PhoneAccount.builder( field in TestUtils