Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DAbstractLocationProvider.java129 public State withIdentity(@Nullable CallerIdentity identity) { in withIdentity() method in AbstractLocationProvider.State
227 .withIdentity(identity) in AbstractLocationProvider()
291 setState(state -> state.withIdentity(identity)); in setIdentity()
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DKey.kt74 fun withIdentity(predicate: (Any) -> Boolean): ElementMatcher { regex
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
H A DProxyLocationProvider.java271 .withIdentity(identity) in onInitialize()