Home
last modified time | relevance | path

Searched refs:checkSmsShortCodeDestination (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISmsImplBase.java205 public int checkSmsShortCodeDestination(int subid, String callingPackage, in checkSmsShortCodeDestination() method in ISmsImplBase
H A DISms.aidl556 int checkSmsShortCodeDestination(int subId, String callingApk, String callingFeatureId, in checkSmsShortCodeDestination() method
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java3353 public @SmsShortCodeCategory int checkSmsShortCodeDestination( in checkSmsShortCodeDestination() method in SmsManager
3358 return iccISms.checkSmsShortCodeDestination(getSubscriptionId(), in checkSmsShortCodeDestination()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt570 MissingNullability: android.telephony.SmsManager#checkSmsShortCodeDestination(String, String) param…
571 Missing nullability on parameter `destAddress` in method `checkSmsShortCodeDestination`
572 MissingNullability: android.telephony.SmsManager#checkSmsShortCodeDestination(String, String) param…
573 Missing nullability on parameter `countryIso` in method `checkSmsShortCodeDestination`
H A Dtest-current.txt3167 …sion(android.Manifest.permission.READ_PHONE_STATE) public int checkSmsShortCodeDestination(String,…