From dd7a9f624953ff74edf8beab7903091097749080 Mon Sep 17 00:00:00 2001 From: twyen Date: Thu, 1 Feb 2018 12:34:41 -0800 Subject: Add suggestion reason ACCOUNT Bug: 72817785 Test: Unit tests PiperOrigin-RevId: 184178722 Change-Id: I7154058ab7ac1a94adc781a1aa9a49a3f13c1599 --- java/com/android/dialer/preferredsim/suggestion/SuggestionProvider.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/com/android/dialer/preferredsim') diff --git a/java/com/android/dialer/preferredsim/suggestion/SuggestionProvider.java b/java/com/android/dialer/preferredsim/suggestion/SuggestionProvider.java index bb50889ec..abb6e980a 100644 --- a/java/com/android/dialer/preferredsim/suggestion/SuggestionProvider.java +++ b/java/com/android/dialer/preferredsim/suggestion/SuggestionProvider.java @@ -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. */ -- cgit v1.2.3