| /frameworks/base/core/java/com/android/internal/logging/ |
| D | MetricsLogger.java | 57 public void visible(int category) throws IllegalArgumentException { in visible() 67 public void hidden(int category) throws IllegalArgumentException { in hidden() 77 public void visibility(int category, boolean visibile) in visibility() 86 public void visibility(int category, int vis) in visibility() 91 public void action(int category) { in action() 98 public void action(int category, int value) { in action() 106 public void action(int category, boolean value) { in action() 114 public void action(int category, String pkg) { in action() 147 public static void visible(Context context, int category) throws IllegalArgumentException { in visible() 153 public static void hidden(Context context, int category) throws IllegalArgumentException { in hidden() [all …]
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
| D | MetricsLoggerCompat.java | 31 public void action(int category) { in action() 35 public void action(int category, int value) { in action() 39 public void visible(int category) { in visible() 43 public void hidden(int category) { in hidden() 47 public void visibility(int category, boolean visible) { in visibility()
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/ |
| D | LogWriter.java | 29 void visible(Context context, int source, int category); in visible() 34 void hidden(Context context, int category); in hidden() 39 void action(int category, int value, Pair<Integer, Object>... taggedData); in action() 44 void action(int category, boolean value, Pair<Integer, Object>... taggedData); in action() 49 void action(Context context, int category, Pair<Integer, Object>... taggedData); in action() 54 void actionWithSource(Context context, int source, int category); in actionWithSource() 61 void action(Context context, int category, int value); in action() 68 void action(Context context, int category, boolean value); in action() 73 void action(Context context, int category, String pkg, Pair<Integer, Object>... taggedData); in action()
|
| D | EventLogWriter.java | 34 public void visible(Context context, int source, int category) { in visible() 41 public void hidden(Context context, int category) { in hidden() 45 public void action(int category, int value, Pair<Integer, Object>... taggedData) { in action() 59 public void action(int category, boolean value, Pair<Integer, Object>... taggedData) { in action() 63 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { in action() 67 public void actionWithSource(Context context, int source, int category) { in actionWithSource() 78 public void action(Context context, int category, int value) { in action() 84 public void action(Context context, int category, boolean value) { in action() 88 public void action(Context context, int category, String pkg, in action()
|
| D | MetricsFeatureProvider.java | 44 public void visible(Context context, int source, int category) { in visible() 50 public void hidden(Context context, int category) { in hidden() 56 public void actionWithSource(Context context, int source, int category) { in actionWithSource() 66 public void action(VisibilityLoggerMixin visibilityLogger, int category, int value) { in action() 77 public void action(VisibilityLoggerMixin visibilityLogger, int category, boolean value) { in action() 84 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { in action() 92 public void action(Context context, int category, int value) { in action() 100 public void action(Context context, int category, boolean value) { in action() 106 public void action(Context context, int category, String pkg, in action()
|
| /frameworks/base/core/java/android/nfc/cardemulation/ |
| D | CardEmulation.java | 202 public boolean isDefaultServiceForCategory(ComponentName service, String category) { in isDefaultServiceForCategory() 264 public boolean categoryAllowsForegroundPreference(String category) { in categoryAllowsForegroundPreference() 291 public int getSelectionModeForCategory(String category) { in getSelectionModeForCategory() 325 public boolean registerAidsForService(ComponentName service, String category, in registerAidsForService() 361 public List<String> getAidsForService(ComponentName service, String category) { in getAidsForService() 398 public boolean removeAidsForService(ComponentName service, String category) { in removeAidsForService() 538 public boolean setDefaultServiceForCategory(ComponentName service, String category) { in setDefaultServiceForCategory() 583 public List<ApduServiceInfo> getServices(String category) { in getServices()
|
| D | AidGroup.java | 49 final String category; field in AidGroup 58 public AidGroup(List<String> aids, String category) { in AidGroup() 82 AidGroup(String category, String description) { in AidGroup() 148 String category = null; in createFromXml() local 199 static boolean isValidCategory(String category) { in isValidCategory()
|
| D | ApduServiceInfo.java | 328 public AidGroup getDynamicAidGroupForCategory(String category) { in getDynamicAidGroupForCategory() 332 public boolean removeDynamicAidGroupForCategory(String category) { in removeDynamicAidGroupForCategory() 373 public boolean hasCategory(String category) { in hasCategory()
|
| /frameworks/base/core/java/android/nfc/ |
| D | INfcCardEmulation.aidl | 29 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in isDefaultServiceForCategory() 31 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in setDefaultServiceForCategory() 34 AidGroup getAidGroupForService(int userHandle, in ComponentName service, String category); in getAidGroupForService() 35 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category); in removeAidGroupForService() 36 List<ApduServiceInfo> getServices(int userHandle, in String category); in getServices()
|
| /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
| D | CategoryManagerTest.java | 63 final DashboardCategory category = new DashboardCategory(); in backwardCompatCleanupForCategory_shouldNotChangeCategoryForNewKeys() local 125 final DashboardCategory category = new DashboardCategory(); in sortCategories_singlePackage_shouldReorderBasedOnPriority() local 158 final DashboardCategory category = new DashboardCategory(); in sortCategories_multiPackage_shouldReorderBasedOnPackageAndPriority() local 191 final DashboardCategory category = new DashboardCategory(); in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage() local 225 final DashboardCategory category = new DashboardCategory(); in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering() local 262 final DashboardCategory category = new DashboardCategory(); in sortCategories_samePriority_internalPackageTileShouldTakePrecedence() local 292 final DashboardCategory category = new DashboardCategory(); in filterTiles_noDuplicate_noChange() local 320 final DashboardCategory category = new DashboardCategory(); in filterTiles_hasDuplicate_shouldOnlyKeepUniqueTiles() local
|
| /frameworks/support/preference/src/androidTest/java/androidx/preference/tests/ |
| D | ExpandablePreferenceTest.java | 90 PreferenceCategory category = new PreferenceCategory(mContext); in expandablePreference_inCategory_collapsesCorrectly() local 114 PreferenceCategory category = new PreferenceCategory(mContext); in expandablePreference_inNestedCategory_collapsesCorrectly() local 141 PreferenceCategory category = new PreferenceCategory(mContext); in expandablePreference_inCategoryContainingAnotherCategory_collapsesCorrectly() local 180 PreferenceCategory category = new PreferenceCategory(mContext); in nestedExpandablePreferences_notAllowed_shouldThrowAnException() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | SmsUsageMonitorShortCodeTest.java | 41 final int category; field in SmsUsageMonitorShortCodeTest.ShortCodeTest 43 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
|
| /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
| D | BenchmarkRegistry.java | 97 @BenchmarkCategory int getCategory(int category) { in getCategory() 139 int category = getCategory(testCategory); in parseBenchmarkGroup() local 193 public static String getCategoryString(int category) { in getCategoryString()
|
| /frameworks/base/services/autofill/java/com/android/server/autofill/ |
| D | Helper.java | 113 private static LogMaker newLogMaker(int category, @NonNull String servicePackageName, in newLogMaker() 125 public static LogMaker newLogMaker(int category, @NonNull String packageName, in newLogMaker() 132 public static LogMaker newLogMaker(int category, @NonNull ComponentName componentName, in newLogMaker()
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/ |
| D | SuggestionCategory.java | 20 public String category; field in SuggestionCategory
|
| D | SuggestionParser.java | 135 final SuggestionCategory category = mSuggestionList.get(i); in getSuggestions() local 190 SuggestionCategory category, List<Tile> suggestions, boolean isSmartSuggestionEnabled) { in readSuggestions() 314 public boolean isCategoryDone(String category) { in isCategoryDone() 319 public void markCategoryDone(String category) { in markCategoryDone() 327 private boolean isExclusiveCategoryExpired(SuggestionCategory category) { in isExclusiveCategoryExpired() 477 SuggestionCategory category = new SuggestionCategory(); in onCreateItem() local
|
| D | SuggestionList.java | 41 public void addSuggestions(SuggestionCategory category, List<Tile> suggestions) { in addSuggestions()
|
| /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ |
| D | RelationWithReservedKeywordTest.java | 63 Category category = new Category(1, "cat1"); in loadRelation() local 129 public Category category; field in RelationWithReservedKeywordTest.CategoryWithTopics
|
| /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/ |
| D | MediaRouteSelector.java | 87 public boolean hasControlCategory(String category) { in hasControlCategory() 244 public Builder addControlCategory(@NonNull String category) { in addControlCategory()
|
| /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/ |
| D | MediaRouteSelector.java | 88 public boolean hasControlCategory(String category) { in hasControlCategory() 245 public Builder addControlCategory(@NonNull String category) { in addControlCategory()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | UiModeManagerService.java | 119 private static Intent buildHomeIntent(String category) { in buildHomeIntent() 543 String category = null; in updateLocked() local 589 String category = null; in updateAfterBroadcastLocked() local 622 private void sendConfigurationAndStartDreamOrDockAppLocked(String category) { in sendConfigurationAndStartDreamOrDockAppLocked()
|
| /frameworks/base/core/java/android/content/om/ |
| D | OverlayInfo.java | 120 public final String category; field in OverlayInfo 166 @NonNull String category, @NonNull String baseCodePath, int state, int userId, in OverlayInfo()
|
| /frameworks/base/services/net/java/android/net/util/ |
| D | SharedLog.java | 117 private String record(Category category, String msg) { in record() 123 private String logLine(Category category, String msg) { in logLine()
|
| /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
| D | AnimatedVectorDrawableTest.java | 60 String category = "Layer:" in onCreate() local
|
| /frameworks/base/core/proto/android/app/ |
| D | notification.proto | 36 optional string category = 5 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
|