Home
last modified time | relevance | path

Searched defs:shouldShow (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
H A DShortcutHelperViewModelTest.kt127 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseByDefault() constant
135 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_trueAfterShowRequested() constant
145 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_trueAfterToggleRequested() constant
155 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseAfterToggleTwice() constant
166 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseAfterViewClosed() constant
177 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_falseAfterCloseSystemDialogs() constant
205 val shouldShow by collectLastValue(viewModel.shouldShow) in shouldShow_emitsLatestValueToNewSubscribers() constant
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/incallui/incall/protocol/
DAutoValue_SecondaryInfo.java9 private final boolean shouldShow; field in AutoValue_SecondaryInfo
29 boolean shouldShow, in AutoValue_SecondaryInfo()
48 public boolean shouldShow() { in shouldShow() method in AutoValue_SecondaryInfo
132 private boolean shouldShow; field in AutoValue_SecondaryInfo.Builder
144 public SecondaryInfo.Builder setShouldShow(boolean shouldShow) { in setShouldShow()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
H A DNotificationListViewModelTest.kt184 val shouldShow by collectEmptyShadeViewVisibility() in shouldShowEmptyShadeView_falseWhenQsExpandedDefault() constant
237 val shouldShow by collectEmptyShadeViewVisibility() in shouldShowEmptyShadeView_falseWhenKeyguard() constant
252 val shouldShow by collectEmptyShadeViewVisibility() in shouldShowEmptyShadeView_falseWhenStartingToSleep() constant
449 val shouldShow by collectLastValue(underTest.shouldShowFooterView) in shouldShowFooterView_falseWhenShadeIsClosed() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEducationController.kt48 val shouldShow = in shouldShowStackEducation() constant
63 val shouldShow = in shouldShowManageEducation() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
H A DDeviceBasedSatelliteViewModel.kt82 .flatMapLatest { shouldShow -> in shouldShow() method
157 shouldShow, in shouldShow() method
169 combine(showIcon, interactor.connectionState) { shouldShow, connectionState -> in connectionState() method
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/
H A DBiometricTestBase.java410 boolean shouldShow) throws Exception { in showCredentialOnlyBiometricPrompt()
421 @NonNull CancellationSignal cancellationSignal, boolean shouldShow, in showCredentialOnlyBiometricPromptWithContents()
447 boolean shouldShow) throws Exception { in showDeviceCredentialAllowedBiometricPrompt()
682 protected void waitForCredentialIdle(boolean shouldShow, in waitForCredentialIdle()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DSoftRestrictedPermissionPolicy.java46 public static boolean shouldShow(@NonNull PackageInfo pkg, @NonNull Permission permission) { in shouldShow() method in SoftRestrictedPermissionPolicy
72 public static boolean shouldShow(@NonNull LightPackageInfo pkg, @NonNull String permissionName, in shouldShow() method in SoftRestrictedPermissionPolicy
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DSecondaryInfo.java29 public abstract boolean shouldShow(); in shouldShow() method in SecondaryInfo
60 public abstract Builder setShouldShow(boolean shouldShow); in setShouldShow()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DTooltipManager.kt159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/
H A DWindowManagerImpl.java258 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
263 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/controlbar/
DControlBarMediaController.java494 private void showQueue(boolean shouldShow) { in showQueue()
499 private void showHistory(boolean shouldShow) { in showHistory()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
H A DShortcutHelperViewModel.kt71 val shouldShow = in <lambda>() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/additionalaccess/
DAdditionalAccessFragment.kt149 val shouldShow = state.showEnableReadFooter() || showMedicalPastDataFooter in <lambda>() constant
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DAppPermGroupUiInfoLiveData.kt137 val shouldShow = in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java284 public void setShouldShowWithInsecureKeyguard(int displayId, boolean shouldShow) { in setShouldShowWithInsecureKeyguard()
293 public void setShouldShowSystemDecors(int displayId, boolean shouldShow) { in setShouldShowSystemDecors()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
H A DNotificationListViewBinder.kt258 .collect { (shouldShow, areNotifsHidden, hasFilteredNotifs) -> in <lambda>() method
278 viewModel.shouldShowEmptyShadeViewAnimated.collect { shouldShow -> in <lambda>() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettings.java214 void setShouldShowWithInsecureKeyguardLocked(@NonNull DisplayContent dc, boolean shouldShow) { in setShouldShowWithInsecureKeyguardLocked()
246 void setShouldShowSystemDecorsLocked(@NonNull DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
DDisconnectDialog.java29 boolean shouldShow(DisconnectCause disconnectCause); in shouldShow() method
DDefaultErrorDialog.java32 public boolean shouldShow(DisconnectCause disconnectCause) { in shouldShow() method in DefaultErrorDialog
DVideoCallNotAvailablePrompt.java37 public boolean shouldShow(DisconnectCause disconnectCause) { in shouldShow() method in VideoCallNotAvailablePrompt
DEnableWifiCallingPrompt.java42 public boolean shouldShow(DisconnectCause disconnectCause) { in shouldShow() method in EnableWifiCallingPrompt
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorImpl.java36 public boolean shouldShow() { in shouldShow() method in SimulatorImpl
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/calling/
DLocationPolicyDisclaimer.java44 boolean shouldShow() { in shouldShow() method in LocationPolicyDisclaimer
DEmergencyCallLimitationDisclaimer.java44 boolean shouldShow() { in shouldShow() method in EmergencyCallLimitationDisclaimer
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/livedatatypes/
DAppPermGroupUiInfo.kt29 val shouldShow: Boolean, constant in com.android.permissioncontroller.permission.model.livedatatypes.AppPermGroupUiInfo

123456