Home
last modified time | relevance | path

Searched refs:TEST_PROVIDER (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java48 private final String TEST_PROVIDER = "LocationProvider"; field in LocationTest
528 assertEquals(TEST_PROVIDER, l.getProvider()); in assertTestLocation()
543 Location l = new Location(TEST_PROVIDER); in createTestLocation()