Home | History | Annotate | Download | only in storage

Lines Matching defs:oldId

392             public int renameSecureContainer(String oldId, String newId) throws RemoteException {
398 _data.writeString(oldId);
1005 String oldId;
1006 oldId = data.readString();
1009 int resultCode = renameSecureContainer(oldId, newId);
1271 public int renameSecureContainer(String oldId, String newId) throws RemoteException;