Searched refs:getNai (Results 1 – 10 of 10) sorted by relevance
68 fun getNai(): String? { in getNai() method70 return telephonyManager.getNai() in getNai()
74 TelephonyManager::getNai), telephonyManager.getNai()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
74 (tm) -> tm.getNai()), telephonyManager.getNai()); in testAccessToDeviceIdentifiersWithAppOp()
128 String nai = TestApis.telephony().getNai(); in getNai_withReadPrivilegedPhoneStatePermission_withReadPhoneStatePermission_returnsSameValue()133 assertThat(testApp.telephonyManager().getNai()).isEqualTo(nai); in getNai_withReadPrivilegedPhoneStatePermission_withReadPhoneStatePermission_returnsSameValue()
45 assertAccessDenied(telephonyManager::getNai, mayReturnNull); in testProfileOwnerOnPersonalDeviceCannotGetDeviceIdentifiers()
86 mTelephonyManager.getNai()); in testDeviceIdentifiersAreNotAccessible()
831 public SETId.naiType getNai() { in getNai() method in SETId
528 mTelephonyManager.getNai(); in testTelephonyApisAreAccessible()568 mTelephonyManager.getNai(); in testTelephonyApisAreAccessibleWithFeatureMapping()
956 ShellIdentityUtils.invokeMethodWithShellPermissions(mTelephonyManager, (tm) -> tm.getNai()); in testTelephonyManager()1178 (tm) -> tm.getNai()); in testTelephonyManagerWithFeatureMapping()
46053 …ethod @RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public String getNai();