Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/slice/
DSlice.java430 public Builder addSubSlice(@NonNull Slice slice, @Nullable @SliceSubtype String subType) { in addSubSlice() argument
432 mItems.add(new SliceItem(slice, SliceItem.FORMAT_SLICE, subType, in addSubSlice()
443 @Nullable @SliceSubtype String subType) { in addAction() argument
448 mItems.add(new SliceItem(action, s, SliceItem.FORMAT_ACTION, subType, hints.toArray( in addAction()
458 public Builder addText(CharSequence text, @Nullable @SliceSubtype String subType, in addText() argument
460 mItems.add(new SliceItem(text, SliceItem.FORMAT_TEXT, subType, hints)); in addText()
469 public Builder addIcon(Icon icon, @Nullable @SliceSubtype String subType, in addIcon() argument
472 mItems.add(new SliceItem(icon, SliceItem.FORMAT_IMAGE, subType, hints)); in addIcon()
482 @Nullable @SliceSubtype String subType, in addRemoteInput() argument
486 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/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.java245 String networkId, int metered, int roaming, int defaultNetwork, int subType) { in NetworkTemplate() argument
253 mSubType = subType; in NetworkTemplate()
/frameworks/av/media/libmedia/
DMediaResource.cpp36 MediaResource::MediaResource(Type type, SubType subType, uint64_t value) in MediaResource() argument
38 mSubType(subType), in MediaResource()
/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.java1307 final int subType = combineSubtypeEnabled ? SUBTYPE_COMBINED
1310 isDefault, subType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java308 int subType = networkInfo.getSubtype(); in sendNetworkInfo() local
309 if (mNetworkInfo.getSubtype() != subType) { in sendNetworkInfo()
310 setLegacySubtype(subType, TelephonyManager.getNetworkTypeName(subType)); in sendNetworkInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java502 int subType = mHandleController.areHandlesShowing() ? 0 : 1; in toLoggingSubType() local
503 subType |= invocationType << 1; in toLoggingSubType()
504 subType |= phoneState << 4; in toLoggingSubType()
505 return subType; in toLoggingSubType()
/frameworks/av/media/libmedia/include/media/
DMediaResource.h47 MediaResource(Type type, SubType subType, uint64_t value);
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java255 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo() argument
280 this.mSubscriptionType = subType; in SubscriptionInfo()
706 int subType = source.readInt();
717 groupUUID, isGroupDisabled, carrierid, profileClass, subType, groupOwner,
/frameworks/base/core/java/android/view/textclassifier/
DSelectionSessionLogger.java223 final String subType = getLogSubTypeString(log.getSubtype()); in debugLog() local
235 index, type, subType, entity, eventStart, eventEnd, smartStart, smartEnd, in debugLog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java482 int subType = (int) event.values[0]; in onTrigger() local
485 subType); in onTrigger()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java400 int subType = cursor.getInt(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local
419 + " profileClass:" + profileClass + " subscriptionType: " + subType in getSubInfoRecord()
432 groupUUID, false /* isGroupDisabled */, carrierId, profileClass, subType, in getSubInfoRecord()
DRIL.java4348 info.subType = subId; in setUiccSubscription()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt31947 Landroid/icu/util/MeasureUnit$MeasureUnitProxy;->subType:Ljava/lang/String;
31962 Landroid/icu/util/MeasureUnit;->subType:Ljava/lang/String;