Home
last modified time | relevance | path

Searched refs:getEntity (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DEntityDeltaTests.java67 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()
DEntityModifierTests.java138 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 …]
DEntitySetTests.java101 final Entity before = EntityDeltaTests.getEntity(rawContactId, in getUpdate()
/packages/apps/IM/src/com/android/im/imps/
DImpsContactListAddress.java63 public ImEntity getEntity(ImpsConnection connection) { in getEntity() method in ImpsContactListAddress
DImpsUserAddress.java61 public ImEntity getEntity(ImpsConnection connection) { in getEntity() method in ImpsUserAddress
DImpsGroupAddress.java78 ImEntity getEntity(ImpsConnection connection) { in getEntity() method in ImpsGroupAddress
DImpsChatSessionManager.java219 ImEntity participant = address.getEntity(mConnection); in processMessage()
221 ses = createChatSession(address.getEntity(mConnection)); in processMessage()
DImpsAddress.java192 abstract ImEntity getEntity(ImpsConnection connection); in getEntity() method in ImpsAddress
DHttpDataChannel.java395 HttpEntity resEntity = res.getEntity(); in trySend()
DImpsChatGroupManager.java403 list.add((Contact)(new ImpsUserAddress(id)).getEntity(mConnection)); in extractUserMapList()
/packages/apps/Email/src/com/android/exchange/
DEasSyncService.java315 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/
DDownloadTouchIcon.java82 HttpEntity entity = response.getEntity(); in doInBackground()
/packages/apps/GoogleSearch/src/com/android/googlesearch/
DSuggestionProvider.java167 JSONArray results = new JSONArray(EntityUtils.toString(response.getEntity())); in query()
/packages/apps/Mms/src/com/android/mms/transaction/
DHttpUtils.java202 HttpEntity entity = response.getEntity(); in httpConnection()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java450 entityStream = response.getEntity().getContent(); in run()