Home
last modified time | relevance | path

Searched defs:subType (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/app/slice/
H A DSlice.java429 public Builder addSubSlice(@NonNull Slice slice, @Nullable @SliceSubtype String subType) { in addSubSlice()
442 @Nullable @SliceSubtype String subType) { in addAction()
457 public Builder addText(CharSequence text, @Nullable @SliceSubtype String subType, in addText()
468 public Builder addIcon(Icon icon, @Nullable @SliceSubtype String subType, in addIcon()
481 @Nullable @SliceSubtype String subType, in addRemoteInput()
494 public Builder addInt(int value, @Nullable @SliceSubtype String subType, in addInt()
505 public Slice.Builder addTimestamp(long time, @Nullable @SliceSubtype String subType, in addTimestamp()
515 public Slice.Builder addLong(long value, @Nullable @SliceSubtype String subType, in addLong()
529 public Slice.Builder addBundle(Bundle bundle, @Nullable @SliceSubtype String subType, in addBundle()
H A DSliceItem.java131 public SliceItem(Object obj, @SliceType String format, String subType, in SliceItem()
139 public SliceItem(Object obj, @SliceType String format, String subType, in SliceItem()
150 public SliceItem(PendingIntent intent, Slice slice, String format, String subType, in SliceItem()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMultipart.java34 protected String subType; field in MimeMultipart
80 public void setSubType(String subType) throws MessagingException { in setSubType()
/aosp12/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java70 int type, int subType, String subscriberId, String networkId, boolean roaming, in NetworkIdentity()
188 NetworkStateSnapshot snapshot, boolean defaultNetwork, @NetworkType int subType) { in buildNetworkIdentity()
H A DNetworkTemplate.java328 String networkId, int metered, int roaming, int defaultNetwork, int subType, in NetworkTemplate()
335 String networkId, int metered, int roaming, int defaultNetwork, int subType, in NetworkTemplate()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DANQPParser.java129 int subType = payload.get() & 0xFF; in parseVendorSpecificElement() local
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlHelper.cpp143 for (const auto& subType : processedType.subTypes) { in emitFileHeader() local
180 for (const NamedType* subType : compoundType.getSubTypes()) { in processCompoundType() local
H A Dmain.cpp165 for (const NamedType* subType : compoundType.getSubTypes()) { in getSubTypes() local
/aosp12/frameworks/av/media/libmedia/
H A DMediaResource.cpp32 MediaResource::MediaResource(Type type, SubType subType, int64_t value) { in MediaResource()
/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DFilter.java240 int type, int subType, FilterConfiguration settings); in nativeConfigureFilter()
310 int subType = (s == null) ? mSubtype : s.getType(); in configure() local
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java56 final int subType = in.readInt(); in NetworkIdentitySet() local
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
H A DSlicePreferencesUtil.java80 String subType = item.getSubType(); in getPreference() local
302 String subType = item.getSubType(); in extract() local
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DIccNetworkDepersonalizationPanel.java97 public static void showDialog(Phone phone, int subType) { in showDialog()
H A DPhoneGlobals.java229 private void handleSimLock(int subType, Phone phone) { in handleSimLock()
/aosp12/frameworks/av/services/tuner/
H A DTunerDemux.cpp60 int type, int subType, int bufferSize, const std::shared_ptr<ITunerFilterCallback>& cb, in openFilter()
H A DTunerFilter.cpp42 sp<IFilter> filter, int mainType, int subType) { in TunerFilter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java364 int subType = 0; in toLoggingSubType() local
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDescriptorParser.java568 public boolean hasAudioTerminal(int subType) { in hasAudioTerminal()
/aosp12/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java569 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter()
1252 public Filter openFilter(@Type int mainType, @Subtype int subType, in openFilter()
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsCopyTests.cpp306 Type subType = context->typeCreate(element, 256, 256, 0, false, false, YuvFormat::YUV_NONE); in TEST_P() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapFolder.java532 final ImapString subType = bs.getStringOrEmpty(1); in parseBodyStructure() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java273 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo()
/aosp12/hardware/interfaces/tv/tuner/config/
H A DTunerTestingConfigReaderV1_0.h633 auto subType = filterConfig.getSubType(); in readFilterTypeAndSettings() local
/aosp12/system/tools/hidl/
H A DCompoundType.cpp123 for (const auto& subType : subTypes) { in validateSubTypeNames() local
H A Dmain.cpp448 for (const auto &subType : subTypes) { in packageNeedsJavaCode() local

12