/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | CellInfoUtil.java | 176 CellIdentity cid = cellInfo.getCellIdentity(); in cellInfoToString() local 179 cellType, cellInfo.isRegistered(), cid.getMccString(), cid.getMncString(), in cellInfoToString() 180 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 | 1963 long cid = bestMatch.getContactId(); in queryAggregationSuggestions() local 1964 if (!contactIds.contains(cid) && cid != contactId) { in queryAggregationSuggestions() 1966 contactIds.add(cid); in queryAggregationSuggestions()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | AbstractConversationWebViewClient.java | 93 final String cid = uri.getSchemeSpecificPart(); in loadCIDUri() local 94 if (cid == null) { in loadCIDUri() 102 final Uri queryUri = Uri.withAppendedPath(message.attachmentByCidUri, cid); in loadCIDUri()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 718 final int cid = getSpecificCarrierIdForPhoneId(phoneId); in saveConfigToXml() local 744 getFilenameForConfig(packageName, iccid, cid))); in saveConfigToXml() 795 final int cid = getSpecificCarrierIdForPhoneId(phoneId); in restoreConfigFromXml() local 806 getFilenameForConfig(packageName, iccid, cid))); in restoreConfigFromXml() 870 int cid) { in getFilenameForConfig() argument 875 return "carrierconfig-" + packageName + "-" + iccid + "-" + cid + ".xml"; in getFilenameForConfig()
|
/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/UnifiedEmail/src/com/android/mail/providers/ |
D | Attachment.java | 247 public Attachment(Context context, Part part, Uri emlFileUri, String messageId, String cid, in Attachment() argument 265 uri = EmlAttachmentProvider.getAttachmentUri(emlFileUri, messageId, cid); in Attachment() 274 partId = cid; in Attachment()
|
D | EmlAttachmentProvider.java | 145 final String cid = uri.getPathSegments().get(3); in query() local 154 if (TextUtils.equals(cid, attachment.partId)) { in query()
|
D | Message.java | 488 final String cid = REMOVE_OPTIONAL_BRACKETS.matcher(cids[0]).replaceAll("$1"); in Message() local 489 mAttachments.add(new Attachment(context, viewablePart, emlFileUri, messageId, cid, in Message()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapFolder.java | 535 final ImapString cid = bs.getStringOrEmpty(3); in parseBodyStructure() local 643 if (!cid.isEmpty()) { in parseBodyStructure() 644 part.setHeader(MimeHeader.HEADER_CONTENT_ID, cid.getString()); in parseBodyStructure()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapFolder.java | 907 final ImapString cid = bs.getStringOrEmpty(3); in parseBodyStructure() local 1011 if (!cid.isEmpty()) { in parseBodyStructure() 1012 part.setHeader(MimeHeader.HEADER_CONTENT_ID, cid.getString()); in parseBodyStructure()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RadioInfo.java | 706 int cid = loc.getCid(); in updateLocation() local 711 + ((cid == -1) ? "unknown" : Integer.toHexString(cid))); in updateLocation()
|
/packages/apps/Settings/src/com/android/settings/ |
D | RadioInfo.java | 799 int cid = loc.getCid(); in updateLocation() local 804 + ((cid == -1) ? "unknown" : Integer.toHexString(cid))); in updateLocation()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 3836 String cid = c.getString(c.getColumnIndex(Mms.Part.CONTENT_ID)); in extractMmsParts() local 3844 + "\n fd : " + fd + "\n cid : " + cid + "\n cl : " + cl in extractMmsParts() 3851 part.mContentId = cid; in extractMmsParts() 3916 String cid = c.getString( in extractIMParts() local 3922 + "\n cid : " + cid); in extractIMParts() 3926 part.mContentId = cid; in extractIMParts()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 4721 final String cid = uri.getPathSegments().get(2); in uiQuery() local 4722 final String[] selectionArgs = {id, cid}; in uiQuery()
|
/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 | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | pt_PT_wordlist.combined.gz |
|
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | ro_wordlist.combined.gz |
|