Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd7a9f62 authored by twyen's avatar twyen Committed by Copybara-Service
Browse files

Add suggestion reason ACCOUNT

Bug: 72817785
Test: Unit tests
PiperOrigin-RevId: 184178722
Change-Id: I7154058ab7ac1a94adc781a1aa9a49a3f13c1599
parent f765d94d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ public class CallingAccountSelector implements PreCallAction {
          hints.add(context.getString(R.string.pre_call_select_phone_account_hint_frequent));
          break;
        default:
          throw Assert.createAssertionFailException("unexpected reason " + suggestion.reason);
          LogUtil.w("CallingAccountSelector.buildHint", "unhandled reason " + suggestion.reason);
      }
    }
    return hints;
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ public interface SuggestionProvider {
    // The user has select the SIM for this category of calls (contacts from certain accounts,
    // etc.).
    USER_SET,
    // The user has selected the SIM for all contacts on the account.
    ACCOUNT,
  }

  /** The suggestion. */