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