Searched refs:getSubscriberId (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | NetworkUsageStatsTest.java | 205 private String getSubscriberId(int networkType) { in getSubscriberId() method in NetworkUsageStatsTest 209 return tm.getSubscriberId(); in getSubscriberId() 223 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testDeviceSummary() 235 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testDeviceSummary() 255 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testUserSummary() 267 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testUserSummary() 287 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testAppSummary() 320 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testAppSummary() 341 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testAppDetails() 375 sNetworkTypesToTest[i], getSubscriberId(sNetworkTypesToTest[i]), in testAppDetails() [all …]
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | TelephonyManagerPermissionTest.java | 119 String sid = mTelephonyManager.getSubscriberId(); in testGetSubscriberId()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | TelephonyManagerTest.java | 155 mTelephonyManager.getSubscriberId(); in testTelephonyManager()
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoInstrument.java | 124 String imsi = tm.getSubscriberId(); in onStart()
|