Searched refs:trustManager (Results 1 – 3 of 3) sorted by relevance
303 ITrustManager trustManager = getTrustManager(); in isDeviceLocked() local305 return trustManager.isDeviceLocked(userId); in isDeviceLocked()329 ITrustManager trustManager = getTrustManager(); in isDeviceSecure() local331 return trustManager.isDeviceSecure(userId); in isDeviceSecure()
251 public void setTrustManagers(TrustManager[] trustManager) { in setTrustManagers() argument252 mTrustManagers = trustManager; in setTrustManagers()
1467 TrustManager trustManager =1469 trustManager.setDeviceLockedForUser(userId, false);