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

12 3

  /hardware/interfaces/weaver/1.0/vts/functional/
VtsHalWeaverV1_0TargetTest.cpp 124 constexpr uint32_t slotId = 0;
125 const auto ret = weaver->write(slotId, KEY, VALUE);
133 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) {
152 constexpr uint32_t slotId = 0;
153 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE);
157 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE);
165 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) {
183 constexpr uint32_t slotId = 0;
184 const auto ret = weaver->write(slotId, KEY, VALUE);
192 weaver->read(slotId, WRONG_KEY, [&](WeaverReadStatus s, WeaverReadResponse r)
    [all...]
  /hardware/ril/libril/
ril_internal.h 84 int(*responseFunction) (int slotId, int responseType, int token,
88 RequestInfo * addRequestToList(int serial, int slotId, int request);
  /packages/apps/Contacts/src/com/android/contacts/compat/
TelephonyManagerCompat.java 84 * @param slotId of which deviceID is returned
86 public static String getDeviceId(@Nullable TelephonyManager telephonyManager, int slotId) {
93 return telephonyManager.getDeviceId(slotId);
  /frameworks/base/telephony/java/android/telephony/ims/feature/
ImsFeature.java 102 void onFeatureRemoved(int slotId);
109 public void setSlotId(int slotId) {
110 mSlotId = slotId;
126 public void notifyFeatureRemoved(int slotId) {
128 mRemovedListeners.forEach(l -> l.onFeatureRemoved(slotId));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierKeyDownloadMgrTest.java 260 int slotId = mPhone.getPhoneId();
261 editor.putString("CARRIER_KEY_DM_MCC_MNC" + slotId, mccMnc);
285 int slotId = mPhone.getPhoneId();
286 PersistableBundle bundle = carrierConfigManager.getConfigForSubId(slotId);
295 String mccMnc = preferences.getString("CARRIER_KEY_DM_MCC_MNC" + slotId, null);
308 int slotId = mPhone.getPhoneId();
309 PersistableBundle bundle = carrierConfigManager.getConfigForSubId(slotId);
315 + slotId);
318 String mccMnc = preferences.getString("CARRIER_KEY_DM_MCC_MNC" + slotId, null);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
SubscriptionListData.java 69 final int slotId = selfParticipantData.getDisplaySlotId();
70 final String iconIdentifier = String.format(Locale.getDefault(), "%d", slotId);
73 context.getString(R.string.sim_slot_identifier, slotId) : subscriptionName;
ParticipantData.java 386 final int slotId = subscriptionInfo.getSimSlotIndex();
389 if (mSlotId != slotId || mSubscriptionColor != color || mSubscriptionName != name) {
390 mSlotId = slotId;
  /external/libese/apps/weaver/card/src/com/android/weaver/
Weaver.java 170 final short slotId = getSlotId(buffer, WRITE_DATA_SLOT_ID_OFFSET);
171 mSlots.write(slotId, buffer, WRITE_DATA_KEY_OFFSET, buffer, WRITE_DATA_VALUE_OFFSET);
196 final short slotId = getSlotId(buffer, READ_DATA_SLOT_ID_OFFSET);
198 final byte err = mSlots.read(slotId, buffer, READ_DATA_KEY_OFFSET, buffer, (short) 1);
224 final short slotId = getSlotId(buffer, READ_DATA_SLOT_ID_OFFSET);
225 mSlots.eraseValue(slotId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 131 Context context, IccFileHandler fh, UiccCard ic, int slotId) {
139 mSlotId = slotId;
140 mHandlerThread = new HandlerThread("Cat Telephony service" + slotId);
144 mMsgDecoder = RilMessageDecoder.getInstance(this, fh, slotId);
166 CatLog.d(this, "registerForRecordsLoaded slotid=" + mSlotId + " instance:" + this);
175 CatLog.d(this, "Running CAT service on Slotid: " + mSlotId +
185 * @param slotId to know the index of card
189 Context context, UiccCard ic, int slotId) {
212 if (sInstance[slotId] == null) {
218 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, ic, slotId)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkMain.java 95 private void launchSTKMainMenu(int slotId) {
100 , PhoneConstants.SIM_ID_1 + slotId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierKeyDownloadManager.java 122 int slotId = mPhone.getPhoneId();
123 if (action.equals(INTENT_KEY_RENEWAL_ALARM_PREFIX + slotId)) {
127 if (slotId == intent.getIntExtra(PhoneConstants.PHONE_KEY,
178 int slotId = mPhone.getPhoneId();
179 Intent intent = new Intent(INTENT_KEY_RENEWAL_ALARM_PREFIX + slotId);
228 int slotId = mPhone.getPhoneId();
233 Intent intent = new Intent(INTENT_KEY_RENEWAL_ALARM_PREFIX + slotId);
245 int slotId = mPhone.getPhoneId();
247 return preferences.getString(MCC_MNC_PREF_TAG + slotId, null);
508 int slotId = mPhone.getPhoneId()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 120 * @param slotId
123 public void onSimStateChanged(int subId, int slotId, IccCardConstants.State simState) { }
KeyguardUpdateMonitor.java 401 cb.onSimStateChanged(data.subId, data.slotId, data.simState);
755 + " slotId: " + args.slotId + " subid: " + args.subId);
757 mHandler.obtainMessage(MSG_SIM_STATE_CHANGE, args.subId, args.slotId, args.simState)
    [all...]
  /external/libese/apps/weaver/
weaver.c 31 kEseWeaverValueSize}; // slotid + key + value
33 4 + kEseWeaverKeySize}; // slotid + key
34 const uint8_t kEraseValue[] = {0x80, 0x08, 0x00, 0x00, 4}; // slotid
221 uint32_t slotId, const uint8_t *key,
243 put_uint32(slot_id, slotId);
275 uint32_t slotId, const uint8_t *key,
297 put_uint32(slot_id, slotId);
364 uint32_t slotId) {
382 put_uint32(slot_id, slotId);
  /frameworks/base/telephony/java/android/telephony/ims/
ImsServiceProxyCompat.java 50 public ImsServiceProxyCompat(int slotId, IBinder binder) {
51 mSlotId = slotId;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccConnector.java 637 int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
641 mEuiccService.getEid(slotId,
656 mEuiccService.getDownloadableSubscriptionMetadata(slotId,
674 mEuiccService.downloadSubscription(slotId,
691 mEuiccService.getEuiccProfileInfoList(slotId,
707 mEuiccService.getDefaultDownloadableSubscriptionList(slotId,
724 mEuiccService.getEuiccInfo(slotId,
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 135 public int slotId;
141 public SlotStatus(int slotId, int capabilities) {
142 this.slotId = slotId;
150 int getSimStateForSlotIdx(int slotId);
161 public int getSimStateForSlotIdx(int slotId) {
162 return SubscriptionManager.getSimStateForSlotIndex(slotId);
174 boolean hasIccCard(int slotId);
186 public boolean hasIccCard(int slotId) {
187 return sTelephonyManager.hasIccCard(slotId);
    [all...]
TelecomAccountRegistry.java 118 int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
132 // We can only get the real slotId from the SubInfoRecord, we can't calculate the
133 // slotId from the subId or the phoneId in all instances.
150 slotId = record.getSimSlotIndex();
156 if (SubscriptionManager.isValidSlotIndex(slotId)) {
157 slotIdString = Integer.toString(slotId);
232 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX) {
234 String.valueOf(slotId));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceController.java 132 void imsServiceFeatureCreated(int slotId, int feature, ImsServiceController controller);
136 void imsServiceFeatureRemoved(int slotId, int feature, ImsServiceController controller);
163 // Set of a pair of slotId->feature
193 ImsFeatureStatusCallback(int slotId, int featureType) {
194 mSlotId = slotId;
254 * @param imsFeatureSet a Set of Pairs that designate the slotId->featureId that need to be
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TelephonyConnectionServiceTest.java 516 private void setPhoneSlotState(int slotId, int slotState) {
517 when(mSubscriptionManagerProxy.getSimStateForSlotIdx(slotId)).thenReturn(slotState);
520 private void setSlotHasIccCard(int slotId, boolean isInserted) {
521 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted);
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsHttpClient.java 489 * @param slotId the SIM slot ID
492 private String getNaiBySystemApi(final int slotId) {
496 return (String) method.invoke(mTelephonyManager, slotId);
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 505 final int slotId = Integer.parseInt(tabId);
507 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 453 final int slotId = Integer.parseInt(tabId);
454 mSir = mSelectableSubInfos.get(slotId);
  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 79 private void displayPreferredDialog(final int slotId) {
83 .getActiveSubscriptionInfoForSimSlotIndex(slotId);
SimSettings.java 285 public SimPreference(Context context, SubscriptionInfo subInfoRecord, int slotId) {
290 mSlotId = slotId;

Completed in 929 milliseconds

12 3