/frameworks/base/core/java/android/app/slice/ |
D | Slice.java | 430 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()
|
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()
|
/frameworks/base/core/java/android/net/ |
D | NetworkIdentity.java | 54 int type, int subType, String subscriberId, String networkId, boolean roaming, in NetworkIdentity() 187 boolean defaultNetwork, @NetworkType int subType) { in buildNetworkIdentity()
|
D | NetworkTemplate.java | 245 String networkId, int metered, int roaming, int defaultNetwork, int subType) { in NetworkTemplate()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | ANQPParser.java | 127 int subType = payload.get() & 0xFF; in parseVendorSpecificElement() local
|
/frameworks/av/media/libmedia/ |
D | MediaResource.cpp | 36 MediaResource::MediaResource(Type type, SubType subType, uint64_t value) in MediaResource()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkIdentitySet.java | 55 final int subType = in.readInt(); in NetworkIdentitySet() local
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | SelectionSessionLogger.java | 223 final String subType = getLogSubTypeString(log.getSubtype()); in debugLog() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcNetworkAgent.java | 308 int subType = networkInfo.getSubtype(); in sendNetworkInfo() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistManager.java | 502 int subType = mHandleController.areHandlesShowing() ? 0 : 1; in toLoggingSubType() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 255 int carrierId, int profileClass, int subType, @Nullable String groupOwner, in SubscriptionInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeSensors.java | 482 int subType = (int) event.values[0]; in onTrigger() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionController.java | 400 int subType = cursor.getInt(cursor.getColumnIndexOrThrow( in getSubInfoRecord() local
|