Searched refs:outgoingShortCodeSms (Results 1 – 3 of 3) sorted by relevance
471 OutgoingShortCodeSms outgoingShortCodeSms = new OutgoingShortCodeSms(); in onPullAtom_outgoingShortCodeSms_multipleSms() local472 doReturn(new OutgoingShortCodeSms[] {outgoingShortCodeSms, outgoingShortCodeSms, in onPullAtom_outgoingShortCodeSms_multipleSms()473 outgoingShortCodeSms, outgoingShortCodeSms}) in onPullAtom_outgoingShortCodeSms_multipleSms()
5425 atoms.outgoingShortCodeSms = mOutgoingShortCodeSms; in createTestFile()6154 for (OutgoingShortCodeSms outgoingShortCodeSms : outgoingShortCodeSmsList) { in assertHasStatsAndCount()6155 if (outgoingShortCodeSms.category == expectedOutgoingShortCodeSms.category in assertHasStatsAndCount()6156 && outgoingShortCodeSms.xmlVersion == expectedOutgoingShortCodeSms.xmlVersion) { in assertHasStatsAndCount()6157 actualCount = outgoingShortCodeSms.shortCodeSmsCount; in assertHasStatsAndCount()
705 mAtoms.outgoingShortCodeSms = insertAtRandomPlace(mAtoms.outgoingShortCodeSms, in addOutgoingShortCodeSms()1447 OutgoingShortCodeSms[] previousOutgoingShortCodeSms = mAtoms.outgoingShortCodeSms; in getOutgoingShortCodeSms()1448 mAtoms.outgoingShortCodeSms = new OutgoingShortCodeSms[0]; in getOutgoingShortCodeSms()1817 atoms.outgoingShortCodeSms = sanitizeAtoms(atoms.outgoingShortCodeSms, in loadAtomsFromFile()2304 for (OutgoingShortCodeSms shortCodeSms : mAtoms.outgoingShortCodeSms) { in find()