Searched refs:MalformedMimeTypeException (Results 1 – 8 of 8) sorted by relevance
305 public static class MalformedMimeTypeException extends AndroidException { class in IntentFilter306 public MalformedMimeTypeException() { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException309 public MalformedMimeTypeException(String name) { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException330 } catch (MalformedMimeTypeException e) { in create()373 throws MalformedMimeTypeException { in IntentFilter()513 throws MalformedMimeTypeException { in addDataType()532 throw new MalformedMimeTypeException(type); in addDataType()1232 } catch (MalformedMimeTypeException e) { in readFromXml()
148 } catch (IntentFilter.MalformedMimeTypeException e) { in onIntentSelected()
253 catch (MalformedMimeTypeException e) {
406 } catch (IntentFilter.MalformedMimeTypeException e) { in GpsLocationProvider()
2855 } catch (IntentFilter.MalformedMimeTypeException e) { in parseIntent()
2066 http://developer.android.com/reference/android/content/IntentFilter.MalformedMimeTypeException.html
5610 …java.lang.String, java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;5618 … void addDataType(java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;5681 …public static class IntentFilter.MalformedMimeTypeException extends android.util.AndroidException {5682 ctor public IntentFilter.MalformedMimeTypeException();5683 ctor public IntentFilter.MalformedMimeTypeException(java.lang.String);