/aosp12/frameworks/base/core/java/android/app/slice/ |
H A D | Slice.java | 429 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 D | SliceItem.java | 131 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 D | MimeMultipart.java | 34 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 D | NetworkIdentity.java | 70 int type, int subType, String subscriberId, String networkId, boolean roaming, in NetworkIdentity() 188 NetworkStateSnapshot snapshot, boolean defaultNetwork, @NetworkType int subType) { in buildNetworkIdentity()
|
H A D | NetworkTemplate.java | 328 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 D | ANQPParser.java | 129 int subType = payload.get() & 0xFF; in parseVendorSpecificElement() local
|
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlHelper.cpp | 143 for (const auto& subType : processedType.subTypes) { in emitFileHeader() local 180 for (const NamedType* subType : compoundType.getSubTypes()) { in processCompoundType() local
|
H A D | main.cpp | 165 for (const NamedType* subType : compoundType.getSubTypes()) { in getSubTypes() local
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | MediaResource.cpp | 32 MediaResource::MediaResource(Type type, SubType subType, int64_t value) { in MediaResource()
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/ |
H A D | Filter.java | 240 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 D | NetworkIdentitySet.java | 56 final int subType = in.readInt(); in NetworkIdentitySet() local
|
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/ |
H A D | SlicePreferencesUtil.java | 80 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 D | IccNetworkDepersonalizationPanel.java | 97 public static void showDialog(Phone phone, int subType) { in showDialog()
|
H A D | PhoneGlobals.java | 229 private void handleSimLock(int subType, Phone phone) { in handleSimLock()
|
/aosp12/frameworks/av/services/tuner/ |
H A D | TunerDemux.cpp | 60 int type, int subType, int bufferSize, const std::shared_ptr<ITunerFilterCallback>& cb, in openFilter()
|
H A D | TunerFilter.cpp | 42 sp<IFilter> filter, int mainType, int subType) { in TunerFilter()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
H A D | AssistManager.java | 364 int subType = 0; in toLoggingSubType() local
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | UsbDescriptorParser.java | 568 public boolean hasAudioTerminal(int subType) { in hasAudioTerminal()
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | Tuner.java | 569 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 D | VtsCopyTests.cpp | 306 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 D | ImapFolder.java | 532 final ImapString subType = bs.getStringOrEmpty(1); in parseBodyStructure() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionInfo.java | 273 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo()
|
/aosp12/hardware/interfaces/tv/tuner/config/ |
H A D | TunerTestingConfigReaderV1_0.h | 633 auto subType = filterConfig.getSubType(); in readFilterTypeAndSettings() local
|
/aosp12/system/tools/hidl/ |
H A D | CompoundType.cpp | 123 for (const auto& subType : subTypes) { in validateSubTypeNames() local
|
H A D | main.cpp | 448 for (const auto &subType : subTypes) { in packageNeedsJavaCode() local
|