Searched defs:onWhat (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemServiceManager.java | 466 private void onUser(@NonNull String onWhat, @UserIdInt int userId) { in onUser() 470 onUser(TimingsTraceAndSlog.newAsyncLog(), onWhat, /* prevUser= */ null, targetUser); in onUser() local 473 private void onUser(@NonNull TimingsTraceAndSlog t, @NonNull String onWhat, in onUser() 478 private void onUser(@NonNull TimingsTraceAndSlog t, @NonNull String onWhat, in onUser() 581 private boolean useThreadPool(int userId, @NonNull String onWhat) { in useThreadPool() 594 private boolean useThreadPoolForService(@NonNull String onWhat, int serviceIndex) { in useThreadPoolForService()
|