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);
1003 String oldId;
1004 oldId = data.readString();
1007 int resultCode = renameSecureContainer(oldId, newId);
1270 public int renameSecureContainer(String oldId, String newId) throws RemoteException;