Searched refs:MalformedMimeTypeException (Results 1 – 10 of 10) sorted by relevance
372 public static class MalformedMimeTypeException extends AndroidException { class in IntentFilter373 public MalformedMimeTypeException() { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException376 public MalformedMimeTypeException(String name) { in MalformedMimeTypeException() method in IntentFilter.MalformedMimeTypeException397 } catch (MalformedMimeTypeException e) { in create()440 throws MalformedMimeTypeException { in IntentFilter()780 throws MalformedMimeTypeException { in addDataType()799 throw new MalformedMimeTypeException(type); in addDataType()1719 } catch (MalformedMimeTypeException e) { in readFromXml()
173 } catch (IntentFilter.MalformedMimeTypeException e) { in RollbackManagerServiceImpl()
995 } catch (IntentFilter.MalformedMimeTypeException e) {
3421 } catch (IntentFilter.MalformedMimeTypeException ex) { in applyDefaultPreferredActivityLPw()
5798 } catch (IntentFilter.MalformedMimeTypeException e) { in parseIntent()
7471 } catch (IntentFilter.MalformedMimeTypeException e) { in registerRemoteBugreportReceivers()
838 android.content.IntentFilter$MalformedMimeTypeException
32938 Landroid/content/IntentFilter$MalformedMimeTypeException;
7850 …java.lang.String, java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;7859 … void addDataType(java.lang.String) throws android.content.IntentFilter.MalformedMimeTypeException;7927 …public static class IntentFilter.MalformedMimeTypeException extends android.util.AndroidException {7928 ctor public IntentFilter.MalformedMimeTypeException();7929 ctor public IntentFilter.MalformedMimeTypeException(java.lang.String);
10514 …public IntentFilter(String, String) throws android.content.IntentFilter.MalformedMimeTypeException;10523 …blic final void addDataType(String) throws android.content.IntentFilter.MalformedMimeTypeException;10591 …public static class IntentFilter.MalformedMimeTypeException extends android.util.AndroidException {10592 ctor public IntentFilter.MalformedMimeTypeException();10593 ctor public IntentFilter.MalformedMimeTypeException(String);