Searched refs:get (Results 151 - 175 of 1237) sorted by last modified time

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java148 IccRecords r = mIccRecords.get();
224 IccRecords r = mIccRecords.get();
326 mDataConnectionAsyncChannels.get(conn.getDataConnectionId());
406 mDataConnections.get(0).resetRetryCount();
454 nextReconnectDelay = mDataConnections.get(0).getRetryTimer();
455 mDataConnections.get(0).increaseRetryCount();
585 mDataConnections.get(0).resetRetryCount();
696 mDataConnections.get(0).resetRetryCount();
717 String retryConfig = SystemProperties.get("ro.cdma.data_retry_config");
759 mDataConnections.get(
[all...]
H A DCdmaLteServiceStateTracker.java271 // LTE out of service, get CDMA Service State
412 // Now the CDMAPhone sees the new ServiceState so it can get the
421 eriText = SystemProperties.get("ro.cdma.home.operator.alpha");
453 SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, "");
H A DCdmaSMSDispatcher.java94 SmsTracker tracker = deliveryPendingList.get(i);
139 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
359 // byte smsc[] = (byte[]) map.get("smsc"); // unused for CDMA
360 byte pdu[] = (byte[]) map.get("pdu");
369 String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
H A DCdmaServiceStateTracker.java112 * Sometimes we get the NITZ time before we know what country we
684 opNames[2] = SystemProperties.get(
707 + " Expected CDMA RIL request and get GSM RIL request.");
874 String zoneName = SystemProperties.get(TIMEZONE_PROPERTY);
983 // this new state has been applied - forget it until we get a new new state
1000 // Now the CDMAPhone sees the new ServiceState so it can get the new ERI text
1018 SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, "");
1205 String homeRoamIndicators = SystemProperties.get("ro.cdma.homesystem");
1231 String spn = SystemProperties.get(TelephonyProperties.PROPERTY_ICC_OPERATOR_ALPHA, "empty");
1317 String iso = SystemProperties.get(TelephonyPropertie
[all...]
H A DCdmaSubscriptionSourceManager.java131 return mCdmaSubscriptionSource.get();
148 * when they get an instance of this object.
156 * Handles the call to get the subscription source
158 * @param ar AsyncResult object that contains the result of get CDMA
165 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
179 logw("Unable to get CDMA Subscription Source, Exception: " + ar.exception
H A DEriManager.java280 return mEriFile.mRoamIndTable.get(roamingIndicator);
H A DRuimRecords.java431 if (mDestroyed.get()) {
H A DSignalToneUtil.java102 Integer result = hm.get(signalParamHash(signalType, alertPitch, signal));
H A DSmsMessage.java683 Log.d(LOG_TAG, "parseSms: get MWI " +
757 String plmn = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC);
797 SystemProperties.get(TelephonyProperties.PROPERTY_CDMA_MSG_ID));
857 * TODO(cleanup): envelope looks to be a pointless class, get
864 * TODO(cleanup): reference a spec and get rid of the ugly comments
972 /** This function shall be called to get the number of voicemails.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java457 if (UserData.charToAscii.get(msg.charAt(i), -1) == -1) {
511 int charCode = UserData.charToAscii.get(msg.charAt(i), -1);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java712 GsmMmiCode.newFromDialString(networkPortion, this, mUiccApplication.get());
731 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get());
744 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get());
797 IccRecords r = mIccRecords.get();
820 IccRecords r = mIccRecords.get();
855 IccRecords r = mIccRecords.get();
860 IccRecords r = mIccRecords.get();
866 IccRecords r = mIccRecords.get();
871 IccRecords r = mIccRecords.get();
876 IccRecords r = mIccRecords.get();
[all...]
H A DGsmCall.java122 if (connections.get(i).getState()
183 GsmConnection cn = (GsmConnection)connections.get(i);
196 GsmConnection cn = (GsmConnection)connections.get(i);
H A DGsmCallTracker.java164 GsmConnection conn = (GsmConnection)connCopy.get(i);
200 //we should have failed in !canDial() above before we get here
316 String disableCall = SystemProperties.get(
442 dc = (DriverCall) polledCalls.get(curDC);
571 GsmConnection conn = droppedDuringPoll.get(i);
649 Log.i(LOG_TAG,l.get(i).toString());
656 Log.i(LOG_TAG,l.get(i).toString());
663 Log.i(LOG_TAG,l.get(i).toString());
744 hangup((GsmConnection)(call.getConnections().get(0)));
782 GsmConnection cn = (GsmConnection)call.connections.get(
[all...]
H A DGsmDataConnectionTracker.java135 DataConnectionAc dcac= mDataConnectionAsyncChannels.get(connectionId);
220 IccRecords r = mIccRecords.get();
240 ApnContext apnContext = mApnContexts.get(type);
248 ApnContext apnContext = mApnContexts.get(apnType);
315 ApnContext defaultContext = mApnContexts.get(PhoneConstants.APN_TYPE_DEFAULT);
345 ApnContext apnContext = mApnContexts.get(apnType);
359 ApnContext apnContext = mApnContexts.get(apnType);
363 if (DBG) log("get active pdp is not null, return link Capabilities for " + apnType);
374 if (DBG) log("get all active apn types");
389 if (DBG) log( "get activ
[all...]
H A DGsmSMSDispatcher.java135 SmsTracker tracker = deliveryPendingList.get(i);
292 byte smsc[] = (byte[]) map.get("smsc");
293 byte pdu[] = (byte[]) map.get("pdu");
395 String plmn = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC);
432 pdus = mSmsCbPageMap.get(concatInfo);
H A DGsmServiceStateTracker.java118 * Sometimes we get the NITZ time before we know what country we
867 // this new state has been applied - forget it until we get a new new state
897 SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, "");
933 zone = uniqueZones.get(0);
955 String zoneName = SystemProperties.get(TIMEZONE_PROPERTY);
1267 String spn = SystemProperties.get(TelephonyProperties.PROPERTY_ICC_OPERATOR_ALPHA, "empty");
1275 String simNumeric = SystemProperties.get(
1424 String iso = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY);
1436 // using a bogus MCC (eg, "001"), so get a TimeZone
1461 String ignore = SystemProperties.get("gs
[all...]
H A DSIMRecords.java536 if (mDestroyed.get()) {
1230 byte[] ba = (byte[]) messages.get(i);
H A DSpnOverride.java51 return CarrierSpnMap.get(carrier);
H A DUsimPhoneBookManager.java152 fileIds = mPbrFile.mFileIds.get(recNum);
156 int efid = fileIds.get(USIM_EFEMAIL_TAG);
162 readIapFileAndWait(fileIds.get(USIM_EFIAP_TAG));
169 mFh.loadEFLinearFixedAll(fileIds.get(USIM_EFEMAIL_TAG),
207 record = mIapFileRecord.get(i);
218 AdnRecord rec = mPhoneBookRecords.get(i);
243 emailList = mEmailsForAdnRec.get(i);
249 AdnRecord rec = mPhoneBookRecords.get(i);
263 emailRec = mEmailFileRecord.get(i);
281 ArrayList<String> val = mEmailsForAdnRec.get(adnRecNu
[all...]
H A DVoiceMailConstants.java59 String[] data = CarrierVmMap.get(carrier);
64 String[] data = CarrierVmMap.get(carrier);
69 String[] data = CarrierVmMap.get(carrier);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimUiccRecords.java82 if (mDestroyed.get()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java175 //we should have failed in !canDial() above before we get here
455 ((SipConnection) connections.get(0)).acceptCall();
505 : ((SipConnection) connections.get(0)).getMute();
605 return ((SipConnection) connections.get(0)).getAudioGroup();
H A DSipPhoneBase.java92 to.add((Registrant) from.get(i));
217 String disableCall = SystemProperties.get(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java555 println (lines.get(i));
H A DSimulatedCommands.java1320 pausedResponses.get(i).sendToTarget();

Completed in 165 milliseconds

1234567891011>>