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.java47 private final String TEST_KEY2NAME = "key2"; field in LocationTest
494 bundle.putByte(TEST_KEY2NAME, TEST_KEY2VALUE); in createTestLocation()
502 assertEquals(TEST_KEY2VALUE, bundle.getByte(TEST_KEY2NAME)); in assertTestBundle()