[go: nahoru, domu]

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

/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java154 public int mountUserId = -1; field in class:VolumeInfo
179 mountUserId = parcel.readInt();
238 return mountUserId;
273 if (isPrimary() && mountUserId != userId) {
287 if (type == TYPE_PUBLIC && mountUserId == userId) {
464 pw.printPair("mountUserId", mountUserId);
532 parcel.writeInt(mountUserId);

Completed in 52 milliseconds