Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DListenerMultiplexer.java478 public UpdateServiceLock newUpdateServiceLock() { in newUpdateServiceLock()
479 return new UpdateServiceLock(mUpdateServiceBuffer); in newUpdateServiceLock()
816 public static final class UpdateServiceLock implements AutoCloseable { class in ListenerMultiplexer
820 UpdateServiceLock(ListenerMultiplexer<?, ?, ?, ?>.UpdateServiceBuffer updateServiceBuffer) { in UpdateServiceLock() method in ListenerMultiplexer.UpdateServiceLock
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/listeners/
H A DListenerMultiplexerTest.java37 import com.android.server.location.listeners.ListenerMultiplexer.UpdateServiceLock;
231 try (UpdateServiceLock ignored = mMultiplexer.newUpdateServiceLock()) { in testBufferUpdateService()