Home
last modified time | relevance | path

Searched refs:STATE_ENABLED (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/
H A DChangeReporterTest.java30 int myState = ChangeReporter.STATE_ENABLED, otherState = ChangeReporter.STATE_DISABLED; in testStatsLogOnce()
48 int myState = ChangeReporter.STATE_ENABLED; in testStatsLogAfterReset()
66 int myState = ChangeReporter.STATE_ENABLED, otherState = ChangeReporter.STATE_DISABLED; in testDebugLogOnce()
84 int myState = ChangeReporter.STATE_ENABLED; in testDebugLogAfterReset()
102 int myState = ChangeReporter.STATE_ENABLED; in testDebugLogWithLogAll()
/aosp14/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java94 public static final int STATE_ENABLED = 2; field in Visualizer
253 mState = STATE_ENABLED; in Visualizer()
293 (!enabled && (mState == STATE_ENABLED))) { in setEnabled()
296 mState = enabled ? STATE_ENABLED : STATE_INITIALIZED; in setEnabled()
469 if (mState != STATE_ENABLED) { in getWaveForm()
542 if (mState != STATE_ENABLED) { in getFft()
581 if (mState != STATE_ENABLED) { in getMeasurementPeakRms()
/aosp14/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java58 STATE_ENABLED,
106 public static final int STATE_ENABLED = 3; field in OverlayInfo
415 case STATE_ENABLED: in ensureValidState()
470 case STATE_ENABLED: in isEnabled()
495 case STATE_ENABLED: in stateToString()
/aosp14/frameworks/base/core/java/com/android/internal/compat/
H A DChangeReporter.java200 case STATE_ENABLED: in stateToString()
212 public static final int STATE_ENABLED = field in ChangeReporter
228 STATE_ENABLED,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationAnimationController.java49 @IntDef({STATE_DISABLED, STATE_ENABLED, STATE_DISABLING, STATE_ENABLING})
55 @VisibleForTesting static final int STATE_ENABLED = 1; field in WindowMagnificationAnimationController
184 if (mState == STATE_ENABLED) { in moveWindowMagnifierToPosition()
279 setState(STATE_ENABLED); in updateState()
/aosp14/frameworks/base/core/java/android/app/
H A DAppCompatCallbacks.java58 reportChange(changeId, ChangeReporter.STATE_ENABLED); in isChangeEnabled()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerServiceImplTests.java20 import static android.content.om.OverlayInfo.STATE_ENABLED;
181 assertState(STATE_ENABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
187 assertState(STATE_ENABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
195 assertState(STATE_ENABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
H A DOverlayManagerSettingsTests.java20 import static android.content.om.OverlayInfo.STATE_ENABLED;
161 mSettings.setState(OVERLAY_B, USER_0, STATE_ENABLED); in testOrderOfNewlyAddedItems()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayApplierTest.java301 enabled ? OverlayInfo.STATE_ENABLED : OverlayInfo.STATE_DISABLED, 0, 0, false, in createOverlayInfo()
/aosp14/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayManagerImpl.java374 OverlayInfo.STATE_ENABLED, in getOverlayInfosForTarget()
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerServiceImpl.java20 import static android.content.om.OverlayInfo.STATE_ENABLED;
879 return enabled ? STATE_ENABLED : STATE_DISABLED; in calculateNewState()
H A DOverlayManagerShellCommand.java214 case OverlayInfo.STATE_ENABLED: in printListOverlay()
/aosp14/frameworks/base/services/core/java/com/android/server/compat/
H A DPlatformCompat.java184 enabled ? ChangeReporter.STATE_ENABLED : ChangeReporter.STATE_DISABLED); in isChangeEnabledInternal()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationAnimationControllerTest.java282 assertEquals(WindowMagnificationAnimationController.STATE_ENABLED, in enableWindowMagnificationWithScaleOne_enabled_AnimationAndInvokeCallback()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt25768 field public static final int STATE_ENABLED = 2; // 0x2
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10890 Landroid/content/om/OverlayInfo;->STATE_ENABLED:I