Merge "Use ISessionCallback#onSessionClosed" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
740591702a
@@ -424,6 +424,12 @@ public class Sensor {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSessionClosed() {
|
||||
mHandler.post(() -> {
|
||||
// TODO: implement this.
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Sensor(@NonNull String tag, @NonNull FaceProvider provider, @NonNull Context context,
|
||||
|
||||
@@ -403,6 +403,13 @@ class Sensor {
|
||||
invalidationClient.onAuthenticatorIdInvalidated(newAuthenticatorId);
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSessionClosed() {
|
||||
mHandler.post(() -> {
|
||||
// TODO: implement this.
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Sensor(@NonNull String tag, @NonNull FingerprintProvider provider, @NonNull Context context,
|
||||
|
||||
Reference in New Issue
Block a user