Searched refs:CATEGORY_LOCATION (Results 1 – 10 of 10) sorted by relevance
21 import com.android.permission.safetylabel.DataCategoryConstants.CATEGORY_LOCATION76 createTypeMapPersistableBundle(CATEGORY_LOCATION), in getDataTypeMap_invalidCategory_validBundle_emptyMap()87 DataType.getDataTypeMap(null, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataTypeMap_validCategory_nullPersistableBundle_emptyMap()97 PersistableBundle.EMPTY, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataTypeMap_validCategory_emptyPersistableBundle_emptyMap()109 CATEGORY_LOCATION) in getDataTypeMap_validCategory_invalidBundle_emptyMap()117 val typeMapPersistableBundle = createTypeMapPersistableBundle(CATEGORY_LOCATION) in getDataTypeMap_validCategory_validBundle_hasAllExpectedTypes()121 typeMapPersistableBundle, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataTypeMap_validCategory_validBundle_hasAllExpectedTypes()126 DataTypeConstants.getValidDataTypesForCategory(CATEGORY_LOCATION)) in getDataTypeMap_validCategory_validBundle_hasAllExpectedTypes()131 val typeMapPersistableBundle = createTypeMapPersistableBundle(CATEGORY_LOCATION) in getDataTypeMap_validCategory_validBundleWithAddedInvalidType_hasOnlyExpectedTypes()137 typeMapPersistableBundle, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataTypeMap_validCategory_validBundleWithAddedInvalidType_hasOnlyExpectedTypes()[all …]
21 import com.android.permission.safetylabel.DataCategoryConstants.CATEGORY_LOCATION194 null, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataCategory_nullBundle_nullDataCategory()203 PersistableBundle.EMPTY, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataCategory_emptyBundle_nullDataCategory()214 CATEGORY_LOCATION) in getDataCategory_invalidBundle_nullDataCategory()236 CATEGORY_LOCATION) in getDataCategory_validBundle_validCategoryAndExpectedTypes()242 DataTypeConstants.getValidDataTypesForCategory(CATEGORY_LOCATION)) in getDataCategory_validBundle_validCategoryAndExpectedTypes()253 dataTypeMapBundle, DataLabelConstants.DATA_USAGE_SHARED, CATEGORY_LOCATION) in getDataCategory_validBundleWithAddedInvalidType_validCategoryAndOnlyExpectedTypes()259 DataTypeConstants.getValidDataTypesForCategory(CATEGORY_LOCATION)) in getDataCategory_validBundleWithAddedInvalidType_validCategoryAndOnlyExpectedTypes()
23 import com.android.permission.safetylabel.DataCategoryConstants.CATEGORY_LOCATION in <lambda>()290 putPersistableBundle(INVALID_KEY, createTypeMapPersistableBundle(CATEGORY_LOCATION)) in <lambda>()309 putPersistableBundle(INVALID_KEY, createTypeMapPersistableBundle(CATEGORY_LOCATION)) in <lambda>()
42 CATEGORY_LOCATION,59 public static final String CATEGORY_LOCATION = "location"; field in DataCategoryConstants80 CATEGORY_LOCATION,
393 DataCategoryConstants.CATEGORY_LOCATION, VALID_TYPES_LOCATION); in VALID_TYPES_FOR_CATEGORY_MAP.put() argument
21 import com.android.permission.safetylabel.DataCategoryConstants.CATEGORY_LOCATION51 val updates = getUpdatesForCategories(listOf(CATEGORY_LOCATION)) in buildUpdateIfSignificantChange()
34 import com.android.permission.safetylabel.DataCategoryConstants.CATEGORY_LOCATION in <lambda>()113 appDataSharingUpdate.categorySharingUpdates[CATEGORY_LOCATION] in <lambda>()
115 .filter { it.key == DataCategoryConstants.CATEGORY_LOCATION } in <lambda>()
45 import com.android.permission.safetylabel.DataCategoryConstants.CATEGORY_LOCATION in <lambda>()499 appDataSharingUpdate.categorySharingUpdates[CATEGORY_LOCATION] in <lambda>()531 categorySharingUpdates[CATEGORY_LOCATION] != null in <lambda>()
39 mapOf(Manifest.permission_group.LOCATION to listOf(DataCategoryConstants.CATEGORY_LOCATION))