Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java691 private void updateAllOccupantZoneStateLocked(@Nullable IStateCallback callbackToNotify) { in updateAllOccupantZoneStateLocked() argument
694 updateOccupantZoneStateLocked(occupantZone, callbackToNotify); in updateAllOccupantZoneStateLocked()
705 @Nullable IStateCallback callbackToNotify) { in updateOccupantZoneStateLocked() argument
709 if (!stateChanged && callbackToNotify == null) { in updateOccupantZoneStateLocked()
727 if ((callback == callbackToNotify) || stateChanged) { in updateOccupantZoneStateLocked()
792 IStateCallback callbackToNotify) { in updateAllAppStateWithPackageNameLocked() argument
798 setAppStateLocked(discoveredClient, newState, callbackToNotify); in updateAllAppStateWithPackageNameLocked()
906 @Nullable IStateCallback callbackToNotify) { in setAppStateLocked() argument
909 if (!stateChanged && callbackToNotify == null) { in setAppStateLocked()
931 if (callback == callbackToNotify || stateChanged) { in setAppStateLocked()