Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java187 static final int TASK_ENABLE_ALWAYS_ON = 4; field in NfcService
753 case TASK_ENABLE_ALWAYS_ON: in doInBackground()
1618 new EnableDisableTask().execute(TASK_ENABLE_ALWAYS_ON); in setControllerAlwaysOn()