Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DButtonActionDialogFragment.java50 DialogType.DISABLE,
55 int DISABLE = 0; field
101 case DialogType.DISABLE: in createDialog()
DAppButtonsPreferenceController.java249 showDialogInner(ButtonActionDialogFragment.DialogType.DISABLE); in onClick()
304 case ButtonActionDialogFragment.DialogType.DISABLE: in handleDialogClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DButtonActionDialogFragmentTest.java50 private static final int DISABLE_ID = ButtonActionDialogFragment.DialogType.DISABLE;
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java95 private static final String DISABLE = "disable"; field in TelephonyShellCommand
679 case DISABLE: { in handleImsCommand()
708 case DISABLE: { in handleDataTestModeCommand()
2543 } else if (DISABLE.equals(enabledStr)) { in handleCallComposerCommand()
2577 } else if (DISABLE.equals(enabledStr)) { in handleCallComposerCommand()