Searched refs:disablePccDetectionFeature (Results 1 – 6 of 6) sorted by relevance
23 import static android.autofillservice.cts.testcore.Helper.disablePccDetectionFeature;103 disablePccDetectionFeature(sContext); in disablePcc()640 disablePccDetectionFeature(sContext); in testAutofill_pccDatasets()673 disablePccDetectionFeature(sContext); in autofillPccDatasetTest_setForAllHints()
22 import static android.autofillservice.cts.testcore.Helper.disablePccDetectionFeature;151 disablePccDetectionFeature(sContext); in disablePcc()
28 import static android.autofillservice.cts.testcore.Helper.disablePccDetectionFeature;76 disablePccDetectionFeature(sContext); in disablePcc()113 disablePccDetectionFeature(sContext); in testPccRequest()
25 import static android.autofillservice.cts.testcore.Helper.disablePccDetectionFeature;105 disablePccDetectionFeature(sContext); in destroy()
40 import static android.autofillservice.cts.testcore.Helper.disablePccDetectionFeature;162 disablePccDetectionFeature(sContext); in disablePcc()468 disablePccDetectionFeature(sContext); in autofillPccDatasetTest_setForAllHints()504 disablePccDetectionFeature(sContext); in autofillPccDatasetTest()
1779 public static void disablePccDetectionFeature(@NonNull Context context) { in disablePccDetectionFeature() method in Helper