Home | History | Annotate | Download | only in os

Lines Matching refs:uids

1221         // Calculate total network and wakelock times across all uids.
1512 // Calculate total network and wakelock times across all uids.
2177 SparseArray<ArrayList<String>> uids = new SparseArray<ArrayList<String>>();
2180 ArrayList<String> pkgs = uids.get(ai.uid);
2183 uids.put(ai.uid, pkgs);
2192 ArrayList<String> pkgs = uids.get(uid);