Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bdc87fe authored by Jihoon Kang's avatar Jihoon Kang Committed by Android Build Coastguard Worker
Browse files

Correct API change that was omitted due to checkapi failure

This change reflects the API change that was omitted due to checkapi
failure.

The original API change is ag/26150592.

Test: m checkapi
Bug: 328225000
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:91a8cf158c2ce8b60b11f8571f067b94c0dbabfd)
Merged-In: I602c1ed9ce651f06486d262c48a46acd1f26ba1f
Change-Id: I602c1ed9ce651f06486d262c48a46acd1f26ba1f
parent 7bb01c28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12967,7 +12967,7 @@ package android.service.ondeviceintelligence {
    field public static final String SERVICE_INTERFACE = "android.service.ondeviceintelligence.OnDeviceIntelligenceService";
  }
  public static class OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException extends java.lang.Exception {
  public abstract static class OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException extends java.lang.Exception {
    ctor public OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException(int);
    ctor public OnDeviceIntelligenceService.OnDeviceIntelligenceServiceException(int, @NonNull String);
    method public int getErrorCode();