Home
last modified time | relevance | path

Searched defs:newService (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/health/
DHealthRegCallbackAidl.java62 public void onRegistration(@Nullable IHealth oldService, @NonNull IHealth newService) { in onRegistration()
93 private static void registerCallback(@NonNull IHealth newService, IHealthInfoCallback cb) { in registerCallback()
DHealthServiceWrapperAidl.java74 IHealth newService; in HealthServiceWrapperAidl() local
255 IHealth newService = in onRegistration() local
DHealthServiceWrapperHidl.java191 IHealth newService = null; in HealthServiceWrapperHidl() local
246 void onRegistration(IHealth oldService, IHealth newService, String instance); in onRegistration()
DHealthHalCallbackHidl.java79 public void onRegistration(IHealth oldService, IHealth newService, String instance) { in onRegistration()
/frameworks/base/core/tests/coretests/src/android/app/
DAppOpsLoggingTest.kt125 val newService = CompletableFuture<IAppOpsUserService>() in <lambda>() constant