Home | History | Annotate | Download | only in os

Lines Matching defs:uids

152      * Mapping isolated uids to the actual owning app uid.
157 * The statistics we have collected organized by uids.
2628 SparseIntArray uids = ent.getValue();
2629 for (int j=0; j<uids.size(); j++) {
2631 HistoryItem.EVENT_PROC_FINISH, ent.getKey(), uids.keyAt(j));
2643 SparseIntArray uids = ent.getValue();
2644 for (int j=0; j<uids.size(); j++) {
2646 HistoryItem.EVENT_PROC_START, ent.getKey(), uids.keyAt(j));
6688 SparseIntArray uids = ent.getValue();
6689 for (int j=0; j<uids.size(); j++) {
6691 uids.keyAt(j));
7898 Slog.w(TAG, "File corrupt: too many uids " + NU);