/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 71 private final IntRange mTempRange1 = new IntRange(); 72 private final IntRange mTempRange2 = new IntRange(); 74 private final IntRange mDeltaXRange = new IntRange(); 75 private final IntRange mBaselineX = new IntRange(); 77 private final IntRange mDeltaYRange = new IntRange(); 78 private final IntRange mBaselineY = new IntRange(); 552 private static class IntRange { class in AppWidgetResizeFrame 573 public void applyDelta(boolean moveStart, boolean moveEnd, int delta, IntRange out) { in applyDelta() 589 int minSize, int maxEnd, IntRange out) { in applyDeltaAndBound()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionParams.java | 23 import android.annotation.IntRange; 265 @IntRange(from = IKE_HARD_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM) 273 @IntRange(from = IKE_SOFT_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM) 279 @IntRange(from = IKE_DPD_DELAY_SEC_MIN, to = IKE_DPD_DELAY_SEC_MAX) 826 @IntRange(from = IKE_HARD_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM) in setLifetimeSeconds() 828 @IntRange(from = IKE_SOFT_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM) in setLifetimeSeconds() 853 @IntRange(from = IKE_DPD_DELAY_SEC_MIN, to = IKE_DPD_DELAY_SEC_MAX) in setDpdDelaySeconds()
|
D | TransportModeChildSessionParams.java | 19 import android.annotation.IntRange; 126 @IntRange( in setLifetimeSeconds() 130 @IntRange( in setLifetimeSeconds()
|
D | ChildSessionParams.java | 19 import android.annotation.IntRange; 142 @IntRange(from = CHILD_HARD_LIFETIME_SEC_MINIMUM, to = CHILD_HARD_LIFETIME_SEC_MAXIMUM) 150 @IntRange(from = CHILD_SOFT_LIFETIME_SEC_MINIMUM, to = CHILD_HARD_LIFETIME_SEC_MAXIMUM)
|
D | TunnelModeChildSessionParams.java | 22 import android.annotation.IntRange; 214 @IntRange( in setLifetimeSeconds() 218 @IntRange( in setLifetimeSeconds()
|
/packages/modules/IPsec/api/ |
D | system-current.txt | 80 method @IntRange(from=0x12c, to=0x3840) public int getHardLifetimeSeconds(); 84 method @IntRange(from=0x78, to=0x3840) public int getSoftLifetimeSeconds(); 166 method @IntRange(from=0x14, to=0x708) public int getDpdDelaySeconds(); 167 method @IntRange(from=0x12c, to=0x15180) public int getHardLifetimeSeconds(); 176 method @IntRange(from=0x78, to=0x15180) public int getSoftLifetimeSeconds(); 194 …blic android.net.ipsec.ike.IkeSessionParams.Builder setDpdDelaySeconds(@IntRange(from=0x14, to=0x7… 195 …sec.ike.IkeSessionParams.Builder setLifetimeSeconds(@IntRange(from=0x12c, to=0x15180) int, @IntRan… 281 …rtModeChildSessionParams.Builder setLifetimeSeconds(@IntRange(from=0x12c, to=0x3840) int, @IntRang… 299 …elModeChildSessionParams.Builder setLifetimeSeconds(@IntRange(from=0x12c, to=0x3840) int, @IntRang…
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CarModeTracker.java | 19 import android.annotation.IntRange; 42 private @IntRange(from = 0) int mPriority; 102 public void handleEnterCarMode(@IntRange(from = 0) int priority, @NonNull String packageName) { in handleEnterCarMode() 126 public void handleExitCarMode(@IntRange(from = 0) int priority, @NonNull String packageName) { in handleExitCarMode()
|
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | WearEstimate.java | 18 import android.annotation.IntRange; 62 @IntRange(from = -1, to = 100) 68 @IntRange(from = -1, to = 100)
|
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/ |
D | DefaultScrollBar.java | 27 import androidx.annotation.IntRange; 167 @IntRange(from = 0) int range, in setParameters() 168 @IntRange(from = 0) int offset, in setParameters() 169 @IntRange(from = 0) int extent) { in setParameters()
|
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
D | DataStallDetectionStats.java | 22 import androidx.annotation.IntRange; 66 @VisibleForTesting @IntRange(from = -1, to = 100) 226 public Builder setTcpFailRate(@IntRange(from = -1, to = 100) int rate) { in setTcpFailRate()
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | BackGestureIndicatorDrawable.java | 20 import android.annotation.IntRange; 132 public void setAlpha(@IntRange(from = 0, to = 255) int alpha) {
|
/packages/apps/TV/libs/m2/ |
D | checker-qual-2.8.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/checkerframework/
org/ ... |
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 1066 field @IntRange(from=0xffffffff, to=100) public final int typeA; 1067 field @IntRange(from=0xffffffff, to=100) public final int typeB;
|
/packages/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |