Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DBillingCycleSettings.java184 BytesEditorFragment.show(this, false); in onPreferenceTreeClick()
188 BytesEditorFragment.show(this, true); in onPreferenceTreeClick()
263 public static class BytesEditorFragment extends InstrumentedDialogFragment class in BillingCycleSettings
282 final BytesEditorFragment dialog = new BytesEditorFragment(); in show()