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

1 2

  /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 41 import android.content.IntentFilter.MalformedMimeTypeException;
75 public void testConstructor() throws MalformedMimeTypeException {
92 fail("Should throw MalformedMimeTypeException ");
93 } catch (MalformedMimeTypeException e) {
493 public void testDataTypes() throws MalformedMimeTypeException {
511 public void testMatchData() throws MalformedMimeTypeException {
575 IOException, MalformedMimeTypeException, XmlPullParserException {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java 25 import android.content.IntentFilter.MalformedMimeTypeException;
64 } catch (MalformedMimeTypeException e) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 53 } catch (IntentFilter.MalformedMimeTypeException e) {
137 } catch (IntentFilter.MalformedMimeTypeException e) {
149 } catch (IntentFilter.MalformedMimeTypeException e) {
160 } catch (IntentFilter.MalformedMimeTypeException e) {
170 } catch (IntentFilter.MalformedMimeTypeException e) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SuppressNotificationReceiver.java 33 import android.content.IntentFilter.MalformedMimeTypeException;
66 } catch (MalformedMimeTypeException e) {
  /frameworks/base/core/java/android/content/
IntentFilter.java 322 public static class MalformedMimeTypeException extends AndroidException {
323 public MalformedMimeTypeException() {
326 public MalformedMimeTypeException(String name) {
334 * the {@link MalformedMimeTypeException} exception that the constructor
347 } catch (MalformedMimeTypeException e) {
382 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
390 throws MalformedMimeTypeException {
525 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
533 throws MalformedMimeTypeException {
552 throw new MalformedMimeTypeException(type)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 262 catch(IntentFilter.MalformedMimeTypeException e) {
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 327 } catch (IntentFilter.MalformedMimeTypeException e) {
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 327 } catch (IntentFilter.MalformedMimeTypeException e) {
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java 327 } catch (IntentFilter.MalformedMimeTypeException e) {
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 23 import android.content.IntentFilter.MalformedMimeTypeException;
148 } catch (MalformedMimeTypeException ex) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 23 import android.content.IntentFilter.MalformedMimeTypeException;
148 } catch (MalformedMimeTypeException ex) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 24 import android.content.IntentFilter.MalformedMimeTypeException;
156 } catch (MalformedMimeTypeException ex) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 23 import android.content.IntentFilter.MalformedMimeTypeException;
148 } catch (MalformedMimeTypeException ex) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 43 import android.content.IntentFilter.MalformedMimeTypeException;
550 } catch (MalformedMimeTypeException e) {
    [all...]
BluetoothMapContentObserver.java 47 import android.content.IntentFilter.MalformedMimeTypeException;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 308 } catch (IntentFilter.MalformedMimeTypeException e) {
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 625 } catch (IntentFilter.MalformedMimeTypeException e) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GpsLocationProvider.java 749 } catch (IntentFilter.MalformedMimeTypeException e) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 485 milliseconds

1 2