Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java140 onDeviceLocked();
188 public void onDeviceLocked() { in onDeviceLocked() method in TrustAgentService
326 public void onDeviceLocked() throws RemoteException { in onDeviceLocked() method in TrustAgentService.TrustAgentServiceWrapper
DITrustAgentService.aidl28 oneway void onDeviceLocked(); in onDeviceLocked() method
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java88 public void onDeviceLocked() { in onDeviceLocked() method in SampleTrustAgent
89 super.onDeviceLocked(); in onDeviceLocked()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java237 onDeviceLocked();
311 public void onDeviceLocked() { in onDeviceLocked() method in TrustAgentWrapper
313 if (mTrustAgentService != null) mTrustAgentService.onDeviceLocked(); in onDeviceLocked()
DTrustManagerService.java348 agent.agent.onDeviceLocked(); in dispatchDeviceLocked()
/frameworks/base/api/
Dsystem-current.txt28812 method public void onDeviceLocked();