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

Commit 9ee9aa05 authored by Kathan Shukla's avatar Kathan Shukla Committed by Android (Google) Code Review
Browse files

Merge "Fix spelling of presence in Occupant Awareness."

parents 2cee5c31 88d63ccb
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;