Home
last modified time | relevance | path

Searched refs:UpdateCommand (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
DEnableSmartForwardingTask.java184 if (currentStep instanceof UpdateCommand) { in restoreAllSteps()
185 ((UpdateCommand) currentStep).onRestore(); in restoreAllSteps()
254 abstract static class UpdateCommand<T> implements Command { class in EnableSmartForwardingTask
259 public UpdateCommand(TelephonyManager tm, Executor executor, int subId) { in UpdateCommand() method in EnableSmartForwardingTask.UpdateCommand
341 static class UpdateCallWaitingCommand extends UpdateCommand<Integer> {
378 static class UpdateCallForwardingCommand extends UpdateCommand<Integer> {