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

  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 73 final int notificationTime = 200;
74 mNotification = new Notification(0, TICKER_TEXT, notificationTime);
75 assertEquals(notificationTime, mNotification.when);
  /frameworks/base/core/java/android/content/
SyncManager.java     [all...]

Completed in 19 milliseconds