Searched refs:localConnectionInfoReceived (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | QosCallbackTracker.java | 522 boolean localConnectionInfoReceived = doesLocalConnectionInfoExist(session); in notifyMetricDedicatedBearerEvent() 526 localConnectionInfoReceived, remoteConnectionInfoReceived, hasListener); in notifyMetricDedicatedBearerEvent()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | RcsStatsTest.java | 1007 boolean localConnectionInfoReceived = false; in onImsDedicatedBearerEvent_withAtoms() 1012 localConnectionInfoReceived, remoteConnectionInfoReceived, hasListeners); in onImsDedicatedBearerEvent_withAtoms() 1023 assertEquals(localConnectionInfoReceived, stats.localConnectionInfoReceived); in onImsDedicatedBearerEvent_withAtoms()
|
D | PersistAtomsStorageTest.java | 833 mImsDedicatedBearerEvent1.localConnectionInfoReceived = true; in makeTestData() 845 mImsDedicatedBearerEvent2.localConnectionInfoReceived = true; in makeTestData() 3271 assertEquals(mImsDedicatedBearerEvent1.localConnectionInfoReceived, in addImsDedicatedBearerEvent_withSameProto() 3272 output[0].localConnectionInfoReceived); in addImsDedicatedBearerEvent_withSameProto() 5775 && stats.localConnectionInfoReceived in assertHasStatsAndCount() 5776 == expectedStats.localConnectionInfoReceived in assertHasStatsAndCount()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | RcsStats.java | 1162 int bearerState, boolean localConnectionInfoReceived, in onImsDedicatedBearerEvent() argument 1175 proto.localConnectionInfoReceived = localConnectionInfoReceived; in onImsDedicatedBearerEvent() 1731 + ", Local Connection Info = " + stat.localConnectionInfoReceived in printAllMetrics()
|
D | PersistAtomsStorage.java | 2110 && stats.localConnectionInfoReceived == key.localConnectionInfoReceived in find()
|
D | MetricsCollector.java | 1372 stats.localConnectionInfoReceived, in buildStatsEvent()
|