Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DIRecentsSystemUserCallbacks.aidl27 void registerNonSystemUserCallbacks(IBinder nonSystemUserCallbacks, int userId); in registerNonSystemUserCallbacks() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DIRecentsSystemUserCallbacks.aidl27 void registerNonSystemUserCallbacks(IBinder nonSystemUserCallbacks, int userId); in registerNonSystemUserCallbacks() method
DRecentsSystemUser.java55 public void registerNonSystemUserCallbacks(final IBinder nonSystemUserCallbacks, in registerNonSystemUserCallbacks() method in RecentsSystemUser