Home
last modified time | relevance | path

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

/packages/modules/Permission/SafetyLabel/tests/java/com/android/permission/safetylabel/
DDataTypeTest.kt31 …com.android.permission.safetylabel.SafetyLabelTestPersistableBundles.createTypeMapPersistableBundle
76 createTypeMapPersistableBundle(CATEGORY_LOCATION), in getDataTypeMap_invalidCategory_validBundle_emptyMap()
117 val typeMapPersistableBundle = createTypeMapPersistableBundle(CATEGORY_LOCATION) in getDataTypeMap_validCategory_validBundle_hasAllExpectedTypes()
131 val typeMapPersistableBundle = createTypeMapPersistableBundle(CATEGORY_LOCATION) in getDataTypeMap_validCategory_validBundleWithAddedInvalidType_hasOnlyExpectedTypes()
163 createTypeMapPersistableBundle(CATEGORY_LOCATION), in getDataTypeMap_dataCollected_validCategory_validBundle_validateSingleExpectedType()
179 createTypeMapPersistableBundle(CATEGORY_LOCATION), in getDataTypeMap_dataShared_validCategory_validBundle_validateSingleExpectedType()
DSafetyLabelTestPersistableBundles.kt279 putPersistableBundle(categoryKey, createTypeMapPersistableBundle(categoryKey)) in <lambda>()
288 putPersistableBundle(categoryKey, createTypeMapPersistableBundle(categoryKey)) in <lambda>()
290 putPersistableBundle(INVALID_KEY, createTypeMapPersistableBundle(CATEGORY_LOCATION)) in <lambda>()
309 putPersistableBundle(INVALID_KEY, createTypeMapPersistableBundle(CATEGORY_LOCATION)) in <lambda>()
314 fun createTypeMapPersistableBundle(@Category category: String): PersistableBundle { in <lambda>() method