Searched refs:numeric (Results 1 – 14 of 14) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 1196 private int insertApnRecord(Uri uri, String apn, String name, int current, String numeric) { in insertApnRecord() argument 1201 contentValues.put(Carriers.NUMERIC, numeric); in insertApnRecord() 1221 final String numeric = TEST_OPERATOR; in testEnforceManagedUri() local 1227 current, numeric); in testEnforceManagedUri() 1233 current, numeric); in testEnforceManagedUri() 1257 final String[] selectionArgs = { numeric }; in testEnforceManagedUri() 1320 private Cursor queryFullTestApnRecord(Uri uri, String numeric) { in queryFullTestApnRecord() argument 1322 String[] selectionArgs = { numeric }; in queryFullTestApnRecord() 1345 final String numeric = TEST_OPERATOR; in testTelephonyUriDpcRecordAccessControl() local 1347 final String[] selectionArgs = { numeric }; in testTelephonyUriDpcRecordAccessControl() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | ApnEditorActivity.java | 262 String numeric = PhoneUtils.get(mSubId).getSimOperatorNumeric(); in fillUi() local 264 if (numeric != null && numeric.length() > 4) { in fillUi() 266 String mcc = numeric.substring(0, 3); in fillUi() 268 String mnc = numeric.substring(3); in fillUi()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | BugleApnSettingsLoader.java | 534 private static Cursor queryLocalDatabase(final SQLiteDatabase db, final String numeric, in queryLocalDatabase() argument 540 selectionArgs = new String[] { numeric }; in queryLocalDatabase() 543 selectionArgs = new String[] { numeric, apnName }; in queryLocalDatabase()
|
/packages/modules/GeoTZ/tzs2storage/ |
D | README.md | 144 Every time zone ID string referenced in the file is assigned a numeric ID. The string is stored once 145 in the file in the header block. All references to time zone IDs are made via the numeric ID. 166 only a numeric bank ID and a numeric set ID. The bank ID is the same for all entries in suffix
|
/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
D | .eslintrc.json | 62 // Disallow leading or trailing decimal points in numeric literals
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 1099 for (String numeric : numericArray) { in isTdscdmaSupported() 1100 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | MobileNetworkUtils.java | 560 for (String numeric : numericArray) { in isTdscdmaSupported() 561 if (operatorNumeric.equals(numeric)) { in isTdscdmaSupported()
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | metric_definition.proto | 126 // The keys are the numeric codes and the values are the
|
D | report_definition.proto | 286 // numeric statistics (e.g. 95%-ile) over a set of integers associated 321 // numeric statistics (e.g. 95%-ile) over a set of integers associated
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 2738 String numeric = (mccString == null | mncString == null) ? "" : mccString + mncString; in getRow() local 2739 map.put(NUMERIC, numeric); in getRow() 4887 String numeric = initialValues.getAsString(NUMERIC); in insertSingleRow() local 4889 NUMERIC + " = '" + numeric + "'", null); in insertSingleRow() 4893 if (VDBG) log("Setting numeric '" + numeric + "' to be the current operator"); in insertSingleRow() 4897 loge("Failed setting numeric '" + numeric + "' to the current operator"); in insertSingleRow()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 7612 * An operand or operation whose numeric type value is above {@link IDevice::OPERAND_TYPE_BASE_MAX} 7691 * An operand or operation whose numeric type value is equal to or greater 7695 * An operand or operation whose numeric type value is above
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|