Merge "Add satellite modem busy error code." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
95977e0691
@@ -278,6 +278,11 @@ public class SatelliteManager {
|
||||
*/
|
||||
public static final int SATELLITE_REQUEST_IN_PROGRESS = 21;
|
||||
|
||||
/**
|
||||
* Satellite modem is currently busy due to which current request cannot be processed.
|
||||
*/
|
||||
public static final int SATELLITE_MODEM_BUSY = 22;
|
||||
|
||||
/** @hide */
|
||||
@IntDef(prefix = {"SATELLITE_"}, value = {
|
||||
SATELLITE_ERROR_NONE,
|
||||
@@ -301,7 +306,8 @@ public class SatelliteManager {
|
||||
SATELLITE_NOT_REACHABLE,
|
||||
SATELLITE_NOT_AUTHORIZED,
|
||||
SATELLITE_NOT_SUPPORTED,
|
||||
SATELLITE_REQUEST_IN_PROGRESS
|
||||
SATELLITE_REQUEST_IN_PROGRESS,
|
||||
SATELLITE_MODEM_BUSY
|
||||
})
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
public @interface SatelliteError {}
|
||||
|
||||
Reference in New Issue
Block a user