Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/quicksettings/
DIQSTileService.aidl27 void onUnlockComplete(); in onUnlockComplete() method
DTileService.java351 public void onUnlockComplete() throws RemoteException{ in onBind() method in TileService
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java88 public boolean onUnlockComplete() { in onUnlockComplete() method in QSTileServiceWrapper
DTileLifecycleManager.java380 public void onUnlockComplete() { in onUnlockComplete() method in TileLifecycleManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTests.java285 public void onUnlockComplete() throws RemoteException { in onBind() method in TileLifecycleManagerTests.FakeTileService