Searched refs:mGbPreferenceKey (Results 1 – 1 of 1) sorted by relevance
39 private final String mGbPreferenceKey; field in DataUsageUnitPreferenceController47 mGbPreferenceKey = context.getString(R.string.pk_data_usage_radio_gb); in DataUsageUnitPreferenceController()58 mSelectedKey = isGb ? mGbPreferenceKey : mMbPreferenceKey; in setDefaultSelection()85 gbPreference.setKey(mGbPreferenceKey); in getGroupPreferences()100 mSelectedKey = preference.getKey().equals(mGbPreferenceKey) in handleGroupItemSelected()101 ? mGbPreferenceKey : mMbPreferenceKey; in handleGroupItemSelected()107 return mSelectedKey.equals(mGbPreferenceKey); in isGbSelected()