/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimState.java | 41 public void prepare(ScrimState previousState) { in prepare() 62 public void prepare(ScrimState previousState) { in prepare() 92 public void prepare(ScrimState previousState) { in prepare() 103 public void prepare(ScrimState previousState) { in prepare() 120 public void prepare(ScrimState previousState) { in prepare() 134 public void prepare(ScrimState previousState) { in prepare() 142 public void prepare(ScrimState previousState) { in prepare() 165 public void prepare(ScrimState previousState) { in prepare() 176 public void prepare(ScrimState previousState) { in prepare() 213 public void prepare(ScrimState previousState) { in prepare() [all …]
|
/aosp12/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutor/ |
H A D | ScriptExecutorTest.java | 223 PersistableBundle previousState = new PersistableBundle(); in invokeScript_processPreviousStateAndReturnResult() local 247 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allSupportedPrimitiveTypesWorkRoundTripWithKeyNamesPreserved() local 277 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allSupportedArrayTypesWorkRoundTripWithKeyNamesPreserved() local 312 PersistableBundle previousState = new PersistableBundle(); in invokeScript_modifiesArray() local 335 PersistableBundle previousState = new PersistableBundle(); in invokeScript_processesStringArray() local 384 PersistableBundle previousState = new PersistableBundle(); in invokeScript_arrayContainingVaryingTypesCausesError() local 410 PersistableBundle previousState = new PersistableBundle(); in invokeScript_InTablesWithBothKeysAndIndicesCopiesOnlyIndexedData() local 436 PersistableBundle previousState = new PersistableBundle(); in invokeScript_noLuaBufferOverflowForLargeInputArrays() local 514 PersistableBundle previousState = new PersistableBundle(); in invokeScript_returnsFinalResult() local 557 PersistableBundle previousState = new PersistableBundle(); in invokeScript_allPrimitiveSupportedTypesForReturningFinalResult() local [all …]
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
H A D | StateFatal.java | 38 State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in from() 42 private StateFatal(State previousState, RefCountBase<ResourceConstructed> resourceConstructed) { in StateFatal()
|
H A D | StateForeground.java | 42 State previousState, in from() 48 State previousState, in StateForeground()
|
H A D | StateBackgroundWithSurfaceTexture.java | 47 State previousState, in from() 55 State previousState, in StateBackgroundWithSurfaceTexture()
|
H A D | StateForegroundWithSurfaceTexture.java | 40 State previousState, in from() 50 State previousState, in StateForegroundWithSurfaceTexture()
|
H A D | StateIntentCompleted.java | 45 State previousState, in from() 52 State previousState, in StateIntentCompleted()
|
H A D | StateBackground.java | 48 State previousState, in from() 62 private StateBackground(State previousState, in StateBackground()
|
H A D | StateOpeningCamera.java | 92 State previousState, in from() 102 private StateOpeningCamera(State previousState, in StateOpeningCamera()
|
H A D | StateStartingPreview.java | 56 State previousState, in from() 78 State previousState, in StateStartingPreview()
|
H A D | StateReadyForCapture.java | 107 State previousState, in StateReadyForCapture() 122 State previousState, in StateReadyForCapture()
|
H A D | StateSavingPicture.java | 55 State previousState, in StateSavingPicture()
|
H A D | StateReviewingPicture.java | 72 State previousState, in StateReviewingPicture()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
H A D | BaseState.java | 44 T getHistoryForState(T previousState); in getHistoryForState()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | VvmPhoneStateListener.java | 36 private int previousState = -1; field in VvmPhoneStateListener
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
H A D | StateImpl.java | 39 protected StateImpl(State previousState) { in StateImpl()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityMetricsLaunchObserverTests.java | 347 final ActivityMetricsLogger.LaunchingState previousState = mLaunchingState; in notifyActivityLaunching() local 460 final ActivityMetricsLogger.LaunchingState previousState = mLaunchingState; in testConcurrentLaunches() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
H A D | AllAppsState.java | 94 public LauncherState getHistoryForState(LauncherState previousState) { in getHistoryForState()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/ |
H A D | StreamConsumer.java | 186 private synchronized void changeState(State newState, State previousState) { in changeState()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
H A D | UceDeviceState.java | 233 DeviceStateResult previousState = getCurrentState(); in refreshDeviceState() local 299 DeviceStateResult previousState = getCurrentState(); in resetDeviceState() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | TestUtil.java | 80 Context context, int apState, int previousState, int error, String ifaceName, in sendWifiApStateChanged()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
H A D | RecentsState.java | 85 public RecentsState getHistoryForState(RecentsState previousState) { in getHistoryForState()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | ConnectionServiceFocusManagerTest.java | 212 int previousState = activeCall.getState(); in testCallStateChangedAffectCallFocus() local
|
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
H A D | UpdateManager.java | 229 int previousState = mUpdaterState.get(); in setUpdaterState() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/ |
H A D | VoicemailChangePinActivity.java | 459 State previousState = uiState; in updateState() local
|