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.java1860 boolean wifiOnly) {
2061 BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly);
2340 int reqUid, boolean wifiOnly) {
2769 BatteryStatsHelper helper = new BatteryStatsHelper(context, false, wifiOnly);
1859 dumpCheckinLocked(Context context, PrintWriter pw, int which, int reqUid, boolean wifiOnly) argument
2339 dumpLocked(Context context, PrintWriter pw, String prefix, final int which, int reqUid, boolean wifiOnly) argument

Completed in 42 milliseconds