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