Home
last modified time | relevance | path

Searched refs:isMultiSimSupported (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2171 int isMultiSimSupported(String callingPackage, String callingFeatureId); in isMultiSimSupported() method
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java15020 public int isMultiSimSupported() { in isMultiSimSupported() method in TelephonyManager
15027 return service.isMultiSimSupported(getOpPackageName(), getAttributionTag()); in isMultiSimSupported()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt45732 …@RequiresPermission(android.Manifest.permission.READ_PHONE_STATE) public int isMultiSimSupported();