Searched refs:EXTRA_ERROR_MESSAGE (Results 1 – 3 of 3) sorted by relevance
19 import static android.provider.CloudMediaProviderContract.EXTRA_ERROR_MESSAGE;63 } else if (result.containsKey(EXTRA_ERROR_MESSAGE)) { in setResult()66 result.getString(EXTRA_ERROR_MESSAGE))); in setResult()
694 public static final String EXTRA_ERROR_MESSAGE = "android.provider.extra.error_message"; field in CloudMediaProviderContract
21 import static android.provider.CloudMediaProviderContract.EXTRA_ERROR_MESSAGE;951 bundle.putString(EXTRA_ERROR_MESSAGE, throwable.getMessage()); in sendResult()