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.java86 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
125 preference.setManageSubscriptionIntent(mManageSubscriptionIntent); in updateState()
256 mManageSubscriptionIntent = mSubscriptionManager.createManageSubscriptionIntent( in refreshDataplanInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummaryPreferenceController.java101 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
186 mManageSubscriptionIntent = intent; in setCarrierValues()
255 mDataplanCount, mManageSubscriptionIntent); in updateState()
300 mManageSubscriptionIntent = in refreshDataplanInfo()
303 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceController.java104 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController
189 mManageSubscriptionIntent = intent; in setCarrierValues()
258 mDataplanCount, mManageSubscriptionIntent); in updateState()
302 mManageSubscriptionIntent = createManageSubscriptionIntent(mSubscriptionId); in refreshDataplanInfo()
304 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()