Searched refs:LOCATION_PERMISSION_REQUEST_CODE (Results 1 – 2 of 2) sorted by relevance
97 @VisibleForTesting private static final int LOCATION_PERMISSION_REQUEST_CODE = 2; field in NewSearchFragment354 } else if (requestCode == LOCATION_PERMISSION_REQUEST_CODE) { in onRequestPermissionsResult()442 requestPermissions(deniedPermissions, LOCATION_PERMISSION_REQUEST_CODE); in requestLocationPermission()
705 protected static final int LOCATION_PERMISSION_REQUEST_CODE = 2; field in MediaPicker