@@ -17,12 +17,12 @@ public class Tester extends Activity {
1717 private static final String CTX = "TAB-A05-BD" ;
1818 private static final String CTZ = "TAB-A05-BA1" ;
1919
20-
2120 private void backHome () {
2221 finish ();
2322 startActivity (new Intent (Intent .ACTION_MAIN )
2423 .addCategory (Intent .CATEGORY_DEFAULT )
25- .addFlags (Intent .FLAG_ACTIVITY_NO_ANIMATION ).setPackage (getPackageName ()));
24+ .addFlags (Intent .FLAG_ACTIVITY_NO_ANIMATION )
25+ .setPackage (getPackageName ()));
2626 }
2727
2828 private void makeText (String msg ) {
@@ -100,8 +100,6 @@ public void onCreate(Bundle savedInstanceState) {
100100 cannotExec (e );
101101 } catch (NoClassDefFoundError e ) {
102102 noClassFound (e );
103- } catch (NoSuchMethodError e ) {
104- noSuchFunc (e );
105103 }
106104 });
107105 // メニューに戻る
@@ -136,8 +134,6 @@ public void onCreate(Bundle savedInstanceState) {
136134 makeText ("getDchaState:" + BenesseExtension .getDchaState ());
137135 } catch (NoClassDefFoundError e ) {
138136 noClassFound (e );
139- } catch (NoSuchMethodError e ) {
140- noSuchFunc (e );
141137 }
142138 });
143139
@@ -201,8 +197,6 @@ public void onCreate(Bundle savedInstanceState) {
201197 cannotExec (e );
202198 } catch (NoClassDefFoundError e ) {
203199 noClassFound (e );
204- } catch (NoSuchMethodError e ) {
205- noSuchFunc (e );
206200 }
207201 });
208202 // メニューに戻る
@@ -268,8 +262,6 @@ public void onCreate(Bundle savedInstanceState) {
268262 cannotExec (e );
269263 } catch (NoClassDefFoundError e ) {
270264 noClassFound (e );
271- } catch (NoSuchMethodError e ) {
272- noSuchFunc (e );
273265 }
274266 });
275267 // setDchaState(1)
@@ -280,8 +272,6 @@ public void onCreate(Bundle savedInstanceState) {
280272 cannotExec (e );
281273 } catch (NoClassDefFoundError e ) {
282274 noClassFound (e );
283- } catch (NoSuchMethodError e ) {
284- noSuchFunc (e );
285275 }
286276 });
287277 // setDchaState(2)
@@ -292,8 +282,6 @@ public void onCreate(Bundle savedInstanceState) {
292282 cannotExec (e );
293283 } catch (NoClassDefFoundError e ) {
294284 noClassFound (e );
295- } catch (NoSuchMethodError e ) {
296- noSuchFunc (e );
297285 }
298286 });
299287 // setDchaState(3)
@@ -304,8 +292,6 @@ public void onCreate(Bundle savedInstanceState) {
304292 cannotExec (e );
305293 } catch (NoClassDefFoundError e ) {
306294 noClassFound (e );
307- } catch (NoSuchMethodError e ) {
308- noSuchFunc (e );
309295 }
310296 });
311297 // メニューに戻る
0 commit comments