HomeSort by relevance Sort by last modified time
    Searched defs:RESULT_CODE_FONT_NOT_FOUND (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/provider/
FontsContract.java 128 * {@link #RESULT_CODE_OK}, {@link #RESULT_CODE_FONT_NOT_FOUND},
144 public static final int RESULT_CODE_FONT_NOT_FOUND = 1;
428 public static final int FAIL_REASON_FONT_NOT_FOUND = Columns.RESULT_CODE_FONT_NOT_FOUND;
    [all...]
  /frameworks/support/compat/java/android/support/v4/provider/
FontsContractCompat.java 123 * {@link #RESULT_CODE_OK}, {@link #RESULT_CODE_FONT_NOT_FOUND},
139 public static final int RESULT_CODE_FONT_NOT_FOUND =
140 android.provider.FontsContract.Columns.RESULT_CODE_FONT_NOT_FOUND;
410 public static final int FAIL_REASON_FONT_NOT_FOUND = Columns.RESULT_CODE_FONT_NOT_FOUND;
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 231 milliseconds