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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java633 private long mMsgId = -1; field in class:TelephonyBackupAgentTest.FakeMmsProvider
672 mMsgId = modifiedValues.getAsInteger(BaseColumns._ID);
673 retUri = Uri.withAppendedPath(Telephony.Mms.CONTENT_URI, String.valueOf(mMsgId));
680 .appendPath(String.valueOf(mMsgId))
684 assertNotSame(-1, mMsgId);
685 modifiedValues.put(Telephony.Mms.Addr.MSG_ID, mMsgId);
704 expected.put(Telephony.Mms.Part.MSG_ID, mMsgId);

Completed in 32 milliseconds