Merge "Make scheduleWatchdog oneway" into udc-qpr-dev
This commit is contained in:
@@ -177,5 +177,5 @@ interface IFaceService {
|
|||||||
// Internal operation used to clear face biometric scheduler.
|
// Internal operation used to clear face biometric scheduler.
|
||||||
// Ensures that the scheduler is not stuck.
|
// Ensures that the scheduler is not stuck.
|
||||||
@EnforcePermission("USE_BIOMETRIC_INTERNAL")
|
@EnforcePermission("USE_BIOMETRIC_INTERNAL")
|
||||||
void scheduleWatchdog();
|
oneway void scheduleWatchdog();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -213,5 +213,5 @@ interface IFingerprintService {
|
|||||||
// Internal operation used to clear fingerprint biometric scheduler.
|
// Internal operation used to clear fingerprint biometric scheduler.
|
||||||
// Ensures that the scheduler is not stuck.
|
// Ensures that the scheduler is not stuck.
|
||||||
@EnforcePermission("USE_BIOMETRIC_INTERNAL")
|
@EnforcePermission("USE_BIOMETRIC_INTERNAL")
|
||||||
void scheduleWatchdog();
|
oneway void scheduleWatchdog();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user