OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
128
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
:
710
new EnableDisableTask().execute(
TASK_DISABLE
);
[
all
...]
Completed in 242 milliseconds