Searched refs:TEST_ANDROID_ID (Results 1 – 1 of 1) sorted by relevance
143 private static final String TEST_ANDROID_ID = "314Deadbeef"; field in WifiP2pServiceImplTest2378 .thenReturn(TEST_ANDROID_ID); in setupDefaultDeviceNameCustomization()2387 verifyCustomizeDefaultDeviceName("Niceboat-" + TEST_ANDROID_ID.substring(0, 4), false); in testCustomizeDefaultDeviceName()2411 verifyCustomizeDefaultDeviceName("Prefix" + TEST_ANDROID_ID.substring(0, 4), true); in testCustomizeDefaultDeviceNamePostfixTooShort()2418 verifyCustomizeDefaultDeviceName("Prefix" + TEST_ANDROID_ID.substring(0, 4), true); in testCustomizeDefaultDeviceNamePostfixIsZeroLength()