Home
last modified time | relevance | path

Searched defs:onFinishedCallback (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/contexthub/
DContextHubClientBrokerTest.java153 PendingIntent.OnFinished onFinishedCallback = in testWakeLock_pendingIntent() local
183 PendingIntent.OnFinished onFinishedCallback = in testWakeLock_pendingIntent_multipleTimes() local
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java676 Consumer<Byte> onFinishedCallback = (Byte error) -> in sendMessageToClient() local
988 Consumer<Byte> onFinishedCallback) { in sendPendingIntent()
1028 PendingIntent.OnFinished onFinishedCallback) { in doSendPendingIntent()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java214 final OnAnimationFinishedCallback onFinishedCallback = callbackCaptor.getValue(); in testDeferFinishDoNotFinishNextAnimation() local