contacts_plat/predictivesearch_utils_api/inc/CPcsDefs.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 35 4ae315f230bc
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
    48     ELangSupport,
    48     ELangSupport,
    49     EGetDataOrder,
    49     EGetDataOrder,
    50     EGetSortOrder,
    50     EGetSortOrder,
    51     ESetSortOrder,
    51     ESetSortOrder,
    52     EShutdown,
    52     EShutdown,
    53     ESearchMatchString
    53     ESearchMatchString,
       
    54     EGetAdaptiveGrid
    54 };
    55 };
    55 
    56 
    56 /**
    57 /**
    57  * PS Server response commands
    58  * PS Server response commands
    58  */
    59  */
   143  */
   144  */
   144 const TInt KCRMaxLen = 255;
   145 const TInt KCRMaxLen = 255;
   145 const TInt KPsQueryMaxLen = 150;
   146 const TInt KPsQueryMaxLen = 150;
   146 const TInt KBufferMaxLen = 255;
   147 const TInt KBufferMaxLen = 255;
   147 const TInt KSearchResultsBufferLen = 8192;
   148 const TInt KSearchResultsBufferLen = 8192;
       
   149 const TInt KPsAdaptiveGridSupportedMaxLen = 0; // Max Len of input Search Text
       
   150 const TInt KPsAdaptiveGridStringMaxLen = 255; // Max Len of returned Adaptive Grid String
   148 
   151 
   149 /**
   152 /**
   150  * Data Stores Constants 
   153  * Data Stores Constants 
   151  */
   154  */
   152 _LIT(KVPbkDefaultCntDbURI, "cntdb://c:contacts.cdb"); // Phone Store
   155 _LIT(KVPbkDefaultCntDbURI, "cntdb://c:contacts.cdb"); // Phone Store