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.java845 private long mMsgId = -1; field in TelephonyBackupAgentTest.FakeMmsProvider
914 mMsgId = modifiedValues.getAsInteger(BaseColumns._ID); in insert()
915 retUri = Uri.withAppendedPath(Telephony.Mms.CONTENT_URI, String.valueOf(mMsgId)); in insert()
928 .appendPath(String.valueOf(mMsgId)) in insert()
932 assertNotSame(-1, mMsgId); in insert()
933 modifiedValues.put(Telephony.Mms.Addr.MSG_ID, mMsgId); in insert()
958 expected.put(Telephony.Mms.Part.MSG_ID, mMsgId); in update()