equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Test Harness for VideoHelixPlaybackPlugin |
14 * Description: Test Harness for VideoHelixPlaybackPlugin |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 27 % |
18 // Version : %version: 28 % |
19 |
19 |
20 |
20 |
21 // [INCLUDE FILES] - do not remove |
21 // [INCLUDE FILES] - do not remove |
22 #include <e32svr.h> |
22 #include <e32svr.h> |
23 #include <stifparser.h> |
23 #include <stifparser.h> |
1828 |
1828 |
1829 err = aItem.GetNextInt( background ); |
1829 err = aItem.GetNextInt( background ); |
1830 |
1830 |
1831 if ( err == KErrNone ) |
1831 if ( err == KErrNone ) |
1832 { |
1832 { |
1833 // |
|
1834 // Clear ringing |
|
1835 // |
|
1836 RProperty::Set(KPSUidCtsyCallInformation, KCTsyCallState, EPSCTsyCallStateNone); |
|
1837 |
|
1838 CreateBackgroundCommand(background); |
1833 CreateBackgroundCommand(background); |
1839 } |
1834 } |
1840 } |
1835 } |
1841 |
1836 |
1842 return err; |
1837 return err; |