Home
last modified time | relevance | path

Searched refs:getNai (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDeviceIdentifiersTest.java68 TelephonyManager::getNai), telephonyManager.getNai()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java66 TelephonyManager::getNai), telephonyManager.getNai()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/
DDeviceIdentifierAppOpTest.java74 (tm) -> tm.getNai()), telephonyManager.getNai()); in testAccessToDeviceIdentifiersWithAppOp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java45 assertAccessDenied(telephonyManager::getNai, mayReturnNull); in testProfileOwnerOnPersonalDeviceCannotGetDeviceIdentifiers()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DTelephonyManagerTest.java86 mTelephonyManager.getNai()); in testDeviceIdentifiersAreNotAccessible()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DSETId.java831 public SETId.naiType getNai() { in getNai() method in SETId
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java509 mTelephonyManager.getNai(); in testTelephonyApisAreAccessible()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java712 ShellIdentityUtils.invokeMethodWithShellPermissions(mTelephonyManager, (tm) -> tm.getNai()); in testTelephonyManager()