Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java143 onDeviceUnlocked();
195 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentService
331 public void onDeviceUnlocked() throws RemoteException { in onDeviceUnlocked() method in TrustAgentService.TrustAgentServiceWrapper
DITrustAgentService.aidl29 oneway void onDeviceUnlocked(); in onDeviceUnlocked() method
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java96 public void onDeviceUnlocked() { in onDeviceUnlocked() method in SampleTrustAgent
97 super.onDeviceUnlocked(); in onDeviceUnlocked()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java239 onDeviceUnlocked();
322 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentWrapper
324 if (mTrustAgentService != null) mTrustAgentService.onDeviceUnlocked(); in onDeviceUnlocked()
DTrustManagerService.java350 agent.agent.onDeviceUnlocked(); in dispatchDeviceLocked()
/frameworks/base/api/
Dsystem-current.txt28813 method public void onDeviceUnlocked();