Make scheduleWatchdog oneway

Test: N/A
Fixes: 289988404
Change-Id: Ifc645b320a0803f6c916e7e79d894ef773b4dec9
This commit is contained in:
Diya Bera
2023-07-05 12:22:42 -07:00
parent 6f7805292a
commit 4dc3655cd0
2 changed files with 2 additions and 2 deletions

View File

@@ -177,5 +177,5 @@ interface IFaceService {
// Internal operation used to clear face biometric scheduler.
// Ensures that the scheduler is not stuck.
@EnforcePermission("USE_BIOMETRIC_INTERNAL")
void scheduleWatchdog();
oneway void scheduleWatchdog();
}

View File

@@ -218,5 +218,5 @@ interface IFingerprintService {
// Internal operation used to clear fingerprint biometric scheduler.
// Ensures that the scheduler is not stuck.
@EnforcePermission("USE_BIOMETRIC_INTERNAL")
void scheduleWatchdog();
oneway void scheduleWatchdog();
}