Home | History | Annotate | Download | only in provider

Lines Matching full:result_code

127         public static final String RESULT_CODE = android.provider.FontsContract.Columns.RESULT_CODE;
132 * {@link android.content.ContentProvider#openFile(Uri, String)}. See {@link #RESULT_CODE}.
137 * Constant used to represent a result was not found. See {@link #RESULT_CODE}.
144 * {@link #RESULT_CODE}.
150 * See {@link #RESULT_CODE}.
386 * {@link FontsContractCompat.Columns#RESULT_CODE}
830 Columns.RESULT_CODE },
837 Columns.RESULT_CODE },
841 final int resultCodeColumnIndex = cursor.getColumnIndex(Columns.RESULT_CODE);