| /core/core/src/main/java/androidx/core/location/ |
| D | LocationRequestCompat.java | 174 public @IntRange(from = 1, to = Integer.MAX_VALUE) int getMaxUpdates() { in getMaxUpdates() method in LocationRequestCompat 509 .setMaxUpdates(obj.getMaxUpdates()) in toLocationRequest() 567 if (obj.getMaxUpdates() < Integer.MAX_VALUE) { in toLocationRequest() 574 sSetNumUpdatesMethod.invoke(request, obj.getMaxUpdates()); in toLocationRequest()
|
| /core/core/src/androidTest/java/androidx/core/location/ |
| D | LocationRequestCompatTest.java | 40 assertEquals(Integer.MAX_VALUE, builder.build().getMaxUpdates()); in testBuilder() 63 assertEquals(1, builder.build().getMaxUpdates()); in testBuilder()
|
| D | LocationRequestCompatTestApi31.java | 43 assertEquals(Integer.MAX_VALUE, builder.build().toLocationRequest().getMaxUpdates()); in testConversion() 66 assertEquals(1, builder.build().toLocationRequest().getMaxUpdates()); in testConversion()
|
| /core/core/api/ |
| D | 1.8.0-beta02.txt | 1583 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.7.0-beta03.txt | 1533 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.7.0-beta01.txt | 1533 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.7.0-beta02.txt | 1533 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.10.0-beta01.txt | 1698 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.11.0-beta02.txt | 1735 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.9.0-beta01.txt | 1654 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.11.0-beta01.txt | 1735 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.13.0-beta01.txt | 1749 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.12.0-beta01.txt | 1751 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.15.0-beta01.txt | 1752 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.8.0-beta02.txt | 1914 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | current.txt | 1760 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.7.0-beta02.txt | 1858 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.7.0-beta03.txt | 1858 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | 1.16.0-beta01.txt | 1760 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.7.0-beta01.txt | 1858 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.9.0-beta01.txt | 1986 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.10.0-beta01.txt | 2035 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.11.0-beta02.txt | 2085 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.12.0-beta01.txt | 2101 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|
| D | restricted_1.11.0-beta01.txt | 2085 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
|