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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java130 public BatteryStatsHelper(Context context, boolean collectBatteryBroadcast, boolean wifiOnly) { argument
133 mWifiOnly = wifiOnly;
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1884 boolean wifiOnly) {
2086 BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly);
2367 int reqUid, boolean wifiOnly) {
2801 BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly);
1883 dumpCheckinLocked(Context context, PrintWriter pw, int which, int reqUid, boolean wifiOnly) argument
2366 dumpLocked(Context context, PrintWriter pw, String prefix, final int which, int reqUid, boolean wifiOnly) argument

Completed in 36 milliseconds