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.java366 private static final long DEFAULT_MIN_EXTERNAL_STORAGE_KB = 500; field in DeviceSetup
370 protected long mMinExternalStorageKb = DEFAULT_MIN_EXTERNAL_STORAGE_KB;
390 private long mDeprecatedMinExternalStoreSpace = DEFAULT_MIN_EXTERNAL_STORAGE_KB;
514 if (mDeprecatedMinExternalStoreSpace != DEFAULT_MIN_EXTERNAL_STORAGE_KB) { in processDeprecatedOptions()
515 if (mMinExternalStorageKb != DEFAULT_MIN_EXTERNAL_STORAGE_KB) { in processDeprecatedOptions()