Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/slice/
DSlice.java430 public Builder addSubSlice(@NonNull Slice slice, @Nullable @SliceSubtype String subType) { in addSubSlice()
443 @Nullable @SliceSubtype String subType) { in addAction()
458 public Builder addText(CharSequence text, @Nullable @SliceSubtype String subType, in addText()
469 public Builder addIcon(Icon icon, @Nullable @SliceSubtype String subType, in addIcon()
482 @Nullable @SliceSubtype String subType, in addRemoteInput()
495 public Builder addInt(int value, @Nullable @SliceSubtype String subType, in addInt()
506 public Slice.Builder addTimestamp(long time, @Nullable @SliceSubtype String subType, in addTimestamp()
516 public Slice.Builder addLong(long value, @Nullable @SliceSubtype String subType, in addLong()
530 public Slice.Builder addBundle(Bundle bundle, @Nullable @SliceSubtype String subType, in addBundle()
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()
/frameworks/base/core/java/android/net/
DNetworkIdentity.java54 int type, int subType, String subscriberId, String networkId, boolean roaming, in NetworkIdentity()
187 boolean defaultNetwork, @NetworkType int subType) { in buildNetworkIdentity()
DNetworkTemplate.java245 String networkId, int metered, int roaming, int defaultNetwork, int subType) { in NetworkTemplate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DANQPParser.java127 int subType = payload.get() & 0xFF; in parseVendorSpecificElement() local
/frameworks/av/media/libmedia/
DMediaResource.cpp36 MediaResource::MediaResource(Type type, SubType subType, uint64_t value) in MediaResource()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkIdentitySet.java55 final int subType = in.readInt(); in NetworkIdentitySet() local
/frameworks/base/core/java/android/view/textclassifier/
DSelectionSessionLogger.java223 final String subType = getLogSubTypeString(log.getSubtype()); in debugLog() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java308 int subType = networkInfo.getSubtype(); in sendNetworkInfo() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java502 int subType = mHandleController.areHandlesShowing() ? 0 : 1; in toLoggingSubType() local
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java255 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java482 int subType = (int) event.values[0]; in onTrigger() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java400 int subType = cursor.getInt(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local