Home
last modified time | relevance | path

Searched refs:setCategory (Results 1 – 15 of 15) sorted by relevance

/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/
DNotificationUtilsTest.java44 .setCategory(Notification.CATEGORY_MESSAGE) in isMessaging_categoryMessage()
66 .setCategory(Notification.CATEGORY_MESSAGE) in isMessaging_publicVersionCategoryMessage()
DSmartSuggestionsHelperTest.java118 .setCategory(Notification.CATEGORY_MESSAGE) in onNotificationEnqueued_fromSystem()
136 .setCategory(Notification.CATEGORY_MESSAGE) in onNotificationEnqueued_noInlineReply()
394 .setCategory(Notification.CATEGORY_MESSAGE) in createMessageCategoryNotification()
/external/icu/icu4c/source/i18n/
Dfphdlimp.h100 inline void setCategory(UFieldCategory category) { in setCategory() function
Ddtitvfmt.cpp326 handler.setCategory(UFIELD_CATEGORY_DATE); in formatToValue()
380 handler.setCategory(UFIELD_CATEGORY_DATE); in formatToValue()
/external/icu/libicu/cts_headers/
Dfphdlimp.h100 inline void setCategory(UFieldCategory category) { in setCategory() function
/external/webrtc/sdk/objc/components/audio/
DRTCAudioSession+Configuration.mm58 if (![self setCategory:configuration.category
83 if (![self setCategory:configuration.category
DRTCAudioSession.h227 - (BOOL)setCategory:(NSString *)category
DRTCAudioSession.mm409 - (BOOL)setCategory:(NSString *)category
415 return [self.session setCategory:category withOptions:options error:outError];
/external/webrtc/sdk/objc/unittests/
DRTCAudioDevice_xctest.mm41 [self.audioSession setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:0 error:&error];
/external/doclava/src/com/google/doclava/
DPageMetadata.java210 pageMeta.setCategory(hdf.getValue("page.category","")); in setPageMetadata()
731 public Builder setCategory(String mCategory) { in setCategory() method in PageMetadata.Node.Builder
1022 public void setCategory(String title) { in setCategory() method in PageMetadata.Node
/external/llvm/unittests/Support/
DCommandLineTest.cpp109 Retrieved->setCategory(TestCategory); in TEST()
/external/llvm/include/llvm/Support/
DCommandLine.h298 void setCategory(OptionCategory &C) { Category = &C; } in setCategory() function
404 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } in apply()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h310 void setCategory(OptionCategory &C) { Category = &C; } in setCategory() function
422 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } in apply()
/external/llvm-project/llvm/docs/
DCommandLine.rst1340 Map["print-all-options"]->setCategory(AnotherCategory);
/external/llvm/docs/
DCommandLine.rst1305 Map["print-all-options"]->setCategory(AnotherCategory);