Home | History | Annotate | Download | only in storage

Lines Matching refs:sizeMb

255             public int createSecureContainer(String id, int sizeMb, String fstype, String key,
263 _data.writeInt(sizeMb);
863 public int resizeSecureContainer(String id, int sizeMb, String key)
871 _data.writeInt(sizeMb);
1630 int sizeMb;
1631 sizeMb = data.readInt();
1640 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid,
1916 int sizeMb;
1917 sizeMb = data.readInt();
1920 int resultCode = resizeSecureContainer(id, sizeMb, key);
2166 public int createSecureContainer(String id, int sizeMb, String fstype, String key,
2433 public int resizeSecureContainer(String id, int sizeMb, String key) throws RemoteException;