Fix the TalkBack say wrong sentence after sim unlock

After sim unlock, Telephony manager return result is ready and
the remainAttemp is 0. The remainAttemp zero will make the following
process get the password error message in showDefaultMessage.
So, the process should reset the mRemainingAttempts to be -1 after
confirming the sim state is ready. To reset the mRemainingAttempts
will make the showDefaultMessage not to trigger the wrong talkback.

Bug: 72663742
Test: atest SystemUITests
Change-Id: I1b9b14282f74b3f41932af73c65d67379b9ed916
1 file changed