|
@@ -45,15 +45,7 @@ Java.perform(function () {
|
|
|
'int',
|
|
'int',
|
|
|
'long'
|
|
'long'
|
|
|
).implementation = function (str, j, i, i2, str2, bundle, i3, l) {
|
|
).implementation = function (str, j, i, i2, str2, bundle, i3, l) {
|
|
|
- Log.e(`PhoneNumberVerification.$init(str=${str}, j=${j}, i=${i}, i2=${i2}, str2=${str2}, i3=${i3}, l=${l}`)
|
|
|
|
|
- // print bundle
|
|
|
|
|
- const keySet = bundle.keySet().toArray()
|
|
|
|
|
-
|
|
|
|
|
- for (let i = 0; i < keySet.length; i++) {
|
|
|
|
|
- const key = keySet[i]
|
|
|
|
|
- Log.i(`PhoneNumberVerification(key: ${key}, value: ${bundle.get(key)})`)
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
|
|
+ Log.i('PhoneNumberVerification.$init', str, j, i, i2, str2, bundle, i3, l)
|
|
|
return this.$init(str, j, i, i2, str2, bundle, i3, l)
|
|
return this.$init(str, j, i, i2, str2, bundle, i3, l)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -71,19 +63,10 @@ Java.perform(function () {
|
|
|
).implementation = function (str, j, idTokenRequest, bundle, list, z, i, list2) {
|
|
).implementation = function (str, j, idTokenRequest, bundle, list, z, i, list2) {
|
|
|
Log.e(`VerifyPhoneNumberRequest.$init(
|
|
Log.e(`VerifyPhoneNumberRequest.$init(
|
|
|
str=${str}, j=${j}, idTokenRequest=${idTokenRequest}, bundle=${bundle}, list=${list}, z=${z}, i=${i}, list2=${list2})`)
|
|
str=${str}, j=${j}, idTokenRequest=${idTokenRequest}, bundle=${bundle}, list=${list}, z=${z}, i=${i}, list2=${list2})`)
|
|
|
- trace()
|
|
|
|
|
- // print bundle
|
|
|
|
|
- const keySet = bundle.keySet().toArray()
|
|
|
|
|
- for (let i = 0; i < keySet.length; i++) {
|
|
|
|
|
- const key = keySet[i]
|
|
|
|
|
- Log.i(`VerifyPhoneNumberRequest.Bundle(key=${key}, value=${bundle.get(key)})`)
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- return this.$init('upi-carrier-id-with-mo-sms-relax', j, idTokenRequest, bundle, list, z, i, list2)
|
|
|
|
|
|
|
+ return this.$init(str, j, idTokenRequest, bundle, list, z, i, list2)
|
|
|
}
|
|
}
|
|
|
VerifyPhoneNumberRequest.writeToParcel.overload('android.os.Parcel', 'int').implementation = function (parcel, i) {
|
|
VerifyPhoneNumberRequest.writeToParcel.overload('android.os.Parcel', 'int').implementation = function (parcel, i) {
|
|
|
Log.e(`VerifyPhoneNumberRequest.writeToParcel(parcel=${parcel}, i=${i})`)
|
|
Log.e(`VerifyPhoneNumberRequest.writeToParcel(parcel=${parcel}, i=${i})`)
|
|
|
- trace()
|
|
|
|
|
return this.writeToParcel(parcel, i)
|
|
return this.writeToParcel(parcel, i)
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|