Loading core/java/android/content/ContentProvider.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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()}. Loading core/java/android/content/ContentResolver.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"; Loading Loading
core/java/android/content/ContentProvider.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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()}. Loading
core/java/android/content/ContentResolver.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"; Loading