/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
D | CalendarUtilitiesTests.java | 239 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/ |
D | CalendarUtilitiesTests.java | 239 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/ |
D | ContactsSyncAdapter.java | 428 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 …]
|
D | CalendarSyncAdapter.java | 1482 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/ |
D | ViewIdGenerator.java | 71 public int getId(EntityDelta entity, DataKind kind, ValuesDelta values, in getId() 84 private static String getMapKey(EntityDelta entity, DataKind kind, ValuesDelta values, in getMapKey()
|
D | ContactEditorFragment.java | 449 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/ |
D | HttpUtils.java | 131 ProgressCallbackEntity entity = new ProgressCallbackEntity( in httpConnection() local 211 HttpEntity entity = response.getEntity(); in httpConnection() local
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntityDiff.java | 138 private static HashMap<String, NamedContentValues> buildChildrenMap(Entity entity) { in buildChildrenMap()
|
D | ContactLoader.java | 124 Entity entity = iterator.next(); in loadInBackground() local
|
D | EntitySet.java | 74 final EntityDelta entity = EntityDelta.fromBefore(before); in fromQuery() local
|
D | EntityDelta.java | 85 final EntityDelta entity = new EntityDelta(); in fromBefore() local
|
/packages/apps/Browser/src/com/android/browser/ |
D | DownloadTouchIcon.java | 130 HttpEntity entity = response.getEntity(); in doInBackground() local
|
D | GoogleAccountLogin.java | 137 HttpEntity entity = response.getEntity(); in run() local
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | TextUtilities.java | 466 String entity = null; in stripHtmlEntity() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityDeltaList.java | 92 final EntityDelta entity = EntityDelta.fromBefore(before); in fromIterator() local
|
D | EntityDelta.java | 95 final EntityDelta entity = new EntityDelta(); in fromBefore() local
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | EasSyncService.java | 989 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/ |
D | CalendarUtilities.java | 1614 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/ |
D | ContactLoader.java | 487 Entity entity = mEntities.get(0); in getContentValues() local 797 Entity entity = null; in loadContactEntity() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1118 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/ |
D | ContactsProvider2Test.java | 4670 Entity entity; in testContentEntityIterator() local
|