Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java110 private static final int TEST_NOTIFICATION_ID_2 = 20; field in BroadcastResponseStatsTest
615 testReceiver.postNotification(TEST_NOTIFICATION_ID_2, in testBroadcastResponseStats_multipleEvents()
616 buildNotification(TEST_NOTIFICATION_CHANNEL_ID, TEST_NOTIFICATION_ID_2, in testBroadcastResponseStats_multipleEvents()
652 testReceiver.cancelNotification(TEST_NOTIFICATION_ID_2); in testBroadcastResponseStats_multipleEvents()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java216 private static final int TEST_NOTIFICATION_ID_2 = 20; field in UsageStatsTest