Searched defs:TASK_ENABLE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java117 static final int TASK_ENABLE = 1; field in class:NfcService
446 * cases like turning airplane mode on while TASK_ENABLE is in progress.
448 * immediately after TASK_ENABLE is complete. This seems like the most sane
451 * <p>{@link #TASK_ENABLE} enables the NFC adapter, without changing
479 case TASK_ENABLE:
673 new EnableDisableTask().execute(TASK_ENABLE);
1938 new EnableDisableTask().execute(TASK_ENABLE);

Completed in 194 milliseconds