HomeSort by relevance Sort by last modified time
    Searched full:plmn (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CarrierText.java 40 public void onRefreshCarrierInfo(CharSequence plmn, CharSequence spn) {
41 mPlmn = plmn;
75 protected void updateCarrierText(State simState, CharSequence plmn, CharSequence spn) {
76 CharSequence text = getCarrierTextForSimState(simState, plmn, spn);
104 * Top-level function for creating carrier text. Makes text based on simState, PLMN
108 * @param plmn
113 CharSequence plmn, CharSequence spn) {
118 carrierText = concatenate(plmn, spn);
127 mContext.getText(R.string.lockscreen_network_locked_message), plmn);
137 plmn);
    [all...]
KeyguardUpdateMonitorCallback.java 41 * Called when the carrier PLMN or SPN changes.
43 * @param plmn The operator name of the registered network. May be null if it shouldn't
47 void onRefreshCarrierInfo(CharSequence plmn, CharSequence spn) { }
KeyguardUpdateMonitor.java 334 // Take a guess at initial SIM state, battery status and PLMN until we get an update
553 if (DEBUG) Log.d(TAG, "handleCarrierInfoUpdate: plmn = " + mTelephonyPlmn
644 * @return The string to use for the plmn, or null if it should not be shown.
648 final String plmn = intent.getStringExtra(TelephonyIntents.EXTRA_PLMN); local
649 return (plmn != null) ? plmn : getDefaultPlmn();
655 * @return The default plmn (no service)
663 * @return The string to use for the plmn, or null if it should not be shown.
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbLocation.java 28 * broadcast geographical scope is always PLMN wide.
34 /** The PLMN. Note that this field may be an empty string, but isn't allowed to be null. */
51 * Construct a location object for the PLMN. This class is immutable, so
54 public SmsCbLocation(String plmn) {
55 mPlmn = plmn;
61 * Construct a location object for the PLMN, LAC, and Cell ID. This class is immutable, so
64 public SmsCbLocation(String plmn, int lac, int cid) {
65 mPlmn = plmn;
81 * @return the PLMN identifier (MCC+MNC) as a String
147 * @param plmn the PLMN to use for compariso
    [all...]
CellBroadcastMessage.java 122 String plmn; local
123 int plmnColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.PLMN);
125 plmn = cursor.getString(plmnColumn);
127 plmn = null;
146 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid);
236 cv.put(Telephony.CellBroadcasts.PLMN, location.getPlmn());
SmsCbMessage.java 46 * unique to the current PLMN. In GSM/UMTS, there is a 16-bit serial number containing a 2-bit
48 * are considered unique to the PLMN, to the current cell, or to the current Location Area (or
71 /** PLMN wide geographical scope (GSM/UMTS and all CDMA broadcasts). */
257 * if the location is included within another location area or within a PLMN and CellLocation.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
CarrierLabel.java 91 void updateNetworkName(boolean showSpn, String spn, boolean showPlmn, String plmn) {
94 + " showPlmn=" + showPlmn + " plmn=" + plmn);
98 final boolean plmnValid = showPlmn && !TextUtils.isEmpty(plmn);
101 str = plmn + "|" + spn;
103 str = plmn;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
KeyguardUpdateMonitorCallback.java 41 * Called when the carrier PLMN or SPN changes.
43 * @param plmn The operator name of the registered network. May be null if it shouldn't
47 void onRefreshCarrierInfo(CharSequence plmn, CharSequence spn) { }
KeyguardStatusViewManager.java 639 public void onRefreshCarrierInfo(CharSequence plmn, CharSequence spn) {
640 mPlmn = plmn;
664 * Performs concentenation of PLMN/SPN
665 * @param plmn
669 private static CharSequence makeCarierString(CharSequence plmn, CharSequence spn) {
670 final boolean plmnValid = !TextUtils.isEmpty(plmn);
673 return plmn + "|" + spn;
675 return plmn;
KeyguardUpdateMonitor.java 298 // Take a guess at initial SIM state, battery status and PLMN until we get an update
446 if (DEBUG) Log.d(TAG, "handleCarrierInfoUpdate: plmn = " + mTelephonyPlmn
509 * @return The string to use for the plmn, or null if it should not be shown.
513 final String plmn = intent.getStringExtra(TelephonyIntents.EXTRA_PLMN); local
514 return (plmn != null) ? plmn : getDefaultPlmn();
520 * @return The default plmn (no service)
528 * @return The string to use for the plmn, or null if it should not be shown.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 345 // location (PLMN, plus LAC and CID if these are part of the geographical scope).
358 * @param plmn the current PLMN
363 public boolean matchesLocation(String plmn, int lac, int cid) {
364 return mLocation.isInLocationArea(plmn, lac, cid);
395 String plmn = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC); local
411 location = new SmsCbLocation(plmn, lac, -1);
416 location = new SmsCbLocation(plmn, lac, cid);
421 location = new SmsCbLocation(plmn);
471 if (!info.matchesLocation(plmn, lac, cid))
    [all...]
SIMRecords.java     [all...]
GsmServiceStateTracker.java 491 // The values of plmn/showPlmn change in different scenarios.
503 // EXTRA_PLMN = plmn
510 String plmn = null; local
518 plmn = Resources.getSystem().
522 plmn = Resources.getSystem().
526 "of service, set plmn='" + plmn + "'");
529 plmn = ss.getOperatorAlphaLong();
530 showPlmn = !TextUtils.isEmpty(plmn) &&
536 + showPlmn + " plmn=" + plmn)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java 255 * <li><em>showPlmn</em> - Boolean that indicates whether the PLMN should be shown.</li>
256 * <li><em>plmn</em> - The operator name of the registered network, as a string.</li>
260 * Note that <em>showPlmn</em> may indicate that <em>plmn</em> should be displayed, even
261 * though the value for <em>plmn</em> is null. This can happen, for example, if the phone
265 * It is recommended to display <em>plmn</em> before / above <em>spn</em> if
275 public static final String EXTRA_PLMN = "plmn";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccRecords.java 366 * specified plmn (currently-registered PLMN). See TS 22.101 Annex A
372 public abstract int getDisplayRule(String plmn);
375 * Return true if "Restriction of menu options for manual PLMN selection"
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 592 u8 plmn[3]; local
597 plmn[0] = (imsi[0] - '0') | ((imsi[1] - '0') << 4);
598 plmn[1] = imsi[2] - '0';
601 plmn[1] |= (imsi[5] - '0') << 4;
603 plmn[1] |= 0xf0;
604 plmn[2] = (imsi[3] - '0') | ((imsi[4] - '0') << 4);
634 /* PLMN List */
640 if (os_memcmp(pos, plmn, 3) == 0)
641 return 1; /* Found matching PLMN */
1321 wpa_printf(MSG_DEBUG, "PLMN match %sfound", ret ? "" : "not ")
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 529 String plmn = ss.getOperatorAlphaLong(); local
530 if (!TextUtils.equals(plmn, mCurPlmn)) {
531 // Allow A blank plmn, "" to set showPlmn to true. Previously, we
532 // would set showPlmn to true only if plmn was not empty, i.e. was not
535 boolean showPlmn = plmn != null;
538 " showPlmn='%b' plmn='%s'", showPlmn, plmn));
545 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn);
549 mCurPlmn = plmn;
    [all...]
SmsMessage.java 757 String plmn = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC); local
758 SmsCbLocation location = new SmsCbLocation(plmn);
    [all...]
RuimRecords.java 692 public int getDisplayRule(String plmn) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
IsimUiccRecords.java 237 public int getDisplayRule(String plmn) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduComposer.java 58 static final String STRING_PHONE_NUMBER_ADDRESS_TYPE = "/TYPE=PLMN";
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java 66 + Telephony.CellBroadcasts.PLMN + " TEXT,"
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 170 #define BTA_AG_ERR_PLMN_NOT_ALLOWED 111 /* PLMN services not allowed (#11) */

Completed in 896 milliseconds

1 2