Home | History | Annotate | Download | only in storage

Lines Matching defs:newId

392             public int renameSecureContainer(String oldId, String newId) throws RemoteException {
399 _data.writeString(newId);
1005 String newId;
1006 newId = data.readString();
1007 int resultCode = renameSecureContainer(oldId, newId);
1270 public int renameSecureContainer(String oldId, String newId) throws RemoteException;