Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/
DSafetySourceStateCollectedLoggingHostTest.kt81 assertThat(sourceStateAtoms.map { it.collectionType }.distinct()) in triggerStatsPull_atomsHaveCollectionTypeAutomatic()
101 assertThat(sourceStateAtoms.map { it.collectionType }) in setSafetySourceData_atomHasCollectionTypeSourceUpdated()
113 assertThat(sourceStateAtoms.map { it.collectionType }) in reportSafetySourceError_atomPushedForThatSource()
/packages/modules/Permission/service/java/com/android/safetycenter/logging/
DSafetyCenterStatsdLogger.java186 int collectionType = in writeSafetySourceStateCollected() local
199 collectionType, in writeSafetySourceStateCollected()