Searched refs:callbackToNotify (Results 1 – 1 of 1) sorted by relevance
691 private void updateAllOccupantZoneStateLocked(@Nullable IStateCallback callbackToNotify) { in updateAllOccupantZoneStateLocked() argument694 updateOccupantZoneStateLocked(occupantZone, callbackToNotify); in updateAllOccupantZoneStateLocked()705 @Nullable IStateCallback callbackToNotify) { in updateOccupantZoneStateLocked() argument709 if (!stateChanged && callbackToNotify == null) { in updateOccupantZoneStateLocked()727 if ((callback == callbackToNotify) || stateChanged) { in updateOccupantZoneStateLocked()792 IStateCallback callbackToNotify) { in updateAllAppStateWithPackageNameLocked() argument798 setAppStateLocked(discoveredClient, newState, callbackToNotify); in updateAllAppStateWithPackageNameLocked()906 @Nullable IStateCallback callbackToNotify) { in setAppStateLocked() argument909 if (!stateChanged && callbackToNotify == null) { in setAppStateLocked()931 if (callback == callbackToNotify || stateChanged) { in setAppStateLocked()