Searched refs:A_BUILD_ID (Results 1 – 1 of 1) sorted by relevance
32 private static final String A_BUILD_ID = "1"; field in SystemUpdaterDeviceFlasherTest102 EasyMock.expect(mMockDevice.getBuildId()).andReturn(A_BUILD_ID).anyTimes(); in yieldDifferentBuilds()104 (different ? A_BUILD_ID + 1 : A_BUILD_ID)).anyTimes(); in yieldDifferentBuilds()