Home
last modified time | relevance | path

Searched refs:getMaxUpdates (Results 1 – 25 of 29) sorted by relevance

12

/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java174 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/
DLocationRequestCompatTest.java40 assertEquals(Integer.MAX_VALUE, builder.build().getMaxUpdates()); in testBuilder()
63 assertEquals(1, builder.build().getMaxUpdates()); in testBuilder()
DLocationRequestCompatTestApi31.java43 assertEquals(Integer.MAX_VALUE, builder.build().toLocationRequest().getMaxUpdates()); in testConversion()
66 assertEquals(1, builder.build().toLocationRequest().getMaxUpdates()); in testConversion()
/core/core/api/
D1.8.0-beta02.txt1583 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.7.0-beta03.txt1533 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.7.0-beta01.txt1533 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.7.0-beta02.txt1533 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.10.0-beta01.txt1698 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.11.0-beta02.txt1735 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.9.0-beta01.txt1654 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.11.0-beta01.txt1735 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.13.0-beta01.txt1749 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.12.0-beta01.txt1751 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.15.0-beta01.txt1752 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.8.0-beta02.txt1914 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Dcurrent.txt1760 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.7.0-beta02.txt1858 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.7.0-beta03.txt1858 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
D1.16.0-beta01.txt1760 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.7.0-beta01.txt1858 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.9.0-beta01.txt1986 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.10.0-beta01.txt2035 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.11.0-beta02.txt2085 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.12.0-beta01.txt2101 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();
Drestricted_1.11.0-beta01.txt2085 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getMaxUpdates();

12