Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java844 private long mPlaceholderMsgId = -1; field in TelephonyBackupAgentTest.FakeMmsProvider
864 assertEquals(-1, mPlaceholderMsgId); in insert()
865 mPlaceholderMsgId = values.getAsLong(Telephony.Mms.Part.MSG_ID); in insert()
883 .appendPath(String.valueOf(mPlaceholderMsgId)) in insert()
896 modifiedValues.put(Telephony.Mms.Part.MSG_ID, mPlaceholderMsgId); in insert()
934 mPlaceholderMsgId = -1; in insert()
953 .appendPath(String.valueOf(mPlaceholderMsgId)) in update()