Home
last modified time | relevance | path

Searched refs:CATEGORY_AUDIO (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Permission/SafetyLabel/java/com/android/permission/safetylabel/
DDataCategoryConstants.java45 CATEGORY_AUDIO,
62 public static final String CATEGORY_AUDIO = "audio"; field in DataCategoryConstants
83 CATEGORY_AUDIO,
DDataTypeConstants.java398 VALID_TYPES_FOR_CATEGORY_MAP.put(DataCategoryConstants.CATEGORY_AUDIO, VALID_TYPES_AUDIO); in VALID_TYPES_FOR_CATEGORY_MAP.put() argument
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/applications/manageapplications/
DManageApplicationsUnitTest.java51 info.category = ApplicationInfo.CATEGORY_AUDIO; in getCompositeFilter_filtersVolumeForAudio()
115 info.category = ApplicationInfo.CATEGORY_AUDIO; in getCompositeFilter_worksWithInstantApps()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/
DWidgetRecommendationCategoryProviderTest.java19 import static android.content.pm.ApplicationInfo.CATEGORY_AUDIO;
125 CATEGORY_AUDIO, ENTERTAINMENT, in getWidgetRecommendationCategory_returnsMappedCategory()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageAsyncLoader.java19 import static android.content.pm.ApplicationInfo.CATEGORY_AUDIO;
128 case CATEGORY_AUDIO: in getStorageResultForUser()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilitySettings.java73 private static final String CATEGORY_AUDIO = "audio_category"; field in AccessibilitySettings
82 CATEGORY_SCREEN_READER, CATEGORY_CAPTIONS, CATEGORY_AUDIO, CATEGORY_DISPLAY,
391 initializePreBundledServicesMapFromArray(CATEGORY_AUDIO, in updateServicePreferences()
430 updateCategoryOrderFromArray(CATEGORY_AUDIO, in updateServicePreferences()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoader.java19 import static android.content.pm.ApplicationInfo.CATEGORY_AUDIO;
207 case CATEGORY_AUDIO: in getAppsAndGamesSize()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetRecommendationCategoryProvider.java97 if (applicationCategory == ApplicationInfo.CATEGORY_AUDIO in getCategoryFromApplicationCategory()
/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppLauncherUtilsTest.java21 import static android.content.pm.ApplicationInfo.CATEGORY_AUDIO;
351 mbsAppInfo.category = CATEGORY_AUDIO; in mockPackageManagerQueries()
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoaderTest.java205 addPackage(PACKAGE_NAME_3, 0, 1, 10, ApplicationInfo.CATEGORY_AUDIO); in testAppsAreFiltered()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java2056 isMusicApp = entry.info.category == ApplicationInfo.CATEGORY_AUDIO;