Searched refs:mPersistentDataWipeTask (Results 1 – 2 of 2) sorted by relevance
47 AsyncTask<Void, Void, Void> mPersistentDataWipeTask; field in FactoryResetConfirmFragment62 mPersistentDataWipeTask = new WipePersistentDataBlockAsyncTask(pdbManager);63 mPersistentDataWipeTask.execute();
201 () -> mFragment.mPersistentDataWipeTask.getStatus() == AsyncTask.Status.FINISHED); in confirmClicked_noOemUnlockAllowed_provisioned_wipesPdb()215 () -> mFragment.mPersistentDataWipeTask.getStatus() == AsyncTask.Status.FINISHED); in confirmClicked_noOemUnlockAllowed_provisioned_sendsResetIntent()