Searched refs:REQUEST_LOCATION_CHECK (Results 1 – 1 of 1) sorted by relevance
49 private static final int REQUEST_LOCATION_CHECK = 123; field in LocationTestActivity87 startActivityForResult(intent, LocationTestActivity.REQUEST_LOCATION_CHECK); in runTest()138 if (requestCode == REQUEST_LOCATION_CHECK && resultCode == Activity.RESULT_OK) { in onActivityResult()