(Bundle args, Throwable ex)
| 163 | } |
| 164 | |
| 165 | @Override |
| 166 | protected void onException(Bundle args, Throwable ex) { |
| 167 | ToastEx.makeText(context, Log.formatThrowable(ex, false), Toast.LENGTH_LONG).show(); |
| 168 | } |
| 169 | }.execute(context, owner, new Bundle(), "shortcuts:update"); |
| 170 | } |
| 171 |
nothing calls this directly
no test coverage detected