Home
last modified time | relevance | path

Searched refs:publishBinderService (Results 1 – 25 of 141) sorted by relevance

123456

/aosp14/frameworks/base/services/api/
H A Dlint-baseline.txt6 ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder):
7 … allowed; must be public: method com.android.server.SystemService.publishBinderService(String,andr…
8 ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder, …
9 … allowed; must be public: method com.android.server.SystemService.publishBinderService(String,andr…
/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
538 publishBinderService(name, service, false); in publishBinderService()
549 protected final void publishBinderService(@NonNull String name, @NonNull IBinder service, in publishBinderService() method in SystemService
551 publishBinderService(name, service, allowIsolated, DUMP_FLAG_PRIORITY_DEFAULT); in publishBinderService()
565 protected final void publishBinderService(String name, IBinder service, in publishBinderService() method in SystemService
H A DContextHubSystemService.java55 publishBinderService(Context.CONTEXTHUB_SERVICE, mContextHubService); in onBootPhase()
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DBugreportManagerService.java40 publishBinderService(Context.BUGREPORT_SERVICE, mService); in onStart()
H A DDeviceIdentifiersPolicyService.java43 publishBinderService(Context.DEVICE_IDENTIFIERS_SERVICE, in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerService.java41 publishBinderService(Context.APP_INTEGRITY_SERVICE, mService); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsService.java33 publishBinderService(Context.CROSS_PROFILE_APPS_SERVICE, mServiceImpl); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/
H A DBroadcastRadioService.java41 publishBinderService(Context.RADIO_SERVICE, mServiceImpl.asBinder()); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackManagerService.java43 publishBinderService(Context.ROLLBACK_SERVICE, mService); in onStart()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetService.java41 publishBinderService(Context.APPWIDGET_SERVICE, mImpl); in onStart()
/aosp14/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
H A DTextToSpeechManagerService.java51 publishBinderService(Context.TEXT_TO_SPEECH_MANAGER_SERVICE, in onStart()
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/
H A DFeatureFlagsService.java63 publishBinderService( in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/location/altitude/
H A DAltitudeService.java91 publishBinderService(SERVICE_NAME, mService); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/bootstrap/
H A DStatsBootstrapAtomService.java89 publishBinderService(Context.STATS_BOOTSTRAP_ATOM_SERVICE, in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaResourceMonitorService.java49 publishBinderService(SERVICE_NAME, mMediaResourceMonitorImpl); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerService.java62 publishBinderService(Context.SPEECH_RECOGNITION_SERVICE, serviceStub); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
H A DIrisService.java102 publishBinderService(Context.IRIS_SERVICE, mServiceWrapper); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/resources/
H A DResourcesManagerService.java54 publishBinderService(Context.RESOURCES_SERVICE, mService); in ResourcesManagerService()
/aosp14/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
H A DGrammaticalInflectionService.java69 publishBinderService(Context.GRAMMATICAL_INFLECTION_SERVICE, mService); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityMetrics.java148 publishBinderService(SERVICE_NAME, impl); in onBootPhase()
149 publishBinderService(mNetdListener.SERVICE_NAME, mNetdListener); in onBootPhase()
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAttestationVerificationManagerService.java120 publishBinderService(Context.ATTESTATION_VERIFICATION_SERVICE, mService); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/security/rkp/
H A DRemoteProvisioningService.java85 publishBinderService(Context.REMOTE_PROVISIONING_SERVICE, mBinderImpl); in onStart()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemConfigService.java120 publishBinderService(Context.SYSTEM_CONFIG_SERVICE, mInterface); in onStart()
/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
118 service.publishBinderService(Context.AUTH_SERVICE, impl); in publishBinderService()
674 mInjector.publishBinderService(this, mImpl); in onStart()
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java85 publishBinderService(Context.MUSIC_RECOGNITION_SERVICE, mMusicRecognitionManagerStub); in onStart()

123456