Home
last modified time | relevance | path

Searched refs:MalformedMimeTypeException (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/content/
DIntentFilter.java346 public static class MalformedMimeTypeException extends AndroidException { class in IntentFilter
347 public MalformedMimeTypeException() { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException
350 public MalformedMimeTypeException(String name) { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException
371 } catch (MalformedMimeTypeException e) { in create()
414 throws MalformedMimeTypeException { in IntentFilter()
716 throws MalformedMimeTypeException { in addDataType()
735 throw new MalformedMimeTypeException(type); in addDataType()
1627 } catch (MalformedMimeTypeException e) { in readFromXml()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd253 catch (MalformedMimeTypeException e) {
/frameworks/base/docs/html/guide/topics/media/
Dmediarouteprovider.jd267 } catch (MalformedMimeTypeException ex) {
/frameworks/base/services/core/java/com/android/server/location/
DGpsLocationProvider.java2035 } catch (IntentFilter.MalformedMimeTypeException e) { in initialize()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java643 } catch (IntentFilter.MalformedMimeTypeException e) { in onTargetSelected()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3018 } catch (IntentFilter.MalformedMimeTypeException ex) { in applyDefaultPreferredActivityLPw()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java4151 } catch (IntentFilter.MalformedMimeTypeException e) { in parseIntent()
/frameworks/base/
Dpreloaded-classes582 android.content.IntentFilter$MalformedMimeTypeException
/frameworks/base/docs/html/
Dsitemap.txt1644 http://developer.android.com/reference/android/content/IntentFilter.MalformedMimeTypeException.html
/frameworks/base/api/
Dcurrent.txt8364 …java.lang.String, java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;
8373 … void addDataType(java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;
8441 …public static class IntentFilter.MalformedMimeTypeException extends android.util.AndroidException {
8442 ctor public IntentFilter.MalformedMimeTypeException();
8443 ctor public IntentFilter.MalformedMimeTypeException(java.lang.String);
Dsystem-current.txt8621 …java.lang.String, java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;
8630 … void addDataType(java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;
8698 …public static class IntentFilter.MalformedMimeTypeException extends android.util.AndroidException {
8699 ctor public IntentFilter.MalformedMimeTypeException();
8700 ctor public IntentFilter.MalformedMimeTypeException(java.lang.String);