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

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java79 public static final int TYPE_PUBLIC = IVold.VOLUME_TYPE_PUBLIC; field in class:VolumeInfo
265 return isPrimary() && (getType() == TYPE_PUBLIC);
273 if (type == TYPE_PUBLIC && mountUserId == userId) {
301 } else if (type == TYPE_PUBLIC) {
315 if (type == TYPE_PUBLIC) {
360 } else if (type == TYPE_PUBLIC) {
407 * {@link #TYPE_EMULATED} or {@link #TYPE_PUBLIC}.
415 if (type == VolumeInfo.TYPE_PUBLIC && mountUserId == userId) {

Completed in 460 milliseconds