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.java337 private String getSubscriberId(int networkIndex) { in getSubscriberId() method in NetworkUsageStatsTest
343 (telephonyManager) -> telephonyManager.getSubscriberId()); in getSubscriberId()
358 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary()
372 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testDeviceSummary()
393 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testUserSummary()
407 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testUserSummary()
428 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppSummary()
472 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppSummary()
494 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppDetails()
515 mNetworkInterfacesToTest[i].getNetworkType(), getSubscriberId(i), in testAppDetails()
[all …]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java55 (tm) -> tm.getSubscriberId()), telephonyManager.getSubscriberId()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
94 telephonyManager.getSubscriberId(); in testProfileOwnerCannotGetDeviceIdentifiersWithoutPermission()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java55 (tm) -> tm.getSubscriberId()), telephonyManager.getSubscriberId()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
94 telephonyManager.getSubscriberId(); in testDeviceOwnerCannotGetDeviceIdentifiersWithoutPermission()
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/
DDeviceIdentifierAppOpTest.java61 (tm) -> tm.getSubscriberId()), telephonyManager.getSubscriberId()); in testAccessToDeviceIdentifiersWithAppOp()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DTelephonyManagerTest.java74 mTelephonyManager.getSubscriberId()); in testDeviceIdentifiersAreNotAccessible()
/cts/tests/tests/permission/telephony/src/android/permission/cts/telephony/
DTelephonyManagerPermissionTest.java136 String sid = mTelephonyManager.getSubscriberId(); in testGetSubscriberId()
/cts/hostsidetests/incident/src/com/android/server/cts/
DNetstatsIncidentTest.java411 assertTrue(ni.getSubscriberId().isEmpty()); in verifyNetworkInterfaceProto()
/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.java307 (tm) -> tm.getSubscriberId()); in testTelephonyManager()
509 mTelephonyManager, (tm) -> tm.getSubscriberId()); in testCreateForPhoneAccountHandle()
511 telephonyManager, (tm) -> tm.getSubscriberId()); in testCreateForPhoneAccountHandle()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java477 mTelephonyManager.getSubscriberId(); in testTelephonyApisAreAccessible()