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

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 1 package com.example.android.activenotifications;
48 "com.example.android.activenotifications.notification_type";
181 final StatusBarNotification[] activeNotifications = mNotificationManager
187 for (StatusBarNotification notification : activeNotifications) {
189 return activeNotifications.length - 1;
192 return activeNotifications.length;
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 1 package com.example.android.activenotifications;
48 "com.example.android.activenotifications.notification_type";
181 final StatusBarNotification[] activeNotifications = mNotificationManager
187 for (StatusBarNotification notification : activeNotifications) {
189 return activeNotifications.length - 1;
192 return activeNotifications.length;
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 1 package com.example.android.activenotifications;
48 "com.example.android.activenotifications.notification_type";
181 final StatusBarNotification[] activeNotifications = mNotificationManager
187 for (StatusBarNotification notification : activeNotifications) {
189 return activeNotifications.length - 1;
192 return activeNotifications.length;

Completed in 64 milliseconds