Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java713 ContentValues modifiedValues = new ContentValues(mSms[nextRow++]); in insert() local
714 modifiedValues.remove(Telephony.Sms._ID); in insert()
715 modifiedValues.put(Telephony.Sms.SEEN, 1); in insert()
716 if (mSubId2Phone.get(modifiedValues.getAsInteger(Telephony.Sms.SUBSCRIPTION_ID)) in insert()
718 modifiedValues.put(Telephony.Sms.SUBSCRIPTION_ID, -1); in insert()
721 if (modifiedValues.get(Telephony.Sms.ADDRESS) == null) { in insert()
722 modifiedValues.put(Telephony.Sms.ADDRESS, TelephonyBackupAgent.UNKNOWN_SENDER); in insert()
725 assertEquals(modifiedValues, values); in insert()
765 ContentValues modifiedValues = new ContentValues(mValues.get(nextRow++)); in insert() local
767 assertEquals("read: ", modifiedValues.get("read"), values.get("read")); in insert()
[all …]