Searched refs:InternalState (Results 1 – 2 of 2) sorted by relevance
171 private static class InternalState { class in AbstractLocationProvider175 InternalState(@Nullable Listener listener, State state) { in InternalState() method in AbstractLocationProvider.InternalState180 InternalState withListener(Listener listener) { in withListener()184 return new InternalState(listener, state); in withListener()188 InternalState withState(State state) { in withState()192 return new InternalState(listener, state); in withState()196 InternalState withState(UnaryOperator<State> operator) { in withState()207 private final AtomicReference<InternalState> mInternalState;225 mInternalState = new AtomicReference<>(new InternalState(null, in AbstractLocationProvider()244 InternalState newInternalState = mInternalState.updateAndGet( in setState()[all …]
22900 …vider/AbstractLocationProvider$InternalState;)Lcom/android/server/location/provider/AbstractLocati…22907 HSPLcom/android/server/location/provider/AbstractLocationProvider$InternalState;-><init>(Lcom/andro…22908 …InternalState;->withListener(Lcom/android/server/location/provider/AbstractLocationProvider$Listen…22909 …InternalState;->withState(Lcom/android/server/location/provider/AbstractLocationProvider$State;)Lc…22910 …InternalState;->withState(Ljava/util/function/UnaryOperator;)Lcom/android/server/location/provider…22925 …vider/AbstractLocationProvider$InternalState;)Lcom/android/server/location/provider/AbstractLocati…54078 Lcom/android/server/location/provider/AbstractLocationProvider$InternalState;