Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/com/android/internal/logging/
DMetricsLogger.java57 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/
DMetricsLoggerCompat.java31 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/
DLogWriter.java29 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()
DEventLogWriter.java34 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()
DMetricsFeatureProvider.java44 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/
DCardEmulation.java202 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()
DAidGroup.java49 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()
DApduServiceInfo.java328 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/
DINfcCardEmulation.aidl29 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/
DCategoryManagerTest.java63 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/
DExpandablePreferenceTest.java90 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/
DSmsUsageMonitorShortCodeTest.java41 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/
DBenchmarkRegistry.java97 @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/
DHelper.java113 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/
DSuggestionCategory.java20 public String category; field in SuggestionCategory
DSuggestionParser.java135 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
DSuggestionList.java41 public void addSuggestions(SuggestionCategory category, List<Tile> suggestions) { in addSuggestions()
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DRelationWithReservedKeywordTest.java63 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/
DMediaRouteSelector.java87 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/
DMediaRouteSelector.java88 public boolean hasControlCategory(String category) { in hasControlCategory()
245 public Builder addControlCategory(@NonNull String category) { in addControlCategory()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java119 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/
DOverlayInfo.java120 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/
DSharedLog.java117 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/
DAnimatedVectorDrawableTest.java60 String category = "Layer:" in onCreate() local
/frameworks/base/core/proto/android/app/
Dnotification.proto36 optional string category = 5 [ (.android.privacy).dest = DEST_EXPLICIT ]; field

1234