Searched refs:mOutgoingShortCodeSms1 (Results 1 – 1 of 1) sorted by relevance
276 private OutgoingShortCodeSms mOutgoingShortCodeSms1; field in PersistAtomsStorageTest1104 mOutgoingShortCodeSms1 = new OutgoingShortCodeSms(); in generateTestSmsData()1105 mOutgoingShortCodeSms1.category = 1; in generateTestSmsData()1106 mOutgoingShortCodeSms1.xmlVersion = 30; in generateTestSmsData()1107 mOutgoingShortCodeSms1.shortCodeSmsCount = 1; in generateTestSmsData()1114 mOutgoingShortCodeSms = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1, in generateTestSmsData()1633 mOutgoingShortCodeSms1 = null; in tearDown()4215 mPersistAtomsStorage.addOutgoingShortCodeSms(mOutgoingShortCodeSms1); in addOutgoingShortCodeSms_emptyProto()4220 OutgoingShortCodeSms[] expectedList = new OutgoingShortCodeSms[] {mOutgoingShortCodeSms1}; in addOutgoingShortCodeSms_emptyProto()4230 mPersistAtomsStorage.addOutgoingShortCodeSms(mOutgoingShortCodeSms1); in addOutgoingShortCodeSms_withExistingEntries()[all …]