Searched defs:reqUid (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1237 public final void dumpCheckinLocked(PrintWriter pw, int which, int reqUid) { argument
1355 if (reqUid < 0) {
1370 if (reqUid >= 0 && uid != reqUid) {
1531 public final void dumpLocked(PrintWriter pw, String prefix, final int which, int reqUid) { argument
1624 if (reqUid < 0) {
1680 if (reqUid < 0) {
1832 if (reqUid >= 0 && uid != reqUid && uid != Process.SYSTEM_UID) {
2330 public void dumpLocked(PrintWriter pw, boolean isUnpluggedOnly, int reqUid) { argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6177 public void dumpLocked(PrintWriter pw, boolean isUnpluggedOnly, int reqUid) { argument
6207 super.dumpLocked(pw, isUnpluggedOnly, reqUid);

Completed in 347 milliseconds