Searched refs:EnableDisableTask (Results 1 – 1 of 1) sorted by relevance
448 new EnableDisableTask().execute(TASK_DISABLE); in onHwErrorReported()449 new EnableDisableTask().execute(TASK_ENABLE); in onHwErrorReported()603 new EnableDisableTask().execute(TASK_BOOT); // do blocking boot tasks in NfcService()704 class EnableDisableTask extends AsyncTask<Integer, Void, Void> { class in NfcService1102 new EnableDisableTask().execute(TASK_ENABLE); in enable()1115 new EnableDisableTask().execute(TASK_DISABLE); in disable()1618 new EnableDisableTask().execute(TASK_ENABLE_ALWAYS_ON); in setControllerAlwaysOn()1620 new EnableDisableTask().execute(TASK_DISABLE_ALWAYS_ON); in setControllerAlwaysOn()3212 new EnableDisableTask().execute(TASK_DISABLE_ALWAYS_ON);