Searched refs:mManageSubscriptionIntent (Results 1 – 3 of 3) sorted by relevance
39 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreference123 mManageSubscriptionIntent = intent; in setManageSubscriptionIntent()129 return mManageSubscriptionIntent; in getManageSubscriptionIntent()144 if (mManageSubscriptionIntent != null) { in onBindViewHolder()146 button.setOnClickListener(v -> getContext().startActivity(mManageSubscriptionIntent)); in onBindViewHolder()
91 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController130 preference.setManageSubscriptionIntent(mManageSubscriptionIntent); in updateState()261 mManageSubscriptionIntent = createManageSubscriptionIntent(defaultSubId); in refreshDataplanInfo()
103 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController278 mDataplanCount, mManageSubscriptionIntent); in updateState()331 mManageSubscriptionIntent = null; in refreshDataplanInfo()333 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()