Home
last modified time | relevance | path

Searched refs:nextValueForSequence (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DIorapForwardingService.java281 mIorapRemote.onAppLaunchEvent(RequestId.nextValueForSequence(),
293 mIorapRemote.onAppLaunchEvent(RequestId.nextValueForSequence(),
307 mIorapRemote.onAppLaunchEvent(RequestId.nextValueForSequence(),
320 mIorapRemote.onAppLaunchEvent(RequestId.nextValueForSequence(),
333 mIorapRemote.onAppLaunchEvent(RequestId.nextValueForSequence(),
DRequestId.java51 @NonNull public static RequestId nextValueForSequence() { in nextValueForSequence() method in RequestId
/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/
DParcelablesTest.kt34 private val initialRequestId = RequestId.nextValueForSequence()!! in <lambda>()
61 RequestId.nextValueForSequence()), in <lambda>()
DIIorapIntegrationTest.kt63 val requestId = RequestId.nextValueForSequence()!! in <lambda>()