HomeSort by relevance Sort by last modified time
    Searched defs:mBlockDeviceSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
PersistentDataBlockService.java 95 private long mBlockDeviceSize;
104 mBlockDeviceSize = -1; // Load lazily
216 if (mBlockDeviceSize == -1) {
217 mBlockDeviceSize = nativeGetBlockDeviceSize(mDataBlockFile);
221 return mBlockDeviceSize;
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 60 milliseconds