Home
last modified time | relevance | path

Searched defs:publishBinderService (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java537 protected final void publishBinderService(@NonNull String name, @NonNull IBinder service) { in publishBinderService() method in SystemService
549 protected final void publishBinderService(@NonNull String name, @NonNull IBinder service, in publishBinderService() method in SystemService
565 protected final void publishBinderService(String name, IBinder service, in publishBinderService() method in SystemService
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java117 public void publishBinderService(AuthService service, IAuthService.Stub impl) { in publishBinderService() method in AuthService.Injector