218219220221222223224225226227
if (isCancelled()) { return; } dbLocation.setDatabaseBeginEndQuote(quotes); onSuccess(); DatabaseConnectionCallback external = getExternalCallback(); if (external != null) { external.connected(quotes); } }
258259260261262263264265266267