Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java50 private int mId1; field in NotificationListenerVerifierActivity
103 mId1 = NOTIFICATION_ID + 1; in sendNotifications()
118 mNm.notify(mTag1, mId1, n1); in sendNotifications()
214 pass &= checkEquals(mId1, payload.getInt(JSON_ID), in test()
280 MockListener.clearOne(mContext, mTag1, mId1); in test()