HomeSort by relevance Sort by last modified time
    Searched full:dialogtype (Results 1 - 25 of 25) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
ButtonActionDialogFragment.java 35 DialogType.DISABLE,
36 DialogType.SPECIAL_DISABLE,
37 DialogType.FORCE_STOP
39 public @interface DialogType {
49 public static ButtonActionDialogFragment newInstance(@DialogType int id) {
86 case DialogType.DISABLE:
87 case DialogType.SPECIAL_DISABLE:
93 case DialogType.FORCE_STOP:
AppButtonsPreferenceController.java 229 showDialogInner(ButtonActionDialogFragment.DialogType.SPECIAL_DISABLE);
231 showDialogInner(ButtonActionDialogFragment.DialogType.DISABLE);
259 showDialogInner(ButtonActionDialogFragment.DialogType.FORCE_STOP);
279 case ButtonActionDialogFragment.DialogType.DISABLE:
285 case ButtonActionDialogFragment.DialogType.SPECIAL_DISABLE:
290 case ButtonActionDialogFragment.DialogType.FORCE_STOP:
568 private void showDialogInner(@ButtonActionDialogFragment.DialogType int id) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
OperationDialogFragment.java 56 public @interface DialogType {}
62 @DialogType int dialogType,
69 args.putInt(FileOperationService.EXTRA_DIALOG_TYPE, dialogType);
86 final @DialogType int dialogType =
97 dialogType, operationType, docList, uriList);
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
MessageBuilder.java 24 import com.android.documentsui.OperationDialogFragment.DialogType;
30 import com.android.documentsui.OperationDialogFragment.DialogType;
83 @DialogType int dialogType, @OpType int operationType, List<DocumentInfo> docs,
87 switch (dialogType) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
ButtonActionDialogFragmentTest.java 46 private static final int FORCE_STOP_ID = ButtonActionDialogFragment.DialogType.FORCE_STOP;
47 private static final int DISABLE_ID = ButtonActionDialogFragment.DialogType.DISABLE;
49 ButtonActionDialogFragment.DialogType.SPECIAL_DISABLE;
  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 62 final int dialogType = getIntent().getIntExtra(DIALOG_TYPE_KEY, INVALID_PICK);
64 switch (dialogType) {
68 createDialog(this, dialogType).show();
74 throw new IllegalArgumentException("Invalid dialog type " + dialogType + " sent.");
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
FilesActivity.java 47 import com.android.documentsui.OperationDialogFragment.DialogType;
254 final @DialogType int dialogType = intent.getIntExtra(
258 if (icicle == null && dialogType != DIALOG_TYPE_UNKNOWN) {
268 dialogType,
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 641 'com.apple.CrashReporter', 'DialogType'],
    [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py 759 'com.apple.CrashReporter', 'DialogType'],
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 714 'com.apple.CrashReporter', 'DialogType'],
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 714 'com.apple.CrashReporter', 'DialogType'],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 714 'com.apple.CrashReporter', 'DialogType'],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 714 'com.apple.CrashReporter', 'DialogType'],
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 849 ['dialogtype', 'options'], cnf, kw)
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 843 ['dialogtype', 'options'], cnf, kw)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 857 ['dialogtype', 'options'], cnf, kw
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 857 ['dialogtype', 'options'], cnf, kw
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 857 ['dialogtype', 'options'], cnf, kw
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 857 ['dialogtype', 'options'], cnf, kw
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/jdk/jdk9/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk9/linux-x86/lib/
ct.sym 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 4135 milliseconds