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

Commit ed7101ae authored by Mariah Papy's avatar Mariah Papy
Browse files

Small typo fix

Change-Id: Ic45b1c59d06ebf5a956f469f7e77a88ffd627949
parent 11a67a20
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -182,7 +182,7 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
     *
     *
     * @param context A Context object which should be some mock instance (like the
     * @param context A Context object which should be some mock instance (like the
     * instance of {@link android.test.mock.MockContext}).
     * instance of {@link android.test.mock.MockContext}).
     * @param readPermission The read permision you want this instance should have in the
     * @param readPermission The read permission you want this instance should have in the
     * test, which is available via {@link #getReadPermission()}.
     * test, which is available via {@link #getReadPermission()}.
     * @param writePermission The write permission you want this instance should have
     * @param writePermission The write permission you want this instance should have
     * in the test, which is available via {@link #getWritePermission()}.
     * in the test, which is available via {@link #getWritePermission()}.
+1 −1
Original line number Original line Diff line number Diff line
@@ -387,7 +387,7 @@ public abstract class ContentResolver implements ContentInterface {
     * {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
     * {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
     * <li>When querying a provider, where no QUERY_ARG_SQL* otherwise exists in
     * <li>When querying a provider, where no QUERY_ARG_SQL* otherwise exists in
     * the arguments {@link Bundle}, the Content framework will attempt to
     * the arguments {@link Bundle}, the Content framework will attempt to
     * synthesize an QUERY_ARG_SQL* argument using the corresponding
     * synthesize a QUERY_ARG_SQL* argument using the corresponding
     * QUERY_ARG_SORT* values.
     * QUERY_ARG_SORT* values.
     */
     */
    public static final String QUERY_ARG_SORT_COLUMNS = "android:query-arg-sort-columns";
    public static final String QUERY_ARG_SORT_COLUMNS = "android:query-arg-sort-columns";