How to check if the current page is a “personal activity”-page in buddypress? [closed]

I found the conditionals in docs 🙂
they are like as follow,

bp_is_user_profile() /* will check the current page as personal profile */
bp_is_user_activity() /* will check the current page as personal activity */