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

  /cts/tests/tests/content/src/android/content/cts/
IntentFilter_MalformedMimeTypeExceptionTest.java 20 import android.content.IntentFilter.MalformedMimeTypeException;
26 private MalformedMimeTypeException mMalformedMimeTypeException;
35 mMalformedMimeTypeException = new IntentFilter.MalformedMimeTypeException();
39 } catch (MalformedMimeTypeException e) {
43 mMalformedMimeTypeException = new IntentFilter.MalformedMimeTypeException(
50 } catch (MalformedMimeTypeException e) {
IntentFilterTest.java 42 import android.content.IntentFilter.MalformedMimeTypeException;
75 public void testConstructor() throws MalformedMimeTypeException {
92 fail("Should throw MalformedMimeTypeException ");
93 } catch (MalformedMimeTypeException e) {
326 public void testDataTypes() throws MalformedMimeTypeException {
344 public void testMatchData() throws MalformedMimeTypeException {
408 IOException, MalformedMimeTypeException, XmlPullParserException {
602 public void testMatchWithIntent() throws MalformedMimeTypeException {
638 public void testMatchWithIntentData() throws MalformedMimeTypeException {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java 25 import android.content.IntentFilter.MalformedMimeTypeException;
64 } catch (MalformedMimeTypeException e) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 24 import android.content.IntentFilter.MalformedMimeTypeException;
101 } catch (MalformedMimeTypeException ex) {
  /frameworks/base/core/java/android/content/
IntentFilter.java 306 public static class MalformedMimeTypeException extends AndroidException {
307 public MalformedMimeTypeException() {
310 public MalformedMimeTypeException(String name) {
318 * the {@link MalformedMimeTypeException} exception that the constructor
331 } catch (MalformedMimeTypeException e) {
366 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
374 throws MalformedMimeTypeException {
506 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
514 throws MalformedMimeTypeException {
533 throw new MalformedMimeTypeException(type)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 273 catch(IntentFilter.MalformedMimeTypeException e) {
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 312 } catch (IntentFilter.MalformedMimeTypeException e) {
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 518 } catch (IntentFilter.MalformedMimeTypeException e) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 269 milliseconds