Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/provider/
DAbstractLocationProvider.java188 InternalState withState(State state) { in withState() method in AbstractLocationProvider.InternalState
196 InternalState withState(UnaryOperator<State> operator) { in withState() method in AbstractLocationProvider.InternalState
197 return withState(operator.apply(state)); in withState()
247 return internalState.withState(operator); in setState()
/frameworks/base/services/
Dart-profile22909 HSPLcom/android/server/location/provider/AbstractLocationProvider$InternalState;->withState(Lcom/an…
22910 HSPLcom/android/server/location/provider/AbstractLocationProvider$InternalState;->withState(Ljava/u…