Searched refs:ChangePinParams (Results 1 – 1 of 1) sorted by relevance
76 private static class ChangePinParams { class in VoicemailChangePinActivity83 private DialerExecutor<ChangePinParams> changePinExecutor;544 ChangePinParams params = new ChangePinParams(); in processPinChange()585 private static class ChangePinWorker implements Worker<ChangePinParams, Integer> {589 public Integer doInBackground(@Nullable ChangePinParams input) throws Throwable { in doInBackground()