Searched refs:resultValue (Results 1 – 2 of 2) sorted by relevance
99 Intent resultValue = new Intent();100 resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mAppWidgetId);101 setResult(RESULT_OK, resultValue);
133 public Result(String resultValue) { in Result() argument134 mResultValue = resultValue; in Result()