Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java356 private String getSubscriberId(int networkIndex) { in getSubscriberId() method in NetworkUsageStatsTest
362 (telephonyManager) -> telephonyManager.getSubscriberId()); in getSubscriberId()
377 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary()
391 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary()
412 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testUserSummary()
426 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testUserSummary()
452 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppSummary()
496 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppSummary()
518 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppDetails()
539 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppDetails()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDeviceIdentifiersTest.java60 TelephonyManager::getSubscriberId), telephonyManager.getSubscriberId()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java57 TelephonyManager::getSubscriberId), telephonyManager.getSubscriberId()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/
DDeviceIdentifierAppOpTest.java66 (tm) -> tm.getSubscriberId()), telephonyManager.getSubscriberId()); in testAccessToDeviceIdentifiersWithAppOp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java43 assertAccessDenied(telephonyManager::getSubscriberId, mayReturnNull); in testProfileOwnerOnPersonalDeviceCannotGetDeviceIdentifiers()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DTelephonyManagerTest.java78 mTelephonyManager.getSubscriberId()); in testDeviceIdentifiersAreNotAccessible()
/cts/tests/tests/permission/telephony/src/android/permission/cts/telephony/
DTelephonyManagerPermissionTest.java140 String sid = mTelephonyManager.getSubscriberId(); in testGetSubscriberId()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java133 (telephonyManager) -> telephonyManager.getSubscriberId()); in onStart()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java675 (tm) -> tm.getSubscriberId()); in testTelephonyManager()
762 mTelephonyManager.getSubscriberId(); in testTelephonyManager()
989 mTelephonyManager, (tm) -> tm.getSubscriberId()); in testCreateForPhoneAccountHandle()
991 telephonyManager, (tm) -> tm.getSubscriberId()); in testCreateForPhoneAccountHandle()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java513 mTelephonyManager.getSubscriberId(); in testTelephonyApisAreAccessible()