Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java185 static final int TASK_DISABLE = 2; field in NfcService
448 new EnableDisableTask().execute(TASK_DISABLE); in onHwErrorReported()
729 case TASK_DISABLE: in doInBackground()
1115 new EnableDisableTask().execute(TASK_DISABLE); in disable()