Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java50 private final String TEST_KEY2NAME = "key2"; field in LocationTest
573 bundle.putByte(TEST_KEY2NAME, TEST_KEY2VALUE); in createTestLocation()
581 assertEquals(TEST_KEY2VALUE, bundle.getByte(TEST_KEY2NAME)); in assertTestBundle()