Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java184 static final int TASK_ENABLE = 1; field in NfcService
449 new EnableDisableTask().execute(TASK_ENABLE); in onHwErrorReported()
726 case TASK_ENABLE: in doInBackground()
1102 new EnableDisableTask().execute(TASK_ENABLE); in enable()