Home
last modified time | relevance | path

Searched refs:DEFAULT_MIN_EXTERNAL_STORAGE_KB (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java369 private static final long DEFAULT_MIN_EXTERNAL_STORAGE_KB = 500; field in DeviceSetup
373 protected long mMinExternalStorageKb = DEFAULT_MIN_EXTERNAL_STORAGE_KB;
393 private long mDeprecatedMinExternalStoreSpace = DEFAULT_MIN_EXTERNAL_STORAGE_KB;
519 if (mDeprecatedMinExternalStoreSpace != DEFAULT_MIN_EXTERNAL_STORAGE_KB) { in processDeprecatedOptions()
520 if (mMinExternalStorageKb != DEFAULT_MIN_EXTERNAL_STORAGE_KB) { in processDeprecatedOptions()