Home
last modified time | relevance | path

Searched refs:mManageSubscriptionIntent (Results 1 – 4 of 4) 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummaryPreferenceController.java104 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
189 mManageSubscriptionIntent = intent; in setCarrierValues()
258 mDataplanCount, mManageSubscriptionIntent); in updateState()
303 mManageSubscriptionIntent = createManageSubscriptionIntent(mSubscriptionId); in refreshDataplanInfo()
305 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceController.java103 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
278 mDataplanCount, mManageSubscriptionIntent); in updateState()
328 mManageSubscriptionIntent = createManageSubscriptionIntent(mSubId); in refreshDataplanInfo()
330 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()