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

Commit 6c49a09e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6166993 from dfdc9d9a to rvc-release

Change-Id: I7b997714c58d4558bf7eb9789db69cc490269bec
parents f7e352f9 dfdc9d9a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ public interface OnBlobRetrievedListener {
            public int getInterfaceVersion() {
                return this.VERSION;
            }

            @Override
            public String getInterfaceHash() {
                return this.HASH;
            }
        };
    }
}
+5 −0
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ public interface OnL2KeyResponseListener {
            public int getInterfaceVersion() {
                return this.VERSION;
            }

            @Override
            public String getInterfaceHash() {
                return this.HASH;
            }
        };
    }
}
+5 −0
Original line number Diff line number Diff line
@@ -49,6 +49,11 @@ public interface OnNetworkAttributesRetrievedListener {
            public int getInterfaceVersion() {
                return this.VERSION;
            }

            @Override
            public String getInterfaceHash() {
                return this.HASH;
            }
        };
    }
}
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ public interface OnSameL3NetworkResponseListener {
            public int getInterfaceVersion() {
                return this.VERSION;
            }

            @Override
            public String getInterfaceHash() {
                return this.HASH;
            }
        };
    }
}
+5 −0
Original line number Diff line number Diff line
@@ -44,6 +44,11 @@ public interface OnStatusListener {
            public int getInterfaceVersion() {
                return this.VERSION;
            }

            @Override
            public String getInterfaceHash() {
                return this.HASH;
            }
        };
    }
}
Loading