Home | History | Annotate | Download | only in am

Lines Matching refs:pkgEntry

617                 for (Map.Entry<String, Map<String, Long>> pkgEntry : mLastResumeTimes.entrySet()) {
619 out.attribute(null, "name", pkgEntry.getKey());
620 for (Map.Entry<String, Long> compEntry : pkgEntry.getValue().entrySet()) {