public static final class

CMWeatherManager.RequestStatus

extends Object
java.lang.Object
   ↳ cyanogenmod.weather.CMWeatherManager.RequestStatus

Class Overview

The different request statuses

Summary

Constants
int ALREADY_IN_PROGRESS Another request is already in progress
int COMPLETED Request successfully completed
int FAILED An error occurred while trying to honor the request
int NO_MATCH_FOUND No match found for the query
int SUBMITTED_TOO_SOON The request can't be processed at this time
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ALREADY_IN_PROGRESS

Added in API level 5

Another request is already in progress

Constant Value: -3 (0xfffffffd)

public static final int COMPLETED

Added in API level 5

Request successfully completed

Constant Value: 1 (0x00000001)

public static final int FAILED

Added in API level 5

An error occurred while trying to honor the request

Constant Value: -1 (0xffffffff)

public static final int NO_MATCH_FOUND

Added in API level 5

No match found for the query

Constant Value: -4 (0xfffffffc)

public static final int SUBMITTED_TOO_SOON

Added in API level 5

The request can't be processed at this time

Constant Value: -2 (0xfffffffe)