Searched defs:RESULT_CODE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DFontsContract.java133 public static final String RESULT_CODE = "result_code"; field in class:FontsContract.Columns
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);
/frameworks/support/compat/src/main/java/androidx/core/provider/
H A DFontsContractCompat.java127 public static final String RESULT_CODE = android.provider.FontsContract.Columns.RESULT_CODE; field in class:FontsContractCompat.Columns
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);
[all...]

Completed in 97 milliseconds