Searched refs:createTypeMapPersistableBundle (Results 1 – 2 of 2) sorted by relevance
31 …com.android.permission.safetylabel.SafetyLabelTestPersistableBundles.createTypeMapPersistableBundle76 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()
279 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