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

Commit c7db9c3e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix common typos in source file found via the common typo analyzer."...

Merge "Fix common typos in source file found via the common typo analyzer." into main am: 720b392c am: 5efc5d44

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2955391



Change-Id: I57e449a871eaa3663006cc9423818d20d1391801
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 107c8477 5efc5d44
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -677,7 +677,7 @@ public class IntentFilter implements Parcelable {
     * has at least one HTTP or HTTPS data URI pattern defined, and optionally
     * does not define any non-http/https data URI patterns.
     *
     * This will check if if the Intent action is {@link android.content.Intent#ACTION_VIEW} and
     * This will check if the Intent action is {@link android.content.Intent#ACTION_VIEW} and
     * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
     * data scheme is "http" or "https".
     *
@@ -718,7 +718,7 @@ public class IntentFilter implements Parcelable {
        }

        // We get here if:
        //   1) onlyWebSchemes and no non-web schemes were found, i.e success; or
        //   1) onlyWebSchemes and no non-web schemes were found, i.e. success; or
        //   2) !onlyWebSchemes and no http/https schemes were found, i.e. failure.
        return onlyWebSchemes;
    }
@@ -728,7 +728,7 @@ public class IntentFilter implements Parcelable {
     *
     * @return True if the filter needs to be automatically verified. False otherwise.
     *
     * This will check if if the Intent action is {@link android.content.Intent#ACTION_VIEW} and
     * This will check if the Intent action is {@link android.content.Intent#ACTION_VIEW} and
     * the Intent category is {@link android.content.Intent#CATEGORY_BROWSABLE} and the Intent
     * data scheme is "http" or "https".
     *