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

Commit 2395c73a authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Android (Google) Code Review
Browse files

Merge "Add @hide to the biometric interfaces"

parents b61a45c4 8453178f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,5 @@ aidl_interface {
            version: "2",
            imports: [],
        },

    ],

}
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.biometrics.common;
/* @hide */
@VintfStability
parcelable CommonProps {
  int sensorId;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.biometrics.common;
/* @hide */
@VintfStability
parcelable ComponentInfo {
  String componentId;
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.biometrics.common;
/* @hide */
@VintfStability
interface ICancellationSignal {
  oneway void cancel();
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.biometrics.common;
/* @hide */
@VintfStability
parcelable OperationContext {
  int id = 0;
Loading