Searched defs:PHONE_ACCOUNT_COMPONENT_NAME (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java282 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "subscription_component_name"; field in class:VoicemailContract.Voicemails
424 contentValues.put(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME,
478 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "phone_account_component_name"; field in class:VoicemailContract.Status
H A DCallLog.java427 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "subscription_component_name"; field in class:CallLog.Calls
455 * replaced with PHONE_ACCOUNT_COMPONENT_NAME/PHONE_ACCOUNT_ID.
672 values.put(PHONE_ACCOUNT_COMPONENT_NAME, accountComponentString);

Completed in 29 milliseconds