Searched refs:ChangePinParams (Results 1 – 1 of 1) sorted by relevance
77 private static class ChangePinParams { class in VoicemailChangePinActivity84 private DialerExecutor<ChangePinParams> changePinExecutor;545 ChangePinParams params = new ChangePinParams(); in processPinChange()586 private static class ChangePinWorker implements Worker<ChangePinParams, Integer> {590 public Integer doInBackground(@Nullable ChangePinParams input) throws Throwable { in doInBackground()