Searched refs:ssaid2 (Results 1 – 1 of 1) sorted by relevance
385 String ssaid2 = Settings.Secure.getString(r, Settings.Secure.ANDROID_ID); in testValidSsaid() local386 assertTrue(ssaid2 != null); in testValidSsaid()387 assertTrue(ssaid2.length() == 16); in testValidSsaid()389 assertTrue(ssaid.equals(ssaid2)); in testValidSsaid()