Searched refs:getNetworkType (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | NeighboringCellInfoTest.java | 40 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType()); in testNeighboringCellInfo() 47 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType()); in testNeighboringCellInfo() 54 assertEquals(NETWORK_TYPE_UNKNOWN, nc.getNetworkType()); in testNeighboringCellInfo() 62 assertEquals(NETWORK_TYPE_GPRS, nc.getNetworkType()); in testNeighboringCellInfo() 74 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType()); in testNeighboringCellInfo()
|
D | CellLocationTest.java | 67 if (mTelephonyManager.getNetworkType() != TelephonyManager.NETWORK_TYPE_LTE) { in testCellLocation()
|
D | TelephonyManagerTest.java | 174 assertTrue(mTelephonyManager.getNetworkType() >= TelephonyManager.NETWORK_TYPE_UNKNOWN); in testTelephonyManager()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | NetworkUsageStatsTest.java | 84 abstract int getNetworkType(); in getNetworkType() method in NetworkUsageStatsTest.NetworkInterfaceToTest 111 public int getNetworkType() { 132 public int getNetworkType() { 336 int networkType = mNetworkInterfacesToTest[networkIndex].getNetworkType(); in getSubscriberId() 355 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary() 369 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary() 390 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testUserSummary() 404 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testUserSummary() 425 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppSummary() 454 mNetworkInterfacesToTest[i].getNetworkType(), hasCorrectMetering); in testAppSummary() [all …]
|