Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberCompat.java54 private static Boolean canAttemptBlockOperationsForTest; field in FilteredNumberCompat
264 if (canAttemptBlockOperationsForTest != null) { in canAttemptBlockOperations()
265 return canAttemptBlockOperationsForTest; in canAttemptBlockOperations()
276 canAttemptBlockOperationsForTest = canAttempt; in setCanAttemptBlockOperationsForTest()