Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DStatusBarVisibilityModelTest.kt39 showOngoingCallChip = true,
78 assertThat(result.showOngoingCallChip).isTrue()
85 assertThat(result.showOngoingCallChip).isFalse()
H A DCollapsedStatusBarFragmentLoggerTest.kt66 showOngoingCallChip = false,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DStatusBarVisibilityModel.kt29 val showOngoingCallChip: Boolean,
51 showOngoingCallChip = (disabled1 and DISABLE_ONGOING_CALL_CHIP) == 0,
H A DCollapsedStatusBarFragment.java509 boolean showOngoingCallChip = mOngoingCallController.hasOngoingCall() && !headsUpVisible; in calculateInternalModel()
513 showOngoingCallChip, in calculateInternalModel()
536 boolean showOngoingCallChip = hasOngoingCall && !disableNotifications; in updateNotificationIconAreaAndCallChip()
537 if (showOngoingCallChip) { in updateNotificationIconAreaAndCallChip()
538 showOngoingCallChip(animate); in updateNotificationIconAreaAndCallChip()
542 mOngoingCallController.notifyChipVisibilityChanged(showOngoingCallChip); in updateNotificationIconAreaAndCallChip()
638 public void showOngoingCallChip(boolean animate) { in showOngoingCallChip() method in CollapsedStatusBarFragment
H A DCollapsedStatusBarFragmentLogger.kt62 bool3 = model.showOngoingCallChip