Home
last modified time | relevance | path

Searched defs:categories (Results 1 – 25 of 1496) sorted by relevance

12345678910>>...60

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/domain/interactor/
H A DShortcutHelperCategoriesInteractorTest.kt101 val categories by collectLastValue(interactor.shortcutCategories) in categories_emptyByDefault() constant
109 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_emitsAllCategoriesInOrder() constant
125 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateInactiveAfterActive_emitsEmpty() constant
137 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_imeShortcutsWithDuplicateLabels_emitsGroupedShortcuts() constant
159 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_systemShortcutsWithDuplicateLabels_emitsGroupedShortcuts() constant
181 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_multiTaskingShortcutsWithDuplicateLabels_emitsGroupedShortcuts() constant
202 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_imeShortcutsWithUnsupportedModifiers_discardUnsupported() constant
223 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_systemShortcutsWithUnsupportedModifiers_discardUnsupported() constant
243 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_multitaskingShortcutsWithUnsupportedModifiers_discardUnsupported() constant
263 val categories by collectLastValue(interactor.shortcutCategories) in categories_stateActive_systemShortcutsWithOnlyUnsupportedModifiers_discardsCategory() constant
[all …]
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DUTF8.java51 fill(categories, 0x00, 0x0F, C_CR1); in fill() argument
52 fill(categories, 0x10, 0x1F, C_CR2); in fill() argument
53 fill(categories, 0x20, 0x3F, C_CR3); in fill() argument
54 fill(categories, 0x40, 0x41, C_ILL); in fill() argument
55 fill(categories, 0x42, 0x5F, C_L2A); in fill() argument
56 fill(categories, 0x60, 0x60, C_L3A); in fill() argument
57 fill(categories, 0x61, 0x6C, C_L3B); in fill() argument
58 fill(categories, 0x6D, 0x6D, C_L3C); in fill() argument
59 fill(categories, 0x6E, 0x6F, C_L3B); in fill() argument
60 fill(categories, 0x70, 0x70, C_L4A); in fill() argument
[all …]
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/
H A DUTF8.java53 fill(categories, 0x00, 0x0F, C_CR1); in fill() argument
54 fill(categories, 0x10, 0x1F, C_CR2); in fill() argument
55 fill(categories, 0x20, 0x3F, C_CR3); in fill() argument
56 fill(categories, 0x40, 0x41, C_ILL); in fill() argument
57 fill(categories, 0x42, 0x5F, C_L2A); in fill() argument
58 fill(categories, 0x60, 0x60, C_L3A); in fill() argument
59 fill(categories, 0x61, 0x6C, C_L3B); in fill() argument
60 fill(categories, 0x6D, 0x6D, C_L3C); in fill() argument
61 fill(categories, 0x6E, 0x6F, C_L3B); in fill() argument
62 fill(categories, 0x70, 0x70, C_L4A); in fill() argument
[all …]
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/
H A DUTF8.java53 fill(categories, 0x00, 0x0F, C_CR1); in fill() argument
54 fill(categories, 0x10, 0x1F, C_CR2); in fill() argument
55 fill(categories, 0x20, 0x3F, C_CR3); in fill() argument
56 fill(categories, 0x40, 0x41, C_ILL); in fill() argument
57 fill(categories, 0x42, 0x5F, C_L2A); in fill() argument
58 fill(categories, 0x60, 0x60, C_L3A); in fill() argument
59 fill(categories, 0x61, 0x6C, C_L3B); in fill() argument
60 fill(categories, 0x6D, 0x6D, C_L3C); in fill() argument
61 fill(categories, 0x6E, 0x6F, C_L3B); in fill() argument
62 fill(categories, 0x70, 0x70, C_L4A); in fill() argument
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
H A DDefaultShortcutCategoriesRepositoryTest.kt110 val categories by collectLastValue(repo.categories) in categories_keycodeAndModifiersAreMappedSeparatelyWhenIdentical() constant
131 val categories by collectLastValue(repo.categories) in categories_keyCodeAndModifierHaveSameCode_codesAreMappedCorrectly() constant
186 val categories by collectLastValue(repo.categories) in categories_filtersShortcutsWithUnsupportedKeyCodes() constant
216 val categories by collectLastValue(repo.categories) in modifierMappedToCustomDrawableWhenKeyGlyphMapExists() constant
237 val categories by collectLastValue(repo.categories) in modifierMappedToDefaultDrawableWhenNoKeyGlyphMapExists() constant
263 val categories by collectLastValue(repo.categories) in modifierMappedToDefaultDrawableWhenKeyGlyphDisabled() constant
284 val categories by collectLastValue(repo.categories) in categories_recentAppsSwitchShortcutsIsMarkedNonCustomizable() constant
H A DCustomShortcutCategoriesRepositoryTest.kt97 val categories by collectLastValue(repo.categories) in categories_correctlyConvertsAPIModelsToShortcutHelperModels() constant
112 val categories by collectLastValue(repo.categories) in categories_emitsEmptyListWhenFlagIsDisabled() constant
126 val categories by collectLastValue(repo.categories) in categories_ignoresUnknownKeyGestureTypes() constant
275 val categories by collectLastValue(repo.categories) in categories_isUpdatedAfterCustomShortcutIsDeleted() constant
297 val categories by collectLastValue(repo.categories) in categories_isUpdatedAfterCustomShortcutIsAdded() constant
346 val categories by collectLastValue(repo.categories) in categories_isUpdatedAfterCustomShortcutsAreReset() constant
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardManagerTest.java480 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_noSuggestionCards_shouldNotHaveHalfCards() local
500 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_oneSuggestionCards_shouldNotHaveHalfCards() local
520 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_twoConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local
544 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_twoNonConsecutiveSuggestionCards_shouldNotHaveHalfCards() local
565 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_threeConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local
589 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_fourConsecutiveSuggestionCards_shouldHaveFourHalfCards() local
616 final List<Integer> categories = Arrays.asList( in getCardsWithViewType_hasOneStickySlice_shouldHaveOneStickyCard() local
661 List<Integer> categories) { in buildCategoriedCards()
/aosp_15_r20/external/aws-sdk-java-v2/core/metrics-spi/src/main/java/software/amazon/awssdk/metrics/internal/
H A DDefaultSdkMetric.java39 private final Set<MetricCategory> categories; field in DefaultSdkMetric
42 …e DefaultSdkMetric(String name, Class<T> clzz, MetricLevel level, Set<MetricCategory> categories) { in DefaultSdkMetric()
63 public Set<MetricCategory> categories() { in categories() method in DefaultSdkMetric
126 Set<MetricCategory> categories = categoryStream.collect(Collectors.toSet()); in create() local
141 …dkMetric<T> create(String name, Class<T> clzz, MetricLevel level, Set<MetricCategory> categories) { in create()
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java121 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { in include()
129 public static CategoryFilter include(Class<?>... categories) { in include()
133 public static CategoryFilter exclude(boolean matchAny, Class<?>... categories) { in exclude()
141 public static CategoryFilter exclude(Class<?>... categories) { in exclude()
277 private static Set<Class<?>> categories(Description description) { in categories() method in Categories.CategoryFilter
278 Set<Class<?>> categories= new HashSet<Class<?>>(); in categories() local
H A DExcludeCategories.java34 protected Filter createFilter(List<Class<?>> categories) { in createFilter()
39 public ExcludesAny(List<Class<?>> categories) { in ExcludesAny()
43 public ExcludesAny(Set<Class<?>> categories) { in ExcludesAny()
H A DIncludeCategories.java34 protected Filter createFilter(List<Class<?>> categories) { in createFilter()
39 public IncludesAny(List<Class<?>> categories) { in IncludesAny()
43 public IncludesAny(Set<Class<?>> categories) { in IncludesAny()
/aosp_15_r20/external/perfmark/tracewriter/src/main/java/io/perfmark/tracewriter/
H A DTraceEvent.java51 private String categories; field in TraceEvent
92 TraceEvent categories(String... categories) { in categories() method in TraceEvent
99 TraceEvent categories(List<String> categories) { in categories() method in TraceEvent
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DIntentFilterTest.java1678 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1709 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1719 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match()
1772 public final String[] categories; field in IntentFilterTest.MatchCondition
1787 MatchCondition(int result, String action, String[] categories, String mimeType, in MatchCondition()
1791 MatchCondition(int result, String action, String[] categories, String mimeType, in MatchCondition()
1795 MatchCondition(int result, String action, String[] categories, String mimeType, in MatchCondition()
1816 HashSet<String> categories = null; in checkMatches() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModel.java77 …vertCategoriesModelToUiModel(java.util.List<com.android.systemui.keyboard.shortcut.shared.model.Sh… in convertCategoriesModelToUiModel()
93 …ng.Object excludeLauncherApp(java.util.List<com.android.systemui.keyboard.shortcut.shared.model.Sh… in excludeLauncherApp()
97 …t getDefaultSelectedCategory(java.util.List<com.android.systemui.keyboard.shortcut.shared.model.Sh… in getDefaultSelectedCategory()
105 …uery(java.lang.String query, java.util.List<com.android.systemui.keyboard.shortcut.shared.model.Sh… in filterCategoriesBySearchQuery()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc73 static void bta_ar_avrc_add_cat(uint16_t categories) { in bta_ar_avrc_add_cat()
199 uint16_t categories, bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc()
288 uint16_t categories = 0; in bta_ar_dereg_avrc() local
338 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc_for_src_sink_coexist()
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/util/
DWallpaperParserImplTest.kt79 val categories = mWallpaperXMLParserImpl.parseSystemCategories(parser) in parseXMLForSystemCategories_shouldReturnCategories() constant
96 val categories = mWallpaperXMLParserImpl.parseSystemCategories(parser) in parseInvalidXMLForSystemCategories_shouldReturnEmptyCategories() constant
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTest.java58 List<Integer> categories = number.getEmergencyServiceCategories(); in testEmergencyNumberUnspecified() local
110 List<Integer> categories = number.getEmergencyServiceCategories(); in testEmergencyNumberSpecificService() local
173 List<Integer> categories = number.getEmergencyServiceCategories(); in testEmergencyNumberMultipleServices() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyboard/shortcut/ui/composable/
DShortcutHelperKt.java58 …n.Unit> onSearchQueryChanged, java.util.List<com.android.systemui.keyboard.shortcut.ui.model.Short… in ShortcutHelperSinglePane()
62 …java.lang.String searchQuery, java.util.List<com.android.systemui.keyboard.shortcut.ui.model.Short… in CategoriesPanelSinglePane()
82 …compose.ui.Modifier modifier, java.util.List<com.android.systemui.keyboard.shortcut.ui.model.Short… in ShortcutHelperTwoPane()
167 …compose.ui.Modifier modifier, java.util.List<com.android.systemui.keyboard.shortcut.ui.model.Short… in StartSidePanel()
171 …l void CategoriesPanelTwoPane(java.util.List<com.android.systemui.keyboard.shortcut.ui.model.Short… in CategoriesPanelTwoPane()
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/categories/
DHealthDataCategoryViewModel.java61 …private final java.util.List<com.android.healthconnect.controller.categories.HealthCategoryUiState… field in HealthDataCategoryViewModel.CategoriesFragmentState.WithData
63 public WithData(@org.jetbrains.annotations.NotNull() in WithData()
78 …lthDataCategoryViewModel.CategoriesFragmentState.WithData copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/categories/
DHealthDataCategoriesFragmentTest.kt187 val categories = in seeAllCategoriesPreference_withNoData_isDisplayed() constant
212 val categories = in deleteAllData_withNoData_isDisabled() constant
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/appdata/
DAllDataUseCase.kt54 val categories = in <lambda>() constant
128 val categories = in <lambda>() constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/core/
DCategoryMixin.java126 void onCategoriesChanged(Set<String> categories) { in onCategoriesChanged()
156 void onCategoriesChanged(@Nullable Set<String> categories); in onCategoriesChanged()
178 protected void onPostExecute(Set<String> categories) { in onPostExecute()
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dmock_producer.cc39 const std::initializer_list<std::string>& categories, in CreateDataSourceDescriptor()
110 const std::initializer_list<std::string>& categories, in RegisterTrackEventDataSource()
117 const std::initializer_list<std::string>& categories, in UpdateTrackEventDataSource()
/aosp_15_r20/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_hidl_hal_api.cpp660 int categories = static_cast<int>( in TEST_P() local
718 int categories = in TEST_P() local
775 int categories = static_cast<int>( in TEST_P() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/ios/task/text/nlclassifier/Tests/
H A DTFLBertNLClassifierTest.swift30 let categories = bertNLClassifier.classify(text: "it's a charming and often affecting journey") in testClassifyPositiveResult() variable
41 let categories = bertNLClassifier.classify(text: "unflinchingly bleak and desperate") in testClassifyNegativeResult() variable

12345678910>>...60