equal
deleted
inserted
replaced
764 |
764 |
765 if( (EFalse == aAudioOutputStatus) && (KErrUnknown != aDbId) ) |
765 if( (EFalse == aAudioOutputStatus) && (KErrUnknown != aDbId) ) |
766 { |
766 { |
767 TInt index( TAccPolGenericIDArrayAccessor::FindWithUniqueIDL( |
767 TInt index( TAccPolGenericIDArrayAccessor::FindWithUniqueIDL( |
768 genericIDArray, aDbId) ); |
768 genericIDArray, aDbId) ); |
769 TAccPolGenericIDArrayAccessor::RemoveIndexFromGenericIDArray(genericIDArray, index); |
769 if(KErrNotFound != index) |
|
770 { |
|
771 TAccPolGenericIDArrayAccessor::RemoveIndexFromGenericIDArray(genericIDArray, index); |
|
772 } |
770 } |
773 } |
771 |
774 |
772 accMode = iPolicy->ResolveAccessoryModeL( genericIDArray, |
775 accMode = iPolicy->ResolveAccessoryModeL( genericIDArray, |
773 aDbId, |
776 aDbId, |
774 aAudioOutputStatus, |
777 aAudioOutputStatus, |