Searched refs:resultIntent (Results 1 – 2 of 2) sorted by relevance
83 Intent resultIntent = new Intent(Intent.ACTION_PICK); in onClick() local84 resultIntent.putExtra(EXTRA_NEW_SPEED_LIMIT, newSpeedLimit); in onClick()85 setResult(RESULT_OK, resultIntent); in onClick()
109 Intent resultIntent = new Intent(this, ResultActivity.class); in issueNotification() local110 resultIntent.putExtra(CommonConstants.EXTRA_MESSAGE, msg); in issueNotification()111 resultIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); in issueNotification()119 resultIntent, in issueNotification()