Home
last modified time | relevance | path

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

12

/core/core/src/androidTest/java/androidx/core/location/
DLocationRequestCompatTest.java38 assertEquals(0, builder.build().getMinUpdateIntervalMillis()); in testBuilder()
51 assertEquals(1000, builder.build().getMinUpdateIntervalMillis()); in testBuilder()
54 assertEquals(500, builder.build().getMinUpdateIntervalMillis()); in testBuilder()
57 assertEquals(1000, builder.build().getMinUpdateIntervalMillis()); in testBuilder()
DLocationRequestCompatTestApi31.java41 assertEquals(0, builder.build().toLocationRequest().getMinUpdateIntervalMillis()); in testConversion()
54 assertEquals(1000, builder.build().toLocationRequest().getMinUpdateIntervalMillis()); in testConversion()
57 assertEquals(500, builder.build().toLocationRequest().getMinUpdateIntervalMillis()); in testConversion()
60 assertEquals(1000, builder.build().toLocationRequest().getMinUpdateIntervalMillis()); in testConversion()
/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java151 public @IntRange(from = 0) long getMinUpdateIntervalMillis() { in getMinUpdateIntervalMillis() method in LocationRequestCompat
507 .setMinUpdateIntervalMillis(obj.getMinUpdateIntervalMillis()) in toLocationRequest()
565 sSetFastestIntervalMethod.invoke(request, obj.getMinUpdateIntervalMillis()); in toLocationRequest()
/core/core/api/
D1.8.0-beta02.txt1585 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.7.0-beta03.txt1535 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.7.0-beta01.txt1535 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.7.0-beta02.txt1535 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.10.0-beta01.txt1700 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.11.0-beta02.txt1737 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.9.0-beta01.txt1656 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.11.0-beta01.txt1737 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.13.0-beta01.txt1751 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.12.0-beta01.txt1753 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.15.0-beta01.txt1754 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.8.0-beta02.txt1916 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Dcurrent.txt1762 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.7.0-beta02.txt1860 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.7.0-beta03.txt1860 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
D1.16.0-beta01.txt1762 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.7.0-beta01.txt1860 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.9.0-beta01.txt1988 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.10.0-beta01.txt2037 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.11.0-beta02.txt2087 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.12.0-beta01.txt2103 method @IntRange(from=0) public long getMinUpdateIntervalMillis();
Drestricted_1.11.0-beta01.txt2087 method @IntRange(from=0) public long getMinUpdateIntervalMillis();

12