Home
last modified time | relevance | path

Searched refs:registerNonSystemUserCallbacks (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DIRecentsSystemUserCallbacks.aidl27 void registerNonSystemUserCallbacks(IBinder nonSystemUserCallbacks, int userId); in registerNonSystemUserCallbacks() method
DRecentsSystemUser.java56 public void registerNonSystemUserCallbacks(final IBinder nonSystemUserCallbacks, in registerNonSystemUserCallbacks() method in RecentsSystemUser
DLegacyRecentsImpl.java695 mUserToSystemCallbacks.registerNonSystemUserCallbacks( in registerWithSystemUser()