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

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DVerifierDeviceIdentityTest.java136 private long mNextLong; field in class:VerifierDeviceIdentityTest.MockRandom
142 mNextLong = nextLong;
147 return mNextLong;
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java239 int mNextLong; field in class:ProcessStats
1403 mNextLong = 0;
1594 out.writeInt(mNextLong);
1600 writeCompactedLongArray(out, lastLongs, mNextLong);
1773 mNextLong = NEXTLONG;
1966 if (mNextLong + num > longs.length) {
1970 mNextLong = 0;
1972 int off = (whichLongs<<OFFSET_ARRAY_SHIFT) | (mNextLong<<OFFSET_INDEX_SHIFT);
1973 mNextLong += num;
2359 pw.print(" Next long entry: "); pw.println(mNextLong);
[all...]

Completed in 45 milliseconds