Skip to content
Snippets Groups Projects
Commit d5a1bb62 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Java doc of GnssMeasurementEvent#STATUS_NOT_ALLOWED" into pi-dev

parents 4257db35 e048bab2
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,13 @@ public final class GnssMeasurementsEvent implements Parcelable {
/**
* The client is not allowed to register for GNSS Measurements in general or in the
* requested mode.
*
* <p>Such a status is returned when a client tries to request a functionality from the GNSS
* chipset while another client has an ongoing request that does not allow such
* functionality to be performed.
*
* <p>If such a status is received, one would try again at a later time point where no
* other client is having a conflicting request.
*/
public static final int STATUS_NOT_ALLOWED = 3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment