Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DButtonActionDialogFragment.java35 DialogType.DISABLE,
40 int DISABLE = 0; field
86 case DialogType.DISABLE: in createDialog()
DAppButtonsPreferenceController.java240 showDialogInner(ButtonActionDialogFragment.DialogType.DISABLE); in onClick()
282 case ButtonActionDialogFragment.DialogType.DISABLE: in handleDialogClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DButtonActionDialogFragmentTest.java53 private static final int DISABLE_ID = ButtonActionDialogFragment.DialogType.DISABLE;