/aosp14/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | ITelephonyRegistry.aidl | 57 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId() 67 int phoneId, int subId, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber() 74 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() 78 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId() 90 void notifyEmergencyNumberList(in int phoneId, in int subId); in notifyEmergencyNumberList() 91 void notifyOutgoingEmergencyCall(in int phoneId, in int subId, in notifyOutgoingEmergencyCall() 93 void notifyOutgoingEmergencySms(in int phoneId, in int subId, in notifyOutgoingEmergencySms() 102 void notifyPhysicalChannelConfigForSubscriber(in int phoneId, in int subId, in notifyPhysicalChannelConfigForSubscriber() 106 void notifyLinkCapacityEstimateChanged(in int phoneId, in int subId, in notifyLinkCapacityEstimateChanged() 121 void notifyCallbackModeStarted(int phoneId, int subId, int type); in notifyCallbackModeStarted() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 173 int phoneId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in TelephonyRegistry.Record 1883 int phoneId = getPhoneIdFromSubId(subId); in notifyCarrierNetworkChangeWithPermission() local 1923 int phoneId = getPhoneIdFromSubId(subId); in notifyCellInfoForSubscriber() local 2076 int phoneId = getPhoneIdFromSubId(subId); in notifyCallForwardingChangedForSubscriber() local 2104 int phoneId = getPhoneIdFromSubId(subId); in notifyDataActivityForSubscriber() local 2255 int phoneId = getPhoneIdFromSubId(subId); in notifyCellLocationForSubscriber() local 2473 int phoneId = getPhoneIdFromSubId(subId); in notifyImsDisconnectCause() local 2510 int phoneId = getPhoneIdFromSubId(subId); in notifySrvccStateChanged() local 3050 int phoneId, in addCarrierPrivilegesCallback() 3906 private boolean validatePhoneId(int phoneId) { in validatePhoneId() [all …]
|
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsService.aidl | 36 int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent, in open() 51 void addRegistrationListener(int phoneId, int serviceClass, in addRegistrationListener() 68 IImsConfig getConfigInterface(int phoneId); in getConfigInterface() 73 void turnOnIms(int phoneId); in turnOnIms() 79 void turnOffIms(int phoneId); in turnOffIms()
|
/aosp14/frameworks/base/telephony/java/android/service/carrier/ |
H A D | ICarrierService.aidl | 32 oneway void getCarrierConfig(in int phoneId, in CarrierIdentifier id, in ResultReceiver result); in getCarrierConfig()
|
H A D | CarrierService.java | 236 public void getCarrierConfig(int phoneId, CarrierIdentifier id, ResultReceiver result) { in getCarrierConfig()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 2586 int phoneId; in getCurrentPhoneType() local 11570 int phoneId = getPhoneId(); in setSimOperatorNumeric() local 11594 int phoneId = getPhoneId(); in setSimOperatorName() local 11618 int phoneId = getPhoneId(); in setSimCountryIso() local 11642 int phoneId = getPhoneId(); in setSimState() local 11857 int phoneId = getPhoneId(); in setBasebandVersion() local 11884 int phoneId = getPhoneId(); in getBasebandVersion() local 11906 int phoneId = getPhoneId(); in setPhoneType() local 11936 int phoneId = getPhoneId(); in getOtaSpNumberSchema() local 11968 int phoneId = getPhoneId(); in getSmsReceiveCapable() local [all …]
|
H A D | RadioAccessFamily.java | 98 public RadioAccessFamily(int phoneId, int radioAccessFamily) { in RadioAccessFamily()
|
H A D | SubscriptionManager.java | 2467 public static boolean isValidPhoneId(int phoneId) { in isValidPhoneId() 2473 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra() 2486 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId, int subId) { in putPhoneIdAndSubIdExtra() 2553 final int phoneId = getPhoneId(subId); in isNetworkRoaming() local
|
H A D | CarrierConfigManager.java | 10925 public void updateConfigForPhoneId(int phoneId, String simState) { in updateConfigForPhoneId()
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | CellBroadcastIntents.java | 106 private static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
|
H A D | TelephonyRegistryManager.java | 590 public void notifyOutgoingEmergencyCall(int phoneId, int subId, in notifyOutgoingEmergencyCall() 606 public void notifyOutgoingEmergencySms(int phoneId, int subId, in notifyOutgoingEmergencySms() 1554 public void notifyCallBackModeStarted(int phoneId, int subId, in notifyCallBackModeStarted() 1574 public void notifyCallbackModeStopped(int phoneId, int subId, in notifyCallbackModeStopped()
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ICarrierConfigLoader.aidl | 37 void updateConfigForPhoneId(int phoneId, String simState); in updateConfigForPhoneId()
|
H A D | IPhoneSubInfo.aidl | 46 String getDeviceIdForPhone(int phoneId, String callingPackage, String callingFeatureId); in getDeviceIdForPhone()
|
H A D | ITelephony.aidl | 341 String getNetworkCountryIsoForPhone(int phoneId); in getNetworkCountryIsoForPhone() 1099 List<String> getCarrierPackageNamesForIntentAndPhone(in Intent intent, int phoneId); in getCarrierPackageNamesForIntentAndPhone() 1224 int getRadioAccessFamily(in int phoneId, String callingPackage); in getRadioAccessFamily() 1473 List<String> getPackagesWithCarrierPrivileges(int phoneId); in getPackagesWithCarrierPrivileges()
|
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
H A D | SlicePurchaseBroadcastReceiver.java | 154 int phoneId = intent.getIntExtra(SlicePurchaseController.EXTRA_PHONE_ID, in isIntentValid() local
|
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A D | NotificationTests.java | 270 int phoneId = mNotifications.size(); in testCreate() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 3163 public void registerCarrierPrivilegesCallback(int phoneId, Executor executor, in registerCarrierPrivilegesCallback() 3176 public void addNewPrivilegePackages(int phoneId, String[] pkgNames, int[] uids) { in addNewPrivilegePackages()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PermissionPolicyService.java | 483 PhoneCarrierPrivilegesCallback(int phoneId) { in PhoneCarrierPrivilegesCallback()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppRestrictionController.java | 2921 PhoneCarrierPrivilegesCallback(int phoneId) { in PhoneCarrierPrivilegesCallback()
|