Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f874d909 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "IServiceManager: @nullable IBinder" am: 47322c31 am: 287399b5

am: 5b3d1a86

Change-Id: I921d7d50d64fb340ffbe7b4c7e4740c5acc7e9af
parents 99bd5ce9 5b3d1a86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ interface IServiceManager {
     * Returns null if the service does not exist.
     */
    @UnsupportedAppUsage
    IBinder getService(@utf8InCpp String name);
    @nullable IBinder getService(@utf8InCpp String name);

    /**
     * Retrieve an existing service called @a name from the service
@@ -66,7 +66,7 @@ interface IServiceManager {
     * exist.
     */
    @UnsupportedAppUsage
    IBinder checkService(@utf8InCpp String name);
    @nullable IBinder checkService(@utf8InCpp String name);

    /**
     * Place a new @a service called @a name into the service