equal
deleted
inserted
replaced
141 } |
141 } |
142 else |
142 else |
143 { |
143 { |
144 CKeyguardAccessApi* iKeyguardAccess = CKeyguardAccessApi::NewL( ); |
144 CKeyguardAccessApi* iKeyguardAccess = CKeyguardAccessApi::NewL( ); |
145 RDEBUG("0", 0); |
145 RDEBUG("0", 0); |
146 TInt err = iKeyguardAccess->ShowKeysLockedNote( ); |
146 TInt err = iKeyguardAccess->AutolockStatus( 0x100, lOperation ); // start server, if needed |
147 RDEBUG("err", err); |
147 RDEBUG("err", err); |
148 delete iKeyguardAccess; |
148 delete iKeyguardAccess; |
149 } |
149 } |
150 RDEBUG("lOperation", lOperation); |
150 RDEBUG("lOperation", lOperation); |
151 if( lOperation >= 0x1000 ) // flag for iStartup |
151 if( lOperation >= 0x1000 ) // flag for iStartup |