Searched refs:removable (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpStorage.h42 bool removable, uint64_t maxFileSize);
H A DMtpStorage.cpp37 bool removable, uint64_t maxFileSize)
44 mRemovable(removable)
35 MtpStorage(MtpStorageID id, const char* filePath, const char* description, uint64_t reserveSpace, bool removable, uint64_t maxFileSize) argument
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java125 boolean removable, boolean emulated, long mtpReserveSize, boolean allowMassStorage,
132 mRemovable = removable;
196 * Returns true if the volume is removable.
198 * @return is removable
207 * @return is removable
124 StorageVolume(String id, int storageId, File path, String description, boolean primary, boolean removable, boolean emulated, long mtpReserveSize, boolean allowMassStorage, long maxFileSize, UserHandle owner, String fsUuid, String state) argument
H A DVolumeInfo.java332 final boolean removable;
365 removable = false;
367 removable = true;
372 removable = true;
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable,
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp143 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); local
151 reserveSpace, removable, maxFileSize);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java3090 final boolean removable = primaryPhysical;
3100 description, primary, removable, emulated, mtpReserveSize,

Completed in 176 milliseconds