Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/
DChronicle.kt75 fun <T : Connection> getConnectionOrThrow(request: ConnectionRequest<T>): T { in getConnectionOrThrow() method
124 inline fun <reified T : Connection> Chronicle.getConnectionOrThrow( method