Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java86 public boolean onUnlockComplete() { in onUnlockComplete() method in QSTileServiceWrapper
88 mService.onUnlockComplete(); in onUnlockComplete()
DTileLifecycleManager.java231 onUnlockComplete(); in handlePendingMessages()
401 public void onUnlockComplete() { in onUnlockComplete() method in TileLifecycleManager
403 if (mWrapper == null || !mWrapper.onUnlockComplete()) { in onUnlockComplete()
DCustomTile.java349 mService.onUnlockComplete(); in startUnlockAndRun()
/frameworks/base/core/java/android/service/quicksettings/
DIQSTileService.aidl27 void onUnlockComplete(); in onUnlockComplete() method
DTileService.java374 public void onUnlockComplete() throws RemoteException{ in onBind() method in TileService