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.java590 ContentValues modifiedValues = new ContentValues(mSms[nextRow++]); in insert() local
591 modifiedValues.remove(Telephony.Sms._ID); in insert()
592 modifiedValues.put(Telephony.Sms.READ, 1); in insert()
593 modifiedValues.put(Telephony.Sms.SEEN, 1); in insert()
594 if (mSubId2Phone.get(modifiedValues.getAsInteger(Telephony.Sms.SUBSCRIPTION_ID)) in insert()
596 modifiedValues.put(Telephony.Sms.SUBSCRIPTION_ID, -1); in insert()
599 if (modifiedValues.get(Telephony.Sms.ADDRESS) == null) { in insert()
600 modifiedValues.put(Telephony.Sms.ADDRESS, TelephonyBackupAgent.UNKNOWN_SENDER); in insert()
603 assertEquals(modifiedValues, values); in insert()
642 ContentValues modifiedValues = new ContentValues(mValues.get(nextRow++)); in insert() local
[all …]