/frameworks/base/core/java/android/app/ |
H A D | AppComponentFactory.java | 49 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 68 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 83 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 102 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 120 throws InstantiationException, IllegalAccessException, ClassNotFoundException {
|
H A D | Fragment.java | 470 * @deprecated Use {@link android.support.v4.app.Fragment.InstantiationException} 473 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment 474 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException 515 * @throws InstantiationException If there is a failure in instantiating 526 throw new InstantiationException("Trying to instantiate a class " + fname 538 throw new InstantiationException("Unable to instantiate fragment " + fname 541 } catch (java.lang.InstantiationException e) { 542 throw new InstantiationException("Unable to instantiate fragment " + fname 546 throw new InstantiationException("Unable to instantiate fragment " + fname 550 throw new InstantiationException("Unabl [all...] |
/frameworks/layoutlib/bridge/src/android/app/ |
H A D | Fragment_Delegate.java | 67 * @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/support/compat/src/main/java/androidx/core/app/ |
H A D | AppComponentFactory.java | 47 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 56 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 66 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 75 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 84 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 102 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 125 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 144 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 168 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 190 throws InstantiationException, IllegalAccessExceptio [all...] |
H A D | CoreComponentFactory.java | 42 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 48 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 55 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 61 throws InstantiationException, IllegalAccessException, ClassNotFoundException { 67 throws InstantiationException, IllegalAccessException, ClassNotFoundException {
|
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/items/ |
H A D | ButtonItemDrawingTest.java | 51 throws InstantiationException, IllegalAccessException { 66 throws InstantiationException, IllegalAccessException { 79 throws InstantiationException, IllegalAccessException {
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
H A D | ReflectIntermediateClass.java | 30 IllegalAccessException, InvocationTargetException, InstantiationException {
|
/frameworks/support/media/api21/android/support/v4/media/ |
H A D | ParceledListSliceAdapterApi21.java | 46 } catch (InstantiationException | IllegalAccessException | InvocationTargetException e) {
|
/frameworks/base/test-runner/src/android/test/ |
H A D | ProviderTestCase2.java | 152 throws IllegalAccessException, InstantiationException { 219 * @throws InstantiationException 224 throws IllegalAccessException, InstantiationException {
|
H A D | ProviderTestCase.java | 98 throws IllegalAccessException, InstantiationException {
|
H A D | AndroidTestRunner.java | 123 } catch (InstantiationException e) { 144 } catch (InstantiationException e) {
|
H A D | RenamingDelegatingContext.java | 61 throws IllegalAccessException, InstantiationException { 68 throws IllegalAccessException, InstantiationException {
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
H A D | TestMethod.java | 76 throws InvocationTargetException, IllegalAccessException, InstantiationException { 82 throws InvocationTargetException, IllegalAccessException, InstantiationException {
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | MainActivityTest.java | 31 IllegalAccessException, InstantiationException, InvocationTargetException { 54 InstantiationException {
|
/frameworks/support/lifecycle/viewmodel/src/main/java/androidx/lifecycle/ |
H A D | ViewModelProvider.java | 153 } catch (InstantiationException e) { 205 } catch (InstantiationException e) {
|
/frameworks/base/core/java/com/android/internal/util/ |
H A D | RingBuffer.java | 82 } catch (IllegalAccessException | InstantiationException e) {
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
H A D | BindingAdapterTestBase.java | 56 } catch (InstantiationException e) {
|
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/ |
H A D | ScrollerCompatTestBase.java | 46 InstantiationException {
|
/frameworks/multidex/library/src/androidx/multidex/ |
H A D | MultiDex.java | 205 ClassNotFoundException, InstantiationException { 344 ClassNotFoundException, InstantiationException { 572 throws IllegalArgumentException, InstantiationException, 591 throws IllegalArgumentException, InstantiationException, 614 throws IllegalArgumentException, InstantiationException, 637 throws IllegalArgumentException, InstantiationException, 651 ClassNotFoundException, NoSuchMethodException, InstantiationException, 694 InstantiationException, IllegalAccessException, InvocationTargetException {
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/ |
H A D | DrawingTestHelper.java | 40 throws IllegalAccessException, InstantiationException {
|
/frameworks/support/frameworks/support/samples/SupportWearDemos/src/main/java/com/example/android/support/wear/app/drawers/ |
H A D | WearableDrawersDemo.java | 76 } catch (InstantiationException | IllegalAccessException e) {
|
/frameworks/support/room/runtime/src/main/java/androidx/room/ |
H A D | Room.java | 98 } catch (InstantiationException e) {
|
/frameworks/support/samples/SupportWearDemos/src/main/java/com/example/android/support/wear/app/drawers/ |
H A D | WearableDrawersDemo.java | 76 } catch (InstantiationException | IllegalAccessException e) {
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | TestCaseCollector.java | 113 } catch (InstantiationException e) { 114 mTestCases.add(error(clazz, "InstantiationException: could not instantiate " +
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryablePair.java | 109 } catch (InstantiationException e) {
|