Searched refs:mId1 (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 93 private int mId1; field in NotificationListenerVerifierActivity 188 mId1 = NOTIFICATION_ID + 1; in sendNotifications() 202 mNm.notify(mTag1, mId1, n1); in sendNotifications() 310 mId1 = NOTIFICATION_ID + 1; in setUp() 312 mNm.notify(mTag1, mId1, builder.build()); in setUp() 756 pass &= checkEquals(mId1, payload.getInt(JSON_ID), in test() 1521 mId1 = NOTIFICATION_ID + 1; in sendMessagingNotification() 1545 mNm.notify(mTag1, mId1, n1); in sendMessagingNotification() 1654 mId1 = NOTIFICATION_ID + 1; in sendNotifications() 1673 mNm.notify(mTag1, mId1, n1); in sendNotifications() [all …]
|