Searched refs:InstantiationException (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/app/
H A DFragment_Delegate.java67 * @throws Fragment.InstantiationException If there is a failure in instantiating
87 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
90 } catch (java.lang.InstantiationException e) {
91 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
95 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
99 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DReflectIntermediateClass.java30 IllegalAccessException, InvocationTargetException, InstantiationException {
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DParceledListSliceAdapterApi21.java45 } catch (InstantiationException | IllegalAccessException | InvocationTargetException e) {
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase2.java151 throws IllegalAccessException, InstantiationException {
218 * @throws InstantiationException
223 throws IllegalAccessException, InstantiationException {
H A DProviderTestCase.java98 throws IllegalAccessException, InstantiationException {
H A DAndroidTestRunner.java125 } catch (InstantiationException e) {
146 } catch (InstantiationException e) {
H A DRenamingDelegatingContext.java56 throws IllegalAccessException, InstantiationException {
63 throws IllegalAccessException, InstantiationException {
H A DTestCaseUtil.java157 throws InstantiationException, IllegalAccessException {
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java76 throws InvocationTargetException, IllegalAccessException, InstantiationException {
82 throws InvocationTargetException, IllegalAccessException, InstantiationException {
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DMainActivityTest.java31 IllegalAccessException, InstantiationException, InvocationTargetException {
54 InstantiationException {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DBindingAdapterTestBase.java56 } catch (InstantiationException e) {
/frameworks/support/compat/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java46 InstantiationException {
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DDrawingTestHelper.java40 throws IllegalAccessException, InstantiationException {
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DTestCaseCollector.java113 } catch (InstantiationException e) {
114 mTestCases.add(error(clazz, "InstantiationException: could not instantiate " +
/frameworks/base/core/java/android/app/
H A DFragment.java566 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment
567 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
608 * @throws InstantiationException If there is a failure in instantiating
619 throw new InstantiationException("Trying to instantiate a class " + fname
631 throw new InstantiationException("Unable to instantiate fragment " + fname
634 } catch (java.lang.InstantiationException e) {
635 throw new InstantiationException("Unable to instantiate fragment " + fname
639 throw new InstantiationException("Unable to instantiate fragment " + fname
643 throw new InstantiationException("Unable to instantiate fragment " + fname
646 throw new InstantiationException("Unabl
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePair.java109 } catch (InstantiationException e) {
H A DMarshalQueryableRange.java88 } catch (InstantiationException e) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java59 } catch (InstantiationException e) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerActivity.java92 } catch (ClassNotFoundException | InstantiationException | IllegalAccessException e) {
/frameworks/base/tests/utils/testutils/java/android/os/test/
H A DTestLooper.java77 } catch (IllegalAccessException | InstantiationException | InvocationTargetException e) {
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java25 import java.lang.InstantiationException;
/frameworks/support/compat/java/android/support/v4/graphics/
H A DTypefaceCompatApi24Impl.java97 } catch (IllegalAccessException | InstantiationException | InvocationTargetException e) {
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java390 static public class InstantiationException extends RuntimeException { class in class:Fragment
391 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
432 * @throws InstantiationException If there is a failure in instantiating
451 throw new InstantiationException("Unable to instantiate fragment " + fname
454 } catch (java.lang.InstantiationException e) {
455 throw new InstantiationException("Unable to instantiate fragment " + fname
459 throw new InstantiationException("Unable to instantiate fragment " + fname
463 throw new InstantiationException("Unable to instantiate fragment " + fname
466 throw new InstantiationException("Unable to instantiate fragment " + fname
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java156 } catch (InstantiationException ie) {
/frameworks/base/legacy-test/src/junit/framework/
H A DTestSuite.java67 } catch (InstantiationException e) {

Completed in 502 milliseconds

12