Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntentFilter.java305 public static class MalformedMimeTypeException extends AndroidException { class in IntentFilter
306 public MalformedMimeTypeException() { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException
309 public MalformedMimeTypeException(String name) { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException
330 } 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()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java148 } catch (IntentFilter.MalformedMimeTypeException e) { in onIntentSelected()
/frameworks/base/docs/html/guide/topics/nfc/
Dadvanced-nfc.jd253 catch (MalformedMimeTypeException e) {
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java406 } catch (IntentFilter.MalformedMimeTypeException e) { in GpsLocationProvider()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2855 } catch (IntentFilter.MalformedMimeTypeException e) { in parseIntent()
/frameworks/base/docs/html/
Dsitemap.txt2066 http://developer.android.com/reference/android/content/IntentFilter.MalformedMimeTypeException.html
/frameworks/base/api/
Dcurrent.txt5610 …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);
D14.txt5610 …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);