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 53 final int notificationTime = 200;
54 mNotification = new Notification(0, TICKER_TEXT, notificationTime);
55 assertEquals(notificationTime, mNotification.when);
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java     [all...]

Completed in 68 milliseconds