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

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java80 public static final int TYPE_EMULATED = 2; field in class:VolumeInfo
279 } else if (type == TYPE_EMULATED) {
289 } else if (type == TYPE_EMULATED) {
309 } else if (type == TYPE_EMULATED) {
349 if (type == TYPE_EMULATED) {
425 * {@link #TYPE_EMULATED} or {@link #TYPE_PUBLIC}.
431 } else if (type == VolumeInfo.TYPE_EMULATED && isPrimary()) {

Completed in 387 milliseconds