Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java175 static final int TASK_DISABLE = 2; field in NfcService
688 case TASK_DISABLE: in doInBackground()
934 new EnableDisableTask().execute(TASK_DISABLE); in disable()