HomeSort by relevance Sort by last modified time
    Searched refs:testNotification (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractDozeModeTestCase.java 140 testNotification(4, NOTIFICATION_TYPE_CONTENT);
141 testNotification(8, NOTIFICATION_TYPE_DELETE);
142 testNotification(15, NOTIFICATION_TYPE_FULL_SCREEN);
143 testNotification(16, NOTIFICATION_TYPE_BUNDLE);
144 testNotification(23, NOTIFICATION_TYPE_ACTION);
145 testNotification(42, NOTIFICATION_TYPE_ACTION_BUNDLE);
146 testNotification(108, NOTIFICATION_TYPE_ACTION_REMOTE_INPUT);
152 private void testNotification(int id, String type) throws Exception {
  /external/icu/icu4c/source/test/intltest/
icusvtst.h 34 void testNotification(void);
icusvtst.cpp 149 TESTCASE(3,testNotification);
972 ICUServiceTest::testNotification()
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2ServiceTest.java 400 final Notification testNotification =
404 new MediaSession2Service.MediaNotification(testId, testNotification);
406 assertSame(testNotification, notification.getNotification());

Completed in 594 milliseconds