Home
last modified time | relevance | path

Searched defs:phoneId (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl57 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 DTelephonyRegistry.java173 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 DIImsService.aidl36 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 DICarrierService.aidl32 oneway void getCarrierConfig(in int phoneId, in CarrierIdentifier id, in ResultReceiver result); in getCarrierConfig()
H A DCarrierService.java236 public void getCarrierConfig(int phoneId, CarrierIdentifier id, ResultReceiver result) { in getCarrierConfig()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2586 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 DRadioAccessFamily.java98 public RadioAccessFamily(int phoneId, int radioAccessFamily) { in RadioAccessFamily()
H A DSubscriptionManager.java2467 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 DCarrierConfigManager.java10925 public void updateConfigForPhoneId(int phoneId, String simState) { in updateConfigForPhoneId()
/aosp14/frameworks/base/core/java/android/telephony/
H A DCellBroadcastIntents.java106 private static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
H A DTelephonyRegistryManager.java590 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 DICarrierConfigLoader.aidl37 void updateConfigForPhoneId(int phoneId, String simState); in updateConfigForPhoneId()
H A DIPhoneSubInfo.aidl46 String getDeviceIdForPhone(int phoneId, String callingPackage, String callingFeatureId); in getDeviceIdForPhone()
H A DITelephony.aidl341 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 DSlicePurchaseBroadcastReceiver.java154 int phoneId = intent.getIntExtra(SlicePurchaseController.EXTRA_PHONE_ID, in isIntentValid() local
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java270 int phoneId = mNotifications.size(); in testCreate() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java3163 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 DPermissionPolicyService.java483 PhoneCarrierPrivilegesCallback(int phoneId) { in PhoneCarrierPrivilegesCallback()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2921 PhoneCarrierPrivilegesCallback(int phoneId) { in PhoneCarrierPrivilegesCallback()