Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DBillingCycleSettings.java162 BytesEditorFragment.show(this, false); in onPreferenceTreeClick()
166 BytesEditorFragment.show(this, true); in onPreferenceTreeClick()
241 public static class BytesEditorFragment extends InstrumentedDialogFragment class in BillingCycleSettings
260 final BytesEditorFragment dialog = new BytesEditorFragment(); in show()
DDataUsageSummary.java120 BillingCycleSettings.BytesEditorFragment.show(this, false); in onPreferenceTreeClick()