Searched refs:from (Results 126 - 150 of 511) sorted by last modified time

1234567891011>>

/frameworks/support/design/tests/src/android/support/design/widget/
H A DTabLayoutTest.java45 LayoutInflater.from(mActivityTestRule.getActivity());
81 LayoutInflater.from(mActivityTestRule.getActivity());
102 LayoutInflater.from(mActivityTestRule.getActivity());
124 LayoutInflater.from(mActivityTestRule.getActivity());
/frameworks/support/v14/preference/
H A Dbuild.gradle68 from variant.javaCompile.destinationDir
69 from 'LICENSE.txt'
79 from 'build/docs/javadoc'
84 from android.sourceSets.main.java.srcDirs
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceDialogFragment.java221 LayoutInflater inflater = LayoutInflater.from(context);
/frameworks/support/v17/leanback/jbmr2/android/support/v17/leanback/widget/
H A DShadowHelperJbmr2.java36 LayoutInflater inflater = LayoutInflater.from(shadowContainer.getContext());
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java245 return TransitionInflater.from(context).inflateTransition(resId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java93 int numPhones = TelephonyManager.from(context).getPhoneCount();
155 TelephonyManager.from(mContext).getCarrierPackageNamesForIntentAndPhone(
167 // If we are binding to a different package, unbind from the current one.
244 log("Unbinding from carrier app");
271 log("Disconnected from carrier app: " + name.flattenToString());
H A DGsmCdmaPhone.java100 // from this file will go into the radio log rather than the main
135 // A runnable which is used to automatically exit from Ecm after a period of time.
254 mCarrierOtaSpNumSchema = TelephonyManager.from(mContext).getOtaSpNumberSchemaForPhone(
276 TelephonyManager tm = TelephonyManager.from(mContext);
295 // Sets operator properties by retrieving from build-time system property
313 // Sets iso country property by retrieving from build-time system property
332 TelephonyManager tm = TelephonyManager.from(mContext);
472 // get voice mail count from SIM
672 // override for allowing access from other classes of this package
843 // call from CallManage
[all...]
H A DIccProvider.java84 mSubscriptionManager = SubscriptionManager.from(getContext());
512 * @param record the ADN record to load from
H A DInboundSmsHandler.java87 * broadcast, its parts are removed from the raw table. If the device crashes after ACKing
91 * new SMS from the radio, it calls {@link #dispatchNormalMessage},
140 /** Message from resultReceiver notifying {@link WaitingState} of a completed broadcast. */
143 /** Sent on exit from {@link WaitingState} to return to idle after sending all broadcasts. */
208 // Delete permanently from raw table
232 mSmsReceiveDisabled = !TelephonyManager.from(mContext).getSmsReceiveCapableForPhone(
421 // handle new SMS from RIL
438 // if event is sent from SmsBroadcastUndelivered.broadcastSms(), and
454 mWakeLock.release(); // decrement wakelock from previous entry to Idle
556 * Process an SMS message from th
[all...]
H A DPhone.java79 * from a single application thread. This should be the same thread that
231 // to recover from the state. We cache it and notify listeners when they register.
350 * they are to simulate detaching from the network.
396 * @param context Context object from hosting application
412 * @param context Context object from hosting application
472 // The locale from the "ro.carrier" system property or R.array.carrier_properties.
473 // This will be overwritten by the Locale from the SIM language settings (EF-PL, EF-LI)
777 protected void migrateFrom(Phone from) { argument
778 migrate(mHandoverRegistrants, from.mHandoverRegistrants);
779 migrate(mPreciseCallStateRegistrants, from
793 migrate(RegistrantList to, RegistrantList from) argument
[all...]
H A DServiceStateTracker.java143 * getting unsolicited signal strength updates from the radio, set
310 // changed to include subId. This will be done only once when upgrading from an
356 * are in. Keep the time zone information from the NITZ string so
501 mSubscriptionManager = SubscriptionManager.from(phone.getContext());
607 // Query signal strength from the modem after service tracker is created (i.e. boot up,
1067 // This is a notification from CommandsInterface.setOnSignalStrengthUpdate
1143 // This is a notification from
1186 // Subscription will be read from SIM I/O
1355 // TODO: When RUIM is enabled, IMSI will come from RUIM not build-time props.
1458 // Ignore stale requests from las
[all...]
H A DSms7BitEncodingTranslator.java46 private static final String XML_FROM_TAG = "from";
173 * Load the whole translation table file from the framework resource
208 int from = parser.getAttributeUnsignedIntValue(null,
212 if ((from != -1) && (to != -1)) {
214 Rlog.d(TAG, "Loading mapping " + Integer.toHexString(from)
218 mTranslationTable.put (from, to);
H A DSmsNumberUtils.java231 /* Query International direct dialing from HbpcdLookup.db
422 * Returns the country code from the given number.
538 final String networkOperator = TelephonyManager.from(phone.getContext()).
582 String operatorIsoCountry = TelephonyManager.from(phone.getContext()).
584 String simIsoCountry = TelephonyManager.from(phone.getContext()).getSimCountryIsoForPhone(
H A DSubscriptionController.java82 * Copied from android.util.LocalLog with flush() adding flush and line number
176 mTelephonyManager = TelephonyManager.from(mContext);
330 * Query SubInfoRecord(s) from subinfo database
333 * @return Array list of queried result from database
852 // might retrieve the SPN/PLMN text from the SST sticky broadcast.
1869 .from(mContext).getDefaultDataPhoneId());
1872 .from(mContext).getDefaultSmsPhoneId());
H A DSubscriptionInfoUpdater.java82 * SIM_CHANGED : a valid SIM insert in slot i and is different SIM from last time
122 mSubscriptionManager = SubscriptionManager.from(mContext);
H A DUiccSmsController.java273 subInfoList = SubscriptionManager.from(context).getActiveSubscriptionInfoList();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java139 // TODO: move away from static state once 5587429 is fixed.
723 mSubscriptionManager = SubscriptionManager.from(mPhone.getContext());
1132 // Load device network attributes from resources
1363 //****** Called from ServiceStateTracker
1365 * Invoked when ServiceStateTracker observes a transition from GPRS
1616 log ("trySetupData: Create from mAllApnSettings : "
2193 // The priority of apn candidates from highest to lowest is:
2252 * @param cid Connection id provided from RIL.
2518 // requirements from carriers and we need stop using them when the dun
2879 // Note: To change radio.test.onDSC.null.dcac from comman
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java68 * Handle 3GPP-format Cell Broadcast messages sent from radio.
109 String plmn = TelephonyManager.from(mContext).getNetworkOperatorForPhone(
175 // Remove messages that are out of scope to prevent the map from
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java63 public void migrateFrom(Phone from) { argument
64 super.migrateFrom(from);
65 migrate(mRingbackRegistrants, ((ImsPhoneBase)from).mRingbackRegistrants);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java76 void migrateFrom(SipPhoneBase from) { argument
77 super.migrateFrom(from);
78 migrate(mRingbackRegistrants, from.mRingbackRegistrants);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java493 //transfer length from byte to bit
508 //transfer length from byte to bit
801 SubscriptionManager.from(mContext).setDisplayNumber(mMdn, subIds[0]);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java81 * Block size when read data from InputStream.
531 EncodedStringValue from = mPduHeader.getEncodedStringValue(field);
532 if ((from == null)
533 || TextUtils.isEmpty(from.getString())
534 || new String(from.getTextString()).equals(
536 // Length of from = 1
547 temp = appendAddressType(from);
H A DPduParser.java531 EncodedStringValue from = null;
540 from = parseEncodedStringValue(pduDataStream);
541 if (null != from) {
542 byte[] address = from.getTextString();
550 from.setTextString(str.getBytes());
559 from = new EncodedStringValue(
569 Log.v(LOG_TAG, "parseHeaders: from address: " + headerField
570 + " value: " + from.getString());
572 headers.setEncodedStringValue(from, PduHeaders.FROM);
1221 * Extract a byte value from th
[all...]
H A DPduPersister.java523 * Load a PDU from storage by given Uri.
773 * into storage, otherwise load source data from the dataUri and then
1139 // 2. The Uri of the part is different from the current one.
1464 * For a given address type, extract the recipients from the headers.
1467 * @param recipients a HashSet that is loaded with the recipients from the FROM, TO or CC headers
1468 * @param addressMap a HashMap of the addresses from the ADDRESS_FIELDS header
1469 * @param excludeMyNumber if true, the number of this phone will be excluded from recipients
1482 final SubscriptionManager subscriptionManager = SubscriptionManager.from(mContext);
1485 // Build a list of my phone numbers from the various sims.
1514 * Move a PDU object from on
1524 move(Uri from, Uri to) argument
[all...]
H A DReadRecInd.java26 * @param from the from value
34 public ReadRecInd(EncodedStringValue from, argument
41 setFrom(from);

Completed in 232 milliseconds

1234567891011>>