Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A 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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewControllerTest.java61 private int mMsgId = 0; field in KeyguardIndicationRotateTextViewControllerTest
327 return createIndication(TEST_MESSAGE + " " + mMsgId++); in createIndication()