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

Commit e94f8888 authored by Soonil Nagarkar's avatar Soonil Nagarkar Committed by Android (Google) Code Review
Browse files

Merge "[conflict] Merge "No need to make non-empty judgment." into main am:...

Merge "[conflict] Merge "No need to make non-empty judgment." into main am: b225077f am: c981530a" into main
parents 8ef2af4b 7ec16401
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -214,13 +214,9 @@ public interface ServiceWatcher {


        @Override
        @Override
        public String toString() {
        public String toString() {
            if (mComponentName == null) {
                return "none";
            } else {
            return mUid + "/" + mComponentName.flattenToShortString();
            return mUid + "/" + mComponentName.flattenToShortString();
        }
        }
    }
    }
    }


    /**
    /**
     * Creates a new ServiceWatcher instance.
     * Creates a new ServiceWatcher instance.