HomeSort by relevance Sort by last modified time
    Searched full:exceptionview (Results 1 - 1 of 1) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 191 TextView exceptionView = new TextView(this);
192 exceptionView.setText(e.getClass().getSimpleName() + ": " + e.getMessage());
193 parent.addView(exceptionView);
194 return exceptionView;

Completed in 727 milliseconds