If you try to display person name as normal, try this: android:capitalize="words". If you want to all caps you can change words into characters or doing like Mr. LuxuryMode said!
Edited:
You should remove android:inputType="textPersonName" field. It will work!