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

  /frameworks/base/core/java/android/content/
IntentFilter.java 299 public static class MalformedMimeTypeException extends AndroidException {
300 public MalformedMimeTypeException() {
303 public MalformedMimeTypeException(String name) {
311 * the {@link MalformedMimeTypeException} exception that the constructor
324 } catch (MalformedMimeTypeException e) {
359 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
367 throws MalformedMimeTypeException {
503 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
511 throws MalformedMimeTypeException {
530 throw new MalformedMimeTypeException(type)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 143 milliseconds