Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsServiceController.aidl39 void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c); in createImsFeature()
40 void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c); in removeImsFeature()
42 int startSession(int slotId, int featureType, in PendingIntent incomingCallIntent, in startSession()
44 void endSession(int slotId, int featureType, int sessionId); in endSession()
45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType); in isConnected()
46 boolean isOpened(int slotId, int featureType); in isOpened()
47 int getFeatureStatus(int slotId, int featureType); in getFeatureStatus()
48 void addRegistrationListener(int slotId, int featureType, in IImsRegistrationListener listener); in addRegistrationListener()
49 void removeRegistrationListener(int slotId, int featureType, in removeRegistrationListener()
51 ImsCallProfile createCallProfile(int slotId, int featureType, int sessionId, in createCallProfile()
[all …]
DIImsServiceFeatureListener.aidl25 void imsFeatureCreated(int slotId, int feature); in imsFeatureCreated()
26 void imsFeatureRemoved(int slotId, int feature); in imsFeatureRemoved()
27 void imsStatusChanged(int slotId, int feature, int status); in imsStatusChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DTestImsServiceControllerAdapter.java48 public void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c) in createImsFeature()
55 public void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c) in removeImsFeature()
61 public int startSession(int slotId, int featureType, PendingIntent incomingCallIntent, in startSession()
67 public void endSession(int slotId, int featureType, int sessionId) throws RemoteException { in endSession()
72 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType) in isConnected()
78 public boolean isOpened(int slotId, int featureType) throws RemoteException { in isOpened()
83 public int getFeatureStatus(int slotId, int featureType) throws RemoteException { in getFeatureStatus()
88 public void addRegistrationListener(int slotId, int featureType, in addRegistrationListener()
94 public void removeRegistrationListener(int slotId, int featureType, in removeRegistrationListener()
100 public ImsCallProfile createCallProfile(int slotId, int featureType, int sessionId, in createCallProfile()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java357 private void onCreateImsFeatureInternal(int slotId, int featureType, in onCreateImsFeatureInternal()
381 private void onRemoveImsFeatureInternal(int slotId, int featureType, in onRemoveImsFeatureInternal()
398 private MMTelFeature resolveMMTelFeature(int slotId, int featureType) { in resolveMMTelFeature()
428 public SparseArray<ImsFeature> getImsFeatureMap(int slotId) { in getImsFeatureMap()
441 private ImsFeature makeImsFeature(int slotId, int feature) { in makeImsFeature()
473 public MMTelFeature onCreateEmergencyMMTelImsFeature(int slotId) { in onCreateEmergencyMMTelImsFeature()
482 public MMTelFeature onCreateMMTelImsFeature(int slotId) { in onCreateMMTelImsFeature()
490 public RcsFeature onCreateRcsFeature(int slotId) { in onCreateRcsFeature()
DImsServiceProxy.java101 public ImsServiceProxy(int slotId, IBinder binder, int featureType) { in ImsServiceProxy()
106 public ImsServiceProxy(int slotId, int featureType) { in ImsServiceProxy()
DImsServiceProxyCompat.java50 public ImsServiceProxyCompat(int slotId, IBinder binder) { in ImsServiceProxyCompat()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestImsService.java46 public MMTelFeature onCreateEmergencyMMTelImsFeature(int slotId) { in onCreateEmergencyMMTelImsFeature()
51 public MMTelFeature onCreateMMTelImsFeature(int slotId) { in onCreateMMTelImsFeature()
56 public RcsFeature onCreateRcsFeature(int slotId) { in onCreateRcsFeature()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java273 int slotId = uObj.slotId; in handleMessage() local
301 Integer slotId = (Integer)ar.userObj; in handleMessage() local
344 public int slotId; field in SubscriptionInfoUpdater.QueryIccIdUserObj
346 QueryIccIdUserObj(String reason, int slotId) { in QueryIccIdUserObj()
352 private void handleSimLocked(int slotId, String reason) { in handleSimLocked()
379 private void handleSimLoaded(int slotId) { in handleSimLoaded()
481 private void updateCarrierServices(int slotId, String simState) { in updateCarrierServices()
488 private void handleSimAbsent(int slotId) { in handleSimAbsent()
499 private void handleSimError(int slotId) { in handleSimError()
669 private void broadcastSimStateChanged(int slotId, String state, String reason) { in broadcastSimStateChanged()
DBaseCommands.java844 public void setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, in setUiccSubscription()
DCommandsInterface.java1910 public void setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, in setUiccSubscription()
DRIL.java3253 public void setUiccSubscription(int slotId, int appIndex, int subId, in setUiccSubscription()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java165 int getSubId(int slotId); in getSubId()
309 public IImsServiceController getImsServiceControllerAndListen(int slotId, int feature, in getImsServiceControllerAndListen()
330 private void putImsController(int slotId, int feature, ImsServiceController controller) { in putImsController()
349 private ImsServiceController removeImsController(int slotId, int feature) { in removeImsController()
548 int slotId = getSlotForActiveCarrierService(info); in calculateFeaturesToCreate() local
582 public void imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller) { in imsServiceFeatureCreated()
591 public void imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller) { in imsServiceFeatureRemoved()
613 int slotId = mSubscriptionManagerProxy.getSlotIndex(subId); in updateBoundCarrierServices() local
DImsServiceController.java132 void imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller); in imsServiceFeatureCreated()
136 void imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller); in imsServiceFeatureRemoved()
193 ImsFeatureStatusCallback(int slotId, int featureType) { in ImsFeatureStatusCallback()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java102 void onFeatureRemoved(int slotId); in onFeatureRemoved()
109 public void setSlotId(int slotId) { in setSlotId()
126 public void notifyFeatureRemoved(int slotId) { in notifyFeatureRemoved()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java131 Context context, IccFileHandler fh, UiccCard ic, int slotId) { in CatService()
189 Context context, UiccCard ic, int slotId) { in getInstance()
777 int slotId = PhoneConstants.DEFAULT_CARD_INDEX; in getInstance() local
790 public static AppInterface getInstance(int slotId) { in getInstance()
DRilMessageDecoder.java59 int slotId) { in getInstance()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java787 public int slotId; field in KeyguardUpdateMonitor.SimData
802 int slotId = intent.getIntExtra(PhoneConstants.SLOT_KEY, 0); in fromIntent() local
1377 private void handleSimStateChange(int subId, int slotId, State state) { in handleSimStateChange()
1612 int slotId = SubscriptionManager.getSlotIndex(subId); in reportSimUnlocked() local
1680 private boolean refreshSimState(int subId, int slotId) { in refreshSimState()
1781 int slotId = SubscriptionManager.getSlotIndex(id); in getNextSubIdForState() local
DKeyguardUpdateMonitorCallback.java123 public void onSimStateChanged(int subId, int slotId, IccCardConstants.State simState) { } in onSimStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java246 public List<SubscriptionInfo> getSubInfoUsingSlotIndexWithCheck(int slotId, boolean needCheck, in getSubInfoUsingSlotIndexWithCheck()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java1905 int slotId = SubscriptionManager.getSlotIndex(subId); in isEmergencyNumberInternal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1275 public void setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, in setUiccSubscription()