Searched defs:DEVICE_ID_DEFAULT (Results 1 – 2 of 2) sorted by relevance
219 assertEquals(systemContext.getDeviceId(), DEVICE_ID_DEFAULT); in testDeviceIdForSystemContext() local227 assertEquals(systemUiContext.getDeviceId(), DEVICE_ID_DEFAULT); in testDeviceIdForSystemUiContext() local235 assertEquals(testContext.getDeviceId(), DEVICE_ID_DEFAULT); in testDeviceIdForTestContext() local
141 public static final int DEVICE_ID_DEFAULT = 0; field in Context