Searched refs:mManageSubscriptionIntent (Results 1 – 4 of 4) 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()
86 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController125 preference.setManageSubscriptionIntent(mManageSubscriptionIntent); in updateState()256 mManageSubscriptionIntent = mSubscriptionManager.createManageSubscriptionIntent( in refreshDataplanInfo()
101 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController186 mManageSubscriptionIntent = intent; in setCarrierValues()255 mDataplanCount, mManageSubscriptionIntent); in updateState()300 mManageSubscriptionIntent = in refreshDataplanInfo()303 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()
104 private Intent mManageSubscriptionIntent; field in DataUsageSummaryPreferenceController189 mManageSubscriptionIntent = intent; in setCarrierValues()258 mDataplanCount, mManageSubscriptionIntent); in updateState()302 mManageSubscriptionIntent = createManageSubscriptionIntent(mSubscriptionId); in refreshDataplanInfo()304 + ", intent " + mManageSubscriptionIntent); in refreshDataplanInfo()