/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneProvider.java | 214 ProviderState newState(@ProviderStateEnum int newStateEnum, in newState() method in LocationTimeZoneProvider.ProviderState 530 private void setCurrentState(@NonNull ProviderState newState, boolean notifyChanges) { in setCurrentState() 552 void onSetCurrentState(ProviderState newState) { in onSetCurrentState() 591 ProviderState newState = currentState.newState(PROVIDER_STATE_STARTED_INITIALIZING, in startUpdates() local 610 ProviderState newState = currentState.newState(PROVIDER_STATE_STARTED_UNCERTAIN, in handleInitializationTimeout() local 643 ProviderState newState = in stopUpdates() local 689 ProviderState newState = currentState.newState( in handleTimeZoneProviderEvent() local 724 ProviderState newState = currentState.newState( in handleTimeZoneProviderEvent() local 739 ProviderState newState = currentState.newState(providerStateEnum, in handleTimeZoneProviderEvent() local 776 ProviderState newState = currentState.newState(PROVIDER_STATE_STARTED_UNCERTAIN, in handleTemporaryFailure() local
|
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
H A D | PeerConnectionEndToEndTest.java | 164 public synchronized void expectSignalingChange(SignalingState newState) { in expectSignalingChange() 171 public synchronized void onSignalingChange(SignalingState newState) { in onSignalingChange() 172 assertEquals(expectedSignalingChanges.remove(), newState); in onSignalingChange() local 177 public synchronized void expectIceConnectionChange(IceConnectionState newState) { in expectIceConnectionChange() 183 public synchronized void expectStandardizedIceConnectionChange(IceConnectionState newState) { in expectStandardizedIceConnectionChange() 190 public synchronized void onIceConnectionChange(IceConnectionState newState) { in onIceConnectionChange() 202 assertEquals(expectedIceConnectionChanges.remove(), newState); in onIceConnectionChange() local 208 public synchronized void onStandardizedIceConnectionChange(IceConnectionState newState) { in onStandardizedIceConnectionChange() 218 assertEquals(expectedStandardizedIceConnectionChanges.remove(), newState); in onStandardizedIceConnectionChange() local 223 public synchronized void expectConnectionChange(PeerConnectionState newState) { in expectConnectionChange() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/assign/ |
H A D | assign.move.pass.cpp | 106 Traced::state newState{}; in test() local 134 Traced::state newState{}; in test() local 164 TracedNoexcept::state newState{}; in test() local 199 Traced::state newState{}; in test() local 228 TracedNoexcept::state newState{}; in test() local 250 Traced::state newState{}; in test() local
|
H A D | assign.copy.pass.cpp | 85 Traced::state newState{}; in test() local 113 Traced::state newState{}; in test() local 143 TracedNoexcept::state newState{}; in test() local 179 Traced::state newState{}; in test() local 209 TracedNoexcept::state newState{}; in test() local 232 Traced::state newState{}; in test() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | BondStateMachineTest.java | 567 int newState, in testSendIntentCase() 618 int newState, in testSendIntentForAllDeviceTypes() 650 int newState, in testSendIntentNoPendingDeviceWithUuid() 672 int newState, in testSendIntentPendingDeviceWithUuid() 694 int newState, in testSendIntentPendingDevice() 716 int newState, in testSendIntentNoPendingDevice() 736 private void verifyBondStateChangeIntent(int oldState, int newState, Intent intent) { in verifyBondStateChangeIntent()
|
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | FinalizationStateDispatchQueue.java | 76 ListenableFuture<Void> enqueueStateChange(@FinalizationState int newState) { in enqueueStateChange() 86 private ListenableFuture<Void> handleStateChange(@FinalizationState int newState) { in handleStateChange() 103 @FinalizationState int newState) { in isValidStateChange() 136 @FinalizationState int newState); in onStateChanged()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeMachine.java | 301 State newState = transitionPolicy(requestedState); in transitionTo() local 326 private void updatePulseReason(State newState, State oldState, int pulseReason) { in updatePulseReason() 334 private void performTransitionOnComponents(State oldState, State newState) { in performTransitionOnComponents() 345 private void validateTransition(State newState) { in validateTransition() 411 private void updateWakeLockState(State newState) { in updateWakeLockState() 465 void transitionTo(State oldState, State newState); in transitionTo()
|
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 846 RawContactDelta newState = new RawContactDelta(); in testMigrateNameFromGoogleToExchange() local 873 RawContactDelta newState = new RawContactDelta(); in testMigratePostalFromGoogleToExchange() local 900 RawContactDelta newState = new RawContactDelta(); in testMigratePostalFromExchangeToGoogle() local 939 RawContactDelta newState = new RawContactDelta(); in testMigrateEventCommon() local 970 RawContactDelta newState = new RawContactDelta(); in testMigrateEventFromGoogleToExchange2() local 1012 RawContactDelta newState = new RawContactDelta(); in testMigrateEmailFromGoogleToExchange() local 1071 RawContactDelta newState = new RawContactDelta(); in testMigrateImFromGoogleToExchange() local 1154 RawContactDelta newState = new RawContactDelta(); in testMigratePhoneFromGoogleToExchange() local 1190 RawContactDelta newState = new RawContactDelta(); in testMigrateOrganizationFromGoogleToExchange() local
|
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/ |
H A D | ApplicationStatus.java | 129 void onApplicationStateChange(@ApplicationState int newState); in onApplicationStateChange() 141 void onActivityStateChange(Activity activity, @ActivityState int newState); in onActivityStateChange() 320 private static void onStateChange(Activity activity, @ActivityState int newState) { in onStateChange() 375 public static void onStateChangeForTesting(Activity activity, int newState) { in onStateChangeForTesting() 619 private static native void nativeOnApplicationStateChange(@ApplicationState int newState); in nativeOnApplicationStateChange()
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/state/ |
D | StateTracker.cpp | 38 FieldValue newState; in onLogEvent() local 100 void StateTracker::handleReset(const int64_t eventTimeNs, const FieldValue& newState) { in handleReset() 127 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey() 180 const FieldValue& oldState, const FieldValue& newState) { in notifyListeners()
|
/aosp_15_r20/frameworks/base/core/java/android/app/backup/ |
H A D | BackupAgent.java | 347 ParcelFileDescriptor newState) throws IOException; in onBackup() 381 ParcelFileDescriptor newState) throws IOException; in onRestore() 389 ParcelFileDescriptor newState) in onRestore() 410 ParcelFileDescriptor newState, in onRestore() 1097 ParcelFileDescriptor newState, in doBackup() 1143 ParcelFileDescriptor newState, int token, IBackupManager callbackBinder) in doRestore() 1151 ParcelFileDescriptor newState, int token, IBackupManager callbackBinder, in doRestoreWithExcludedKeys() 1157 ParcelFileDescriptor newState, int token, IBackupManager callbackBinder, in doRestoreInternal()
|
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()
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | ApplicationStatus.java | 129 void onApplicationStateChange(@ApplicationState int newState); in onApplicationStateChange() 140 void onActivityStateChange(Activity activity, @ActivityState int newState); in onActivityStateChange() 434 private static void onStateChange(Activity activity, @ActivityState int newState) { in onStateChange() 503 public static void onStateChangeForTesting(Activity activity, int newState) { in onStateChangeForTesting() 839 void onApplicationStateChange(@ApplicationState int newState); in onApplicationStateChange()
|
/aosp_15_r20/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/ |
H A D | IpSecPacketLossDetectorTest.java | 397 IpSecTransformState newState, in checkGetPacketLossRate() 413 final IpSecTransformState newState = in checkGetPacketLossRate() local 426 final IpSecTransformState newState = in checkGetPacketLossRate() local 450 final IpSecTransformState newState = in testGetPacketLossRate_expectedPacketNumTooFew() local 510 final IpSecTransformState newState = in checkGetPktLossRate_unusualSeqNumLeap() local
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 961 RawContactDelta oldState, RawContactDelta newState, in migrateStateForNewContact() 1014 private static ArrayList<ValuesDelta> ensureEntryMaxSize(RawContactDelta newState, in ensureEntryMaxSize() 1033 Context context, RawContactDelta oldState, RawContactDelta newState, in migrateStructuredName() 1070 public static void migratePostal(RawContactDelta oldState, RawContactDelta newState, in migratePostal() 1181 public static void migrateEvent(RawContactDelta oldState, RawContactDelta newState, in migrateEvent() 1238 RawContactDelta oldState, RawContactDelta newState, DataKind newDataKind) { in migrateGenericWithoutTypeColumn() 1255 RawContactDelta oldState, RawContactDelta newState, DataKind newDataKind) { in migrateGenericWithTypeColumn()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallPresenter.java | 837 InCallState newState = getPotentialStateFromCallList(callList); in onCallListChange() local 953 InCallState newState = startOrFinishUi(InCallState.INCOMING); in onIncomingCall() local 1007 int newState = call.getVideoTech().getSessionModificationState(); in onSessionModificationStateChange() local 1056 InCallState newState = InCallState.NO_CALLS; in getPotentialStateFromCallList() local 1472 private InCallState startOrFinishUi(InCallState newState) { in startOrFinishUi() 1949 void onStateChange(InCallState oldState, InCallState newState, CallList callList); in onStateChange() 1954 void onIncomingCall(InCallState oldState, InCallState newState, DialerCall call); in onIncomingCall()
|
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/ |
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()
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallEndpointController.java | 361 private boolean isAvailableEndpointChanged(CallAudioState oldState, CallAudioState newState) { in isAvailableEndpointChanged() 380 private boolean isEndpointChanged(CallAudioState oldState, CallAudioState newState) { in isEndpointChanged() 399 private boolean isMuteStateChanged(CallAudioState oldState, CallAudioState newState) { in isMuteStateChanged() 424 public void onCallAudioStateChanged(CallAudioState oldState, CallAudioState newState) { in onCallAudioStateChanged()
|
D | CallAnomalyWatchdog.java | 66 public WatchdogCallState(int newState, boolean newIsCreateConnectionComplete, in WatchdogCallState() 230 public void onCallStateChanged(Call call, int oldState, int newState) { in onCallStateChanged() 306 final WatchdogCallState newState = new WatchdogCallState(call.getState(), in maybeTrackCall() local 371 private Runnable getCleanupRunnable(Call call, WatchdogCallState newState, long timeoutMillis, in getCleanupRunnable()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/taptotransfer/sender/ |
D | SenderEndItem.java | 55 private final int newState = 0; field in SenderEndItem.UndoButton 58 …gging.UiEventLogger.UiEventEnum uiEventOnClick, @android.app.StatusBarManager.MediaTransferSenderS… in UndoButton() 82 …gging.UiEventLogger.UiEventEnum uiEventOnClick, @android.app.StatusBarManager.MediaTransferSenderS… in copy()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientConnectionService.java | 88 BluetoothDevice device, int newState, int oldState) { in onConnectionStateChanged() 108 public static void onAudioStateChanged(BluetoothDevice device, int newState, int oldState) { in onAudioStateChanged() 122 BluetoothDevice device, int newState, int oldState) { in onConnectionStateChangedInternal() 173 private void onAudioStateChangedInternal(BluetoothDevice device, int newState, int oldState) { in onAudioStateChangedInternal()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | InternalSubchannel.java | 321 private void gotoNonErrorState(final ConnectivityState newState) { in gotoNonErrorState() 327 private void gotoState(final ConnectivityStateInfo newState) { in gotoState() 332 "Cannot transition out of SHUTDOWN to " + newState); in gotoState() local 635 void onStateChange(InternalSubchannel is, ConnectivityStateInfo newState) { } in onStateChange()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LockIcon.java | 135 void update(int newState, boolean dozing, boolean keyguardJustShown) { in update() 166 private Drawable getIcon(int newState) { in getIcon() 201 private static int getAnimationIndexForTransition(int oldState, int newState, boolean dozing, in getAnimationIndexForTransition()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | SecurityUtils.h | 70 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState, in AdjustPrivileges() 75 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState) in AdjustPrivileges() 78 bool AdjustPrivileges(PTOKEN_PRIVILEGES newState) in AdjustPrivileges()
|