Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSetting.java50 public final String numeric; field in ApnSetting
98 public ApnSetting(int id, String numeric, String carrier, String apn, in ApnSetting() argument
106 this.numeric = numeric; in ApnSetting()
278 .append(", ").append(numeric) in toString()
DDcTracker.java2270 if (mPreferredApn != null && !mPreferredApn.numeric.equals(operator)) { in createAllApnList()
2383 return new ApnSetting(id, dest.numeric, dest.carrier, dest.apn, in mergeApns()
2471 + mPreferredApn.numeric + ":" + mPreferredApn); in buildWaitingApns()
2473 if (mPreferredApn.numeric.equals(operator)) { in buildWaitingApns()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java881 public void setOperatorName(String longName, String shortName, String numeric) { in setOperatorName() argument
884 mVoiceOperatorNumeric = numeric; in setOperatorName()
887 mDataOperatorNumeric = numeric; in setOperatorName()
891 public void setVoiceOperatorName(String longName, String shortName, String numeric) { in setVoiceOperatorName() argument
894 mVoiceOperatorNumeric = numeric; in setVoiceOperatorName()
898 public void setDataOperatorName(String longName, String shortName, String numeric) { in setDataOperatorName() argument
901 mDataOperatorNumeric = numeric; in setDataOperatorName()
DTelephonyManager.java4388 public void setSimOperatorNumeric(String numeric) { in setSimOperatorNumeric() argument
4390 setSimOperatorNumericForPhone(phoneId, numeric); in setSimOperatorNumeric()
4398 public void setSimOperatorNumericForPhone(int phoneId, String numeric) { in setSimOperatorNumericForPhone() argument
4400 TelephonyProperties.PROPERTY_ICC_OPERATOR_NUMERIC, numeric); in setSimOperatorNumericForPhone()
4636 public void setNetworkOperatorNumeric(String numeric) { in setNetworkOperatorNumeric() argument
4638 setNetworkOperatorNumericForPhone(phoneId, numeric); in setNetworkOperatorNumeric()
4647 public void setNetworkOperatorNumericForPhone(int phoneId, String numeric) { in setNetworkOperatorNumericForPhone() argument
4648 setTelephonyProperty(phoneId, TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, numeric); in setNetworkOperatorNumericForPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSpnOverride.java101 String numeric = parser.getAttributeValue(null, "numeric"); in loadSpnOverrides() local
104 mCarrierSpnMap.put(numeric, data); in loadSpnOverrides()
DVoiceMailConstants.java102 String numeric = parser.getAttributeValue(null, "numeric"); in loadVoiceMail() local
107 CarrierVmMap.put(numeric, data); in loadVoiceMail()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/numeric/
Dpackage-info.java4 package android.filterpacks.numeric;
DSinWaveFilter.java18 package android.filterpacks.numeric;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DNormFilter.java17 package androidx.media.filterpacks.numeric;
DStatsFilter.java20 package androidx.media.filterpacks.numeric;
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java101 public static void setNumeric(TextView view, int numeric) { in setNumeric() argument
102 view.setKeyListener(DigitsKeyListener.getInstance((numeric & SIGNED) != 0, in setNumeric()
103 (numeric & DECIMAL) != 0)); in setNumeric()
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
DParameterManagerWrapper.h156 void addCriterionTypeValuePair(const std::string &typeName, uint32_t numeric,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DApnSettingTest.java.broken52 assertEquals(a1.numeric, a2.numeric);
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd168 process, you need two numeric constants that indicate success or failure.
220 results consist of the previously-mentioned numeric success/failure code and
286 numeric result code as well as a message containing the result data. The
287 numeric code is useful for reporting the success or failure of the geocoding
431 <p>The result includes a numeric result code (<code>resultCode</code>) as well
/frameworks/base/docs/html/training/secure-file-sharing/
Dindex.jd45 If you want to share small amounts of text or numeric data between apps, you should send an
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd95 <p><span class="green">Improved security</span> with the addition of numeric pin or alpha-numeric
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd200 PIN (numeric), or Password (alphanumeric). When a password policy is configured, those password
202 “Numeric” password quality is configured, the user can select either PIN (numeric) or Password
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java988 String numeric = ((TelephonyManager) mPhone.getContext(). in getHomeOperatorNumeric() local
991 if (TextUtils.isEmpty(numeric)) { in getHomeOperatorNumeric()
992 numeric = SystemProperties.get(CDMAPhone.PROPERTY_CDMA_HOME_OPERATOR_NUMERIC, ""); in getHomeOperatorNumeric()
994 return numeric; in getHomeOperatorNumeric()
/frameworks/base/docs/html/guide/topics/manifest/
Dmeta-data-element.jd41 the numeric ID of the resource, not the value stored in the resource:
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java714 boolean numeric = computedQuality in saveLockPassword()
718 int type = numeric || numericComplex ? StorageManager.CRYPT_TYPE_PIN in saveLockPassword()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1600 for (String numeric : numericArray) { in isOperatorConsideredNonRoaming()
1601 if (operatorNumeric.startsWith(numeric)) { in isOperatorConsideredNonRoaming()
1617 for (String numeric : numericArray) { in isOperatorConsideredRoaming()
1618 if (operatorNumeric.startsWith(numeric)) { in isOperatorConsideredRoaming()
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd41 enforce password policies &mdash; including alphanumeric passwords or numeric
246 numeric characters it must contain, and so on.</li>
551 password containing at least <em>both</em> numeric <em>and</em> alphabetic (or
554 containing at least numeric characters.</dd>
/frameworks/base/core/java/android/widget/
DTextView.java808 int numeric = 0; in TextView() local
845 numeric = a.getInt(attr, numeric); in TextView()
1228 } else if (numeric != 0) { in TextView()
1230 mEditor.mKeyListener = DigitsKeyListener.getInstance((numeric & SIGNED) != 0, in TextView()
1231 (numeric & DECIMAL) != 0); in TextView()
1233 if ((numeric & SIGNED) != 0) { in TextView()
1236 if ((numeric & DECIMAL) != 0) { in TextView()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java1104 String numeric = sp.getString(NETWORK_SELECTION_KEY + getSubId(), ""); in getSavedNetworkSelection() local
1107 return new OperatorInfo(numeric, name, shrt); in getSavedNetworkSelection()
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd178 <dd><em>Integer</em>. A number for the numeric shortcut key.</dd>

12