| /packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ | 
| D | SendTestMessages.java | 391                                               int category) {  in createFromPdu()398                                                int category) {  in createFromPdus()
 430     private static void sendBroadcast(Context context, int serialNumber, int category,  in sendBroadcast()
 440             int category) {  in testSendMessage7bit()
 445             int category) {  in testSendMessage7bitUmts()
 450             int category) {  in testSendMessage7bitNoPadding()
 455             int category) {  in testSendMessage7bitNoPaddingUmts()
 460             int category) {  in testSendMessage7bitMultipageGsm()
 472             int category) {  in testSendMessage7bitMultipageUmts()
 477             int category) {  in testSendMessage7bitWithLanguage()
 [all …]
 
 | 
| /packages/apps/Settings/src/com/android/settings/core/instrumentation/ | 
| D | SettingsEventLogWriter.java | 28     public void visible(Context context, int source, int category, int latency) {  in visible()36     public void hidden(Context context, int category, int visibleTime) {  in hidden()
 52     public void changed(int category, String key, int value) {  in changed()
 60     public void action(Context context, int category, String pkg) {  in action()
 68     public void action(Context context, int category, int value) {  in action()
 76     public void action(Context context, int category, boolean value) {  in action()
 
 | 
| /packages/apps/TV/common/src/com/android/tv/common/ui/setup/ | 
| D | SetupActionHelper.java | 30     public static boolean onActionClick(Fragment fragment, String category, int actionId) {  in onActionClick()36             Fragment fragment, String category, int actionId, Bundle params) {  in onActionClick()
 55             Fragment fragment, String category, int actionId, Bundle params) {  in createOnClickListenerForAction()
 72                 Fragment fragment, String category, int actionId, Bundle params) {  in OnActionClickListenerForAction()
 
 | 
| D | SetupFragment.java | 109     protected void setOnClickAction(View view, final String category, final int actionId) {  in setOnClickAction()119     protected boolean onActionClick(String category, int actionId) {  in onActionClick()
 123     protected boolean onActionClick(String category, int actionId, Bundle params) {  in onActionClick()
 
 | 
| /packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/ | 
| D | CategoryManagerTest.java | 87         final DashboardCategory category = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT);  in backwardCompatCleanupForCategory_shouldNotChangeCategoryForNewKeys()  local231         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in sortCategories_singlePackage_shouldReorderBasedOnPriority()  local
 255         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in sortCategories_multiPackage_shouldReorderBasedOnPackageAndPriority()  local
 277         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage()  local
 300         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering()  local
 327         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in sortCategories_samePriority_internalPackageTileShouldTakePrecedence()  local
 349         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in filterTiles_noDuplicate_noChange()  local
 376         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in filterTiles_hasDuplicateActivityTiles_shouldOnlyKeepUniqueTiles()  local
 394         final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE);  in filterTiles_hasDuplicateProviderTiles_shouldOnlyKeepUniqueTiles()  local
 
 | 
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/ | 
| D | MetricsLoggerWrapper.java | 42     public void logAction(Context context, int category, String value) {  in logAction()56     public void logAction(Context context, int category, int value) {  in logAction()
 69     public void logAction(Context context, int category) {  in logAction()
 
 | 
| D | TimeLogger.java | 62     public TimeLogger(Context context, @TimeCategory int category) {  in TimeLogger()72             int category,  in TimeLogger()
 
 | 
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ | 
| D | WallpaperPickerDelegate.java | 218             Category category = mCategoryProvider.getCategory(i);  in findThirdPartyCategory()  local317     public void addCategory(Category category, boolean fetchingAll) {  in addCategory()
 324     public void removeCategory(Category category) {  in removeCategory()
 331     public void updateCategory(Category category) {  in updateCategory()
 356         Category category = findCategoryForCollectionId(collectionId);  in show()  local
 
 | 
| D | CategorySelectorFragment.java | 100         void show(Category category);  in show()221     void addCategory(Category category, boolean loading) {  in addCategory()
 273     void removeCategory(Category category) {  in removeCategory()
 288     void updateCategory(Category category) {  in updateCategory()
 420         private void bindCategory(Category category) {  in bindCategory()
 740                     Category category = mCategories.get(position - NUM_NON_CATEGORY_VIEW_HOLDERS);  in onBindViewHolder()  local
 853                         Category category = mCategories.get(  in onBindViewHolder()  local
 857                         Category category = mCategories.get(position  in onBindViewHolder()  local
 
 | 
| /packages/services/Car/car-lib/src/android/car/cluster/ | 
| D | CarInstrumentClusterManager.java | 99     public void registerCallback(String category, Callback callback) {  in registerCallback()141         void onClusterActivityStateChanged(String category, Bundle clusterActivityState);  in onClusterActivityStateChanged()
 
 | 
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/ | 
| D | AutoAppPermissionsFragment.java | 242             PreferenceCategory category = getPreferenceScreen().findPreference(  in updatePreferences()  local307     private void setAdditionalPermissionsPreference(PreferenceCategory category, int numExtraPerms,  in setAdditionalPermissionsPreference()
 328     private void setNoPermissionPreference(PreferenceCategory category, Category grantCategory,  in setNoPermissionPreference()
 371             int category = APP_PERMISSIONS_FRAGMENT_VIEWED__CATEGORY__ALLOWED;  in logAppPermissionsFragmentView()  local
 395             long sessionId, long viewId, String permissionGroupName, int category) {  in logAppPermissionsFragmentViewEntry()
 
 | 
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/ | 
| D | PermissionUsageDetailsFragment.java | 306         AtomicReference<PreferenceCategory> category =  in updateAllUI()  local315         renderHistoryPreferences(uiData.getAppPermissionAccessUiInfoList(), category, finalScreen);  in updateAllUI()  local
 324             AtomicReference<PreferenceCategory> category,  in renderHistoryPreferences()
 428         PreferenceCategory category = new PreferenceCategory(getContext());  in createDayCategoryPreference()  local
 
 | 
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ | 
| D | AppPermissionGroupsFragment.java | 324             PreferenceCategory category = findPreference(grantCategory.getCategoryName());  in updatePreferences()  local473             PreferenceCategory category = getPreferenceScreen().findPreference(  in setAutoRevokeToggleState()  local
 501     private Preference setUpCustomPermissionsScreen(Context context, int count, String category) {  in setUpCustomPermissionsScreen()
 517     private void setNoPermissionPreference(PreferenceCategory category, @StringRes int stringId,  in setNoPermissionPreference()
 549             int category = APP_PERMISSIONS_FRAGMENT_VIEWED__CATEGORY__ALLOWED;  in logAppPermissionGroupsFragmentView()  local
 574             long sessionId, long viewId, String permissionGroupName, int category) {  in logAppPermissionsFragmentViewEntry()
 
 | 
| /packages/apps/Nfc/src/com/android/nfc/cardemulation/ | 
| D | CardEmulationManager.java | 378     ComponentName getDefaultServiceForCategory(int userId, String category,  in getDefaultServiceForCategory()401             String category) {  in setDefaultServiceForCategoryChecked()
 495                 String category) {  in isDefaultServiceForCategory()
 519                 ComponentName service, String category) throws RemoteException {  in setDefaultServiceForCategory()
 589                 ComponentName service, String category) throws RemoteException {  in getAidGroupForService()
 601                 ComponentName service, String category) throws RemoteException {  in removeAidGroupForService()
 617         public List<ApduServiceInfo> getServices(int userId, String category)  in getServices()
 
 | 
| /packages/apps/Settings/src/com/android/settings/spa/app/specialaccess/ | 
| D | ModifySystemSettings.kt | 47         val category = when {  in createModel()  constant
 | 
| D | DisplayOverOtherApps.kt | 47         val category = when {  in createModel()  constant
 | 
| D | AllFilesAccess.kt | 48         val category = when {  in createModel()  constant
 | 
| /packages/apps/ThemePicker/tests/robotests/src/com/android/customization/testutils/ | 
| D | OverlayManagerMocks.java | 49         MockOverlay(String packageName, String targetPackage, String category) {  in MockOverlay()85     public void addOverlay(String packageName, String targetPackage, String category,  in addOverlay()
 
 | 
| /packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/ | 
| D | IntentFilterData.java | 102             String category = mCategories.get(i);  in createIntent()  local119             String category = mCategories.get(i);  in createIntentFilter()  local
 
 | 
| /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ | 
| D | SuggestionParser.java | 96     List<Suggestion> readSuggestions(SuggestionCategory category, boolean ignoreDismissRule) {  in readSuggestions()136     private boolean isExclusiveCategoryExpired(SuggestionCategory category) {  in isExclusiveCategoryExpired()
 
 | 
| /packages/apps/Settings/src/com/android/settings/nfc/ | 
| D | PaymentDefaultDialog.java | 60         String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY);  in onCreate()  local89     private boolean buildDialog(ComponentName component, String category, int userId) {  in buildDialog()
 
 | 
| /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/ | 
| D | PreferredDynamicRangeFragmentTest.java | 171         PreferenceCategory category = (PreferenceCategory) preference;  in getChildrenTitles()  local179         PreferenceCategory category = (PreferenceCategory) preference;  in getChildrenSummaries()  local
 
 | 
| /packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/ | 
| D | AlbumsTabAdapter.java | 72         final Category category = (Category) getAdapterItem(position);  in onBindMediaItemViewHolder()  local87         void onAlbumClick(@NonNull Category category);  in onAlbumClick()
 
 | 
| /packages/apps/Settings/src/com/android/settings/notification/zen/ | 
| D | ZenModeBackend.java | 161     protected void saveVisualEffectsPolicy(int category, boolean suppress) {  in saveVisualEffectsPolicy()171     protected void saveSoundPolicy(int category, boolean allow) {  in saveSoundPolicy()
 207     protected void saveSenders(int category, int val) {  in saveSenders()
 244     private int getPrioritySenders(int category) {  in getPrioritySenders()
 304     protected int getAlarmsTotalSilencePeopleSummary(int category) {  in getAlarmsTotalSilencePeopleSummary()
 
 | 
| /packages/apps/ThemePicker/src/com/android/customization/model/theme/ | 
| D | OverlayManagerCompat.java | 74     public String getEnabledPackageName(String targetPackageName, String category) {  in getEnabledPackageName()98     public List<String> getOverlayPackagesForCategory(String category, int userId,  in getOverlayPackagesForCategory()
 
 |