/packages/apps/Settings/src/com/android/settings/core/instrumentation/ |
D | SettingsEventLogWriter.java | 28 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()
|
D | SettingsMetricsFeatureProvider.java | 40 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { in action()
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | SendTestMessages.java | 392 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/ |
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/modules/ExtServices/src/android/ext/services/notification/ |
D | AgingHelper.java | 73 @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/ |
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 | OnActionClickListener.java | 32 boolean onActionClick(String category, int id, Bundle params); in onActionClick()
|
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/robotests/src/com/android/settings/dashboard/ |
D | CategoryManagerTest.java | 73 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/ |
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 | 85 public void registerCallback(String category, Callback callback) { in registerCallback() 124 void onClusterActivityStateChanged(String category, Bundle clusterActivityState); in onClusterActivityStateChanged()
|
D | IInstrumentClusterManagerCallback.aidl | 35 oneway void setClusterActivityState(String category, in Bundle clusterActivityState); in setClusterActivityState()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | CategoryReceiver.java | 28 public void onCategoryReceived(Category category); in onCategoryReceived()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenModeBackend.java | 150 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/ |
D | ZenModeBackend.java | 150 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/ |
D | EventTracker.java | 30 void sendEvent(@StringRes int category, @StringRes int action, @StringRes int label); in sendEvent()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 200 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/ |
D | IntentFilterData.java | 102 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/ |
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/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/Car/Settings/src/com/android/car/settings/language/ |
D | LocalePreferenceProvider.java | 95 PreferenceCategory category = null; in populateBasePreference() local 121 PreferenceCategory category = new PreferenceCategory(mContext); in getPreference() 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/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 246 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/ |
D | GoogleHelpHelper.java | 35 public void sendGoogleFeedback(int category, Exception ex) {} in sendGoogleFeedback()
|