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

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

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

am: 287399b5

Change-Id: I34af74a89f8525d0aee02d6dbf3bf06dfe8b7732
parents 724e40e5 287399b5
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