Home
last modified time | relevance | path

Searched defs:oldState (Results 1 – 25 of 166) sorted by relevance

1234567

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConferenceBase.java56 public void onStateChanged(Conference conference, int oldState, int newState) {} in onStateChanged()
143 int oldState = getState(); in setConferenceOnHold() local
155 int oldState = getState(); in setConferenceOnDialing() local
167 int oldState = getState(); in setConferenceOnRinging() local
179 int oldState = getState(); in setConferenceOnActive() local
248 private void notifyStateChanged(int oldState, int newState) { in notifyStateChanged()
/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/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DModifierKeyState.java37 final int oldState = mState; in onPress() local
44 final int oldState = mState; in onRelease() local
51 final int oldState = mState; in onOtherKeyPressed() local
H A DAlphabetShiftState.java35 final int oldState = mState; in setShifted() local
65 final int oldState = mState; in setShiftLocked() local
84 final int oldState = mState; in setAutomaticShifted() local
H A DShiftKeyState.java31 int oldState = mState; in onOtherKeyPressed() local
42 int oldState = mState; in onPressOnShifted() local
/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/Launcher3/quickstep/src/com/android/quickstep/
H A DMultiStateCallback.java73 final int oldState = mState; in setState() local
100 int oldState = mState; in clearState() local
105 private void notifyStateChangeListeners(int oldState) { in notifyStateChangeListeners()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationActivityUiState.java33 void onConversationContactPickerUiStateChanged(int oldState, int newState, boolean animate); in onConversationContactPickerUiStateChanged()
213 final int oldState = mConversationContactUiState; in performUiStateUpdate() local
221 final int oldState, final int newState, final boolean animate) { in notifyOnOverallUiStateChanged()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DConferenceManagerPresenter.java53 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) { in onStateChange()
91 public void onIncomingCall(InCallState oldState, InCallState newState, DialerCall call) { in onIncomingCall()
H A DVideoPauseController.java132 public void onStateChange(InCallState oldState, InCallState newState, CallList callList) { in onStateChange()
217 public void onIncomingCall(InCallState oldState, InCallState newState, DialerCall call) { in onIncomingCall()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.java130 private boolean shouldAnimateForTransition(int oldState, int newState) { in shouldAnimateForTransition()
149 private Drawable getAnimationForTransition(int oldState, int newState) { in getAnimationForTransition()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
H A DRcsStateChangedCallback.java24 void notifyStateChange(State oldState, State newState); in notifyStateChange()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/
H A DStateChangedCallback.java25 void notifyStateChange(State oldState, State newState); in notifyStateChange()
/aosp12/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeAgent.java87 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
157 boolean compareStateFile(ParcelFileDescriptor oldState) { in compareStateFile()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeAuthRemover.java38 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) { in transitionTo()
H A DDozeMachine.java289 State oldState = mState; 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()
432 void transitionTo(State oldState, State newState); in transitionTo()
H A DDozeFalsingManagerAdapter.java38 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) { in transitionTo()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java832 RawContactDelta oldState = new RawContactDelta(); in testMigrateNameFromGoogleToExchange() local
866 RawContactDelta oldState = new RawContactDelta(); in testMigratePostalFromGoogleToExchange() local
889 RawContactDelta oldState = new RawContactDelta(); in testMigratePostalFromExchangeToGoogle() local
931 RawContactDelta oldState = new RawContactDelta(); in testMigrateEventCommon() local
955 RawContactDelta oldState = new RawContactDelta(); in testMigrateEventFromGoogleToExchange2() local
987 RawContactDelta oldState = new RawContactDelta(); in testMigrateEmailFromGoogleToExchange() local
1037 RawContactDelta oldState = new RawContactDelta(); in testMigrateImFromGoogleToExchange() local
1123 RawContactDelta oldState = new RawContactDelta(); in testMigratePhoneFromGoogleToExchange() local
1182 RawContactDelta oldState = new RawContactDelta(); in testMigrateOrganizationFromGoogleToExchange() local
/aosp12/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelperBase.java54 static void performBackup_checked(ParcelFileDescriptor oldState, BackupDataOutput data, in performBackup_checked()
123 native private static int performBackup_native(FileDescriptor oldState, in performBackup_native()
H A DBackupHelper.java72 public void performBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in performBackup()
H A DFullBackupAgent.java31 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccSlot.java88 CardState oldState = mCardState; in update() local
147 CardState oldState = mCardState; in update() local
177 private boolean absentStateUpdateNeeded(CardState oldState) { in absentStateUpdateNeeded()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherBackupAgent.java28 ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState) { in onBackup()
/aosp12/packages/modules/StatsD/statsd/src/state/
H A DStateTracker.cpp116 FieldValue oldState; in updateStateForPrimaryKey() local
168 const FieldValue& oldState, const FieldValue& newState) { in notifyListeners()

1234567