/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | EntityDeltaTests.java | 67 public static Entity getEntity(long contactId, long phoneId) { in getEntity() method in EntityDeltaTests 91 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() 101 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() 119 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() 133 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() 208 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() 219 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() 256 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert() 301 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate() 335 final Entity before = getEntity(TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffDelete()
|
D | EntityModifierTests.java | 138 protected EntityDelta getEntity(Long existingId, ContentValues... entries) { in getEntity() method in EntityModifierTests 182 final EntityDelta state = getEntity(TEST_ID); in testValidTypes() 225 final EntityDelta state = getEntity(TEST_ID); in testCanInsert() 257 final EntityDelta state = getEntity(TEST_ID); in testBestValidType() 299 final EntityDelta state = getEntity(TEST_ID); in testIsEmptyDirectFields() 316 final EntityDelta state = getEntity(TEST_ID); in testTrimEmptySingle() 410 final EntityDelta state = getEntity(TEST_ID); in testTrimEmptyUntouched() 439 final EntityDelta state = getEntity(TEST_ID, before); in testTrimEmptyAfterUpdate() 487 final EntityDelta state = getEntity(null); in testTrimInsertEmpty() 514 final EntityDelta state = getEntity(null); in testTrimInsertInsert() [all …]
|
D | EntitySetTests.java | 101 final Entity before = EntityDeltaTests.getEntity(rawContactId, in getUpdate()
|
/packages/apps/IM/src/com/android/im/imps/ |
D | ImpsContactListAddress.java | 63 public ImEntity getEntity(ImpsConnection connection) { in getEntity() method in ImpsContactListAddress
|
D | ImpsUserAddress.java | 61 public ImEntity getEntity(ImpsConnection connection) { in getEntity() method in ImpsUserAddress
|
D | ImpsGroupAddress.java | 78 ImEntity getEntity(ImpsConnection connection) { in getEntity() method in ImpsGroupAddress
|
D | ImpsChatSessionManager.java | 219 ImEntity participant = address.getEntity(mConnection); in processMessage() 221 ses = createChatSession(address.getEntity(mConnection)); in processMessage()
|
D | ImpsAddress.java | 192 abstract ImEntity getEntity(ImpsConnection connection); in getEntity() method in ImpsAddress
|
D | HttpDataChannel.java | 395 HttpEntity resEntity = res.getEntity(); in trySend()
|
D | ImpsChatGroupManager.java | 403 list.add((Contact)(new ImpsUserAddress(id)).getEntity(mConnection)); in extractUserMapList()
|
/packages/apps/Email/src/com/android/exchange/ |
D | EasSyncService.java | 315 HttpEntity e = res.getEntity(); in getAttachment() 317 InputStream is = res.getEntity().getContent(); in getAttachment() 599 HttpEntity entity = resp.getEntity(); in runAccountMailbox() 783 HttpEntity e = res.getEntity(); in runPingLoop() 785 InputStream is = res.getEntity().getContent(); in runPingLoop() 1058 InputStream is = resp.getEntity().getContent(); in sync()
|
/packages/apps/Browser/src/com/android/browser/ |
D | DownloadTouchIcon.java | 82 HttpEntity entity = response.getEntity(); in doInBackground()
|
/packages/apps/GoogleSearch/src/com/android/googlesearch/ |
D | SuggestionProvider.java | 167 JSONArray results = new JSONArray(EntityUtils.toString(response.getEntity())); in query()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | HttpUtils.java | 202 HttpEntity entity = response.getEntity(); in httpConnection()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 450 entityStream = response.getEntity().getContent(); in run()
|