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.java221 static final int TASK_ENABLE_ALWAYS_ON = 4; field in NfcService
1233 case TASK_ENABLE_ALWAYS_ON: in doInBackground()
2414 new EnableDisableTask().execute(TASK_ENABLE_ALWAYS_ON); in setControllerAlwaysOn()