Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractDozeModeTestCase.java140 testNotification(4, NOTIFICATION_TYPE_CONTENT); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
141 testNotification(8, NOTIFICATION_TYPE_DELETE); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
142 testNotification(15, NOTIFICATION_TYPE_FULL_SCREEN); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
143 testNotification(16, NOTIFICATION_TYPE_BUNDLE); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
144 testNotification(23, NOTIFICATION_TYPE_ACTION); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
145 testNotification(42, NOTIFICATION_TYPE_ACTION_BUNDLE); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
146 testNotification(108, NOTIFICATION_TYPE_ACTION_REMOTE_INPUT); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()
152 private void testNotification(int id, String type) throws Exception { in testNotification() method in AbstractDozeModeTestCase
/cts/tests/tests/media/src/android/media/cts/
DMediaSession2ServiceTest.java400 final Notification testNotification = in testMediaNotification() local
404 new MediaSession2Service.MediaNotification(testId, testNotification); in testMediaNotification()
406 assertSame(testNotification, notification.getNotification()); in testMediaNotification()