/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() 44 public void action(Context context, int category, String pkg) { in action() 52 public void action(Context context, int category, int value) { in action() 60 public void action(Context context, int category, boolean value) { in action()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/ |
D | CategoryManagerTest.java | 78 final DashboardCategory category = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForNewKeys() local 138 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_singlePackage_shouldReorderBasedOnPriority() local 162 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_multiPackage_shouldReorderBasedOnPackageAndPriority() local 184 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage() local 207 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering() local 234 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_samePriority_internalPackageTileShouldTakePrecedence() local 256 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in filterTiles_noDuplicate_noChange() local 283 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in filterTiles_hasDuplicateActivityTiles_shouldOnlyKeepUniqueTiles() local 301 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in filterTiles_hasDuplicateProviderTiles_shouldOnlyKeepUniqueTiles() local
|
/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/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 | 208 Category category = mCategoryProvider.getCategory(i); in findThirdPartyCategory() local 307 public void addCategory(Category category, boolean fetchingAll) { in addCategory() 314 public void removeCategory(Category category) { in removeCategory() 321 public void updateCategory(Category category) { in updateCategory() 348 Category category = findCategoryForCollectionId(collectionId); in show() local
|
D | CategorySelectorFragment.java | 97 void show(Category category); in show() 192 void addCategory(Category category, boolean loading) { in addCategory() 220 void removeCategory(Category category) { in removeCategory() 228 void updateCategory(Category category) { in updateCategory() 345 private void bindCategory(Category category) { in bindCategory() 533 Category category = mCategories.get(position - NUM_NON_CATEGORY_VIEW_HOLDERS); 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()
|
D | IInstrumentClusterManagerCallback.aidl | 35 oneway void setClusterActivityState(String category, in Bundle clusterActivityState); in setClusterActivityState()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/ |
D | AlbumsTabFragment.java | 78 final Category category = (Category) view.getTag(); in onItemClick() local 79 PhotosTabFragment.show(getActivity().getSupportFragmentManager(), category); in onItemClick() local
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/ |
D | AutoAppPermissionsFragment.java | 243 PreferenceCategory category = getPreferenceScreen().findPreference( in updatePreferences() local 308 private void setAdditionalPermissionsPreference(PreferenceCategory category, int numExtraPerms, in setAdditionalPermissionsPreference() 329 private void setNoPermissionPreference(PreferenceCategory category, Category grantCategory, in setNoPermissionPreference() 372 int category = APP_PERMISSIONS_FRAGMENT_VIEWED__CATEGORY__ALLOWED; in logAppPermissionsFragmentView() local 396 long sessionId, long viewId, String permissionGroupName, int category) { in logAppPermissionsFragmentViewEntry()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
D | AppPermissionGroupsFragment.java | 325 PreferenceCategory category = findPreference(grantCategory.getCategoryName()); in updatePreferences() local 472 PreferenceCategory category = getPreferenceScreen().findPreference( in setAutoRevokeToggleState() local 500 private Preference setUpCustomPermissionsScreen(Context context, int count, String category) { in setUpCustomPermissionsScreen() 516 private void setNoPermissionPreference(PreferenceCategory category, @StringRes int stringId, in setNoPermissionPreference() 548 int category = APP_PERMISSIONS_FRAGMENT_VIEWED__CATEGORY__ALLOWED; in logAppPermissionGroupsFragmentView() local 573 long sessionId, long viewId, String permissionGroupName, int category) { in logAppPermissionsFragmentViewEntry()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 350 ComponentName getDefaultServiceForCategory(int userId, String category, in getDefaultServiceForCategory() 373 String category) { in setDefaultServiceForCategoryChecked() 466 String category) { in isDefaultServiceForCategory() 490 ComponentName service, String category) throws RemoteException { in setDefaultServiceForCategory() 560 ComponentName service, String category) throws RemoteException { in getAidGroupForService() 572 ComponentName service, String category) throws RemoteException { in removeAidGroupForService() 588 public List<ApduServiceInfo> getServices(int userId, String category) in getServices()
|
/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/src/com/android/permissioncontroller/role/model/ |
D | IntentFilterData.java | 102 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/ |
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() local 89 private boolean buildDialog(ComponentName component, String category, int userId) { in buildDialog()
|
/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()
|
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/ |
D | ResolutionSelectionFragmentTest.java | 193 PreferenceCategory category = (PreferenceCategory) preference; in getChildrenTitles() local 201 PreferenceCategory category = (PreferenceCategory) preference; in getChildrenSummaries() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/language/ |
D | LocalePreferenceProvider.java | 96 PreferenceCategory category = null; in populateBasePreference() local 122 PreferenceCategory category = new PreferenceCategory(mContext); in getPreference() local
|
/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/Gallery2/src_pd/com/android/gallery3d/util/ |
D | UsageStatistics.java | 51 public static void onEvent(String category, String action, String label) {}; in onEvent() 52 … public static void onEvent(String category, String action, String label, long optional_value) {}; in onEvent()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | CategoryReceiver.java | 28 public void onCategoryReceived(Category category); in onCategoryReceived()
|