Home
last modified time | relevance | path

Searched refs:getSubscriberId (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java205 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/
DTelephonyManagerPermissionTest.java119 String sid = mTelephonyManager.getSubscriberId(); in testGetSubscriberId()
/cts/tests/tests/telephony/src/android/telephony/cts/
DTelephonyManagerTest.java155 mTelephonyManager.getSubscriberId(); in testTelephonyManager()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java124 String imsi = tm.getSubscriberId(); in onStart()