Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.java68 public void updateState(@BiometricState int newState) { in updateState()
86 private void updateIcon(int lastState, int newState) { in updateIcon()
111 private CharSequence getIconContentDescription(int newState) { in getIconContentDescription()
130 private boolean shouldAnimateForTransition(int oldState, int newState) { in shouldAnimateForTransition()
149 private Drawable getAnimationForTransition(int oldState, int newState) { in getAnimationForTransition()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java270 private void testSendIntentCase(int oldState, int newState, int expectedNewState, in testSendIntentCase()
297 private void testSendIntentNoPendingDeviceWithUuid(int oldState, int newState, in testSendIntentNoPendingDeviceWithUuid()
306 private void testSendIntentPendingDeviceWithUuid(int oldState, int newState, in testSendIntentPendingDeviceWithUuid()
315 private void testSendIntentPendingDevice(int oldState, int newState, int expectedNewState, in testSendIntentPendingDevice()
332 private void testSendIntentNoPendingDevice(int oldState, int newState, int expectedNewState, in testSendIntentNoPendingDevice()
347 private void testSendIntentBle(int oldState, int newState, int expectedNewState) { in testSendIntentBle()
355 private void verifyBondStateChangeIntent(int oldState, int newState, Intent intent) { in verifyBondStateChangeIntent()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProvider.java205 ProviderState newState(@ProviderStateEnum int newStateEnum, in newState() method in LocationTimeZoneProvider.ProviderState
480 final void setCurrentState(@NonNull ProviderState newState, boolean notifyChanges) { in setCurrentState()
502 void onSetCurrentState(ProviderState newState) { in onSetCurrentState()
540 ProviderState newState = currentState.newState( in startUpdates() local
560 ProviderState newState = currentState.newState( in handleInitializationTimeout() local
591 ProviderState newState = currentState.newState( in stopUpdates() local
656 ProviderState newState = currentState.newState( in handleTimeZoneProviderEvent() local
691 ProviderState newState = currentState.newState( in handleTimeZoneProviderEvent() local
708 ProviderState newState = currentState.newState(providerStateEnum, in handleTimeZoneProviderEvent() local
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCdmaPhoneCallState.java92 public void setCurrentCallState(PhoneCallState newState) { in setCurrentCallState()
121 public void setThreeWayCallOrigState(boolean newState) { in setThreeWayCallOrigState()
135 public void setAddCallMenuStateAfterCallWaiting(boolean newState) { in setAddCallMenuStateAfterCallWaiting()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DBackupHelper.java73 ParcelFileDescriptor newState); in performBackup()
106 public void writeNewStateDescription(ParcelFileDescriptor newState); in writeNewStateDescription()
H A DFullBackupAgent.java32 ParcelFileDescriptor newState) throws IOException { in onBackup()
37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
H A DBackupAgentHelper.java65 ParcelFileDescriptor newState) throws IOException { in onBackup()
73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
H A DBackupHelperDispatcher.java49 ParcelFileDescriptor newState) throws IOException { in performBackup()
83 ParcelFileDescriptor newState, Header header, BackupHelper helper) in doOneBackup()
108 ParcelFileDescriptor newState) in performRestore()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherBackupAgent.java22 BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) { in onRestore()
28 ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState) { in onBackup()
/aosp12/packages/modules/StatsD/statsd/src/state/
H A DStateTracker.cpp38 FieldValue newState; in onLogEvent() local
87 void StateTracker::handleReset(const int64_t eventTimeNs, const FieldValue& newState) { in handleReset()
114 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey()
168 const FieldValue& oldState, const FieldValue& newState) { in notifyListeners()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/utils/
H A DSimpleStateMachine.java64 protected void transitionTo(SimpleState newState) { in transitionTo()
81 protected R transitionAndProcess(SimpleState newState, T msg) { in transitionAndProcess()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
H A DBackupAgent.java77 ParcelFileDescriptor newState) throws IOException { in onBackup()
84 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DVoLteServiceStateTest.java41 VoLteServiceState newState = VoLteServiceState.CREATOR.createFromParcel(p); in testParcel() local
64 VoLteServiceState newState = new VoLteServiceState(state); in testCopy() local
/aosp12/frameworks/base/core/java/android/service/controls/actions/
H A DBooleanAction.java43 public BooleanAction(@NonNull String templateId, boolean newState) { in BooleanAction()
54 public BooleanAction(@NonNull String templateId, boolean newState, in BooleanAction()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DIStorageEventListener.aidl48 void onStorageStateChanged(in String path, in String oldState, in String newState) = 1; in onStorageStateChanged()
50 void onVolumeStateChanged(in VolumeInfo vol, int oldState, int newState) = 2; in onVolumeStateChanged()
H A DStorageEventListener.java48 public void onStorageStateChanged(String path, String oldState, String newState) { in onStorageStateChanged()
52 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) { in onVolumeStateChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/backup/
H A DSettingsBackupHelper.java60 ParcelFileDescriptor newState) { in performBackup()
78 public void writeNewStateDescription(ParcelFileDescriptor newState) { } in writeNewStateDescription()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
H A DStateMachineImpl.java51 public void jumpToState(@Nonnull State newState) { in jumpToState()
108 Optional<State> newState = eventHandler.processEvent(event); in processEvent() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java277 State newState = transitionPolicy(requestedState); in transitionTo() local
302 private void updatePulseReason(State newState, State oldState, int pulseReason) { in updatePulseReason()
310 private void performTransitionOnComponents(State oldState, State newState) { in performTransitionOnComponents()
324 private void validateTransition(State newState) { in validateTransition()
378 private void updateWakeLockState(State newState) { in updateWakeLockState()
432 void transitionTo(State oldState, State newState); in transitionTo()
/aosp12/frameworks/base/services/robotests/backup/src/android/app/backup/
H A DForwardingBackupAgent.java57 ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState) in onBackup()
63 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
69 public void onRestore(BackupDataInput data, long appVersionCode, ParcelFileDescriptor newState) in onRestore()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedState.java97 public void setState(@State int newState) { in setState()
118 default void onStateChanged(@State int newState) {} in onStateChanged()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupAgentTest.java86 ParcelFileDescriptor newState) throws IOException { in onBackup()
92 ParcelFileDescriptor newState) throws IOException { in onRestore()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp116 StateChange newState = { in markComponent() local
195 const StateChange &newState = mPendingChangeQueue[i]; in threadLoop() local
204 ComponentState newState = getDeviceStateLocked(); in threadLoop() local
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DWritableDvrDataManager.java57 void changeState(ScheduledRecording scheduledRecording, @RecordingState int newState); in changeState()
65 ScheduledRecording scheduledRecording, @RecordingState int newState, int reason); in changeState()
/aosp12/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl53 in ParcelFileDescriptor newState, in doBackup()
80 long appVersionCode, in ParcelFileDescriptor newState, in doRestore()
93 long appVersionCode, in ParcelFileDescriptor newState, in doRestoreWithExcludedKeys()

12345678910>>...15