Language

ReasonType Enum

Definition

public enum ReasonType
type ReasonType = 
Inheritance
ReasonType

Fields

Name Value Description
None 0

Indicates that this account is not suggested for use, but is still available.

Android reference for android.telecom.PhoneAccountSuggestion.REASON_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IntraCarrier 1

Indicates that the PhoneAccountHandle is suggested because the number we're calling is on the same carrier, and therefore may have lower rates.

Android reference for android.telecom.PhoneAccountSuggestion.REASON_INTRA_CARRIER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Frequent 2

Indicates that the PhoneAccountHandle is suggested because the user uses it frequently for the number that we are calling.

Android reference for android.telecom.PhoneAccountSuggestion.REASON_FREQUENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UserSet 3

Indicates that the PhoneAccountHandle is suggested because the user explicitly specified that it be used for the number we are calling.

Android reference for android.telecom.PhoneAccountSuggestion.REASON_USER_SET.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Other 4

Indicates that the PhoneAccountHandle is suggested for a reason not otherwise enumerated here.

Android reference for android.telecom.PhoneAccountSuggestion.REASON_OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to