Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java755 private long mMsgId = -1; field in TelephonyBackupAgentTest.FakeMmsProvider
824 mMsgId = modifiedValues.getAsInteger(BaseColumns._ID); in insert()
825 retUri = Uri.withAppendedPath(Telephony.Mms.CONTENT_URI, String.valueOf(mMsgId)); in insert()
838 .appendPath(String.valueOf(mMsgId)) in insert()
842 assertNotSame(-1, mMsgId); in insert()
843 modifiedValues.put(Telephony.Mms.Addr.MSG_ID, mMsgId); in insert()
868 expected.put(Telephony.Mms.Part.MSG_ID, mMsgId); in update()