Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 185) sorted by relevance

12345678

/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java391 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/
DSettingsEventLogWriter.java28 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/
DSetupActionHelper.java30 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()
DSetupFragment.java109 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/
DCategoryManagerTest.java87 final DashboardCategory category = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForNewKeys() local
231 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/
DMetricsLoggerWrapper.java42 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()
DTimeLogger.java62 public TimeLogger(Context context, @TimeCategory int category) { in TimeLogger()
72 int category, in TimeLogger()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java218 Category category = mCategoryProvider.getCategory(i); in findThirdPartyCategory() local
317 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
DCategorySelectorFragment.java100 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/
DCarInstrumentClusterManager.java99 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/
DAutoAppPermissionsFragment.java242 PreferenceCategory category = getPreferenceScreen().findPreference( in updatePreferences() local
307 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/
DPermissionUsageDetailsFragment.java306 AtomicReference<PreferenceCategory> category = in updateAllUI() local
315 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/
DAppPermissionGroupsFragment.java324 PreferenceCategory category = findPreference(grantCategory.getCategoryName()); in updatePreferences() local
473 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/
DCardEmulationManager.java378 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/
DModifySystemSettings.kt47 val category = when { in createModel() constant
DDisplayOverOtherApps.kt47 val category = when { in createModel() constant
DAllFilesAccess.kt48 val category = when { in createModel() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/testutils/
DOverlayManagerMocks.java49 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/
DIntentFilterData.java102 String category = mCategories.get(i); in createIntent() local
119 String category = mCategories.get(i); in createIntentFilter() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionParser.java96 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/
DPaymentDefaultDialog.java60 String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY); in onCreate() local
89 private boolean buildDialog(ComponentName component, String category, int userId) { in buildDialog()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
DPreferredDynamicRangeFragmentTest.java171 PreferenceCategory category = (PreferenceCategory) preference; in getChildrenTitles() local
179 PreferenceCategory category = (PreferenceCategory) preference; in getChildrenSummaries() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DAlbumsTabAdapter.java72 final Category category = (Category) getAdapterItem(position); in onBindMediaItemViewHolder() local
87 void onAlbumClick(@NonNull Category category); in onAlbumClick()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeBackend.java161 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/
DOverlayManagerCompat.java74 public String getEnabledPackageName(String targetPackageName, String category) { in getEnabledPackageName()
98 public List<String> getOverlayPackagesForCategory(String category, int userId, in getOverlayPackagesForCategory()

12345678