Home | History | Annotate | Download | only in storage

Lines Matching refs:newId

392             public int renameSecureContainer(String oldId, String newId) throws RemoteException {
399 _data.writeString(newId);
1007 String newId;
1008 newId = data.readString();
1009 int resultCode = renameSecureContainer(oldId, newId);
1271 public int renameSecureContainer(String oldId, String newId) throws RemoteException;