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.java114 BytesEditorFragment.show(this, false); in onPreferenceTreeClick()
117 BytesEditorFragment.show(this, true); in onPreferenceTreeClick()
151 public static class BytesEditorFragment extends DialogFragment class in BillingCycleSettings
164 final BytesEditorFragment dialog = new BytesEditorFragment(); in show()