Home
last modified time | relevance | path

Searched refs:outgoingShortCodeSms (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DMetricsCollectorTest.java471 OutgoingShortCodeSms outgoingShortCodeSms = new OutgoingShortCodeSms(); in onPullAtom_outgoingShortCodeSms_multipleSms() local
472 doReturn(new OutgoingShortCodeSms[] {outgoingShortCodeSms, outgoingShortCodeSms, in onPullAtom_outgoingShortCodeSms_multipleSms()
473 outgoingShortCodeSms, outgoingShortCodeSms}) in onPullAtom_outgoingShortCodeSms_multipleSms()
DPersistAtomsStorageTest.java5425 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java705 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()