Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datausage/
DDataUsageSummaryPreferenceTest.java94 mDataUsageSummaryPreference.setManageSubscriptionIntent(TEST_INTENT); in onBindViewHolder_hasManagePlanIntent_isVisible()
102 mDataUsageSummaryPreference.setManageSubscriptionIntent(TEST_INTENT); in onButtonClick_hasManagePlanIntent_startsActivity()
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageSummaryPreference.java94 public void setManageSubscriptionIntent(Intent intent) { in setManageSubscriptionIntent() method in DataUsageSummaryPreference
DDataUsageSummaryPreferenceController.java131 preference.setManageSubscriptionIntent(mManageSubscriptionIntent); in updateState()