Searched refs:mManageSubscriptionIntent (Results 1 – 2 of 2) sorted by relevance
37 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreference95 mManageSubscriptionIntent = intent; in setManageSubscriptionIntent()101 return mManageSubscriptionIntent; in getManageSubscriptionIntent()113 if (mManageSubscriptionIntent != null) { in onBindViewHolder()115 button.setOnClickListener(v -> getContext().startActivity(mManageSubscriptionIntent)); in onBindViewHolder()
87 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController131 preference.setManageSubscriptionIntent(mManageSubscriptionIntent); in updateState()227 mManageSubscriptionIntent = createManageSubscriptionIntent(getSubId()); in refreshDataplanInfo()