Searched refs:TEST_SIM_PHONE_ACCOUNT (Results 1 – 3 of 3) sorted by relevance
72 public static final PhoneAccount TEST_SIM_PHONE_ACCOUNT = PhoneAccount.builder( field in PhoneAccountOperationsTest144 mTelecomManager.registerPhoneAccount(TEST_SIM_PHONE_ACCOUNT); in testRegisterPhoneAccount_correctlyThrowsSecurityException()
58 mTelecomManager.registerPhoneAccount(TestUtils.TEST_SIM_PHONE_ACCOUNT); in setUp()
139 public static final PhoneAccount TEST_SIM_PHONE_ACCOUNT = PhoneAccount.builder( field in TestUtils