Searched refs:systemInfoStats (Results 1 – 2 of 2) sorted by relevance
830 SystemInfoStats systemInfoStats; in finishPendingRead() local832 systemInfoStats = SystemInfoStats.parseFrom(serialized); in finishPendingRead()837 readFromMemory(systemInfoStats); in finishPendingRead()840 private void readFromMemory(@NonNull SystemInfoStats systemInfoStats) { in readFromMemory() argument841 if (systemInfoStats.hasCurrSoftwareBuildInfo()) { in readFromMemory()843 systemInfoStats.getCurrSoftwareBuildInfo()); in readFromMemory()845 if (systemInfoStats.hasPrevSoftwareBuildInfo()) { in readFromMemory()847 systemInfoStats.getPrevSoftwareBuildInfo()); in readFromMemory()849 if (systemInfoStats.hasNumBssidLastScan2G()) { in readFromMemory()850 mPrevScanStats.setNumBssidLastScan2g(systemInfoStats.getNumBssidLastScan2G()); in readFromMemory()[all …]
463 SystemInfoStats systemInfoStats = SystemInfoStats.parseFrom(serialized); in testSerializationDeserialization() local465 .fromSoftwareBuildInfo(systemInfoStats.getCurrSoftwareBuildInfo()); in testSerializationDeserialization()470 assertEquals(1_500_000_005_000L, systemInfoStats.getLastScanTimeMs()); in testSerializationDeserialization()471 assertEquals(2, systemInfoStats.getNumBssidLastScan2G()); in testSerializationDeserialization()472 assertEquals(2, systemInfoStats.getNumBssidLastScanAbove2G()); in testSerializationDeserialization()785 SystemInfoStats systemInfoStats = SystemInfoStats.parseFrom(serialized); in testPostBootAbnormalScanDetection() local786 assertEquals(1_500_000_005_000L, systemInfoStats.getLastScanTimeMs()); in testPostBootAbnormalScanDetection()787 assertEquals(2, systemInfoStats.getNumBssidLastScan2G()); in testPostBootAbnormalScanDetection()788 assertEquals(2, systemInfoStats.getNumBssidLastScanAbove2G()); in testPostBootAbnormalScanDetection()