Searched refs:ItsTestActivity (Results 1 – 2 of 2) sorted by relevance
90 public class ItsTestActivity extends DialogTestListActivity { class321 public ItsTestActivity() { in ItsTestActivity() method in ItsTestActivity346 ItsTestActivity.this.showToast(R.string.its_version_mismatch); in onReceive()491 ItsTestActivity.this.getReportLog().setSummary( in onReceive()522 ItsTestActivity.this.getPassButton().setEnabled(true); in onReceive()523 ItsTestActivity.this.setTestResultAndFinish(true); in onReceive()525 ItsTestActivity.this.getPassButton().setEnabled(false); in onReceive()922 Toast.makeText(ItsTestActivity.this, in onCreate()933 ItsTestActivity.this.getReportLog().setSummary( in onCreate()945 Toast.makeText(ItsTestActivity.this, toastMessage, Toast.LENGTH_LONG).show(); in onCreate()[all …]
535 if (intent != null && intent.hasExtra(ItsTestActivity.JCA_CAPTURE_PATH_TAG)) { in onStartCommand()537 mSocketRunnableObj.sendResponse(ItsTestActivity.JCA_CAPTURE_STATUS_TAG, in onStartCommand()539 ItsTestActivity.JCA_CAPTURE_STATUS_TAG, in onStartCommand()544 ItsTestActivity.JCA_CAPTURE_PATH_TAG, in onStartCommand()545 intent.getStringExtra(ItsTestActivity.JCA_CAPTURE_PATH_TAG)); in onStartCommand()