/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/ |
H A D | ShortcutHelperViewModelTest.kt | 127 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/ |
D | AutoValue_SecondaryInfo.java | 9 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 D | NotificationListViewModelTest.kt | 184 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 D | BubbleEducationController.kt | 48 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 D | DeviceBasedSatelliteViewModel.kt | 82 .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 D | BiometricTestBase.java | 410 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/ |
D | SoftRestrictedPermissionPolicy.java | 46 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/ |
D | SecondaryInfo.java | 29 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 D | TooltipManager.kt | 159 private fun shouldShow() = shown < maxTimesShown in <lambda>() method
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/ |
H A D | WindowManagerImpl.java | 258 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/ |
D | ControlBarMediaController.java | 494 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 D | ShortcutHelperViewModel.kt | 71 val shouldShow = in <lambda>() constant
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/additionalaccess/ |
D | AdditionalAccessFragment.kt | 149 val shouldShow = state.showEnableReadFooter() || showMedicalPastDataFooter in <lambda>() constant
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
D | AppPermGroupUiInfoLiveData.kt | 137 val shouldShow = in <lambda>() constant
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | WindowManagerImpl.java | 284 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 D | NotificationListViewBinder.kt | 258 .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 D | DisplayWindowSettings.java | 214 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/ |
D | DisconnectDialog.java | 29 boolean shouldShow(DisconnectCause disconnectCause); in shouldShow() method
|
D | DefaultErrorDialog.java | 32 public boolean shouldShow(DisconnectCause disconnectCause) { in shouldShow() method in DefaultErrorDialog
|
D | VideoCallNotAvailablePrompt.java | 37 public boolean shouldShow(DisconnectCause disconnectCause) { in shouldShow() method in VideoCallNotAvailablePrompt
|
D | EnableWifiCallingPrompt.java | 42 public boolean shouldShow(DisconnectCause disconnectCause) { in shouldShow() method in EnableWifiCallingPrompt
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorImpl.java | 36 public boolean shouldShow() { in shouldShow() method in SimulatorImpl
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/calling/ |
D | LocationPolicyDisclaimer.java | 44 boolean shouldShow() { in shouldShow() method in LocationPolicyDisclaimer
|
D | EmergencyCallLimitationDisclaimer.java | 44 boolean shouldShow() { in shouldShow() method in EmergencyCallLimitationDisclaimer
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/livedatatypes/ |
D | AppPermGroupUiInfo.kt | 29 val shouldShow: Boolean, constant in com.android.permissioncontroller.permission.model.livedatatypes.AppPermGroupUiInfo
|