/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsServiceController.aidl | 39 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 …]
|
D | IImsServiceFeatureListener.aidl | 25 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/ |
D | TestImsServiceControllerAdapter.java | 48 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/ |
D | ImsService.java | 357 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()
|
D | ImsServiceProxy.java | 101 public ImsServiceProxy(int slotId, IBinder binder, int featureType) { in ImsServiceProxy() 106 public ImsServiceProxy(int slotId, int featureType) { in ImsServiceProxy()
|
D | ImsServiceProxyCompat.java | 50 public ImsServiceProxyCompat(int slotId, IBinder binder) { in ImsServiceProxyCompat()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestImsService.java | 46 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/ |
D | SubscriptionInfoUpdater.java | 273 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()
|
D | BaseCommands.java | 844 public void setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, in setUiccSubscription()
|
D | CommandsInterface.java | 1910 public void setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, in setUiccSubscription()
|
D | RIL.java | 3253 public void setUiccSubscription(int slotId, int appIndex, int subId, in setUiccSubscription()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 165 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
|
D | ImsServiceController.java | 132 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/ |
D | ImsFeature.java | 102 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/ |
D | CatService.java | 131 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()
|
D | RilMessageDecoder.java | 59 int slotId) { in getInstance()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 787 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
|
D | KeyguardUpdateMonitorCallback.java | 123 public void onSimStateChanged(int subId, int slotId, IccCardConstants.State simState) { } in onSimStateChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionControllerMock.java | 246 public List<SubscriptionInfo> getSubInfoUsingSlotIndexWithCheck(int slotId, boolean needCheck, in getSubInfoUsingSlotIndexWithCheck()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 1905 int slotId = SubscriptionManager.getSlotIndex(subId); in isEmergencyNumberInternal() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 1275 public void setUiccSubscription(int slotId, int appIndex, int subId, int subStatus, in setUiccSubscription()
|