Searched refs:phoneCount (Results 1 – 1 of 1) sorted by relevance
527 int phoneCount = mTelephonyManager.getPhoneCount(); in testGetPhoneCount() local532 assertTrue("Phone count should be > 0", phoneCount > 0); in testGetPhoneCount()535 assertTrue("Phone count should be 0", phoneCount == 0 || phoneCount == 1); in testGetPhoneCount()