/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmCellBroadcastHandler.java | 330 int cid = ciGsm.getCid() != CellInfo.UNAVAILABLE ? ciGsm.getCid() : -1; in getGsmLacAndCid() local 331 return Pair.create(lac, cid); in getGsmLacAndCid() 368 int cid = -1; in handleGsmBroadcastSms() local 375 cid = lacAndCid.second; in handleGsmBroadcastSms() 386 location = new SmsCbLocation(plmn, lac, cid); in handleGsmBroadcastSms() 440 if (!info.matchesLocation(plmn, lac, cid)) { in handleGsmBroadcastSms() 507 public boolean matchesLocation(String plmn, int lac, int cid) { in matchesLocation() argument 508 return mLocation.isInLocationArea(plmn, lac, cid); in matchesLocation()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | CellInfoUtil.java | 177 CellIdentity cid = cellInfo.getCellIdentity(); in cellInfoToString() local 180 cellType, cellInfo.isRegistered(), cid.getMccString(), cid.getMncString(), in cellInfoToString() 181 cid.getOperatorAlphaLong(), cid.getOperatorAlphaShort()); in cellInfoToString()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2.java | 344 Long cid = matchingCandidates.getContactId(connectedRawContactId); in reAggregateRawContacts() local 345 if (cid != null && !cid.equals(contactId)) { in reAggregateRawContacts() 346 cidsNeedToBeUpdated.add(cid); in reAggregateRawContacts() 374 for (Long cid : cidsNeedToBeUpdated) { in reAggregateRawContacts() 376 if (cid != 0) { in reAggregateRawContacts() 377 mRawContactCountQuery.bindLong(1, cid); in reAggregateRawContacts() 384 ContactsTableUtil.deleteContact(db, cid); in reAggregateRawContacts() 385 mAggregatedPresenceDelete.bindLong(1, cid); in reAggregateRawContacts() 388 updateAggregateData(txContext, cid); in reAggregateRawContacts()
|
D | AbstractContactAggregator.java | 1970 long cid = bestMatch.getContactId(); in queryAggregationSuggestions() local 1971 if (!contactIds.contains(cid) && cid != contactId) { in queryAggregationSuggestions() 1973 contactIds.add(cid); in queryAggregationSuggestions()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastCursorAdapter.java | 96 int cid; in createFromCursor() local 99 cid = cursor.getInt(cidColumn); in createFromCursor() 101 cid = -1; in createFromCursor() 104 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid); in createFromCursor()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 784 final int cid = carrierId.getSpecificCarrierId(); in saveConfigToXml() local 811 getFilenameForConfig(packageName, extraString, iccid, cid))); in saveConfigToXml() 850 final int cid = getSpecificCarrierIdForPhoneId(phoneId); in restoreConfigFromXml() local 861 getFilenameForConfig(packageName, extraString, iccid, cid)); in restoreConfigFromXml() 915 @NonNull String iccid, int cid) { in getFilenameForConfig() argument 920 return "carrierconfig-" + packageName + extraString + "-" + iccid + "-" + cid + ".xml"; in getFilenameForConfig() 1023 final int cid = getSpecificCarrierIdForPhoneId(phoneId); in overrideConfig() local 1025 OVERRIDE_PACKAGE_ADDITION, iccid, cid); in overrideConfig()
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduBody.java | 157 public PduPart getPartByContentId(String cid) { in getPartByContentId() argument 158 return mPartMapByContentId.get(cid); in getPartByContentId()
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | CarrierIdProviderTest.java | 247 int cid = -1; in testUpdateCarrierInfo() local 270 cid = findEntry.getInt(0); in testUpdateCarrierInfo() 274 assertEquals(1, cid); in testUpdateCarrierInfo()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseDatabaseHelperUpgradeTest.java | 45 public int cid; field in BaseDatabaseHelperUpgradeTest.TableColumn 83 column.cid = cursor.getInt(cidIndex); in TableStructure()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapFolder.java | 536 final ImapString cid = bs.getStringOrEmpty(3); in parseBodyStructure() local 644 if (!cid.isEmpty()) { in parseBodyStructure() 645 part.setHeader(MimeHeader.HEADER_CONTENT_ID, cid.getString()); in parseBodyStructure()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RadioInfo.java | 709 int cid = loc.getCid(); in updateLocation() local 714 + ((cid == -1) ? "unknown" : Integer.toHexString(cid))); in updateLocation()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 881 int cid = loc.getCid(); in updateLocation() local 886 + ((cid == -1) ? "unknown" : Integer.toHexString(cid))); in updateLocation()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 3829 String cid = c.getString(c.getColumnIndex(Mms.Part.CONTENT_ID)); in extractMmsParts() local 3837 + "\n fd : " + fd + "\n cid : " + cid + "\n cl : " + cl in extractMmsParts() 3844 part.mContentId = cid; in extractMmsParts() 3931 String cid = c.getString( in extractIMParts() local 3937 + "\n cid : " + cid); in extractIMParts() 3941 part.mContentId = cid; in extractIMParts()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 989 private static CellIdentityGsm makeCellIdentityGsm(int lac, int cid, int arfcn, int bsic, in makeCellIdentityGsm() argument 993 return new CellIdentityGsm(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas, in makeCellIdentityGsm() 1000 return constructor.newInstance(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas); in makeCellIdentityGsm()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | pl_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |