Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java239 Entity entity = new Entity(entityValues); in setupTestEventEntity() local
271 Entity entity = setupTestEventEntity(organizer, attendee, title); in setupTestExceptionEntity() local
283 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Reply() local
325 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Invite_AllDay() local
391 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Invite() local
455 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Recurring() local
532 Entity entity = setupTestExceptionEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Exception_Cancel() local
820 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testBuildMessageTextFromEntityValues() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java239 Entity entity = new Entity(entityValues); in setupTestEventEntity() local
271 Entity entity = setupTestEventEntity(organizer, attendee, title); in setupTestExceptionEntity() local
283 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Reply() local
325 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Invite_AllDay() local
391 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Invite() local
455 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Recurring() local
532 Entity entity = setupTestExceptionEntity(ORGANIZER, ATTENDEE, title); in testCreateMessageForEntity_Exception_Cancel() local
820 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); in testBuildMessageTextFromEntityValues() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java428 public void addData(String serverId, ContactOperations ops, Entity entity) in addData()
708 private void categoriesParser(ContactOperations ops, Entity entity) throws IOException { in categoriesParser()
815 Entity entity = null; in changeParser() local
1173 public RowBuilder createBuilder(Entity entity, String mimeType, int type, in createBuilder()
1198 private RowBuilder typedRowBuilder(Entity entity, String mimeType, int type) { in typedRowBuilder()
1202 private RowBuilder untypedRowBuilder(Entity entity, String mimeType) { in untypedRowBuilder()
1206 private RowBuilder newRowBuilder(Entity entity, String mimeType) { in newRowBuilder()
1248 public void addChildren(Entity entity, ArrayList<String> children) { in addChildren()
1257 public void addGroup(Entity entity, String group) { in addGroup()
1264 public void addBirthday(Entity entity, String birthday) { in addBirthday()
[all …]
DCalendarSyncAdapter.java1482 private void sendEvent(Entity entity, String clientId, Serializer s) in sendEvent()
1765 private void sendDeclinedEmail(Entity entity, String clientId) { in sendDeclinedEmail()
1832 Entity entity = eventIterator.next(); in sendLocalChanges() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DViewIdGenerator.java71 public int getId(EntityDelta entity, DataKind kind, ValuesDelta values, in getId()
84 private static String getMapKey(EntityDelta entity, DataKind kind, ValuesDelta values, in getMapKey()
DContactEditorFragment.java449 Entity entity = entities.get(0); in setData() local
693 final EntityDelta entity = mState.get(i); in bindEditors() local
855 final EntityDelta entity = mState.get(0); in saveDefaultAccountIfNecessary() local
/packages/apps/Mms/src/com/android/mms/transaction/
DHttpUtils.java131 ProgressCallbackEntity entity = new ProgressCallbackEntity( in httpConnection() local
211 HttpEntity entity = response.getEntity(); in httpConnection() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDiff.java138 private static HashMap<String, NamedContentValues> buildChildrenMap(Entity entity) { in buildChildrenMap()
DContactLoader.java124 Entity entity = iterator.next(); in loadInBackground() local
DEntitySet.java74 final EntityDelta entity = EntityDelta.fromBefore(before); in fromQuery() local
DEntityDelta.java85 final EntityDelta entity = new EntityDelta(); in fromBefore() local
/packages/apps/Browser/src/com/android/browser/
DDownloadTouchIcon.java130 HttpEntity entity = response.getEntity(); in doInBackground() local
DGoogleAccountLogin.java137 HttpEntity entity = response.getEntity(); in run() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DTextUtilities.java466 String entity = null; in stripHtmlEntity() local
/packages/apps/Contacts/src/com/android/contacts/model/
DEntityDeltaList.java92 final EntityDelta entity = EntityDelta.fromBefore(before); in fromIterator() local
DEntityDelta.java95 final EntityDelta entity = new EntityDelta(); in fromBefore() local
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java989 Entity entity = new Entity(entityValues); in sendMeetingResponseMail() local
1249 protected EasResponse sendHttpClientPost(String cmd, HttpEntity entity) throws IOException { in sendHttpClientPost()
1300 public EasResponse sendHttpClientPost(String cmd, HttpEntity entity, int timeout) in sendHttpClientPost()
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1614 static public Message createMessageForEntity(Context context, Entity entity, in createMessageForEntity()
1620 static public EmailContent.Message createMessageForEntity(Context context, Entity entity, in createMessageForEntity()
1944 Entity entity = eventIterator.next(); in createMessageForEventId() local
/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java487 Entity entity = mEntities.get(0); in getContentValues() local
797 Entity entity = null; in loadContactEntity() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1118 matcher.addURI(ContactsContract.AUTHORITY, "raw_contacts/#/entity", RAW_CONTACT_ID_ENTITY); in matcher.addURI()
1197 matcher.addURI(ContactsContract.AUTHORITY, "profile/raw_contacts/#/entity", in matcher.addURI()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4670 Entity entity; in testContentEntityIterator() local