Home | History | Annotate | Download | only in storage

Lines Matching defs:newId

390             public int renameSecureContainer(String oldId, String newId) throws RemoteException {
397 _data.writeString(newId);
1025 String newId;
1026 newId = data.readString();
1027 int resultCode = renameSecureContainer(oldId, newId);
1298 public int renameSecureContainer(String oldId, String newId) throws RemoteException;