/aosp14/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/ |
H A D | ChangeReporterTest.java | 30 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 D | Visualizer.java | 94 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 D | OverlayInfo.java | 58 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 D | ChangeReporter.java | 200 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 D | WindowMagnificationAnimationController.java | 49 @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 D | AppCompatCallbacks.java | 58 reportChange(changeId, ChangeReporter.STATE_ENABLED); in isChangeEnabled()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplTests.java | 20 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 D | OverlayManagerSettingsTests.java | 20 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 D | ThemeOverlayApplierTest.java | 301 enabled ? OverlayInfo.STATE_ENABLED : OverlayInfo.STATE_DISABLED, 0, 0, false, in createOverlayInfo()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/om/ |
H A D | OverlayManagerImpl.java | 374 OverlayInfo.STATE_ENABLED, in getOverlayInfosForTarget()
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayManagerServiceImpl.java | 20 import static android.content.om.OverlayInfo.STATE_ENABLED; 879 return enabled ? STATE_ENABLED : STATE_DISABLED; in calculateNewState()
|
H A D | OverlayManagerShellCommand.java | 214 case OverlayInfo.STATE_ENABLED: in printListOverlay()
|
/aosp14/frameworks/base/services/core/java/com/android/server/compat/ |
H A D | PlatformCompat.java | 184 enabled ? ChangeReporter.STATE_ENABLED : ChangeReporter.STATE_DISABLED); in isChangeEnabledInternal()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationAnimationControllerTest.java | 282 assertEquals(WindowMagnificationAnimationController.STATE_ENABLED, in enableWindowMagnificationWithScaleOne_enabled_AnimationAndInvokeCallback()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 25768 field public static final int STATE_ENABLED = 2; // 0x2
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10890 Landroid/content/om/OverlayInfo;->STATE_ENABLED:I
|