Searched refs:A_BUILD_ID (Results 1 – 1 of 1) sorted by relevance
45 private static final String A_BUILD_ID = "1"; field in SystemUpdaterDeviceFlasherTest123 when(mMockDevice.getBuildId()).thenReturn(A_BUILD_ID); in yieldDifferentBuilds()125 .thenReturn((different ? A_BUILD_ID + 1 : A_BUILD_ID)); in yieldDifferentBuilds()