HomeSort by relevance Sort by last modified time
    Searched full:snoozedpkgs (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
SnoozeHelper.java 112 final ArrayMap<String, ArrayMap<String, NotificationRecord>> snoozedPkgs =
114 if (snoozedPkgs != null) {
115 final int M = snoozedPkgs.size();
117 final ArrayMap<String, NotificationRecord> records = snoozedPkgs.valueAt(j);
186 final ArrayMap<String, ArrayMap<String, NotificationRecord>> snoozedPkgs =
188 if (snoozedPkgs != null) {
189 final int M = snoozedPkgs.size();
191 final ArrayMap<String, NotificationRecord> records = snoozedPkgs.valueAt(j);
337 ArrayMap<String, ArrayMap<String, NotificationRecord>> snoozedPkgs =
339 for (String pkg : snoozedPkgs.keySet())
    [all...]

Completed in 138 milliseconds