Home
last modified time | relevance | path

Searched refs:MonitoringCertNotificationTask (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java491 new MonitoringCertNotificationTask().execute(userId);
2658 private class MonitoringCertNotificationTask extends AsyncTask<Integer, Void, Void> { class in DevicePolicyManagerService
4247 new MonitoringCertNotificationTask().execute(userId); in approveCaCert()
4271 new MonitoringCertNotificationTask().execute(userInfo.id); in removeCaApprovalsIfNeeded()