Searched refs:fstype (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/storage/include/storage/
H A DIMountService.h49 const int32_t sizeMb, const String16& fstype, const String16& key,
/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl93 int createSecureContainer(in String id, int sizeMb, in String fstype, in String key,
/frameworks/base/libs/storage/
H A DIMountService.cpp242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, argument
249 data.writeString16(fstype);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockStorageManager.java160 public int createSecureContainer(String id, int sizeMb, String fstype, String key, int ownerUid, argument
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2214 public int createSecureContainer(String id, int sizeMb, String fstype, String key, argument
2222 mConnector.execute("asec", "create", id, sizeMb, fstype, new SensitiveArg(key),

Completed in 39 milliseconds