HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_RESULT_FAILED (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsConfigCompatAdapter.java 50 return CONFIG_RESULT_FAILED;
63 return CONFIG_RESULT_FAILED;
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsConfigImplBase.java 144 * {@link #CONFIG_RESULT_FAILED} or {@link #CONFIG_RESULT_SUCCESS}.
169 * {@link #CONFIG_RESULT_FAILED} or {@link #CONFIG_RESULT_SUCCESS}.
264 public static final int CONFIG_RESULT_FAILED = 1;
374 * {@link #CONFIG_RESULT_FAILED} or {@link #CONFIG_RESULT_SUCCESS}.
378 return CONFIG_RESULT_FAILED;
387 * {@link #CONFIG_RESULT_FAILED} or {@link #CONFIG_RESULT_SUCCESS}.
391 return CONFIG_RESULT_FAILED;

Completed in 88 milliseconds