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

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsTimerTest.java 85 return mUnpluggedCount;
89 mUnpluggedCount = val;
482 " mCount=1 mLoadedCount=2 mLastCount=3 mUnpluggedCount=4\n"
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 831 int mUnpluggedCount;
840 mUnpluggedCount = in.readInt();
852 out.writeInt(mUnpluggedCount);
856 mUnpluggedCount = mPluggedCount;
884 val -= mUnpluggedCount;
895 + " mUnpluggedCount=" + mUnpluggedCount
908 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
927 mUnpluggedCount = mPluggedCount = mLoadedCount;
    [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 438 milliseconds