/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricFingerprintView.java | 68 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 D | BondStateMachineTest.java | 270 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 D | LocationTimeZoneProvider.java | 205 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 D | CdmaPhoneCallState.java | 92 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 D | BackupHelper.java | 73 ParcelFileDescriptor newState); in performBackup() 106 public void writeNewStateDescription(ParcelFileDescriptor newState); in writeNewStateDescription()
|
H A D | FullBackupAgent.java | 32 ParcelFileDescriptor newState) throws IOException { in onBackup() 37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
H A D | BackupAgentHelper.java | 65 ParcelFileDescriptor newState) throws IOException { in onBackup() 73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
|
H A D | BackupHelperDispatcher.java | 49 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 D | LauncherBackupAgent.java | 22 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 D | StateTracker.cpp | 38 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 D | SimpleStateMachine.java | 64 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 D | BackupAgent.java | 77 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 D | VoLteServiceStateTest.java | 41 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 D | BooleanAction.java | 43 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 D | IStorageEventListener.aidl | 48 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 D | StorageEventListener.java | 48 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 D | SettingsBackupHelper.java | 60 ParcelFileDescriptor newState) { in performBackup() 78 public void writeNewStateDescription(ParcelFileDescriptor newState) { } in writeNewStateDescription()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
H A D | StateMachineImpl.java | 51 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 D | DozeMachine.java | 277 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 D | ForwardingBackupAgent.java | 57 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 D | OneHandedState.java | 97 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 D | BackupAgentTest.java | 86 ParcelFileDescriptor newState) throws IOException { in onBackup() 92 ParcelFileDescriptor newState) throws IOException { in onRestore()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | StatusTracker.cpp | 116 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 D | WritableDvrDataManager.java | 57 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 D | IBackupAgent.aidl | 53 in ParcelFileDescriptor newState, in doBackup() 80 long appVersionCode, in ParcelFileDescriptor newState, in doRestore() 93 long appVersionCode, in ParcelFileDescriptor newState, in doRestoreWithExcludedKeys()
|