You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Android]CHIP_ERROR should be handled by Long in Java/Kotlin (#32702)
* [Android]CHIP_ERROR should be handled by Long in Java/Kotlin
* Update MatterController.kt
* Update CompletionListenerAdapter.kt
* Update PairingCommand.kt
Copy file name to clipboardexpand all lines: examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/GroupSettingFragment.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -539,7 +539,7 @@ class GroupSettingFragment : Fragment() {
Copy file name to clipboardexpand all lines: examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/MultiAdminClientFragment.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ class MultiAdminClientFragment : Fragment() {
Copy file name to clipboardexpand all lines: examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/OpCredClientFragment.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ class OpCredClientFragment : Fragment() {
Copy file name to clipboardexpand all lines: examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/OtaProviderClientFragment.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -682,7 +682,7 @@ class OtaProviderClientFragment : Fragment() {
Copy file name to clipboardexpand all lines: examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/provisioning/DeviceProvisioningFragment.kt
+8-8
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ class DeviceProvisioningFragment : Fragment() {
104
104
overridefunonDeviceAttestationCompleted(
105
105
devicePtr:Long,
106
106
attestationInfo:AttestationInfo,
107
-
errorCode:Int
107
+
errorCode:Long
108
108
) {}
109
109
}
110
110
@@ -249,18 +249,18 @@ class DeviceProvisioningFragment : Fragment() {
0 commit comments