Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java222 static final int TASK_DISABLE_ALWAYS_ON = 5; field in NfcService
1236 case TASK_DISABLE_ALWAYS_ON: in doInBackground()
2416 new EnableDisableTask().execute(TASK_DISABLE_ALWAYS_ON); in setControllerAlwaysOn()
4436 new EnableDisableTask().execute(TASK_DISABLE_ALWAYS_ON);