/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceContact.java | 83 int hash = 0; in hashCode() local 84 hash = LARGE_PRIME * (hash + (int)mContactId); in hashCode() 85 hash = LARGE_PRIME * (hash + (int)mPrimaryId); in hashCode() 86 hash = LARGE_PRIME * (hash + (int)mHomeId); in hashCode() 87 hash = LARGE_PRIME * (hash + (int)mMobileId); in hashCode() 88 hash = LARGE_PRIME * (hash + (int)mWorkId); in hashCode() 89 hash = LARGE_PRIME * (hash + (int)mOtherId); in hashCode() 90 hash = LARGE_PRIME * (hash + (int)mFallbackId); in hashCode() 91 return mName.hashCode() + hash; in hashCode()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | Mailbox.java | 546 Object[] hash = new Object[CONTENT_PROJECTION.length]; in getHashes() local 548 hash[CONTENT_ID_COLUMN] in getHashes() 550 hash[CONTENT_DISPLAY_NAME_COLUMN] in getHashes() 552 hash[CONTENT_SERVER_ID_COLUMN] in getHashes() 554 hash[CONTENT_PARENT_SERVER_ID_COLUMN] in getHashes() 556 hash[CONTENT_ACCOUNT_KEY_COLUMN] in getHashes() 558 hash[CONTENT_TYPE_COLUMN] in getHashes() 560 hash[CONTENT_DELIMITER_COLUMN] in getHashes() 562 hash[CONTENT_SYNC_KEY_COLUMN] in getHashes() 564 hash[CONTENT_SYNC_LOOKBACK_COLUMN] in getHashes() [all …]
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
D | VideoList.java | 92 HashMap<String, String> hash = new HashMap<String, String>(); in getBucketIds() local 94 hash.put(c.getString(1), c.getString(0)); in getBucketIds() 96 return hash; in getBucketIds()
|
D | ImageList.java | 48 HashMap<String, String> hash = new HashMap<String, String>(); in getBucketIds() local 50 hash.put(cursor.getString(1), cursor.getString(0)); in getBucketIds() 52 return hash; in getBucketIds()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | FileCache.java | 166 long hash = Utils.crc64Long(downloadUrl); in queryDatabase() local 167 String whereArgs[] = new String[] {String.valueOf(hash), downloadUrl}; in queryDatabase()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/ |
D | CalendarUtilitiesTests.java | 753 HashMap<String, String> hash = new HashMap<String, String>(); field in CalendarUtilitiesTests.BlockHash 776 hash.put(lastField, hash.get(lastField) + lastValue); in BlockHash() 799 hash.put(lastField, lastValue); in BlockHash() 804 return hash.get(field); in get()
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
D | CalendarUtilitiesTests.java | 763 HashMap<String, String> hash = new HashMap<String, String>(); field in CalendarUtilitiesTests.BlockHash 786 hash.put(lastField, hash.get(lastField) + lastValue); in BlockHash() 809 hash.put(lastField, lastValue); in BlockHash() 814 return hash.get(field); in get()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DownloadCache.java | 90 long hash = Utils.crc64Long(stringUrl); in findEntryInDatabase() local 91 String whereArgs[] = {String.valueOf(hash), stringUrl}; in findEntryInDatabase()
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | ImapFolder.java | 1063 Object[] hash = mailbox.getHashes(); in save() local 1064 if (!Arrays.equals(mHash, hash)) { in save() 1066 mHash = hash; // Save updated hash in save()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | Utility.java | 479 final int hash = getSmallHashFromSha1(sha.digest()); in getSmallHash() local 480 return Integer.toString(hash); in getSmallHash()
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 6 # All text after a hash (#) is considered a comment and will be ignored
|