Home
last modified time | relevance | path

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

/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/
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()
/frameworks/base/media/java/android/media/audiofx/
DVisualizer.java93 public static final int STATE_ENABLED = 2; field in Visualizer
244 mState = STATE_ENABLED; in Visualizer()
284 (!enabled && (mState == STATE_ENABLED))) { in setEnabled()
287 mState = enabled ? STATE_ENABLED : STATE_INITIALIZED; in setEnabled()
458 if (mState != STATE_ENABLED) { in getWaveForm()
525 if (mState != STATE_ENABLED) { in getFft()
564 if (mState != STATE_ENABLED) { in getMeasurementPeakRms()
/frameworks/base/core/java/android/content/om/
DOverlayInfo.java50 STATE_ENABLED,
98 public static final int STATE_ENABLED = 3; field in OverlayInfo
393 case STATE_ENABLED: in ensureValidState()
448 case STATE_ENABLED: in isEnabled()
473 case STATE_ENABLED: in stateToString()
/frameworks/base/core/java/com/android/internal/compat/
DChangeReporter.java200 case STATE_ENABLED: in stateToString()
212 public static final int STATE_ENABLED = field in ChangeReporter
228 STATE_ENABLED,
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java49 @IntDef({STATE_DISABLED, STATE_ENABLED, STATE_DISABLING, STATE_ENABLING})
55 private static final int STATE_ENABLED = 1; field in WindowMagnificationAnimationController
118 setState(STATE_ENABLED); in enableWindowMagnification()
230 setState(STATE_ENABLED); in onAnimationEnd()
/frameworks/base/core/java/android/app/
DAppCompatCallbacks.java58 reportChange(changeId, ChangeReporter.STATE_ENABLED); in isChangeEnabled()
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerServiceImplTests.java20 import static android.content.om.OverlayInfo.STATE_ENABLED;
182 assertState(STATE_ENABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
188 assertState(STATE_ENABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
196 assertState(STATE_ENABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
DOverlayManagerSettingsTests.java20 import static android.content.om.OverlayInfo.STATE_ENABLED;
160 mSettings.setState(OVERLAY_B, USER_0, STATE_ENABLED); in testOrderOfNewlyAddedItems()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerServiceImpl.java20 import static android.content.om.OverlayInfo.STATE_ENABLED;
824 return enabled ? STATE_ENABLED : STATE_DISABLED; in calculateNewState()
DOverlayManagerShellCommand.java197 case OverlayInfo.STATE_ENABLED: in printListOverlay()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayApplierTest.java295 enabled ? OverlayInfo.STATE_ENABLED : OverlayInfo.STATE_DISABLED, 0, 0, false, in createOverlayInfo()
/frameworks/base/services/core/java/com/android/server/compat/
DPlatformCompat.java170 enabled ? ChangeReporter.STATE_ENABLED : ChangeReporter.STATE_DISABLED); in isChangeEnabledInternal()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/core/api/
Dcurrent.txt24553 field public static final int STATE_ENABLED = 2; // 0x2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16121 field public static final int STATE_ENABLED = 2; // 0x2
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13768 Landroid/content/om/OverlayInfo;->STATE_ENABLED:I