com.xunlei.downloadlib.parameter.BtTaskStatus Java Examples

The following examples show how to use com.xunlei.downloadlib.parameter.BtTaskStatus. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: XLDownloadManager.java    From TVRemoteIME with GNU General Public License v2.0 5 votes vote down vote up
public int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2) {
    int i3 = 9900;
    increRefCount();
    if (!(mDownloadManagerState != XLManagerStatus.MANAGER_RUNNING || this.mLoader == null || btTaskStatus == null)) {
        i3 = this.mLoader.getBtSubTaskStatus(j, btTaskStatus, i, i2);
    }
    decreRefCount();
    return i3;
}
 
Example #2
Source File: XLDownloadManager.java    From BtPlayer with Apache License 2.0 5 votes vote down vote up
public int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2) {
    int i3 = 9900;
    increRefCount();
    if (!(mDownloadManagerState != XLManagerStatus.MANAGER_RUNNING || this.mLoader == null || btTaskStatus == null)) {
        i3 = this.mLoader.getBtSubTaskStatus(j, btTaskStatus, i, i2);
    }
    decreRefCount();
    return i3;
}
 
Example #3
Source File: XLDownloadManager.java    From AndroidDownload with Apache License 2.0 5 votes vote down vote up
public int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2) {
    int i3 = 9900;
    increRefCount();
    if (!(mDownloadManagerState != XLManagerStatus.MANAGER_RUNNING || this.mLoader == null || btTaskStatus == null)) {
        i3 = this.mLoader.getBtSubTaskStatus(j, btTaskStatus, i, i2);
    }
    decreRefCount();
    return i3;
}
 
Example #4
Source File: XLDownloadManager.java    From MiniThunder with Apache License 2.0 5 votes vote down vote up
public int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2) {
    int i3 = 9900;
    increRefCount();
    if (!(mDownloadManagerState != XLManagerStatus.MANAGER_RUNNING || this.mLoader == null || btTaskStatus == null)) {
        i3 = this.mLoader.getBtSubTaskStatus(j, btTaskStatus, i, i2);
    }
    decreRefCount();
    return i3;
}
 
Example #5
Source File: XLLoader.java    From TVRemoteIME with GNU General Public License v2.0 votes vote down vote up
public native int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2); 
Example #6
Source File: XLLoader.java    From BtPlayer with Apache License 2.0 votes vote down vote up
public native int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2); 
Example #7
Source File: XLLoader.java    From AndroidDownload with Apache License 2.0 votes vote down vote up
public native int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2); 
Example #8
Source File: XLLoader.java    From MiniThunder with Apache License 2.0 votes vote down vote up
public native int getBtSubTaskStatus(long j, BtTaskStatus btTaskStatus, int i, int i2);