phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/testpbkservices.h
changeset 50 77bc263e1626
parent 46 efe85016a067
child 53 e6aff7b69165
equal deleted inserted replaced
49:74b30151afd6 50:77bc263e1626
    45     void launchSingleFetch_old();
    45     void launchSingleFetch_old();
    46 
    46 
    47     // EDIT - create new
    47     // EDIT - create new
    48     void launchEditCreateNew_number();
    48     void launchEditCreateNew_number();
    49     void launchEditCreateNew_number_old();
    49     void launchEditCreateNew_number_old();
       
    50     void launchEditCreateNew_numberWithSubtype();
       
    51     void launchEditCreateNew_numberWithSubtype_old();    
    50     void launchEditCreateNew_email();
    52     void launchEditCreateNew_email();
    51     void launchEditCreateNew_email_old();
    53     void launchEditCreateNew_email_old();
    52     void launchEditCreateNew_onlineAccount();
    54     void launchEditCreateNew_onlineAccount();
    53     void launchEditCreateNew_onlineAccount_old();
    55     void launchEditCreateNew_onlineAccount_old();
       
    56     void launchEditCreateNew_onlineAccountWithSubtype();
       
    57     void launchEditCreateNew_onlineAccountWithSubtype_old();
    54     void launchEditorVCard();
    58     void launchEditorVCard();
    55     void launchEditorVCard_old();
    59     void launchEditorVCard_old();
    56 
    60 
    57     // EDIT - update existing
    61     // EDIT - update existing
    58     void launchEditUpdateExisting_number();
    62     void launchEditUpdateExisting_number();
    59     void launchEditUpdateExisting_number_old();
    63     void launchEditUpdateExisting_number_old();
       
    64     void launchEditUpdateExisting_numberWithSubtype();
       
    65     void launchEditUpdateExisting_numberWithSubtype_old();    
    60     void launchEditUpdateExisting_email();
    66     void launchEditUpdateExisting_email();
    61     void launchEditUpdateExisting_email_old();
    67     void launchEditUpdateExisting_email_old();
    62     void launchEditUpdateExisting_onlineAccount();
    68     void launchEditUpdateExisting_onlineAccount();
    63     void launchEditUpdateExisting_onlineAccount_old();
    69     void launchEditUpdateExisting_onlineAccount_old();
       
    70     void launchEditUpdateExisting_onlineAccountWithSubtype();
       
    71     void launchEditUpdateExisting_onlineAccountWithSubtype_old();
    64 
    72 
    65     // CONTACT CARD
    73     // CONTACT CARD
    66     void launchContactCard();
    74     void launchContactCard();
    67     void launchContactCard_old();
    75     void launchContactCard_old();
    68     void launchContactCardNumber();
    76     void launchContactCardNumber();
    80     ~testPbkServices();
    88     ~testPbkServices();
    81 
    89 
    82 private:
    90 private:
    83     void launchMultiFetch( bool aNewInterface, QString aAction );
    91     void launchMultiFetch( bool aNewInterface, QString aAction );
    84     void launchSingleFetch( bool aNewInterface, QString aAction );
    92     void launchSingleFetch( bool aNewInterface, QString aAction );
    85     void launchEditCreateNew( bool aNewInterface, QString aDetailType, QString aFieldContent );
    93     void launchEditCreateNew( bool aNewInterface, QString aDetailType, QString aFieldContent, QString aDetailSubtype = QString() );
    86     void launchEditorVCard( bool aNewInterface );
    94     void launchEditorVCard( bool aNewInterface );
    87     void launchEditUpdateExisting( bool aNewInterface, QString aDetailType, QString aDetailValue );
    95     void launchEditUpdateExisting( bool aNewInterface, QString aDetailType, QString aDetailValue, QString aDetailSubtype = QString());
    88     void launchContactCard( bool aNewInterface );
    96     void launchContactCard( bool aNewInterface );
    89     void launchContactCard( bool aNewInterface, QString aDetailType, QString aDetailValue );
    97     void launchContactCard( bool aNewInterface, QString aDetailType, QString aDetailValue );
    90 
    98 
    91 private:
    99 private:
    92 
   100