Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java360 final Intent intent = getPerSubscriptionSettingsIntent(context, subId, settingTitle); in launchPerSubscriptionSettingsActivity()
506 return getPerSubscriptionSettingsIntent(context, ParticipantData.DEFAULT_SELF_SUB_ID, null); in getAdvancedSettingsIntent()
534 private Intent getPerSubscriptionSettingsIntent(final Context context, final int subId, in getPerSubscriptionSettingsIntent() method in UIIntentsImpl