HomeSort by relevance Sort by last modified time
    Searched refs:slotId (Results 1 - 25 of 74) sorted by null

1 2 3

  /device/google/marlin/telephony/internal/src/org/codeaurora/internal/
IExtTelephony.aidl 43 * @param slotId user preferred slotId.
53 int getCurrentUiccCardProvisioningStatus(int slotId);
57 * @param slotId user preferred slotId.
67 int getUiccCardProvisioningUserPreference(int slotId);
71 * @param slotId user preferred slotId.
80 int activateUiccCard(int slotId);
84 * @param slotId user preferred slotId
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsServiceFeatureListener.aidl 25 void imsFeatureCreated(int slotId, int feature);
26 void imsFeatureRemoved(int slotId, int feature);
27 void imsStatusChanged(int slotId, int feature, int status);
IImsServiceController.aidl 39 void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c);
40 void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c);
42 int startSession(int slotId, int featureType, in PendingIntent incomingCallIntent,
44 void endSession(int slotId, int featureType, int sessionId);
45 boolean isConnected(int slotId, int featureType, int callSessionType, int callType);
46 boolean isOpened(int slotId, int featureType);
47 int getFeatureStatus(int slotId, int featureType);
48 void addRegistrationListener(int slotId, int featureType, in IImsRegistrationListener listener);
49 void removeRegistrationListener(int slotId, int featureType,
51 ImsCallProfile createCallProfile(int slotId, int featureType, int sessionId
    [all...]
  /external/libese/apps/weaver/card/src/com/android/weaver/
Slots.java 26 * @param slotId ID of the slot to write to.
32 void write(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset);
39 * @param slotId ID of the slot to write to.
46 byte read(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset);
54 * @param slotId ID of the slot of which to erase the value.
56 void eraseValue(short slotId);
  /hardware/ril/libril/
ril_service.h 26 int getIccCardStatusResponse(int slotId, int responseType,
29 int supplyIccPinForAppResponse(int slotId,
33 int supplyIccPukForAppResponse(int slotId,
37 int supplyIccPin2ForAppResponse(int slotId,
41 int supplyIccPuk2ForAppResponse(int slotId,
45 int changeIccPinForAppResponse(int slotId,
49 int changeIccPin2ForAppResponse(int slotId,
53 int supplyNetworkDepersonalizationResponse(int slotId,
57 int getCurrentCallsResponse(int slotId,
61 int dialResponse(int slotId,
    [all...]
ril_service.cpp 524 bool dispatchVoid(int serial, int slotId, int request) {
525 RequestInfo *pRI = android::addRequestToList(serial, slotId, request);
529 CALL_ONREQUEST(request, NULL, 0, pRI, slotId);
533 bool dispatchString(int serial, int slotId, int request, const char * str) {
534 RequestInfo *pRI = android::addRequestToList(serial, slotId, request);
544 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId);
550 bool dispatchStrings(int serial, int slotId, int request, int countStrings, ...) {
551 RequestInfo *pRI = android::addRequestToList(serial, slotId, request);
578 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId);
593 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 256 int slotId;
258 DelayedCmd(int id, CatCmdMessage msg, int slotId) {
261 this.slotId = slotId;
282 CatLog.d(LOG_TAG, "slotId: " + i);
310 int slotId = 0;
313 slotId = args.getInt(SLOT_ID);
315 CatLog.d(LOG_TAG, "onStart sim id: " + slotId + ", op: " + op + ", *****");
316 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null)
    [all...]
  /frameworks/base/core/java/android/service/euicc/
IEuiccService.aidl 34 void downloadSubscription(int slotId, in DownloadableSubscription subscription,
37 void getDownloadableSubscriptionMetadata(int slotId, in DownloadableSubscription subscription,
39 void getEid(int slotId, in IGetEidCallback callback);
40 void getEuiccProfileInfoList(int slotId, in IGetEuiccProfileInfoListCallback callback);
41 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim,
43 void getEuiccInfo(int slotId, in IGetEuiccInfoCallback callback);
44 void deleteSubscription(int slotId, String iccid, in IDeleteSubscriptionCallback callback);
45 void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim,
47 void updateSubscriptionNickname(int slotId, String iccid, String nickname,
49 void eraseSubscriptions(int slotId, in IEraseSubscriptionsCallback callback)
    [all...]
EuiccService.java 181 * @param slotId ID of the SIM slot being queried. This is currently not populated but is here
187 public abstract String onGetEid(int slotId);
192 * @param slotId ID of the SIM slot to use for the operation. This is currently not populated
202 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim);
207 * @param slotId ID of the SIM slot to use for the operation. This is currently not populated
216 onGetDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim);
221 * @param slotId ID of the SIM slot to use for the operation. This is currently not populated
233 public abstract int onDownloadSubscription(int slotId,
240 * @param slotId ID of the SIM slot to use for the operation. This is currently not populated
246 public abstract GetEuiccProfileInfoListResult onGetEuiccProfileInfoList(int slotId);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
TestImsServiceControllerAdapter.java 48 public void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c)
50 TestImsServiceControllerAdapter.this.createImsFeature(slotId, feature);
55 public void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c)
57 TestImsServiceControllerAdapter.this.removeImsFeature(slotId, feature);
61 public int startSession(int slotId, int featureType, PendingIntent incomingCallIntent,
67 public void endSession(int slotId, int featureType, int sessionId) throws RemoteException {
72 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType)
78 public boolean isOpened(int slotId, int featureType) throws RemoteException {
83 public int getFeatureStatus(int slotId, int featureType) throws RemoteException {
88 public void addRegistrationListener(int slotId, int featureType
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/
ImsService.java 105 public void createImsFeature(int slotId, int feature, IImsFeatureStatusCallback c)
109 onCreateImsFeatureInternal(slotId, feature, c);
114 public void removeImsFeature(int slotId, int feature, IImsFeatureStatusCallback c)
118 onRemoveImsFeatureInternal(slotId, feature, c);
123 public int startSession(int slotId, int featureType, PendingIntent incomingCallIntent,
127 MMTelFeature feature = resolveMMTelFeature(slotId, featureType);
136 public void endSession(int slotId, int featureType, int sessionId) throws RemoteException {
139 MMTelFeature feature = resolveMMTelFeature(slotId, featureType);
147 public boolean isConnected(int slotId, int featureType, int callSessionType, int callType)
151 MMTelFeature feature = resolveMMTelFeature(slotId, featureType)
    [all...]
ImsServiceProxy.java 64 public void imsFeatureCreated(int slotId, int feature) throws RemoteException {
67 if (!mIsAvailable && mSlotId == slotId && feature == mSupportedFeature) {
68 Log.i(LOG_TAG, "Feature enabled on slotId: " + slotId + " for feature: " +
76 public void imsFeatureRemoved(int slotId, int feature) throws RemoteException {
78 if (mIsAvailable && mSlotId == slotId && feature == mSupportedFeature) {
79 Log.i(LOG_TAG, "Feature disabled on slotId: " + slotId + " for feature: " +
87 public void imsStatusChanged(int slotId, int feature, int status) throws RemoteException {
89 Log.i(LOG_TAG, "imsStatusChanged: slot: " + slotId + " feature: " + feature
    [all...]
  /hardware/interfaces/weaver/1.0/
IWeaver.hal 47 * @param slotId of the slot to write to.
52 write(uint32_t slotId, vec<uint8_t> key, vec<uint8_t> value)
66 * @param slotId of the slot to read from.
77 read(uint32_t slotId, vec<uint8_t> key)
  /external/libese/apps/weaver/tests/
weaver_test.cpp 63 const uint32_t slotId = 3;
64 ASSERT_EQ(ese_weaver_write(&mSession, slotId, KEY, VALUE), ESE_APP_RESULT_OK);
68 ASSERT_EQ(ESE_APP_RESULT_OK, ese_weaver_read(&mSession, slotId, KEY, readValue, &timeout));
73 const uint32_t slotId = 7;
74 ASSERT_EQ(ese_weaver_write(&mSession, slotId, KEY, VALUE), ESE_APP_RESULT_OK);
79 ese_weaver_read(&mSession, slotId, WRONG_KEY, readValue, &timeout));
85 const uint32_t slotId = 0;
86 ASSERT_EQ(ese_weaver_write(&mSession, slotId, KEY, VALUE), ESE_APP_RESULT_OK);
87 ASSERT_EQ(ese_weaver_erase_value(&mSession, slotId), ESE_APP_RESULT_OK);
93 ASSERT_EQ(ESE_APP_RESULT_OK, ese_weaver_read(&mSession, slotId, KEY, readValue, &timeout))
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockWeaverService.java 35 public int write(int slotId, ArrayList<Byte> key, ArrayList<Byte> value)
37 if (slotId < 0 || slotId >= MAX_SLOTS) {
40 slots[slotId] = Pair.create((ArrayList<Byte>) key.clone(), (ArrayList<Byte>) value.clone());
45 public void read(int slotId, ArrayList<Byte> key, readCallback cb) throws RemoteException {
46 if (slotId < 0 || slotId >= MAX_SLOTS) {
51 if (key.equals(slots[slotId].first)) {
52 response.value.addAll(slots[slotId].second);
  /external/libese/apps/weaver/include/ese/app/
weaver.h 98 EseAppResult ese_weaver_write(struct EseWeaverSession *session, uint32_t slotId,
114 EseAppResult ese_weaver_read(struct EseWeaverSession *session, uint32_t slotId,
122 EseAppResult ese_weaver_erase_value(struct EseWeaverSession *session, uint32_t slotId);
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
TestImsService.java 46 public MMTelFeature onCreateEmergencyMMTelImsFeature(int slotId) {
51 public MMTelFeature onCreateMMTelImsFeature(int slotId) {
56 public RcsFeature onCreateRcsFeature(int slotId) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionInfoUpdater.java 271 int slotId = uObj.slotId;
272 logd("handleMessage : <EVENT_SIM_LOCKED_QUERY_ICCID_DONE> SIM" + (slotId + 1));
276 mIccId[slotId] = IccUtils.bcdToString(data, 0, data.length);
279 mIccId[slotId] = ICCID_STRING_FOR_NO_SIM;
282 mIccId[slotId] = ICCID_STRING_FOR_NO_SIM;
285 logd("sIccId[" + slotId + "] = " + mIccId[slotId]);
289 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED,
291 if (!ICCID_STRING_FOR_NO_SIM.equals(mIccId[slotId])) {
    [all...]
IntentBroadcaster.java 34 * for example broadcasts are always sticky, only the last intent for the slotId is rebroadcast,
58 + " for slotId " + pair.getKey());
89 public void broadcastStickyIntent(Intent intent, int slotId) {
92 + " for slotId " + slotId);
95 mRebroadcastIntents.put(slotId, intent);
  /external/libese/apps/weaver/card/src/com/android/weaver/core/
CoreSlots.java 55 final short slotId = validateSlotId(rawSlotId);
56 mSlots[slotId].write(key, keyOffset, value, valueOffset);
62 final short slotId = validateSlotId(rawSlotId);
63 return mSlots[slotId].read(key, keyOffset, outValue, outOffset);
68 final short slotId = validateSlotId(rawSlotId);
69 mSlots[slotId].eraseValue();
82 private short validateSlotId(short slotId) {
83 // slotId is unsigned so if the signed version is negative then it is far too big
84 if (slotId < 0 || slotId >= NUM_SLOTS)
    [all...]
  /external/libese/esed/
Weaver.h 40 Return<WeaverStatus> write(uint32_t slotId, const hidl_vec<uint8_t>& key,
42 Return<void> read(uint32_t slotId, const hidl_vec<uint8_t>& key, read_cb _hidl_cb) override;
Weaver.cpp 78 Return<WeaverStatus> Weaver::write(uint32_t slotId, const hidl_vec<uint8_t>& key,
80 LOG(INFO) << "Running Weaver::write on slot " << slotId;
102 if (ese_weaver_write(&ws, slotId, key.data(), value.data()) != ESE_APP_RESULT_OK) {
114 Return<void> Weaver::read(uint32_t slotId, const hidl_vec<uint8_t>& key, read_cb _hidl_cb) {
115 LOG(VERBOSE) << "Running Weaver::read on slot " << slotId;
138 const int res = ese_weaver_read(&ws, slotId, key.data(), value.data(), &timeout);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsResolver.java 165 int getSubId(int slotId);
174 public int getSubId(int slotId) {
175 int[] subIds = SubscriptionManager.getSubId(slotId);
302 * @param slotId The SIM slot that we are requesting the {@link IImsServiceController} for.
309 public IImsServiceController getImsServiceControllerAndListen(int slotId, int feature,
311 if (slotId < 0 || slotId >= mNumSlots || feature <= ImsFeature.INVALID
317 SparseArray<ImsServiceController> services = mBoundImsServicesByFeature.get(slotId);
330 private void putImsController(int slotId, int feature, ImsServiceController controller) {
331 if (slotId < 0 || slotId >= mNumSlots || feature <= ImsFeature.INVALI
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 59 int slotId) {
68 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX && slotId < mSimCount) {
69 if (null == mInstance[slotId]) {
70 mInstance[slotId] = new RilMessageDecoder(caller, fh);
73 CatLog.d("RilMessageDecoder", "invaild slot id: " + slotId);
77 return mInstance[slotId];
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 63 for (int slotId = 0; slotId < slotCount; slotId ++) {
65 setPreferenceValue(slotId);
66 setNewKey(slotId);
111 private void setNewKey(int slotId) {
118 key = "_" + key + String.valueOf(slotId);
120 updateTitle(pref, slotId);
125 private void updateTitle(Preference pref, int slotId) {
129 // Slot starts from 1, slotId starts from 0 so plus
    [all...]

Completed in 1243 milliseconds

1 2 3