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

Commit d343b581 authored by Ray Essick's avatar Ray Essick Committed by Android (Google) Code Review
Browse files

Merge "clean up compilation warnings"

parents d330e1c1 4f5d6fd7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -76,9 +76,6 @@

namespace android {

    using namespace android::base;
    using namespace android::content::pm;

// individual records kept in memory: age or count
// age: <= 28 hours (1 1/6 days)
// count: hard limit of # records
@@ -649,7 +646,8 @@ void MediaAnalyticsService::setPkgInfo(MediaAnalyticsItem *item, uid_t uid, bool
        }

        if (binder != NULL) {
            sp<IPackageManagerNative> package_mgr = interface_cast<IPackageManagerNative>(binder);
            sp<content::pm::IPackageManagerNative> package_mgr =
                            interface_cast<content::pm::IPackageManagerNative>(binder);
            binder::Status status;

            std::vector<int> uids;