Hi Santosh,
I have not completely understood your question, though I can still provide you some info.
You can refer to this doc for double checking the steps that you followed while implementing: Implementing AAM for Android
As you stated, that implementation is done and SSF is enabled. So, if any AA variable fires in the AA call while accessing the mobile app, then those AA variables will be hitting the AAM server as signals (key value pairs).
You can check the unused signal reports, and you will be able to see some signals coming from mobile app like these: c_contextdata.[signalname]
You need to create your traits using these signals. If you want to filter with more granularity then you can also add platform variables (signals). Check this doc on platform variables for devices:
Device Targeting With Platform-level Keys
Thanks,
Varun Kalra