Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DMobilePlanPreferenceController.java61 private static final String SAVED_MANAGE_MOBILE_PLAN_MSG = "mManageMobilePlanMessage"; field in MobilePlanPreferenceController
95 mMobilePlanDialogMessage = savedInstanceState.getString(SAVED_MANAGE_MOBILE_PLAN_MSG); in onCreate()
103 outState.putString(SAVED_MANAGE_MOBILE_PLAN_MSG, mMobilePlanDialogMessage); in onSaveInstanceState()