Searched refs:canShowBubbles (Results 1 – 1 of 1) sorted by relevance
157 private static boolean canShowBubbles(@NonNull Context context) { in canShowBubbles() method in ReturnToCallController164 static void setCanShowBubblesForTesting(boolean canShowBubbles) { in setCanShowBubblesForTesting() argument165 canShowBubblesForTesting = canShowBubbles; in setCanShowBubblesForTesting()169 if (!canShowBubbles(context)) { in startBubble()