| /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()
|
| /packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
| D | SendTestMessages.java | 393 int category) { in createFromPdu() 400 int category) { in createFromPdus() 432 private static void sendBroadcast(Activity activity, int serialNumber, int category, in sendBroadcast() 442 int category) { in testSendMessage7bit() 447 int category) { in testSendMessage7bitUmts() 452 int category) { in testSendMessage7bitNoPadding() 457 int category) { in testSendMessage7bitNoPaddingUmts() 462 int category) { in testSendMessage7bitMultipageGsm() 474 int category) { in testSendMessage7bitMultipageUmts() 479 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/apps/UnifiedEmail/src/com/android/mail/analytics/ |
| D | Tracker.java | 29 void sendEvent(String category, String action, String label, long value); in sendEvent() 30 void sendMenuItemEvent(String category, int itemResId, String label, long value); in sendMenuItemEvent() 31 void sendTiming(String category, long millis, String name, String label); in sendTiming()
|
| D | AnalyticsTimer.java | 75 public void logDuration(String id, boolean isDestructive, String category, String name, in logDuration() 88 public long logDurationAndReturn(String id, boolean isDestructive, String category, String name, in logDurationAndReturn()
|
| D | Analytics.java | 117 public void sendEvent(String category, String action, String label, long value) {} in sendEvent() 120 public void sendTiming(String category, long millis, String name, String label) {} in sendTiming() 123 public void sendMenuItemEvent(String category, int itemResId, String label, long value) {} in sendMenuItemEvent()
|
| /packages/services/Car/car-lib/src/android/car/cluster/ |
| D | CarInstrumentClusterManager.java | 85 public void registerCallback(String category, Callback callback) { in registerCallback() 123 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/Car/Settings/src/com/android/car/settings/language/ |
| D | LocalePreferenceProvider.java | 94 PreferenceCategory category = null; in populateBasePreference() local 120 PreferenceCategory category = new PreferenceCategory(mContext); in getPreference() local
|
| /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/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/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/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()
|