Home
last modified time | relevance | path

Searched refs:subType (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/app/slice/
DSlice.java429 public Builder addSubSlice(@NonNull Slice slice, @Nullable @SliceSubtype String subType) { in addSubSlice() argument
431 mItems.add(new SliceItem(slice, SliceItem.FORMAT_SLICE, subType, in addSubSlice()
442 @Nullable @SliceSubtype String subType) { in addAction() argument
447 mItems.add(new SliceItem(action, s, SliceItem.FORMAT_ACTION, subType, hints.toArray( in addAction()
457 public Builder addText(CharSequence text, @Nullable @SliceSubtype String subType, in addText() argument
459 mItems.add(new SliceItem(text, SliceItem.FORMAT_TEXT, subType, hints)); in addText()
468 public Builder addIcon(Icon icon, @Nullable @SliceSubtype String subType, in addIcon() argument
471 mItems.add(new SliceItem(icon, SliceItem.FORMAT_IMAGE, subType, hints)); in addIcon()
481 @Nullable @SliceSubtype String subType, in addRemoteInput() argument
485 subType, hints)); in addRemoteInput()
[all …]
DSliceItem.java131 public SliceItem(Object obj, @SliceType String format, String subType, in SliceItem() argument
133 this(obj, format, subType, hints.toArray(new String[hints.size()])); in SliceItem()
139 public SliceItem(Object obj, @SliceType String format, String subType, in SliceItem() argument
143 mSubType = subType; in SliceItem()
150 public SliceItem(PendingIntent intent, Slice slice, String format, String subType, in SliceItem() argument
152 this(new Pair<>(intent, slice), format, subType, hints); in SliceItem()
/frameworks/av/media/libmedia/
DMediaResource.cpp28 this->subType = SubType::kUnspecifiedSubType; in MediaResource()
32 MediaResource::MediaResource(Type type, SubType subType, int64_t value) { in MediaResource() argument
34 this->subType = subType; in MediaResource()
40 this->subType = SubType::kUnspecifiedSubType; in MediaResource()
85 asString(resource.type), asString(resource.subType), in toString()
/frameworks/base/media/java/android/media/tv/tuner/filter/
DFilter.java197 int type, int subType, FilterConfiguration settings); in nativeConfigureFilter() argument
251 int subType = (s == null) ? mSubtype : s.getType(); in configure() local
252 if (mMainType != config.getType() || mSubtype != subType) { in configure()
255 + config.getType() + ", config subtype=" + subType); in configure()
257 return nativeConfigureFilter(config.getType(), subType, config); in configure()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DANQPParser.java127 int subType = payload.get() & 0xFF; in parseVendorSpecificElement() local
128 Constants.ANQPElementType hs20ID = Constants.mapHS20Element(subType); in parseVendorSpecificElement()
130 throw new ProtocolException("Unsupported subtype: " + subType); in parseVendorSpecificElement()
/frameworks/base/core/java/android/net/
DNetworkIdentity.java54 int type, int subType, String subscriberId, String networkId, boolean roaming, in NetworkIdentity() argument
57 mSubType = subType; in NetworkIdentity()
187 boolean defaultNetwork, @NetworkType int subType) { in buildNetworkIdentity() argument
219 return new NetworkIdentity(type, subType, subscriberId, networkId, roaming, metered, in buildNetworkIdentity()
DNetworkTemplate.java248 String networkId, int metered, int roaming, int defaultNetwork, int subType) { in NetworkTemplate() argument
256 mSubType = subType; in NetworkTemplate()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkIdentitySet.java55 final int subType = in.readInt(); in NetworkIdentitySet() local
87 add(new NetworkIdentity(type, subType, subscriberId, networkId, roaming, metered, in NetworkIdentitySet()
DNetworkStatsService.java1279 final int subType = combineSubtypeEnabled ? SUBTYPE_COMBINED in updateIfacesLocked() local
1282 isDefault, subType); in updateIfacesLocked()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp133 if (resources[i].subType == MediaResource::SubType::kAudioCodec) { in notifyResourceGranted()
135 } else if (resources[i].subType == MediaResource::SubType::kVideoCodec) { in notifyResourceGranted()
299 && resource.subType == MediaResource::SubType::kUnspecifiedSubType) { in onFirstAdded()
308 && resource.subType == MediaResource::SubType::kVideoCodec) { in onFirstAdded()
316 && resource.subType == MediaResource::SubType::kUnspecifiedSubType in onLastRemoved()
322 && resource.subType == MediaResource::SubType::kVideoCodec) { in onLastRemoved()
364 const auto resType = std::tuple(res.type, res.subType, res.id); in addResource()
421 const auto resType = std::tuple(res.type, res.subType, res.id); in removeResource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java302 int subType = networkInfo.getSubtype(); in sendNetworkInfo() local
303 if (mNetworkInfo.getSubtype() != subType) { in sendNetworkInfo()
304 setLegacySubtype(subType, TelephonyManager.getNetworkTypeName(subType)); in sendNetworkInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java526 int subType = mHandleController.areHandlesShowing() ? 0 : 1; in toLoggingSubType() local
527 subType |= invocationType << 1; in toLoggingSubType()
528 subType |= phoneState << 4; in toLoggingSubType()
529 return subType; in toLoggingSubType()
/frameworks/av/media/libmedia/include/media/
DMediaResource.h37 MediaResource(Type type, SubType subType, int64_t value);
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java269 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() argument
294 this.mSubscriptionType = subType; in SubscriptionInfo()
777 int subType = source.readInt();
788 groupUUID, isGroupDisabled, carrierid, profileClass, subType, groupOwner,
/frameworks/base/media/java/android/media/tv/tuner/
DTuner.java437 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter() argument
933 public Filter openFilter(@Type int mainType, @Subtype int subType, in openFilter() argument
940 mainType, TunerUtils.getFilterSubtype(mainType, subType), bufferSize); in openFilter()
942 filter.setType(mainType, subType); in openFilter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java436 int subType = (int) event.values[0]; in onTrigger() local
439 subType); in onTrigger()
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp34 return lhs.type == rhs.type && lhs.subType == rhs.subType && in operator ==()
196 const auto resType = std::tuple(res.type, res.subType, res.id); in isEqualResources()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp2585 JNIEnv *env, jobject thiz, jint type, jint subType, jlong bufferSize) { in android_media_tv_Tuner_open_filter() argument
2594 filterType.subType.tsFilterType(static_cast<DemuxTsFilterType>(subType)); in android_media_tv_Tuner_open_filter()
2597 filterType.subType.mmtpFilterType(static_cast<DemuxMmtpFilterType>(subType)); in android_media_tv_Tuner_open_filter()
2600 filterType.subType.ipFilterType(static_cast<DemuxIpFilterType>(subType)); in android_media_tv_Tuner_open_filter()
2603 filterType.subType.tlvFilterType(static_cast<DemuxTlvFilterType>(subType)); in android_media_tv_Tuner_open_filter()
2606 filterType.subType.alpFilterType(static_cast<DemuxAlpFilterType>(subType)); in android_media_tv_Tuner_open_filter()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java561 int subType = cursor.getInt(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local
580 + " profileClass:" + profileClass + " subscriptionType: " + subType in getSubInfoRecord()
593 groupUUID, false /* isGroupDisabled */, carrierId, profileClass, subType, in getSubInfoRecord()
DRIL.java4347 info.subType = subId; in setUiccSubscription()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...