Home
last modified time | relevance | path

Searched refs:stateChanged (Results 1 – 8 of 8) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/permission/
DFirstGrantTimeManager.java329 boolean stateChanged = false; in updateGrantTimesWithStagedDataLocked()
335 stateChanged |= tryUpdateGrantTimeFromStagedDataLocked(user, uid); in updateGrantTimesWithStagedDataLocked()
338 if (stateChanged) { in updateGrantTimesWithStagedDataLocked()
472 boolean stateChanged = false; in validateAndCorrectRecordedStateForUser()
484 stateChanged |= setPackageGrantTimeIfNotRecorded(recordedState, info.packageName); in validateAndCorrectRecordedStateForUser()
487 stateChanged |= in validateAndCorrectRecordedStateForUser()
495 stateChanged |= in validateAndCorrectRecordedStateForUser()
498 stateChanged |= in validateAndCorrectRecordedStateForUser()
502 if (stateChanged) { in validateAndCorrectRecordedStateForUser()
/packages/apps/Camera2/src/com/android/camera/
DButtonManager.java680 public void stateChanged(View view, int state) { in initializeFlashButton()
709 public void stateChanged(View view, int state) { in initializeTorchButton()
738 public void stateChanged(View view, int state) { in initializeHdrPlusFlashButton()
766 public void stateChanged(View view, int state) { in initializeCameraButton()
800 public void stateChanged(View view, int state) { in initializeHdrPlusButton()
833 public void stateChanged(View view, int state) { in initializeHdrButton()
867 public void stateChanged(View view, int state) { in initializeCountdownButton()
904 public void stateChanged(View view, int state) { in initializeGridLinesButton()
1003 public void stateChanged(View view, int state) { in setPreChangeCallback()
DMultiToggleImageButton.java57 public abstract void stateChanged(View view, int state); in stateChanged() method
154 mOnStatePreChangeListener.stateChanged(MultiToggleImageButton.this, mState); in setStateAnimatedInternal()
239 mOnStateChangeListener.stateChanged(MultiToggleImageButton.this, getState()); in setStateInternal()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/reorder/
DReorderAppCardTouchHelper.kt57 moveHelper.stateChanged(actionState) in onSelectedChanged()
83 fun stateChanged(actionState: Int) in onRowMoved() method
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java708 boolean stateChanged = (oldState != newState); in updateOccupantZoneStateLocked()
709 if (!stateChanged && callbackToNotify == null) { in updateOccupantZoneStateLocked()
727 if ((callback == callbackToNotify) || stateChanged) { in updateOccupantZoneStateLocked()
908 boolean stateChanged = (oldAppState == null || oldAppState.intValue() != newState); in setAppStateLocked()
909 if (!stateChanged && callbackToNotify == null) { in setAppStateLocked()
931 if (callback == callbackToNotify || stateChanged) { in setAppStateLocked()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/
DAppCardViewModel.kt288 override fun stateChanged(actionState: Int) { in <lambda>() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java168 void onCurrentPlayerStateUpdated(boolean stateChanged, boolean metadataChanged) { in onCurrentPlayerStateUpdated() argument
178 if (stateChanged) { in onCurrentPlayerStateUpdated()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java1475 boolean stateChanged = (mState == null || mState.threadEnabled != state);
1478 if (!stateChanged && callbackEntry.getValue().id != listenerId) {