/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(Activity activity, int serialNumber, int category, in sendBroadcast() 441 int category) { in testSendMessage7bit() 446 int category) { in testSendMessage7bitUmts() 451 int category) { in testSendMessage7bitNoPadding() 456 int category) { in testSendMessage7bitNoPaddingUmts() 461 int category) { in testSendMessage7bitMultipageGsm() 474 int category) { in testSendMessage7bitMultipageUmts() 479 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()
|
D | SettingsMetricsFeatureProvider.java | 40 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { 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/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/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()
|
D | OnActionClickListener.java | 32 boolean onActionClick(String category, int id, Bundle params); in onActionClick()
|
/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/testutils/ |
D | OverlayManagerMocks.java | 47 final String category; field in OverlayManagerMocks.MockOverlay 49 public MockOverlay(String packageName, String targetPackage, String category) { in MockOverlay() 85 public void addOverlay(String packageName, String targetPackage, String category, in addOverlay()
|
/packages/services/Car/car-lib/src/android/car/cluster/ |
D | CarInstrumentClusterManager.java | 94 public void registerCallback(String category, Callback callback) { in registerCallback() 134 void onClusterActivityStateChanged(String category, Bundle clusterActivityState); in onClusterActivityStateChanged()
|
D | IInstrumentClusterManagerCallback.aidl | 35 oneway void setClusterActivityState(String category, in Bundle clusterActivityState); in setClusterActivityState()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | PackageItemInfo.java | 45 @Category public final int category; field in PackageItemInfo 51 public PackageItemInfo(String packageName, @Category int category) { in PackageItemInfo()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 216 Category category = mCategoryProvider.getCategory(i); in findThirdPartyCategory() local 319 public void addCategory(Category category, boolean fetchingAll) { in addCategory() 326 public void removeCategory(Category category) { in removeCategory() 333 public void updateCategory(Category category) { in updateCategory() 360 Category category = findCategoryForCollectionId(collectionId); in show() local
|
D | CategorySelectorFragment.java | 93 void show(Category category); in show() 195 void addCategory(Category category, boolean loading) { in addCategory() 223 void removeCategory(Category category) { in removeCategory() 231 void updateCategory(Category category) { in updateCategory() 342 private void bindCategory(Category category) { in bindCategory() 496 Category category = mCategories.get(position - NUM_NON_CATEGORY_VIEW_HOLDERS); in onBindViewHolder() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | CategoryReceiver.java | 28 public void onCategoryReceived(Category category); in onCategoryReceived()
|
/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/Settings/src/com/android/settings/nfc/ |
D | PaymentDefaultDialog.java | 53 String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY); in onCreate() local 74 private boolean buildDialog(ComponentName component, String category) { in buildDialog()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 292 ComponentName getDefaultServiceForCategory(int userId, String category, in getDefaultServiceForCategory() 315 String category) { in setDefaultServiceForCategoryChecked() 377 String category) { in isDefaultServiceForCategory() 401 ComponentName service, String category) throws RemoteException { in setDefaultServiceForCategory() 471 ComponentName service, String category) throws RemoteException { in getAidGroupForService() 483 ComponentName service, String category) throws RemoteException { in removeAidGroupForService() 499 public List<ApduServiceInfo> getServices(int userId, String category) in getServices()
|
/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/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
D | AppPermissionGroupsFragment.java | 338 PreferenceCategory category = findPreference(grantCategory.getCategoryName()); in updatePreferences() local 575 PreferenceCategory category = getPreferenceScreen().findPreference( in setAutoRevokeToggleState() local 603 private Preference setUpCustomPermissionsScreen(Context context, int count, String category) { in setUpCustomPermissionsScreen() 619 private void setNoPermissionPreference(PreferenceCategory category, @StringRes int stringId, in setNoPermissionPreference() 651 int category = APP_PERMISSIONS_FRAGMENT_VIEWED__CATEGORY__ALLOWED; in logAppPermissionGroupsFragmentView() local 676 long sessionId, long viewId, String permissionGroupName, int category) { in logAppPermissionsFragmentViewEntry()
|
/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/Camera2/src_pd/com/android/camera/util/ |
D | GoogleHelpHelper.java | 35 public void sendGoogleFeedback(int category, Exception ex) {} in sendGoogleFeedback()
|
/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/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()
|