Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethodFactory.java51 public static void setShouldUseTwoButtonMethodForTesting(boolean shouldUse) { in setShouldUseTwoButtonMethodForTesting() argument
52 shouldUseTwoButtonMethodForTesting = shouldUse; in setShouldUseTwoButtonMethodForTesting()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/
DTestUtil.java159 public void shouldForceUseBundledFiles(boolean shouldUse) { in shouldForceUseBundledFiles() argument
160 if (shouldUse) { in shouldForceUseBundledFiles()
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
DAnswerProximitySensor.java46 public static boolean shouldUse(Context context, DialerCall call) { in shouldUse() method in AnswerProximitySensor
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DFledgeScenarioTest.java247 protected void overrideShouldUseUnifiedTable(boolean shouldUse) { in overrideShouldUseUnifiedTable() argument
252 shouldUse ? "true" : "false")); in overrideShouldUseUnifiedTable()
/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenter.java65 if (AnswerProximitySensor.shouldUse(context, call)) { in AnswerScreenPresenter()