HomeSort by relevance Sort by last modified time
    Searched refs:TASK_DISABLE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
taskschd.h 25 TASK_DISABLE = 0x8,
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 122 static final int TASK_DISABLE = 2;
454 * The TASK_DISABLE triggered by airplane mode will be correctly executed
460 * <p>{@link #TASK_DISABLE} disables the NFC adapter, without changing
489 case TASK_DISABLE:
721 new EnableDisableTask().execute(TASK_DISABLE);
    [all...]

Completed in 8319 milliseconds