773774775776777778779780781782783
pin, null); } catch (InterruptedException e) { return PIN_CANCELLED; } dialog.waitForAnswer(); Object[] pins = dialog.getPINs(); if (pins == null) { return PIN_CANCELLED;