Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionMonitorMock.java44 public void registerForSubscriptionChanged(int phoneId, Handler h, int what, Object o) { in registerForSubscriptionChanged()
52 public void unregisterForSubscriptionChanged(int phoneId, Handler h) { in unregisterForSubscriptionChanged()
58 public void registerForDefaultDataSubscriptionChanged(int phoneId, Handler h, int what, in registerForDefaultDataSubscriptionChanged()
67 public void unregisterForDefaultDataSubscriptionChanged(int phoneId, Handler h) { in unregisterForDefaultDataSubscriptionChanged()
73 public void notifySubscriptionChanged(int phoneId) { in notifySubscriptionChanged()
79 public void notifyDefaultSubscriptionChanged(int phoneId) { in notifyDefaultSubscriptionChanged()
84 private void validatePhoneId(int phoneId) { in validatePhoneId()
DPhoneSwitcherMock.java47 public void resendDataAllowed(int phoneId) { in resendDataAllowed()
52 public boolean isPhoneActive(int phoneId) { in isPhoneActive()
57 public void registerForActivePhoneSwitch(int phoneId, Handler h, int what, Object o) { in registerForActivePhoneSwitch()
65 public void unregisterForActivePhoneSwitch(int phoneId, Handler h) { in unregisterForActivePhoneSwitch()
70 private void validatePhoneId(int phoneId) { in validatePhoneId()
77 public void setPhoneActive(int phoneId, boolean active) { in setPhoneActive()
DTelephonyRegistryMock.java53 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX; field in TelephonyRegistryMock.Record
192 public void notifyCallStateForPhoneId(int phoneId, int subId, int state, in notifyCallStateForPhoneId()
198 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId()
203 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId()
209 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionMonitor.java191 public void registerForSubscriptionChanged(int phoneId, Handler h, int what, Object o) { in registerForSubscriptionChanged()
200 public void unregisterForSubscriptionChanged(int phoneId, Handler h) { in unregisterForSubscriptionChanged()
207 public void registerForDefaultDataSubscriptionChanged(int phoneId, Handler h, int what, in registerForDefaultDataSubscriptionChanged()
217 public void unregisterForDefaultDataSubscriptionChanged(int phoneId, Handler h) { in unregisterForDefaultDataSubscriptionChanged()
224 private boolean invalidPhoneId(int phoneId) { in invalidPhoneId()
DPhoneSwitcher.java336 private void deactivate(int phoneId) { in deactivate()
346 private void activate(int phoneId) { in activate()
358 public void resendDataAllowed(int phoneId) { in resendDataAllowed()
366 final int phoneId = msg.arg1; in onResendDataAllowed() local
379 int phoneId = INVALID_PHONE_INDEX; in phoneIdForRequest() local
391 public boolean isPhoneActive(int phoneId) { in isPhoneActive()
396 public void registerForActivePhoneSwitch(int phoneId, Handler h, int what, Object o) { in registerForActivePhoneSwitch()
403 public void unregisterForActivePhoneSwitch(int phoneId, Handler h) { in unregisterForActivePhoneSwitch()
408 private void validatePhoneId(int phoneId) { in validatePhoneId()
DProxyController.java172 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in registerForAllDataDisconnected() local
180 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in unregisterForAllDataDisconnected() local
188 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in isDataDisconnected() local
204 public int getRadioAccessFamily(int phoneId) { in getRadioAccessFamily()
272 int phoneId = rafs[i].getPhoneId(); in doSetRadioCapabilities() local
599 private void sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, in sendRadioCapabilityRequest()
DDefaultPhoneNotifier.java59 int phoneId = sender.getPhoneId(); in notifyPhoneState() local
77 int phoneId = sender.getPhoneId(); in notifyServiceState() local
97 int phoneId = sender.getPhoneId(); in notifySignalStrength() local
116 int phoneId = sender.getPhoneId(); in notifyMessageWaitingChanged() local
DCarrierServiceBindHelper.java108 void updateForPhoneId(int phoneId, String simState) { in updateForPhoneId()
124 private int phoneId; field in CarrierServiceBindHelper.AppBinding
133 public AppBinding(int phoneId) { in AppBinding()
DRadioCapability.java127 public RadioCapability(int phoneId, int session, int phase, in RadioCapability()
DWapPushOverSms.java133 int phoneId = handler.getPhone().getPhoneId(); in decodeWapPdu() local
582 int phoneId; field in WapPushOverSms.DecodedResult
DSubscriptionController.java317 final int phoneId = getPhoneId(subId); in getSubscriptionCountryIso() local
1009 int phoneId = getPhoneId(subId); in setDisplayNumber() local
1195 int phoneId; in getPhoneId() local
1479 int phoneId = getPhoneId(subId); in setDefaultFallbackSubId() local
1558 public int getSubIdUsingPhoneId(int phoneId) { in getSubIdUsingPhoneId()
DUiccPhoneBookController.java136 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in getIccPhoneBookInterfaceManager() local
DPhoneSubInfoController.java64 public String getDeviceIdForPhone(int phoneId, String callingPackage) { in getDeviceIdForPhone()
270 int phoneId = SubscriptionManager.getPhoneId(subId); in getPhone() local
/frameworks/base/telephony/java/com/android/ims/internal/
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()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java44 public int open(int phoneId, int serviceClass, PendingIntent incomingCallIntent, in open()
97 public IImsConfig getConfigInterface(int phoneId) { in getConfigInterface()
102 public void turnOnIms(int phoneId) { in turnOnIms()
107 public void turnOffIms(int phoneId) { in turnOffIms()
137 protected int onOpen(int phoneId, int serviceClass, PendingIntent incomingCallIntent, in onOpen()
193 protected IImsConfig onGetConfigInterface(int phoneId) { in onGetConfigInterface()
199 protected void onTurnOnIms(int phoneId) { in onTurnOnIms()
203 protected void onTurnOffIms(int phoneId) { in onTurnOffIms()
DImsManager.java201 public static ImsManager getInstance(Context context, int phoneId) { in getInstance()
673 public static void updateImsServiceConfig(Context context, int phoneId, boolean force) { in updateImsServiceConfig()
807 private ImsManager(Context context, int phoneId) { in ImsManager()
1270 private static String getImsServiceName(int phoneId) { in getImsServiceName()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java101 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX; field in TelephonyRegistry.Record
527 int phoneId = r.phoneId; in listen() local
672 private String getCallIncomingNumber(Record record, int phoneId) { in getCallIncomingNumber()
725 public void notifyCallStateForPhoneId(int phoneId, int subId, int state, in notifyCallStateForPhoneId()
756 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId()
798 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId()
894 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCellInfoForSubscriber() local
916 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId()
956 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCallForwardingChangedForSubscriber() local
984 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyDataActivityForSubscriber() local
[all …]
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
DImsUceManager.java91 public static ImsUceManager getInstance(Context context, int phoneId) { in getInstance()
108 private ImsUceManager(Context context, int phoneId) { in ImsUceManager()
132 private String getUceServiceName(int phoneId) { in getUceServiceName()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1107 int phoneId; in getCurrentPhoneType() local
1165 private int getPhoneTypeFromProperty(int phoneId) { in getPhoneTypeFromProperty()
1179 private int getPhoneTypeFromNetworkType(int phoneId) { in getPhoneTypeFromNetworkType()
1346 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperatorName() local
1373 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperator() local
1388 public String getNetworkOperatorForPhone(int phoneId) { in getNetworkOperatorForPhone()
1412 int phoneId = SubscriptionManager.getPhoneId(subId); in isNetworkRoaming() local
1441 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkCountryIso() local
1456 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone()
1964 int phoneId = SubscriptionManager.getPhoneId(subId); in getSimOperatorNumeric() local
[all …]
DSubscriptionManager.java1163 public static boolean isValidPhoneId(int phoneId) { in isValidPhoneId()
1168 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
1178 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId, int subId) { in putPhoneIdAndSubIdExtra()
1222 final int phoneId = getPhoneId(subId); in isNetworkRoaming() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java151 public UiccCard getUiccCard(int phoneId) { in getUiccCard()
169 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords()
180 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler()
269 public UiccCardApplication getUiccCardApplication(int phoneId, int family) { in getUiccCardApplication()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactoryTest.java110 private TelephonyNetworkFactory makeTnf(int phoneId, TestSetup ts) { in makeTnf()
140 final int phoneId = 0; in testActive() local
222 final int phoneId = 0; in testRequests() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl40 void notifyCallStateForPhoneId(in int phoneId, in int subId, int state, String incomingNumber); in notifyCallStateForPhoneId()
41 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId()
42 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId()
44 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi); in notifyMessageWaitingChangedForPhoneId()
DICarrierConfigLoader.aidl30 void updateConfigForPhoneId(int phoneId, String simState); in updateConfigForPhoneId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java72 Looper looper, Context context, int phoneId, DcTracker dcTracker) { in TelephonyNetworkFactory()
102 int phoneId) { in makeNetworkFilter()

12