HomeSort by relevance Sort by last modified time
    Searched refs:mobileActive (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
MobileRadioPowerCalculator.java 69 app.mobileActive = u.getMobileRadioActiveTime(statsType) / 1000;
76 if (app.mobileActive > 0) {
79 mTotalAppMobileActiveMs += app.mobileActive;
80 app.mobileRadioPowerMah = (app.mobileActive * mPowerRadioOn) / (1000*60*60);
90 + " active time " + app.mobileActive
134 app.mobileActive = remainingActiveTimeMs;
BatterySipper.java 51 public long mobileActive;
102 mobilemspp = packets > 0 ? (mobileActive / (double)packets) : 0;
152 mobileActive += other.mobileActive;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 141 entry.sipper.mobileActive,
183 entry.sipper.mobileActive,
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 500 milliseconds