Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageSummaryPreference.java39 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreference
123 mManageSubscriptionIntent = intent; in setManageSubscriptionIntent()
129 return mManageSubscriptionIntent; in getManageSubscriptionIntent()
144 if (mManageSubscriptionIntent != null) { in onBindViewHolder()
146 button.setOnClickListener(v -> getContext().startActivity(mManageSubscriptionIntent)); in onBindViewHolder()
DDataUsageSummaryPreferenceController.java91 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
130 preference.setManageSubscriptionIntent(mManageSubscriptionIntent); in updateState()
261 mManageSubscriptionIntent = createManageSubscriptionIntent(defaultSubId); in refreshDataplanInfo()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceController.java103 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
278 mDataplanCount, mManageSubscriptionIntent); in updateState()
331 mManageSubscriptionIntent = null; in refreshDataplanInfo()
333 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()