Searched defs:DEVICE_ID_DEFAULT (Results 1 – 4 of 4) sorted by relevance
255 assertEquals(systemContext.getDeviceId(), DEVICE_ID_DEFAULT); in testDeviceIdForSystemContext() local264 assertEquals(systemUiContext.getDeviceId(), DEVICE_ID_DEFAULT); in testDeviceIdForSystemUiContext() local273 assertEquals(testContext.getDeviceId(), DEVICE_ID_DEFAULT); in testDeviceIdForTestContext() local
50 static constexpr int DEVICE_ID_DEFAULT = 0; variable
155 static constexpr int DEVICE_ID_DEFAULT = 0; variable
146 public static final int DEVICE_ID_DEFAULT = 0; field in Context