bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

rls-services, pres rules not forming folder tree branch #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.using Samsung galaxy note2 , Android Version 4.1.1

What is the expected output? What do you see instead?
rls-services, pres rules should form folder tree branch Samsung galaxy note2 , 
Android Version 4.1.1

What version of the product are you using? On what operating system?
Samsung galaxy note2, Android version 4.1.1
Samsung Galaxy fit device, android version, 2.3.4

Please provide any additional information below.
This is regarding rls-services, pres rules which are unable to fetch and form a 
folder tree branch in Samsung galaxy note2, Android version 4.1.1 where as its 
branching in Samsung Galaxy fit device, android version, 2.3.4

In XcapDirectoryParser class, startElement() method is being called and the 
below conditions are checked and holds good for Samsung Galaxy fit device. 
if (localName.equals("folder"))
if (localName.equals("entry"))
if (etag != null)

but its not with Samsung galaxy note2 device. The startElement() is a inbuilt 
state method , need to check who is calling, and why the conditions are not 
being checked and why rls-services, pres rules not forming folder tree branch.

Original issue reported on code.google.com by prasad....@gmail.com on 23 Jan 2013 at 6:15

Attachments: