Home
last modified time | relevance | path

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

123456

/packages/apps/Settings/src/com/android/settings/core/instrumentation/
DSettingsEventLogWriter.java28 public void visible(Context context, int source, int category) { in visible()
36 public void hidden(Context context, int category) { 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()
DSettingsMetricsFeatureProvider.java40 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { in action()
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java392 int category) { in createFromPdu()
399 int category) { in createFromPdus()
431 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()
473 int category) { in testSendMessage7bitMultipageUmts()
478 int category) { in testSendMessage7bitWithLanguage()
[all …]
/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/modules/ExtServices/src/android/ext/services/notification/
DAgingHelper.java73 @Category int category = mNotificationCategorizer.getCategory(entry); in onNotificationSeen() local
83 scheduleAging(entry.getSbn().getKey(), category, TWO_HOURS_MS); in onNotificationSeen() local
85 scheduleAging(entry.getSbn().getKey(), category, HOUR_MS); in onNotificationSeen() local
106 private void scheduleAging(String key, @Category int category, long duration) { in scheduleAging()
128 private Intent createAgingIntent(String key, @Category int category) { in createAgingIntent()
136 private PendingIntent createPendingIntent(String key, @Category int category) { in createPendingIntent()
150 private void demote(String key, @Category int category) { in demote()
/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()
DOnActionClickListener.java32 boolean onActionClick(String category, int id, Bundle params); in onActionClick()
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/robotests/src/com/android/settings/dashboard/
DCategoryManagerTest.java73 final DashboardCategory category = new DashboardCategory(CategoryKey.CATEGORY_ACCOUNT); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForNewKeys() local
133 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_singlePackage_shouldReorderBasedOnPriority() local
172 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_multiPackage_shouldReorderBasedOnPackageAndPriority() local
210 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage() local
248 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering() local
297 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in sortCategories_samePriority_internalPackageTileShouldTakePrecedence() local
334 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in filterTiles_noDuplicate_noChange() local
367 final DashboardCategory category = new DashboardCategory(CATEGORY_HOMEPAGE); in filterTiles_hasDuplicate_shouldOnlyKeepUniqueTiles() local
/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/testutils/
DOverlayManagerMocks.java47 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/
DCarInstrumentClusterManager.java85 public void registerCallback(String category, Callback callback) { in registerCallback()
124 void onClusterActivityStateChanged(String category, Bundle clusterActivityState); in onClusterActivityStateChanged()
DIInstrumentClusterManagerCallback.aidl35 oneway void setClusterActivityState(String category, in Bundle clusterActivityState); in setClusterActivityState()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCategoryReceiver.java28 public void onCategoryReceived(Category category); in onCategoryReceived()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeBackend.java150 protected void saveVisualEffectsPolicy(int category, boolean suppress) { in saveVisualEffectsPolicy()
159 protected void saveSoundPolicy(int category, boolean allow) { in saveSoundPolicy()
193 protected void saveSenders(int category, int val) { in saveSenders()
220 protected String getSendersKey(int category) { in getSendersKey()
232 private int getPrioritySenders(int category) { in getPrioritySenders()
274 protected int getAlarmsTotalSilenceCallsMessagesSummary(int category) { in getAlarmsTotalSilenceCallsMessagesSummary()
283 protected int getContactsSummary(int category) { in getContactsSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeBackend.java150 protected void saveVisualEffectsPolicy(int category, boolean suppress) { in saveVisualEffectsPolicy()
159 protected void saveSoundPolicy(int category, boolean allow) { in saveSoundPolicy()
193 protected void saveSenders(int category, int val) { in saveSenders()
220 protected String getSendersKey(int category) { in getSendersKey()
232 private int getPrioritySenders(int category) { in getPrioritySenders()
274 protected int getAlarmsTotalSilenceCallsMessagesSummary(int category) { in getAlarmsTotalSilenceCallsMessagesSummary()
283 protected int getContactsSummary(int category) { in getContactsSummary()
/packages/apps/DeskClock/src/com/android/deskclock/events/
DEventTracker.java30 void sendEvent(@StringRes int category, @StringRes int action, @StringRes int label); in sendEvent()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java200 Category category = mCategoryProvider.getCategory(i); in findThirdPartyCategory() local
284 public void addCategory(Category category, boolean fetchingAll) { in addCategory()
291 public void removeCategory(Category category) { in removeCategory()
298 public void updateCategory(Category category) { in updateCategory()
323 Category category = findCategoryForCollectionId(collectionId); in show() local
/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DIntentFilterData.java102 String category = mCategories.get(i); in createIntent() local
119 String category = mCategories.get(i); in createIntentFilter() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DPaymentDefaultDialog.java53 String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY); in onCreate() local
74 private boolean buildDialog(ComponentName component, String category) { in buildDialog()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentDefaultDialog.java53 String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY); in onCreate() local
74 private boolean buildDialog(ComponentName component, String category) { in buildDialog()
/packages/apps/Car/Settings/src/com/android/car/settings/language/
DLocalePreferenceProvider.java95 PreferenceCategory category = null; in populateBasePreference() local
121 PreferenceCategory category = new PreferenceCategory(mContext); in getPreference() 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/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java246 ComponentName getDefaultServiceForCategory(int userId, String category, in getDefaultServiceForCategory()
269 String category) { in setDefaultServiceForCategoryChecked()
331 String category) { in isDefaultServiceForCategory()
355 ComponentName service, String category) throws RemoteException { in setDefaultServiceForCategory()
425 ComponentName service, String category) throws RemoteException { in getAidGroupForService()
437 ComponentName service, String category) throws RemoteException { in removeAidGroupForService()
453 public List<ApduServiceInfo> getServices(int userId, String category) in getServices()
/packages/apps/Camera2/src_pd/com/android/camera/util/
DGoogleHelpHelper.java35 public void sendGoogleFeedback(int category, Exception ex) {} in sendGoogleFeedback()

123456