Searched refs:mMsgId (Results 1 – 2 of 2) sorted by relevance
845 private long mMsgId = -1; field in TelephonyBackupAgentTest.FakeMmsProvider914 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()
61 private int mMsgId = 0; field in KeyguardIndicationRotateTextViewControllerTest327 return createIndication(TEST_MESSAGE + " " + mMsgId++); in createIndication()