Searched refs:shouldEnableWithOverrideAndProperty (Results 1 – 4 of 4) sorted by relevance
127 assertFalse(optUnset.shouldEnableWithOverrideAndProperty(/* override */ true)); in optProp_shouldEnableWithOverrideAndProperty()131 assertTrue(optUnsetOn.shouldEnableWithOverrideAndProperty(/* override */ true)); in optProp_shouldEnableWithOverrideAndProperty()132 assertFalse(optUnsetOn.shouldEnableWithOverrideAndProperty(/* override */ false)); in optProp_shouldEnableWithOverrideAndProperty()137 assertFalse(optTrue.shouldEnableWithOverrideAndProperty(/* override */ true)); in optProp_shouldEnableWithOverrideAndProperty()140 assertTrue(optTrueOn.shouldEnableWithOverrideAndProperty(/* override */ true)); in optProp_shouldEnableWithOverrideAndProperty()141 assertTrue(optTrueOn.shouldEnableWithOverrideAndProperty(/* override */ false)); in optProp_shouldEnableWithOverrideAndProperty()146 assertFalse(optFalse.shouldEnableWithOverrideAndProperty(/* override */ true)); in optProp_shouldEnableWithOverrideAndProperty()149 assertFalse(optFalseOn.shouldEnableWithOverrideAndProperty(/* override */ true)); in optProp_shouldEnableWithOverrideAndProperty()150 assertFalse(optFalseOn.shouldEnableWithOverrideAndProperty(/* override */ false)); in optProp_shouldEnableWithOverrideAndProperty()227 optProp.shouldEnableWithOverrideAndProperty(/* override value */ true); in optProp_gateConditionIsInvokedOnlyOncePerInvocation()
166 public boolean shouldEnableWithOverrideAndProperty(boolean overrideValue) { in shouldEnableWithOverrideAndProperty() method in OptPropFactory.OptProp
359 if (mIgnoreRequestedOrientationOptProp.shouldEnableWithOverrideAndProperty( in shouldIgnoreRequestedOrientation()444 return mFakeFocusOptProp.shouldEnableWithOverrideAndProperty( in shouldSendFakeFocus()682 return mCameraCompatEnableRefreshViaPauseOptProp.shouldEnableWithOverrideAndProperty( in shouldRefreshActivityViaPauseForCameraCompat()
27643 PLcom/android/server/wm/LetterboxUiController;->shouldEnableWithOverrideAndProperty(Ljava/util/func…