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.java887 ContentValues modifiedValues = new ContentValues(mSms[nextRow++]); in insert() local
888 modifiedValues.remove(Telephony.Sms._ID); in insert()
889 modifiedValues.put(Telephony.Sms.SEEN, 1); in insert()
890 if (mSubId2Phone.get(modifiedValues.getAsInteger(Telephony.Sms.SUBSCRIPTION_ID)) in insert()
892 modifiedValues.put(Telephony.Sms.SUBSCRIPTION_ID, -1); in insert()
895 if (modifiedValues.get(Telephony.Sms.ADDRESS) == null) { in insert()
896 modifiedValues.put(Telephony.Sms.ADDRESS, TelephonyBackupAgent.UNKNOWN_SENDER); in insert()
899 if (mCheckInsertedValues) assertEquals(modifiedValues, values); in insert()
939 ContentValues modifiedValues = new ContentValues(mValues.get(nextRow++)); in insert() local
941 assertEquals("read: ", modifiedValues.get("read"), values.get("read")); in insert()
[all …]