/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConferenceBase.java | 56 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 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/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | ModifierKeyState.java | 37 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 D | AlphabetShiftState.java | 35 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 D | ShiftKeyState.java | 31 int oldState = mState; in onOtherKeyPressed() local 42 int oldState = mState; in onPressOnShifted() local
|
/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/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | MultiStateCallback.java | 73 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 D | ConversationActivityUiState.java | 33 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 D | ConferenceManagerPresenter.java | 53 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 D | VideoPauseController.java | 132 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 D | AuthBiometricFingerprintView.java | 130 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 D | RcsStateChangedCallback.java | 24 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 D | StateChangedCallback.java | 25 void notifyStateChange(State oldState, State newState); in notifyStateChange()
|
/aosp12/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
H A D | HugeAgent.java | 87 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 D | DozeAuthRemover.java | 38 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) { in transitionTo()
|
H A D | DozeMachine.java | 289 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 D | DozeFalsingManagerAdapter.java | 38 public void transitionTo(DozeMachine.State oldState, DozeMachine.State newState) { in transitionTo()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactModifierTests.java | 832 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 D | FileBackupHelperBase.java | 54 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 D | BackupHelper.java | 72 public void performBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in performBackup()
|
H A D | FullBackupAgent.java | 31 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccSlot.java | 88 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 D | LauncherBackupAgent.java | 28 ParcelFileDescriptor oldState, BackupDataOutput data, ParcelFileDescriptor newState) { in onBackup()
|
/aosp12/packages/modules/StatsD/statsd/src/state/ |
H A D | StateTracker.cpp | 116 FieldValue oldState; in updateStateForPrimaryKey() local 168 const FieldValue& oldState, const FieldValue& newState) { in notifyListeners()
|