Home
last modified time | relevance | path

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

123

/frameworks/base/telephony/java/android/service/euicc/
DIEuiccService.aidl38 void downloadSubscription(int slotId, in DownloadableSubscription subscription, in downloadSubscription()
41 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription, in getDownloadableSubscriptionMetadata()
43 void getEid(int slotId, in IGetEidCallback callback); in getEid()
44 void getOtaStatus(int slotId, in IGetOtaStatusCallback callback); in getOtaStatus()
45 void startOtaIfNecessary(int slotId, in IOtaStatusChangedCallback statusChangedCallback); in startOtaIfNecessary()
46 void getEuiccProfileInfoList(int slotId, in IGetEuiccProfileInfoListCallback callback); in getEuiccProfileInfoList()
47 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, in getDefaultDownloadableSubscriptionList()
49 void getEuiccInfo(int slotId, in IGetEuiccInfoCallback callback); in getEuiccInfo()
50 void deleteSubscription(int slotId, String iccid, in IDeleteSubscriptionCallback callback); in deleteSubscription()
51 void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim, in switchToSubscription()
[all …]
DEuiccService.java437 public abstract String onGetEid(int slotId); in onGetEid()
446 public abstract @OtaStatus int onGetOtaStatus(int slotId); in onGetOtaStatus()
455 int slotId, OtaStatusChangedCallback statusChangedCallback); in onStartOtaIfNecessary()
469 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim); in onGetDownloadableSubscriptionMetadata()
482 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim); in onGetDefaultDownloadableSubscriptionList()
506 public DownloadSubscriptionResult onDownloadSubscription(int slotId, in onDownloadSubscription()
530 @Deprecated public @Result int onDownloadSubscription(int slotId, in onDownloadSubscription()
544 public abstract @NonNull GetEuiccProfileInfoListResult onGetEuiccProfileInfoList(int slotId); in onGetEuiccProfileInfoList()
553 public abstract @NonNull EuiccInfo onGetEuiccInfo(int slotId); in onGetEuiccInfo()
567 public abstract @Result int onDeleteSubscription(int slotId, String iccid); in onDeleteSubscription()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java203 public SparseArray<ImsFeature> getFeatures(int slotId) { in getFeatures()
207 private IImsMmTelFeature createMmTelFeatureInternal(int slotId, in createMmTelFeatureInternal()
219 private IImsRcsFeature createRcsFeatureInternal(int slotId, in createRcsFeatureInternal()
231 private void setupFeature(ImsFeature f, int slotId, int featureType, in setupFeature()
238 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature()
251 private void removeImsFeature(int slotId, int featureType, in removeImsFeature()
318 public void enableIms(int slotId) { in enableIms()
325 public void disableIms(int slotId) { in disableIms()
336 public MmTelFeature createMmTelFeature(int slotId) { in createMmTelFeature()
348 public RcsFeature createRcsFeature(int slotId) { in createRcsFeature()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DTestImsServiceControllerAdapter.java49 public IImsMmTelFeature createMmTelFeature(int slotId, IImsFeatureStatusCallback c) { in createMmTelFeature()
54 public IImsRcsFeature createRcsFeature(int slotId, IImsFeatureStatusCallback c) { in createRcsFeature()
59 public void removeImsFeature(int slotId, int featureType, IImsFeatureStatusCallback c) in removeImsFeature()
74 public IImsConfig getConfig(int slotId) throws RemoteException { in getConfig()
79 public IImsRegistration getRegistration(int slotId) throws RemoteException { in getRegistration()
84 public void enableIms(int slotId) { in enableIms()
88 public void disableIms(int slotId) { in disableIms()
105 public IImsMmTelFeature createMMTelFeature(int slotId) { in createMMTelFeature()
110 public IImsRcsFeature createRcsFeature(int slotId) { in createRcsFeature()
DFeatureConnectionTest.java64 TestFeatureConnection(Context context, int slotId) { in TestFeatureConnection()
77 protected void handleImsFeatureCreatedCallback(int slotId, int feature) { in handleImsFeatureCreatedCallback()
82 protected void handleImsFeatureRemovedCallback(int slotId, int feature) { in handleImsFeatureRemovedCallback()
87 protected void handleImsStatusChangedCallback(int slotId, int feature, int status) { in handleImsStatusChangedCallback()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsServiceController.aidl34 IImsMmTelFeature createMmTelFeature(int slotId, in IImsFeatureStatusCallback c); in createMmTelFeature()
35 IImsRcsFeature createRcsFeature(int slotId, in IImsFeatureStatusCallback c); in createRcsFeature()
39 void removeImsFeature(int slotId, int featureType, in IImsFeatureStatusCallback c); in removeImsFeature()
40 IImsConfig getConfig(int slotId); in getConfig()
41 IImsRegistration getRegistration(int slotId); in getRegistration()
42 oneway void enableIms(int slotId); in enableIms()
43 oneway void disableIms(int slotId); in disableIms()
/frameworks/base/telephony/java/android/telephony/ims/compat/
DImsService.java136 public SparseArray<ImsFeature> getFeatures(int slotId) { in getFeatures()
140 private IImsMMTelFeature createEmergencyMMTelFeatureInternal(int slotId, in createEmergencyMMTelFeatureInternal()
151 private IImsMMTelFeature createMMTelFeatureInternal(int slotId, in createMMTelFeatureInternal()
162 private IImsRcsFeature createRcsFeatureInternal(int slotId, in createRcsFeatureInternal()
173 private void setupFeature(ImsFeature f, int slotId, int featureType, in setupFeature()
183 private void addImsFeature(int slotId, int featureType, ImsFeature f) { in addImsFeature()
196 private void removeImsFeature(int slotId, int featureType, in removeImsFeature()
223 public @Nullable MMTelFeature onCreateEmergencyMMTelImsFeature(int slotId) { in onCreateEmergencyMMTelImsFeature()
232 public @Nullable MMTelFeature onCreateMMTelImsFeature(int slotId) { in onCreateMMTelImsFeature()
240 public @Nullable RcsFeature onCreateRcsFeature(int slotId) { in onCreateRcsFeature()
/frameworks/base/telephony/java/android/telephony/data/
DIDataService.aidl28 void createDataServiceProvider(int slotId); in createDataServiceProvider()
29 void removeDataServiceProvider(int slotId); in removeDataServiceProvider()
30 void setupDataCall(int slotId, int accessNetwork, in DataProfile dataProfile, boolean isRoaming, in setupDataCall()
33 void deactivateDataCall(int slotId, int cid, int reason, IDataServiceCallback callback); in deactivateDataCall()
34 void setInitialAttachApn(int slotId, in DataProfile dataProfile, boolean isRoaming, in setInitialAttachApn()
36 void setDataProfile(int slotId, in List<DataProfile> dps, boolean isRoaming, in setDataProfile()
38 void requestDataCallList(int slotId, IDataServiceCallback callback); in requestDataCallList()
39 void registerForDataCallListChanged(int slotId, IDataServiceCallback callback); in registerForDataCallListChanged()
40 void unregisterForDataCallListChanged(int slotId, IDataServiceCallback callback); in unregisterForDataCallListChanged()
DIQualifiedNetworksService.aidl26 …oneway void createNetworkAvailabilityProvider(int slotId, IQualifiedNetworksServiceCallback callba… in createNetworkAvailabilityProvider()
27 oneway void removeNetworkAvailabilityProvider(int slotId); in removeNetworkAvailabilityProvider()
/frameworks/base/telephony/java/android/telephony/
DINetworkService.aidl26 void createNetworkServiceProvider(int slotId); in createNetworkServiceProvider()
27 void removeNetworkServiceProvider(int slotId); in removeNetworkServiceProvider()
28 void requestNetworkRegistrationInfo(int slotId, int domain, INetworkServiceCallback callback); in requestNetworkRegistrationInfo()
29 void registerForNetworkRegistrationInfoChanged(int slotId, INetworkServiceCallback callback); in registerForNetworkRegistrationInfoChanged()
30 void unregisterForNetworkRegistrationInfoChanged(int slotId, INetworkServiceCallback callback); in unregisterForNetworkRegistrationInfoChanged()
DICellBroadcastService.aidl31 oneway void handleGsmCellBroadcastSms(int slotId, in byte[] message); in handleGsmCellBroadcastSms()
34 oneway void handleCdmaCellBroadcastSms(int slotId, in byte[] bearerData, int serviceCategory); in handleCdmaCellBroadcastSms()
37 oneway void handleCdmaScpMessage(int slotId, in List<CdmaSmsCbProgramData> programData, in handleCdmaScpMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceControllerCompat.java73 public final void enableIms(int slotId) { in enableIms()
90 public final void disableIms(int slotId) { in disableIms()
107 public final IImsRegistration getRegistration(int slotId) { in getRegistration()
120 public final IImsConfig getConfig(int slotId) { in getConfig()
136 protected final IInterface createImsFeature(int slotId, int featureType, in createImsFeature()
152 protected final void removeImsFeature(int slotId, int featureType, IImsFeatureStatusCallback c) in removeImsFeature()
174 private MmTelInterfaceAdapter getInterface(int slotId, IImsFeatureStatusCallback c) in getInterface()
184 private IImsMmTelFeature createMMTelCompat(int slotId, IImsFeatureStatusCallback c) in createMMTelCompat()
198 private IImsRcsFeature createRcsFeature(int slotId, IImsFeatureStatusCallback c) { in createRcsFeature()
DImsResolver.java129 public final int slotId; field in ImsResolver.OverrideConfig
286 int getSubId(int slotId); in getSubId()
301 int getSimState(Context context, int slotId); in getSimState()
649 public void enableIms(int slotId) { in enableIms()
663 public void disableIms(int slotId) { in disableIms()
682 public IImsMmTelFeature getMmTelFeatureAndListen(int slotId, in getMmTelFeatureAndListen()
699 public IImsRcsFeature getRcsFeatureAndListen(int slotId, IImsServiceFeatureCallback callback) { in getRcsFeatureAndListen()
708 public @Nullable IImsRegistration getImsRegistration(int slotId, int feature) in getImsRegistration()
720 public @Nullable IImsConfig getImsConfig(int slotId, int feature) in getImsConfig()
730 public ImsServiceController getImsServiceController(int slotId, int feature) { in getImsServiceController()
[all …]
DImsServiceController.java163 void imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller); in imsServiceFeatureCreated()
167 void imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller); in imsServiceFeatureRemoved()
238 public int slotId; field in ImsServiceController.ImsFeatureContainer
242 ImsFeatureContainer(int slotId, int featureType, IInterface binder) { in ImsFeatureContainer()
294 ImsFeatureStatusCallback(int slotId, int featureType) { in ImsFeatureStatusCallback()
527 public void enableIms(int slotId) { in enableIms()
539 public void disableIms(int slotId) { in disableIms()
555 public IImsMmTelFeature getMmTelFeature(int slotId) { in getMmTelFeature()
569 public IImsRcsFeature getRcsFeature(int slotId) { in getRcsFeature()
583 public IImsRegistration getRegistration(int slotId) throws RemoteException { in getRegistration()
[all …]
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsServiceController.aidl28 IImsMMTelFeature createEmergencyMMTelFeature(int slotId, in IImsFeatureStatusCallback c); in createEmergencyMMTelFeature()
29 IImsMMTelFeature createMMTelFeature(int slotId, in IImsFeatureStatusCallback c); in createMMTelFeature()
30 IImsRcsFeature createRcsFeature(int slotId, in IImsFeatureStatusCallback c); in createRcsFeature()
31 void removeImsFeature(int slotId, int featureType, in IImsFeatureStatusCallback c); in removeImsFeature()
DIImsServiceFeatureCallback.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/base/telephony/java/android/telephony/ims/stub/
DImsFeatureConfiguration.java46 public final int slotId; field in ImsFeatureConfiguration.FeatureSlotPair
61 public FeatureSlotPair(int slotId, @ImsFeature.FeatureType int featureType) { in FeatureSlotPair()
113 public Builder addFeature(int slotId, @ImsFeature.FeatureType int featureType) { in addFeature()
157 void addFeature(int slotId, int feature) { in addFeature()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestImsService.java48 public MmTelFeature createMmTelFeature(int slotId) { in createMmTelFeature()
53 public RcsFeature createRcsFeature(int slotId) { in createRcsFeature()
/frameworks/opt/net/ims/src/java/com/android/ims/
DFeatureConnection.java73 public FeatureConnection(Context context, int slotId) { in FeatureConnection()
271 protected abstract void handleImsFeatureCreatedCallback(int slotId, int feature); in handleImsFeatureCreatedCallback()
279 protected abstract void handleImsFeatureRemovedCallback(int slotId, int feature); in handleImsFeatureRemovedCallback()
287 protected abstract void handleImsStatusChangedCallback(int slotId, int feature, int status); in handleImsStatusChangedCallback()
DRcsFeatureConnection.java113 public static @NonNull RcsFeatureConnection create(Context context , int slotId, in create()
149 private RcsFeatureConnection(Context context, int slotId, IFeatureUpdate callback) { in RcsFeatureConnection()
180 public void handleImsFeatureCreatedCallback(int slotId, int feature) { in handleImsFeatureCreatedCallback()
195 public void handleImsFeatureRemovedCallback(int slotId, int feature) { in handleImsFeatureRemovedCallback()
208 public void handleImsStatusChangedCallback(int slotId, int feature, int status) { in handleImsStatusChangedCallback()
219 private boolean isUpdateForThisFeatureAndSlot(int slotId, int feature) { in isUpdateForThisFeatureAndSlot()
DMmTelFeatureConnection.java204 public static @NonNull MmTelFeatureConnection create(Context context , int slotId) { in create()
232 public MmTelFeatureConnection(Context context, int slotId) { in MmTelFeatureConnection()
279 protected void handleImsFeatureCreatedCallback(int slotId, int feature) { in handleImsFeatureCreatedCallback()
304 protected void handleImsFeatureRemovedCallback(int slotId, int feature) { in handleImsFeatureRemovedCallback()
325 protected void handleImsStatusChangedCallback(int slotId, int feature, int status) { in handleImsStatusChangedCallback()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockWeaverService.java35 public int write(int slotId, ArrayList<Byte> key, ArrayList<Byte> value) in write()
45 public void read(int slotId, ArrayList<Byte> key, readCallback cb) throws RemoteException { in read()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java245 int slotId = mPhone.getPhoneId(); in testDownloadComplete() local
271 int slotId = mPhone.getPhoneId(); in testCarrierConfigChanged() local
295 int slotId = mPhone.getPhoneId(); in testAlarmRenewal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java268 public int getPhoneIdFromSlotId(int slotId) { in getPhoneIdFromSlotId()
313 public UiccCard getUiccCardForSlot(int slotId) { in getUiccCardForSlot()
375 public UiccSlot getUiccSlot(int slotId) { in getUiccSlot()
391 int slotId = getSlotIdFromPhoneId(phoneId); in getUiccSlotForPhone() local
694 int slotId = status.physicalSlotIndex; in onGetIccCardStatusDone() local
1169 int slotId = mPhoneIdToSlotId[index]; in onEidReady() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java403 public int slotId; field in DcNetworkAgent.DcKeepaliveTracker.KeepaliveRecord
406 KeepaliveRecord(int slotId, int status) { in KeepaliveRecord()
414 int getHandleForSlot(int slotId) { in getHandleForSlot()

123