24
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
const TInt KPBDataClientBuf=800; // this buffer should be able to fit approx 50 entires
|
|
17 |
const TInt KPBDataClientSmallBuf=45; // this buffer should be able to fit approx 3 entires
|
|
18 |
const TInt KPPBEntriesNum=7;
|
|
19 |
const TInt KBufSize=30;
|
|
20 |
|
|
21 |
_LIT16(KSymbolText,"(:,)=(),");
|
|
22 |
_LIT16(KAnnText,"Ann");
|
|
23 |
_LIT16(KMattSText,"MattS");
|
|
24 |
_LIT16(KAndyText,"Andy Cloke"); // has an OK in it!
|
|
25 |
_LIT16(KMattMText,"MattM");
|
|
26 |
_LIT16(KPaulText,"Paul");
|
|
27 |
_LIT16(KMumAndDadText,"Mum and Dad");
|
|
28 |
_LIT16(KTextTooLong,"ABCDEFGHIJKLMNOPQRSTUVWXYZABCD");
|
|
29 |
_LIT16(KHenrikText,"Henrik");
|
|
30 |
_LIT16(KHenrikSVText,"HenrikSV");
|
|
31 |
_LIT16(KMikaelText,"Mikael");
|
|
32 |
_LIT16(KIngeText,"Inge");
|
|
33 |
_LIT16(KPatrickText,"Patrick");
|
|
34 |
_LIT16(KPontusText,"Pontus");
|
|
35 |
_LIT16(KAndersText,"Anders");
|
|
36 |
_LIT16(KHajText,"Haj");
|
|
37 |
|
|
38 |
_LIT16(KSymbolPhoneNum,"01632960000");
|
|
39 |
_LIT16(KAnnPhoneNum,"01632960000");
|
|
40 |
_LIT16(KMattSPhoneNum,"01632960000");
|
|
41 |
_LIT16(KAndyPhoneNum,"01632960000");
|
|
42 |
_LIT16(KMattMPhoneNum,"01632960000");
|
|
43 |
_LIT16(KPaulPhoneNum,"01632960000");
|
|
44 |
_LIT16(KMumAndDadPhoneNum,"01632960000");
|
|
45 |
_LIT16(KNumberTooLong,"0171123456789012345678901234567331111114011111111150111111116011111111701111111180111");// needs to be over 80 since the Ericsson 320 can take that many digits
|
|
46 |
_LIT16(KHenrikPhoneNum,"1712081801");
|
|
47 |
_LIT16(KHenrikSVPhoneNum,"1712081802");
|
|
48 |
_LIT16(KMikaelPhoneNum,"1712081803");
|
|
49 |
_LIT16(KIngePhoneNum,"1712081804");
|
|
50 |
_LIT16(KPatrickPhoneNum,"1712081805");
|
|
51 |
_LIT16(KPontusPhoneNum,"1712081806");
|
|
52 |
_LIT16(KAndersPhoneNum,"1712081807");
|
|
53 |
_LIT16(KHajPhoneNum,"1712081808");
|
|
54 |
|
|
55 |
_LIT16(KSearch1,"Ann");
|
|
56 |
_LIT16(KSearch2,"Matt"); // Used in a search, phone book contains 'MattS' and 'MattM'
|
|
57 |
_LIT16(KSearch3,"Unknown");
|
|
58 |
_LIT16(KSearch4,"Mum");
|
|
59 |
|
|
60 |
const TUint KAddressType=129;
|