Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java70 private static Boolean canShowBubblesForTesting = null; field in ReturnToCallController
158 return canShowBubblesForTesting != null in canShowBubbles()
159 ? canShowBubblesForTesting in canShowBubbles()
165 canShowBubblesForTesting = canShowBubbles; in setCanShowBubblesForTesting()