Remove all the Record Stores for a suite.
Called by the installer when updating a suite
if (token == null) {
MIDletSuite midletSuite =
MIDletStateHandler.getMidletStateHandler().getMIDletSuite();
// if a MIDlet suite is not scheduled, assume the JAM is calling.
if (midletSuite != null) {
midletSuite.checkIfPermissionAllowed(Permissions.AMS);
}
} else {
token.checkIfPermissionAllowed(Permissions.AMS);
}
RecordStoreFile.removeRecordStores(id);