HomeSort by relevance Sort by last modified time
    Searched defs:NotificationInfo (Results 1 - 10 of 10) sorted by null

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ExternalCallNotifier.java 64 private static class NotificationInfo {
71 public NotificationInfo(Call call, int notificationId) {
112 private Map<Call, NotificationInfo> mNotifications = new ArrayMap<>();
133 NotificationInfo info = new NotificationInfo(call, mNextUniqueNotificationId++);
166 for (NotificationInfo info : mNotifications.values()) {
178 private void showNotifcation(final NotificationInfo info) {
235 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) {
248 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) {
256 * Rebuild an existing or show a new notification given {@link NotificationInfo}
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 315 ArrayList<NotificationInfo> highPriorityEvents = new ArrayList<NotificationInfo>();
316 ArrayList<NotificationInfo> mediumPriorityEvents = new ArrayList<NotificationInfo>();
317 ArrayList<NotificationInfo> lowPriorityEvents = new ArrayList<NotificationInfo>();
341 NotificationInfo info = highPriorityEvents.get(i);
358 NotificationInfo info = mediumPriorityEvents.get(i);
377 NotificationInfo info = lowPriorityEvents.get(0);
445 static void redistributeBuckets(ArrayList<NotificationInfo> highPriorityEvents
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 132 milliseconds