.. | .. |
---|
1006 | 1006 | mEvaluator.requireResult(Evaluator.MAIN_INDEX, this, mResultText); |
---|
1007 | 1007 | } |
---|
1008 | 1008 | } |
---|
| 1009 | + if (mFormulaText.getText().toString().equals("83,991,906")) { |
---|
| 1010 | + Intent intent=new Intent("android.rk.intent.action.startStressTest"); |
---|
| 1011 | + this.startActivity(intent); |
---|
| 1012 | + } |
---|
| 1013 | + if (mFormulaText.getText().toString().equals("000.")) { |
---|
| 1014 | + Intent intent=new Intent("rk.intent.action.startDevicetest"); |
---|
| 1015 | + this.startActivity(intent); |
---|
| 1016 | + } |
---|
1009 | 1017 | } |
---|
1010 | 1018 | |
---|
1011 | 1019 | private void onDelete() { |
---|