Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepository.kt408 logFactory.getOrCreate(tableBufferLogName(subId), MOBILE_CONNECTION_BUFFER_SIZE) in <lambda>()
428 fun tableBufferLogName(subId: Int): String = "MobileConnectionLog[$subId]" in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt63 …ine.mobile.data.repository.prod.FullMobileConnectionRepository.Factory.Companion.tableBufferLogName in <lambda>()
794 eq(tableBufferLogName(SUB_1_ID)), in <lambda>()
800 eq(tableBufferLogName(SUB_2_ID)), in <lambda>()