Home
last modified time | relevance | path

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

12

/core/core/src/androidTest/java/androidx/core/location/
DLocationRequestCompatTest.java42 assertEquals(0, builder.build().getMaxUpdateDelayMillis()); in testBuilder()
69 assertEquals(10000, builder.build().getMaxUpdateDelayMillis()); in testBuilder()
DLocationRequestCompatTestApi31.java45 assertEquals(0, builder.build().toLocationRequest().getMaxUpdateDelayMillis()); in testConversion()
72 assertEquals(10000, builder.build().toLocationRequest().getMaxUpdateDelayMillis()); in testConversion()
/core/core/src/main/java/androidx/core/location/
DLocationRequestCompat.java204 public @IntRange(from = 0) long getMaxUpdateDelayMillis() { in getMaxUpdateDelayMillis() method in LocationRequestCompat
511 .setMaxUpdateDelayMillis(obj.getMaxUpdateDelayMillis()) in toLocationRequest()
/core/core/api/
D1.8.0-beta02.txt1582 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.7.0-beta03.txt1532 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.7.0-beta01.txt1532 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.7.0-beta02.txt1532 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.10.0-beta01.txt1697 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.11.0-beta02.txt1734 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.9.0-beta01.txt1653 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.11.0-beta01.txt1734 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.13.0-beta01.txt1748 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.12.0-beta01.txt1750 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.15.0-beta01.txt1751 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.8.0-beta02.txt1913 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Dcurrent.txt1759 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.7.0-beta02.txt1857 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.7.0-beta03.txt1857 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
D1.16.0-beta01.txt1759 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.7.0-beta01.txt1857 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.9.0-beta01.txt1985 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.10.0-beta01.txt2034 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.11.0-beta02.txt2084 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.12.0-beta01.txt2100 method @IntRange(from=0) public long getMaxUpdateDelayMillis();
Drestricted_1.11.0-beta01.txt2084 method @IntRange(from=0) public long getMaxUpdateDelayMillis();

12