Home
last modified time | relevance | path

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

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java736 public void updateSimState(int phoneId, int simState) { in updateSimState()
753 int phoneId = info.getSimSlotIndex(); in updateActiveSubscriptionInfoList() local
783 private static ActiveSubscriptionInfo makeInvalidSubscriptionInfo(int phoneId) { in makeInvalidSubscriptionInfo()
809 public void writeCarrierKeyEvent(int phoneId, int keyType, boolean isDownloadSuccessful) { in writeCarrierKeyEvent()
924 private synchronized void annotateInProgressCallSession(long timestamp, int phoneId, in annotateInProgressCallSession()
939 private synchronized void annotateInProgressSmsSession(long timestamp, int phoneId, in annotateInProgressSmsSession()
953 private synchronized InProgressCallSession startNewCallSessionIfNeeded(int phoneId) { in startNewCallSessionIfNeeded()
992 private synchronized InProgressSmsSession startNewSmsSessionIfNeeded(int phoneId) { in startNewSmsSessionIfNeeded()
1008 private InProgressSmsSession startNewSmsSession(int phoneId) { in startNewSmsSession()
1104 public synchronized void writeServiceStateChanged(int phoneId, ServiceState serviceState) { in writeServiceStateChanged()
[all …]
DInProgressSmsSession.java34 public final int phoneId; field in InProgressSmsSession
77 public InProgressSmsSession(int phoneId) { in InProgressSmsSession()
DInProgressCallSession.java33 public final int phoneId; field in InProgressCallSession
61 public InProgressCallSession(int phoneId) { in InProgressCallSession()
/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.java54 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged()
59 protected boolean isPhoneActive(int phoneId) { in isPhoneActive()
76 public void setPhoneActive(int phoneId, boolean active) { in setPhoneActive()
87 public void notifyActivePhoneChange(int phoneId) { in notifyActivePhoneChange()
DTelephonyRegistryMock.java59 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX; field in TelephonyRegistryMock.Record
269 public void notifyCallStateForPhoneId(int phoneId, int subId, int state, in notifyCallStateForPhoneId()
275 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId()
280 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId()
286 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId()
318 public void notifyDataConnectionForSubscriber(int phoneId, int subId, int state, in notifyDataConnectionForSubscriber()
331 public void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType) { in notifyDataConnectionFailedForSubscriber()
367 public void notifyEmergencyNumberList(int phoneId, int subId) { in notifyEmergencyNumberList()
372 public void notifyCallQualityChanged(CallQuality callQuality, int phoneId, int subId, in notifyCallQualityChanged()
378 public void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java141 int phoneId = 0; in testUpdateActiveSlotStatus() local
239 int phoneId = 0; in testUpdateAbsentState() local
282 int phoneId = 0; in testUiccSlotCreateAndDispose() local
307 int phoneId = 0; in testUiccSlotBroadcastAbsent() local
340 int phoneId = 0; in testNotRemovable() local
356 int phoneId = 0; in testIsRemovable() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl47 void notifyCallStateForPhoneId(in int phoneId, in int subId, int state, String incomingNumber); in notifyCallStateForPhoneId()
48 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId()
49 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId()
51 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi); in notifyMessageWaitingChangedForPhoneId()
59 void notifyDataConnectionForSubscriber(int phoneId, int subId, int state, in notifyDataConnectionForSubscriber()
65 void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType); in notifyDataConnectionFailedForSubscriber()
74 void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState()
76 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause()
78 void notifyPreciseDataConnectionFailed(int phoneId, int subId, String apnType, String apn, in notifyPreciseDataConnectionFailed()
82 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId()
[all …]
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java125 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX; field in TelephonyRegistry.Record
642 int phoneId = SubscriptionManager.getPhoneId(subId); in listen() local
891 private String getCallIncomingNumber(Record record, int phoneId) { in getCallIncomingNumber()
987 public void notifyCallStateForPhoneId(int phoneId, int subId, int state, in notifyCallStateForPhoneId()
1018 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId()
1069 public void notifySimActivationStateChangedForPhoneId(int phoneId, int subId, in notifySimActivationStateChangedForPhoneId()
1130 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId()
1202 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCarrierNetworkChange() local
1235 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCellInfoForSubscriber() local
1274 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyPhysicalChannelConfigurationForSubscriber() local
[all …]
/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/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.java478 final int phoneId = msg.arg1; in handleMessage() local
543 int phoneId = (int) ar.userObj; in handleMessage() local
551 int phoneId = (int) msg.obj; in handleMessage() local
866 private void activate(int phoneId) { in activate()
871 private void deactivate(int phoneId) { in deactivate()
875 private void switchPhone(int phoneId, boolean active) { in switchPhone()
888 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged()
912 public void overrideDefaultDataForEmergency(int phoneId, int overrideTimeSec, in overrideDefaultDataForEmergency()
924 private void sendRilCommands(int phoneId) { in sendRilCommands()
972 int phoneId = INVALID_PHONE_INDEX; in phoneIdForRequest() local
[all …]
DPhoneConfigurationManager.java157 int phoneId = msg.arg1; in handleMessage() local
205 int phoneId = phone.getPhoneId(); in getPhoneStatus() local
241 public boolean getPhoneStatusFromCache(int phoneId) throws NoSuchElementException { in getPhoneStatusFromCache()
263 public void addToPhoneStatusCache(int phoneId, boolean status) { in addToPhoneStatusCache()
DProxyController.java161 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in registerForAllDataDisconnected() local
169 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in unregisterForAllDataDisconnected() local
178 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in areAllDataDisconnected() local
194 public int getRadioAccessFamily(int phoneId) { in getRadioAccessFamily()
270 int phoneId = rafs[i].getPhoneId(); in doSetRadioCapabilities() local
608 private void sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, in sendRadioCapabilityRequest()
DDefaultPhoneNotifier.java61 int phoneId = sender.getPhoneId(); in notifyPhoneState() local
80 int phoneId = sender.getPhoneId(); in notifyServiceState() local
100 int phoneId = sender.getPhoneId(); in notifySignalStrength() local
119 int phoneId = sender.getPhoneId(); in notifyMessageWaitingChanged() local
170 int phoneId = sender.getPhoneId(); in doNotifyDataConnection() local
DCarrierInfoManager.java115 Context context, int phoneId) { in updateOrInsertCarrierKey()
177 Context context, int phoneId) { in setCarrierInfoForImsiEncryption()
DCarrierServiceBindHelper.java124 void updateForPhoneId(int phoneId, String simState) { in updateForPhoneId()
140 private int phoneId; field in CarrierServiceBindHelper.AppBinding
150 public AppBinding(int phoneId) { in AppBinding()
DSubscriptionInfoUpdater.java341 private int getCardIdFromPhoneId(int phoneId) { in getCardIdFromPhoneId()
898 public void updateSubscriptionByCarrierConfigAndNotifyComplete(int phoneId, in updateSubscriptionByCarrierConfigAndNotifyComplete()
912 private boolean isCarrierServicePackage(int phoneId, String pkgName) { in isCarrierServicePackage()
927 int phoneId, String configPackageName, PersistableBundle config) { in updateSubscriptionByCarrierConfig()
1045 private void broadcastSimCardStateChanged(int phoneId, int state) { in broadcastSimCardStateChanged()
1064 private void broadcastSimApplicationStateChanged(int phoneId, int state) { in broadcastSimApplicationStateChanged()
/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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierResolverTest.java131 int phoneId = mPhone.getPhoneId(); in testCarrierMatch() local
149 int phoneId = mPhone.getPhoneId(); in testMnoCarrierId() local
173 int phoneId = mPhone.getPhoneId(); in testPreciseCarrierId() local
214 int phoneId = mPhone.getPhoneId(); in testCarrierMatchSimAbsent() local
233 int phoneId = mPhone.getPhoneId(); in testCarrierNoMatch() local
267 int phoneId = mPhone.getPhoneId(); in testCarrierMatchPreferApnChange() local
DSubscriptionInfoUpdaterTest.java640 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticUnchanged() local
662 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic() local
693 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticAddToGroup() local
727 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java255 public int getSlotIdFromPhoneId(int phoneId) { in getSlotIdFromPhoneId()
275 public UiccCard getUiccCard(int phoneId) { in getUiccCard()
302 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone()
319 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone()
361 public UiccSlot getUiccSlotForPhone(int phoneId) { in getUiccSlotForPhone()
402 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords()
414 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler()
446 Integer phoneId = getCiIndex(msg); in handleMessage() local
539 public UiccCardApplication getUiccCardApplication(int phoneId, int family) { in getUiccCardApplication()
566 int phoneId) { in updateInternalIccState()
[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.java2049 int phoneId; in getCurrentPhoneType() local
2108 private int getPhoneTypeFromProperty(int phoneId) { in getPhoneTypeFromProperty()
2122 private int getPhoneTypeFromNetworkType(int phoneId) { in getPhoneTypeFromNetworkType()
2302 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperatorName() local
2330 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperator() local
2346 public String getNetworkOperatorForPhone(int phoneId) { in getNetworkOperatorForPhone()
2410 int phoneId = SubscriptionManager.getPhoneId(subId); in isNetworkRoaming() local
2454 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone()
3209 int phoneId = SubscriptionManager.getPhoneId(subId); in getSimOperatorNumeric() local
3222 public String getSimOperatorNumericForPhone(int phoneId) { in getSimOperatorNumericForPhone()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactoryTest.java179 final int phoneId = 0; in testActive() local
248 final int phoneId = 0; in testRequests() local

123