Searched refs:EXTRA_RESULT (Results 1 – 2 of 2) sorted by relevance
51 public static final String EXTRA_RESULT = "EntitlementResult"; field in TetherService309 int result = intent.getIntExtra(EXTRA_RESULT, RESULT_DEFAULT);
353 responseIntent.putExtra(TetherService.EXTRA_RESULT, response); in sendResponse()