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

Commit 88d63ccb authored by Kathan Shukla's avatar Kathan Shukla
Browse files

Fix spelling of presence in Occupant Awareness.

Test: Build test
Change-Id: I1961c54cafd343acd75fac04535e952000dbdb99
parent ef6d127e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ interface IOccupantAwareness {
    /*
     * System is able to detect the presence of humans.
     */
    const int CAP_PRESENSE_DETECTION = 1 << 0;
    const int CAP_PRESENCE_DETECTION = 1 << 0;
    /*
     * System is able to detect the gaze of humans.
     */
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ namespace implementation {

using ndk::ScopedAStatus;

static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENSE_DETECTION |
static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENCE_DETECTION |
                                        OccupantAwareness::CAP_GAZE_DETECTION |
                                        OccupantAwareness::CAP_DRIVER_MONITORING_DETECTION;