Home
last modified time | relevance | path

Searched refs:nonSystemUserCallbacks (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsSystemUser.java56 public void registerNonSystemUserCallbacks(final IBinder nonSystemUserCallbacks, in registerNonSystemUserCallbacks() argument
60 IRecentsNonSystemUserCallbacks.Stub.asInterface(nonSystemUserCallbacks); in registerNonSystemUserCallbacks()
61 nonSystemUserCallbacks.linkToDeath(new IBinder.DeathRecipient() { in registerNonSystemUserCallbacks()
DIRecentsSystemUserCallbacks.aidl27 void registerNonSystemUserCallbacks(IBinder nonSystemUserCallbacks, int userId); in registerNonSystemUserCallbacks() argument