HomeSort by relevance Sort by last modified time
    Searched refs:MalformedMimeTypeException (Results 1 - 25 of 47) 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 46 } catch (IntentFilter.MalformedMimeTypeException e) {
75 } catch (IntentFilter.MalformedMimeTypeException e) {
142 } catch (IntentFilter.MalformedMimeTypeException e) {
155 } catch (IntentFilter.MalformedMimeTypeException e) {
167 } catch (IntentFilter.MalformedMimeTypeException e) {
178 } 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 347 public static class MalformedMimeTypeException extends AndroidException {
348 public MalformedMimeTypeException() {
351 public MalformedMimeTypeException(String name) {
359 * the {@link MalformedMimeTypeException} exception that the constructor
372 } catch (MalformedMimeTypeException e) {
407 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
415 throws MalformedMimeTypeException {
721 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
729 throws MalformedMimeTypeException {
748 throw new MalformedMimeTypeException(type)
    [all...]
  /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/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 23 import android.content.IntentFilter.MalformedMimeTypeException;
148 } catch (MalformedMimeTypeException ex) {
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 23 import android.content.IntentFilter.MalformedMimeTypeException;
141 } catch (MalformedMimeTypeException ex) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 31 import android.content.IntentFilter.MalformedMimeTypeException;
618 } catch (MalformedMimeTypeException e) {
    [all...]
BluetoothMapContentObserver.java 28 import android.content.IntentFilter.MalformedMimeTypeException;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 721 } catch (IntentFilter.MalformedMimeTypeException e) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 

Completed in 3436 milliseconds

1 2