Home | History | Annotate | Download | only in provider

Lines Matching full:result_code

133         public static final String RESULT_CODE = "result_code";
138 * {@link android.content.ContentProvider#openFile(Uri, String)}. See {@link #RESULT_CODE}.
142 * Constant used to represent a result was not found. See {@link #RESULT_CODE}.
148 * {@link #RESULT_CODE}.
153 * See {@link #RESULT_CODE}.
248 * {@link FontsContract.Columns#RESULT_CODE}
776 Columns.WEIGHT, Columns.ITALIC, Columns.RESULT_CODE },
781 final int resultCodeColumnIndex = cursor.getColumnIndex(Columns.RESULT_CODE);