Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DLinkCapacityEstimate.java61 public @interface LceType {} annotation in LinkCapacityEstimate
63 private final @LceType int mType;
74 public LinkCapacityEstimate(@LceType int type, in LinkCapacityEstimate()
94 public @LceType int getType() { in getType()