phoneapp/phoneuiutils/inc/phoneconstants.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   307 
   307 
   308 // Conference call id
   308 // Conference call id
   309 const TInt KConferenceCallId = 8;
   309 const TInt KConferenceCallId = 8;
   310 
   310 
   311 // LifeTimer const
   311 // LifeTimer const
   312 const TInt KPhoneLifeTimerHoursLength 	= 6;
   312 const TInt KPhoneLifeTimerHoursLength   = 6;
   313 const TInt KPhoneLifeTimerMinutesLength = 2;
   313 const TInt KPhoneLifeTimerMinutesLength = 2;
   314 const TInt KTimerTextLength				= 64;
   314 const TInt KTimerTextLength             = 64;
   315 const TInt KTimerMinuteSeparator		= 2;
   315 const TInt KTimerMinuteSeparator        = 2;
   316 
   316 
   317 //AudioVolume const
   317 //AudioVolume const
   318 // CONSTANTS
   318 // CONSTANTS
   319 const TInt KPhoneDefaultVolume = 4;
   319 const TInt KPhoneDefaultVolume = 4;
   320 
   320