- ACTION_DOWNLOAD_COMPLETE - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Broadcast intent action sent by the download manager when a download
completes.
- ACTION_DOWNLOAD_STATUS - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Broadcast intent action sent by the download manager when download status
changes.
- ACTION_DOWNLOADS_CHANGED - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- ACTION_HIDE - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
the intent that gets sent when deleting the notification of a completed download
- ACTION_LIST - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
the intent that gets sent when clicking an incomplete/failed download
- ACTION_OPEN - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
the intent that gets sent when clicking a successful download
- ACTION_RETRY - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
The intent that gets sent when the service must wake up for a retry
- ACTIVE_THREAD_WATCHDOG - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
The wake duration to check to see if the process was killed.
- AESObfuscator - Class in com.google.android.vending.licensing
-
An Obfuscator that uses AES to encrypt data.
- AESObfuscator(byte[], String, String) - Constructor for class com.google.android.vending.licensing.AESObfuscator
-
- allow(int) - Method in interface com.google.android.vending.licensing.LicenseCheckerCallback
-
Allow use.
- allowAccess() - Method in class com.google.android.vending.licensing.APKExpansionPolicy
-
Check if the user should be allowed access to the application.
- allowAccess() - Method in interface com.google.android.vending.licensing.Policy
-
Check if the user should be allowed access to the application.
- allowAccess() - Method in class com.google.android.vending.licensing.ServerManagedPolicy
-
Check if the user should be allowed access to the application.
- allowAccess() - Method in class com.google.android.vending.licensing.StrictPolicy
-
Check if the user should be allowed access to the application.
- AndroidHttpClient - Class in com.google.android.vending.expansion.downloader.impl
-
Subclass of the Apache DefaultHttpClient that is configured with
reasonable default settings and registered schemes for Android, and
also lets the user add HttpRequestInterceptor classes.
- APKExpansionPolicy - Class in com.google.android.vending.licensing
-
Default policy.
- APKExpansionPolicy(Context, Obfuscator) - Constructor for class com.google.android.vending.licensing.APKExpansionPolicy
-
- APKVERSION - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.MetadataColumns
-
- appIcon - Static variable in class com.android.vending.expansion.downloader.R.id
-
- appIcon - Static variable in class com.google.android.vending.licensing.R.id
-
- applicationError(int) - Method in interface com.google.android.vending.licensing.LicenseCheckerCallback
-
Error in application code.
- asBinder() - Method in class com.google.android.vending.licensing.ILicenseResultListener.Stub
-
- asBinder() - Method in class com.google.android.vending.licensing.ILicensingService.Stub
-
- asInterface(IBinder) - Static method in class com.google.android.vending.licensing.ILicenseResultListener.Stub
-
Cast an IBinder object into an ILicenseResultListener interface,
generating a proxy if needed.
- asInterface(IBinder) - Static method in class com.google.android.vending.licensing.ILicensingService.Stub
-
Cast an IBinder object into an ILicensingService interface,
generating a proxy if needed.
- DEBUG - Static variable in class com.android.vending.expansion.downloader.BuildConfig
-
- DEBUG - Static variable in class com.google.android.vending.licensing.BuildConfig
-
- DECODE - Static variable in class com.google.android.vending.licensing.util.Base64
-
Specify decoding (value is false).
- decode(String) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes data from Base64 notation.
- decode(byte[]) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes Base64 content in byte array format and returns
the decoded byte array.
- decode(byte[], int, int) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes Base64 content in byte array format and returns
the decoded byte array.
- decode(byte[], int, int, byte[]) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes Base64 content using the supplied decodabet and returns
the decoded byte array.
- decodeWebSafe(String) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes data from web safe Base64 notation.
- decodeWebSafe(byte[]) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes web safe Base64 content in byte array format and returns
the decoded data.
- decodeWebSafe(byte[], int, int) - Static method in class com.google.android.vending.licensing.util.Base64
-
Decodes web safe Base64 content in byte array format and returns
the decoded byte array.
- DEFAULT_SYNC_MIN_GZIP_BYTES - Static variable in class com.google.android.vending.expansion.downloader.impl.AndroidHttpClient
-
- DEFAULT_USER_AGENT - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
The default user agent used for downloads
- describeContents() - Method in class com.google.android.vending.expansion.downloader.DownloadProgressInfo
-
- description - Static variable in class com.android.vending.expansion.downloader.R.id
-
- description - Static variable in class com.google.android.vending.licensing.R.id
-
- DeviceLimiter - Interface in com.google.android.vending.licensing
-
Allows the developer to limit the number of devices using a single license.
- disableCurlLogging() - Method in class com.google.android.vending.expansion.downloader.impl.AndroidHttpClient
-
Disables cURL logging for this client.
- disconnect(Context) - Method in interface com.google.android.vending.expansion.downloader.IStub
-
- doesFileExist(Context, String, long, boolean) - Static method in class com.google.android.vending.expansion.downloader.Helpers
-
Helper function to ascertain the existence of a file and return
true/false appropriately
- dontAllow(int) - Method in interface com.google.android.vending.licensing.LicenseCheckerCallback
-
Don't allow use.
- DOWNLOAD_REQUIRED - Static variable in class com.google.android.vending.expansion.downloader.DownloaderClientMarshaller
-
- DOWNLOAD_REQUIRED - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- DOWNLOAD_STATUS - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.MetadataColumns
-
- DownloaderClientMarshaller - Class in com.google.android.vending.expansion.downloader
-
This class binds the service API to your application client.
- DownloaderClientMarshaller() - Constructor for class com.google.android.vending.expansion.downloader.DownloaderClientMarshaller
-
- DownloaderService - Class in com.google.android.vending.expansion.downloader.impl
-
Performs the background downloads requested by applications that use the
Downloads provider.
- DownloaderService() - Constructor for class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- DownloaderService.GenerateSaveFileError - Exception in com.google.android.vending.expansion.downloader.impl
-
Exception thrown from methods called by generateSaveFile() for any fatal
error.
- DownloaderService.GenerateSaveFileError(int, String) - Constructor for exception com.google.android.vending.expansion.downloader.impl.DownloaderService.GenerateSaveFileError
-
- DownloaderServiceMarshaller - Class in com.google.android.vending.expansion.downloader
-
This class is used by the client activity to proxy requests to the Downloader
Service.
- DownloaderServiceMarshaller() - Constructor for class com.google.android.vending.expansion.downloader.DownloaderServiceMarshaller
-
- DownloadInfo - Class in com.google.android.vending.expansion.downloader.impl
-
Representation of information about an individual download from the database.
- DownloadInfo(int, String, String) - Constructor for class com.google.android.vending.expansion.downloader.impl.DownloadInfo
-
- DownloadNotification - Class in com.google.android.vending.expansion.downloader.impl
-
This class handles displaying the notification associated with the download
queue going on in the download manager.
- DownloadNotification.ICustomNotification - Interface in com.google.android.vending.expansion.downloader.impl
-
- DownloadProgressInfo - Class in com.google.android.vending.expansion.downloader
-
This class contains progress information about the active download(s).
- DownloadProgressInfo(Parcel) - Constructor for class com.google.android.vending.expansion.downloader.DownloadProgressInfo
-
- DownloadProgressInfo(long, long, long, float) - Constructor for class com.google.android.vending.expansion.downloader.DownloadProgressInfo
-
- DownloadsDB - Class in com.google.android.vending.expansion.downloader.impl
-
- DownloadsDB.DownloadColumns - Class in com.google.android.vending.expansion.downloader.impl
-
- DownloadsDB.DownloadColumns() - Constructor for class com.google.android.vending.expansion.downloader.impl.DownloadsDB.DownloadColumns
-
- DownloadsDB.DownloadsContentDBHelper - Class in com.google.android.vending.expansion.downloader.impl
-
- DownloadsDB.MetadataColumns - Class in com.google.android.vending.expansion.downloader.impl
-
- DownloadsDB.MetadataColumns() - Constructor for class com.google.android.vending.expansion.downloader.impl.DownloadsDB.MetadataColumns
-
- DownloadThread - Class in com.google.android.vending.expansion.downloader.impl
-
Runs an actual download
- DownloadThread(DownloadInfo, DownloaderService, DownloadNotification) - Constructor for class com.google.android.vending.expansion.downloader.impl.DownloadThread
-
- IDownloaderClient - Interface in com.google.android.vending.expansion.downloader
-
This interface should be implemented by the client activity for the
downloader.
- IDownloaderService - Interface in com.google.android.vending.expansion.downloader
-
This interface is implemented by the DownloaderService and by the
DownloaderServiceMarshaller.
- ILicenseResultListener - Interface in com.google.android.vending.licensing
-
- ILicenseResultListener.Stub - Class in com.google.android.vending.licensing
-
Local-side IPC implementation stub class.
- ILicenseResultListener.Stub() - Constructor for class com.google.android.vending.licensing.ILicenseResultListener.Stub
-
Construct the stub at attach it to the interface.
- ILicensingService - Interface in com.google.android.vending.licensing
-
- ILicensingService.Stub - Class in com.google.android.vending.licensing
-
Local-side IPC implementation stub class.
- ILicensingService.Stub() - Constructor for class com.google.android.vending.licensing.ILicensingService.Stub
-
Construct the stub at attach it to the interface.
- INDEX - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.DownloadColumns
-
- isDeviceAllowed(String) - Method in interface com.google.android.vending.licensing.DeviceLimiter
-
Checks if this device is allowed to use the given user's license.
- isDeviceAllowed(String) - Method in class com.google.android.vending.licensing.NullDeviceLimiter
-
- isDownloadRequired() - Method in class com.google.android.vending.expansion.downloader.impl.DownloadsDB
-
- isExternalMediaMounted() - Static method in class com.google.android.vending.expansion.downloader.Helpers
-
- isFilenameValid(String) - Static method in class com.google.android.vending.expansion.downloader.Helpers
-
Checks whether the filename looks legitimate
- isStatusClientError(int) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Returns whether the status is a client error (i.e.
- isStatusCompleted(int) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Returns whether the download has completed (either with success or
error).
- isStatusError(int) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Returns whether the status is an error (i.e.
- isStatusInformational(int) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Returns whether the status is informational (i.e.
- isStatusServerError(int) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Returns whether the status is a server error (i.e.
- isStatusSuccess(int) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Returns whether the status is a success (i.e.
- IStub - Interface in com.google.android.vending.expansion.downloader
-
This is the interface that is used to connect/disconnect from the downloader
service.
- isWiFi() - Method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- NETWORK_CANNOT_USE_ROAMING - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The current connection is roaming, and the download can't proceed over a
roaming connection.
- NETWORK_MOBILE - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Bit flag for #setAllowedNetworkTypes corresponding to
ConnectivityManager.TYPE_MOBILE.
- NETWORK_NO_CONNECTION - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
There is no network connectivity.
- NETWORK_OK - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The network is usable for the given download.
- NETWORK_RECOMMENDED_UNUSABLE_DUE_TO_SIZE - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The download exceeds the recommended maximum size for this network, the
user must confirm for this download to proceed without WiFi.
- NETWORK_TYPE_DISALLOWED_BY_REQUESTOR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The app requesting the download specific that it can't use the current
network connection.
- NETWORK_UNUSABLE_DUE_TO_SIZE - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The download exceeds the maximum size for this network.
- NETWORK_WIFI - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Bit flag for #setAllowedNetworkTypes corresponding to
ConnectivityManager.TYPE_WIFI.
- newInstance(String, Context) - Static method in class com.google.android.vending.expansion.downloader.impl.AndroidHttpClient
-
Create a new HttpClient with reasonable defaults (which you can update).
- newInstance(String) - Static method in class com.google.android.vending.expansion.downloader.impl.AndroidHttpClient
-
Create a new HttpClient with reasonable defaults (which you can update).
- NO_DOWNLOAD_REQUIRED - Static variable in class com.google.android.vending.expansion.downloader.DownloaderClientMarshaller
-
- NO_DOWNLOAD_REQUIRED - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- nonce - Variable in class com.google.android.vending.licensing.ResponseData
-
- NOT_LICENSED - Static variable in interface com.google.android.vending.licensing.Policy
-
NOT_LICENSED means that the server returned back a valid license response
that indicated that the user definitively is not licensed
- notification_download_complete - Static variable in class com.android.vending.expansion.downloader.R.string
-
When a download completes, a notification is displayed, and this
string is used to indicate that the download successfully completed.
- notification_download_complete - Static variable in class com.google.android.vending.licensing.R.string
-
When a download completes, a notification is displayed, and this
string is used to indicate that the download successfully completed.
- notification_download_failed - Static variable in class com.android.vending.expansion.downloader.R.string
-
When a download completes, a notification is displayed, and this
string is used to indicate that the download failed.
- notification_download_failed - Static variable in class com.google.android.vending.licensing.R.string
-
When a download completes, a notification is displayed, and this
string is used to indicate that the download failed.
- notificationLayout - Static variable in class com.android.vending.expansion.downloader.R.id
-
- notificationLayout - Static variable in class com.google.android.vending.licensing.R.id
-
- NotificationText - Static variable in class com.android.vending.expansion.downloader.R.style
-
- NotificationText - Static variable in class com.google.android.vending.licensing.R.style
-
- NotificationTextSecondary - Static variable in class com.android.vending.expansion.downloader.R.style
-
- NotificationTextSecondary - Static variable in class com.google.android.vending.licensing.R.style
-
- NotificationTextShadow - Static variable in class com.android.vending.expansion.downloader.R.style
-
- NotificationTextShadow - Static variable in class com.google.android.vending.licensing.R.style
-
- NotificationTitle - Static variable in class com.android.vending.expansion.downloader.R.style
-
- NotificationTitle - Static variable in class com.google.android.vending.licensing.R.style
-
- notify_panel_notification_icon_bg - Static variable in class com.android.vending.expansion.downloader.R.drawable
-
- notify_panel_notification_icon_bg - Static variable in class com.google.android.vending.licensing.R.drawable
-
- notifyUpdateBytes(long) - Method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- NullDeviceLimiter - Class in com.google.android.vending.licensing
-
A DeviceLimiter that doesn't limit the number of devices that can use a
given user's license.
- NullDeviceLimiter() - Constructor for class com.google.android.vending.licensing.NullDeviceLimiter
-
- NUM_FAILED - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.DownloadColumns
-
- SCHEMA - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.DownloadColumns
-
- SCHEMA - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.MetadataColumns
-
- ServerManagedPolicy - Class in com.google.android.vending.licensing
-
Default policy.
- ServerManagedPolicy(Context, Obfuscator) - Constructor for class com.google.android.vending.licensing.ServerManagedPolicy
-
- setClientIntent(PendingIntent) - Method in class com.google.android.vending.expansion.downloader.impl.DownloadNotification
-
- setCurrentBytes(long) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setCurrentBytes(long) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setCurrentBytes(long) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- setDownloadFlags(int) - Method in interface com.google.android.vending.expansion.downloader.IDownloaderService
-
Set the flags for this download (e.g.
- setDownloadFlags(int) - Method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- setDownloadInfoFromCursor(DownloadInfo, Cursor) - Method in class com.google.android.vending.expansion.downloader.impl.DownloadsDB
-
- setExpansionFileName(int, String) - Method in class com.google.android.vending.licensing.APKExpansionPolicy
-
- setExpansionFileSize(int, long) - Method in class com.google.android.vending.licensing.APKExpansionPolicy
-
- setExpansionURL(int, String) - Method in class com.google.android.vending.licensing.APKExpansionPolicy
-
Sets the expansion URL.
- setIcon(int) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setIcon(int) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setIcon(int) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- setIntentRedelivery(boolean) - Method in class com.google.android.vending.expansion.downloader.impl.CustomIntentService
-
- setMessenger(Messenger) - Method in class com.google.android.vending.expansion.downloader.impl.DownloadNotification
-
Called in response to onClientUpdated.
- setPendingIntent(PendingIntent) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setPendingIntent(PendingIntent) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setPendingIntent(PendingIntent) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- setTicker(CharSequence) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setTicker(CharSequence) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setTicker(CharSequence) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- setTimeRemaining(long) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setTimeRemaining(long) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setTimeRemaining(long) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- setTitle(CharSequence) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setTitle(CharSequence) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setTitle(CharSequence) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- setTotalBytes(long) - Method in interface com.google.android.vending.expansion.downloader.impl.DownloadNotification.ICustomNotification
-
- setTotalBytes(long) - Method in class com.google.android.vending.expansion.downloader.impl.V14CustomNotification
-
- setTotalBytes(long) - Method in class com.google.android.vending.expansion.downloader.impl.V3CustomNotification
-
- shouldStop() - Method in class com.google.android.vending.expansion.downloader.impl.CustomIntentService
-
- shouldStop() - Method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- sRandom - Static variable in class com.google.android.vending.expansion.downloader.Helpers
-
- startDownloadServiceIfRequired(Context, PendingIntent, Class<?>) - Static method in class com.google.android.vending.expansion.downloader.DownloaderClientMarshaller
-
Starts the download if necessary.
- startDownloadServiceIfRequired(Context, Intent, Class<?>) - Static method in class com.google.android.vending.expansion.downloader.DownloaderClientMarshaller
-
This version assumes that the intent contains the pending intent as a parameter.
- startDownloadServiceIfRequired(Context, Intent, Class<?>) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- startDownloadServiceIfRequired(Context, PendingIntent, Class<?>) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
- startDownloadServiceIfRequired(Context, PendingIntent, String, String) - Static method in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Starts the download if necessary.
- state_completed - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_COMPLETED - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_completed - Static variable in class com.google.android.vending.licensing.R.string
-
- state_connecting - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_CONNECTING - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_connecting - Static variable in class com.google.android.vending.licensing.R.string
-
- state_downloading - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_DOWNLOADING - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_downloading - Static variable in class com.google.android.vending.licensing.R.string
-
- state_failed - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_FAILED - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_failed - Static variable in class com.google.android.vending.licensing.R.string
-
- STATE_FAILED_CANCELED - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_failed_cancelled - Static variable in class com.android.vending.expansion.downloader.R.string
-
- state_failed_cancelled - Static variable in class com.google.android.vending.licensing.R.string
-
- state_failed_fetching_url - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_FAILED_FETCHING_URL - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_failed_fetching_url - Static variable in class com.google.android.vending.licensing.R.string
-
- state_failed_sdcard_full - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_FAILED_SDCARD_FULL - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_failed_sdcard_full - Static variable in class com.google.android.vending.licensing.R.string
-
- state_failed_unlicensed - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_FAILED_UNLICENSED - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_failed_unlicensed - Static variable in class com.google.android.vending.licensing.R.string
-
- state_fetching_url - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_FETCHING_URL - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_fetching_url - Static variable in class com.google.android.vending.licensing.R.string
-
- state_idle - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_IDLE - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_idle - Static variable in class com.google.android.vending.licensing.R.string
-
- state_paused_by_request - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_PAUSED_BY_REQUEST - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_paused_by_request - Static variable in class com.google.android.vending.licensing.R.string
-
- STATE_PAUSED_NEED_CELLULAR_PERMISSION - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- STATE_PAUSED_NEED_WIFI - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_paused_network_setup_failure - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_PAUSED_NETWORK_SETUP_FAILURE - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
Scary case.
- state_paused_network_setup_failure - Static variable in class com.google.android.vending.licensing.R.string
-
- state_paused_network_unavailable - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_PAUSED_NETWORK_UNAVAILABLE - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_paused_network_unavailable - Static variable in class com.google.android.vending.licensing.R.string
-
- state_paused_roaming - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_PAUSED_ROAMING - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_paused_roaming - Static variable in class com.google.android.vending.licensing.R.string
-
- state_paused_sdcard_unavailable - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_PAUSED_SDCARD_UNAVAILABLE - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
- state_paused_sdcard_unavailable - Static variable in class com.google.android.vending.licensing.R.string
-
- state_paused_wifi_disabled - Static variable in class com.android.vending.expansion.downloader.R.string
-
- STATE_PAUSED_WIFI_DISABLED - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
Both STATE_PAUSED_WIFI_DISABLED and STATE_PAUSED_NEED_WIFI imply that
Wi-Fi is unavailable and cellular permission will NOT restart the
service.
- state_paused_wifi_disabled - Static variable in class com.google.android.vending.licensing.R.string
-
- STATE_PAUSED_WIFI_DISABLED_NEED_CELLULAR_PERMISSION - Static variable in interface com.google.android.vending.expansion.downloader.IDownloaderClient
-
Both STATE_PAUSED_WIFI_DISABLED_NEED_CELLULAR_PERMISSION and
STATE_PAUSED_NEED_CELLULAR_PERMISSION imply that Wi-Fi is unavailable and
cellular permission will restart the service.
- state_paused_wifi_unavailable - Static variable in class com.android.vending.expansion.downloader.R.string
-
- state_paused_wifi_unavailable - Static variable in class com.google.android.vending.licensing.R.string
-
- state_unknown - Static variable in class com.android.vending.expansion.downloader.R.string
-
- state_unknown - Static variable in class com.google.android.vending.licensing.R.string
-
- STATUS - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloadsDB.DownloadColumns
-
- STATUS_BAD_REQUEST - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This request couldn't be parsed.
- status_bar_ongoing_event_progress_bar - Static variable in class com.android.vending.expansion.downloader.R.layout
-
- status_bar_ongoing_event_progress_bar - Static variable in class com.google.android.vending.licensing.R.layout
-
- STATUS_CANCELED - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download was canceled
- STATUS_CANCELED - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download was canceled
- STATUS_CANNOT_RESUME - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
Some possibly transient error occurred, but we can't resume the download.
- STATUS_CANNOT_RESUME - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
Some possibly transient error occurred, but we can't resume the download.
- STATUS_DEVICE_NOT_FOUND_ERROR - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because no external storage
device was found.
- STATUS_DEVICE_NOT_FOUND_ERROR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because no external storage device
was found.
- STATUS_FILE_ALREADY_EXISTS_ERROR - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
The requested destination file already exists.
- STATUS_FILE_ALREADY_EXISTS_ERROR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The requested destination file already exists.
- STATUS_FILE_DELIVERED_INCORRECTLY - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The file was delivered incorrectly
- STATUS_FILE_ERROR - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because of a storage issue.
- STATUS_FILE_ERROR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because of a storage issue.
- STATUS_FORBIDDEN - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
The requested URL is no longer available
- STATUS_HTTP_DATA_ERROR - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because of an
error receiving or processing data at the HTTP level.
- STATUS_HTTP_DATA_ERROR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because of an error receiving or
processing data at the HTTP level.
- STATUS_HTTP_EXCEPTION - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because of an
HttpException while setting up the request.
- STATUS_HTTP_EXCEPTION - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because of an HttpException while
setting up the request.
- STATUS_INSUFFICIENT_SPACE_ERROR - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed due to insufficient storage
space.
- STATUS_INSUFFICIENT_SPACE_ERROR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed due to insufficient storage space.
- STATUS_LENGTH_REQUIRED - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download cannot be performed because the length cannot be
determined accurately.
- STATUS_NOT_ACCEPTABLE - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download can't be performed because the content type cannot be
handled.
- STATUS_PAUSED_BY_APP - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download has been paused by the owning app.
- STATUS_PENDING - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download hasn't stated yet
- STATUS_PRECONDITION_FAILED - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download was interrupted and cannot be resumed.
- STATUS_QUEUED_FOR_WIFI - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download is waiting for a Wi-Fi connection to proceed.
- STATUS_QUEUED_FOR_WIFI_OR_CELLULAR_PERMISSION - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download is waiting for a Wi-Fi connection to proceed or for
permission to download over cellular.
- STATUS_RUNNING - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download has started
- STATUS_SUCCESS - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download has successfully completed.
- STATUS_SUCCESS - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download has successfully completed.
- STATUS_TOO_MANY_REDIRECTS - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because there were
too many redirects.
- STATUS_TOO_MANY_REDIRECTS - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because there were too many
redirects.
- STATUS_UNHANDLED_HTTP_CODE - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because of an
unspecified unhandled HTTP code.
- STATUS_UNHANDLED_HTTP_CODE - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because of an unspecified unhandled
HTTP code.
- STATUS_UNHANDLED_REDIRECT - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download couldn't be completed because of an HTTP
redirect response that the download manager couldn't
handle.
- STATUS_UNHANDLED_REDIRECT - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download couldn't be completed because of an HTTP redirect response
that the download manager couldn't handle.
- STATUS_UNKNOWN_ERROR - Static variable in class com.google.android.vending.expansion.downloader.Constants
-
This download has completed with an error.
- STATUS_UNKNOWN_ERROR - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download has completed with an error.
- STATUS_WAITING_FOR_NETWORK - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download is waiting for network connectivity to proceed.
- STATUS_WAITING_TO_RETRY - Static variable in class com.google.android.vending.expansion.downloader.impl.DownloaderService
-
This download encountered some network error and is waiting before
retrying the request.
- StrictPolicy - Class in com.google.android.vending.licensing
-
Non-caching policy.
- StrictPolicy() - Constructor for class com.google.android.vending.licensing.StrictPolicy
-