Home | History | Annotate | Download | only in am

Lines Matching refs:uids

356      * Counter for assigning isolated process uids, to avoid frequently reusing the
1070 String title = "System UIDs Inconsistent";
1071 String text = "UIDs on the system are inconsistent, you need to wipe your"
5710 for (SparseArray<ProcessRecord> uids : pmap.values()) {
5711 for (int i=0; i<uids.size(); i++) {
5712 ProcessRecord proc = uids.valueAt(i);
8998 SparseArray<Long> uids = procs.getValue();
8999 final int N = uids.size();
9001 int puid = uids.keyAt(i);
9016 TimeUtils.formatDuration(now-uids.valueAt(i), pw);
9027 SparseArray<Long> uids = procs.getValue();
9028 final int N = uids.size();
9030 int puid = uids.keyAt(i);
9044 pw.println(uids.valueAt(i));
15214 SparseArray<ProcessRecord> uids = uidMap.getValue();
15215 for (int i = 0; i < uids.size(); i++) {
15216 if (UserId.getUserId(uids.keyAt(i)) == extraUserId) {
15217 pkgAndUids.add(new Pair<String,Integer>(uidMap.getKey(), uids.keyAt(i)));