Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl55 void notifyCallState(in int phoneId, in int subId, int state, String incomingNumber); in notifyCallState()
56 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId()
57 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId()
59 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi); in notifyMessageWaitingChangedForPhoneId()
67 int phoneId, int subId, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber()
72 void notifyPreciseCallState(int phoneId, int subId, in int[] callStates, in String[] imsCallIds, in notifyPreciseCallState()
74 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause()
78 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId()
80 void notifyOemHookRawEventForSubscriber(in int phoneId, in int subId, in byte[] rawData); in notifyOemHookRawEventForSubscriber()
85 void notifyUserMobileDataStateChangedForPhoneId(in int phoneId, in int subId, in boolean state); in notifyUserMobileDataStateChangedForPhoneId()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java828 public void updateSimState(int phoneId, int simState) { in updateSimState()
846 int phoneId = info.getSimSlotIndex(); in updateActiveSubscriptionInfoList() local
879 private static ActiveSubscriptionInfo makeInvalidSubscriptionInfo(int phoneId) { in makeInvalidSubscriptionInfo()
905 public void writeCarrierKeyEvent(int phoneId, int keyType, boolean isDownloadSuccessful) { in writeCarrierKeyEvent()
1031 private synchronized void annotateInProgressCallSession(long timestamp, int phoneId, in annotateInProgressCallSession()
1046 private synchronized void annotateInProgressSmsSession(long timestamp, int phoneId, in annotateInProgressSmsSession()
1060 private synchronized InProgressCallSession startNewCallSessionIfNeeded(int phoneId) { in startNewCallSessionIfNeeded()
1099 private synchronized InProgressSmsSession startNewSmsSessionIfNeeded(int phoneId) { in startNewSmsSessionIfNeeded()
1115 private InProgressSmsSession startNewSmsSession(int phoneId) { in startNewSmsSession()
1211 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()
DNetworkRequestsStats.java66 int phoneId = SubscriptionManager.getPhoneId(subId); in getCarrierId() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DFdnUtils.java53 public static boolean isNumberBlockedByFDN(int phoneId, String dialStr, in isNumberBlockedByFDN()
68 public static boolean isFdnEnabled(int phoneId) { in isFdnEnabled()
85 public static boolean isSuppServiceRequestBlockedByFdn(int phoneId, in isSuppServiceRequestBlockedByFdn()
162 private static ArrayList<AdnRecord> getFdnList(int phoneId) { in getFdnList()
181 private static UiccCardApplication getUiccCardApplication(int phoneId) { in getUiccCardApplication()
DPhoneFactory.java310 private static Phone createPhone(Context context, int phoneId) { in createPhone()
335 public static Phone getPhone(int phoneId) { in getPhone()
378 public static TelephonyNetworkFactory getNetworkFactory(int phoneId) { in getNetworkFactory()
410 public static int calculatePreferredNetworkType(int phoneId) { in calculatePreferredNetworkType()
DPhoneConfigurationManager.java205 int phoneId = msg.arg1; in handleMessage() local
265 int phoneId = phone.getPhoneId(); in getPhoneStatus() local
303 public boolean getPhoneStatusFromCache(int phoneId) throws NoSuchElementException { in getPhoneStatusFromCache()
325 public void addToPhoneStatusCache(int phoneId, boolean status) { in addToPhoneStatusCache()
DCarrierServiceBindHelper.java103 CarrierServiceChangeCallback(int phoneId) { in CarrierServiceChangeCallback()
210 public void updateForPhoneId(int phoneId, @NonNull String simState) { in updateForPhoneId()
226 private int phoneId; field in CarrierServiceBindHelper.AppBinding
237 public AppBinding(int phoneId) { in AppBinding()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java145 int phoneId = 0; in testUpdateActiveSlotStatus() local
377 int phoneId = 0; in testUpdateAbsentState() local
423 int phoneId = 0; in testUiccSlotCreateAndDispose() local
448 int phoneId = 0; in testUiccSlotBroadcastAbsent() local
477 int phoneId = 0; in testNotRemovable() local
493 int phoneId = 0; in testIsRemovable() local
568 int phoneId = 0; in testSimStateUnknown() local
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java173 int phoneId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in TelephonyRegistry.Record
1495 private String getCallIncomingNumber(Record record, int phoneId) { in getCallIncomingNumber()
1628 public void notifyCallState(int phoneId, int subId, int state, String incomingNumber) { in notifyCallState()
1671 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId()
1734 public void notifySimActivationStateChangedForPhoneId(int phoneId, int subId, in notifySimActivationStateChangedForPhoneId()
1795 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId()
1883 int phoneId = getPhoneIdFromSubId(subId); in notifyCarrierNetworkChangeWithPermission() local
1923 int phoneId = getPhoneIdFromSubId(subId); in notifyCellInfoForSubscriber() local
1950 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId()
1977 public void notifyUserMobileDataStateChangedForPhoneId(int phoneId, int subId, boolean state) { in notifyUserMobileDataStateChangedForPhoneId()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsFeatureBinderRepository.java134 public final int phoneId; field in ImsFeatureBinderRepository.UpdateMapper
282 int phoneId, @ImsFeature.FeatureType int type) { in getIfExists()
305 public void registerForConnectionUpdates(int phoneId, in registerForConnectionUpdates()
345 public void addConnection(int phoneId, int subId, @ImsFeature.FeatureType int type, in addConnection()
363 public ImsFeatureContainer removeConnection(int phoneId, @ImsFeature.FeatureType int type) { in removeConnection()
380 public void notifyFeatureStateChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureStateChanged()
397 public void notifyFeatureCapabilitiesChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureCapabilitiesChanged()
415 private UpdateMapper getUpdateMapper(int phoneId, int type) { in getUpdateMapper()
428 private void logVerboseLineLocked(int phoneId, String log) { in logVerboseLineLocked()
437 private void logInfoLineLocked(int phoneId, String log) { in logInfoLineLocked()
DFeatureConnector.java95 U createManager(Context context, int phoneId); in createManager()
226 public FeatureConnector(Context context, int phoneId, ManagerFactory<U> factory, in FeatureConnector()
/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/tests/telephonytests/src/com/android/internal/telephony/
DCarrierResolverTest.java117 int phoneId = mPhone.getPhoneId(); in testCarrierMatch() local
135 int phoneId = mPhone.getPhoneId(); in testMnoCarrierId() local
159 int phoneId = mPhone.getPhoneId(); in testPreciseCarrierId() local
200 int phoneId = mPhone.getPhoneId(); in testCarrierMatchSimAbsent() local
219 int phoneId = mPhone.getPhoneId(); in testCarrierNoMatch() local
253 int phoneId = mPhone.getPhoneId(); in testCarrierMatchPreferApnChange() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRcsStatusListener.java28 void onRcsConnected(int phoneId, RcsFeatureManager rcsFeatureManager); in onRcsConnected()
33 void onRcsDisconnected(int phoneId); in onRcsDisconnected()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java331 public int getSlotIdFromPhoneId(int phoneId) { in getSlotIdFromPhoneId()
349 public UiccCard getUiccCard(int phoneId) { in getUiccCard()
359 public UiccPort getUiccPort(int phoneId) { in getUiccPort()
406 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone()
424 public UiccPort getUiccPortForPhone(int phoneId) { in getUiccPortForPhone()
444 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone()
488 public UiccSlot getUiccSlotForPhone(int phoneId) { in getUiccSlotForPhone()
533 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords()
545 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler()
576 Integer phoneId = getCiIndex(msg); in handleMessage() local
[all …]
DUiccCard.java61 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in UiccCard()
106 public void update(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in update()
195 public UiccPort getUiccPortForPhone(int phoneId) { in getUiccPortForPhone()
DUiccSlot.java118 public void update(CommandsInterface ci, IccCardStatus ics, int phoneId, int slotIndex) { in update()
137 updateCardStateAbsent(ci.getRadioState(), phoneId, in update() local
203 int phoneId = iss.mSimPortInfos[i].mLogicalSlotIndex; in update() local
303 public int getPortIndexFromPhoneId(int phoneId) { in getPortIndexFromPhoneId()
351 private void updateCardStateAbsent(int radioState, int phoneId, int portIndex) { in updateCardStateAbsent()
634 public void onRadioStateUnavailable(int phoneId) { in onRadioStateUnavailable()
DCarrierTestOverride.java72 CarrierTestOverride(int phoneId) { in CarrierTestOverride()
172 private void loadCarrierTestOverrides(int phoneId) { in loadCarrierTestOverrides()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DTelephonyNetworkFactoryTest.java131 private void activatePhoneInPhoneSwitcher(int phoneId, boolean active) { in activatePhoneInPhoneSwitcher()
137 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher()
234 final int phoneId = 0; in testActive() local
305 final int phoneId = 0; in testRequests() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java383 @ImsRegistrationImplBase.ImsRegistrationTech int get(Context context, int phoneId); in get()
430 private void registerForImsRadioTechChange(Context context, int phoneId) { in registerForImsRadioTechChange()
684 final int phoneId = msg.arg1; in handleMessage() local
777 int phoneId = (int) msg.obj; in handleMessage() local
1193 protected void activate(int phoneId) { in activate()
1198 protected void deactivate(int phoneId) { in deactivate()
1202 private void switchPhone(int phoneId, boolean active) { in switchPhone()
1215 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged()
1239 public void overrideDefaultDataForEmergency(int phoneId, int overrideTimeSec, in overrideDefaultDataForEmergency()
1251 protected void sendRilCommands(int phoneId) { in sendRilCommands()
[all …]
DAutoDataSwitchController.java255 private void registerAllEventsForPhone(int phoneId) { in registerAllEventsForPhone()
287 int phoneId; in handleMessage() local
318 private void onRegistrationStateChanged(int phoneId) { in onRegistrationStateChanged()
354 private void onDisplayInfoChanged(int phoneId) { in onDisplayInfoChanged()
579 public void displayAutoDataSwitchNotification(int phoneId, boolean isDueToAutoSwitch) { in displayAutoDataSwitchNotification()
/frameworks/base/telephony/java/android/service/carrier/
DICarrierService.aidl32 oneway void getCarrierConfig(in int phoneId, in CarrierIdentifier id, in ResultReceiver result); in getCarrierConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java48 public EuiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in EuiccCard()
79 public void update(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in update()

1234