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.java928 private long mPlaceholderMsgId = -1; field in TelephonyBackupAgentTest.FakeMmsProvider
948 assertEquals(-1, mPlaceholderMsgId); in insert()
949 mPlaceholderMsgId = values.getAsLong(Telephony.Mms.Part.MSG_ID); in insert()
967 .appendPath(String.valueOf(mPlaceholderMsgId)) in insert()
980 modifiedValues.put(Telephony.Mms.Part.MSG_ID, mPlaceholderMsgId); in insert()
1018 mPlaceholderMsgId = -1; in insert()
1039 .appendPath(String.valueOf(mPlaceholderMsgId)) in update()