HomeSort by relevance Sort by last modified time
    Searched refs:isStatusCompleted (Results 1 - 12 of 12) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 109 if (!BluetoothShare.isStatusCompleted(mStatus)) {
BluetoothShare.java 324 public static boolean isStatusCompleted(int status) {
BluetoothOppTransferAdapter.java 103 if (BluetoothShare.isStatusCompleted(status)) {
Constants.java 288 if (BluetoothShare.isStatusCompleted(status)) {
BluetoothOppTransferActivity.java 146 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
181 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
443 if (!mIsComplete && BluetoothShare.isStatusCompleted(mTransInfo.mStatus)
BluetoothOppService.java 698 && (BluetoothShare.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
712 if (!BluetoothShare.isStatusCompleted(info.mStatus)
713 && BluetoothShare.isStatusCompleted(newStatus)) {
    [all...]
BluetoothOppTransferHistory.java 233 if (BluetoothShare.isStatusCompleted(status)) {
  /frameworks/base/core/java/android/provider/
Downloads.java 560 public static boolean isStatusCompleted(int status) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 149 if (Downloads.Impl.isStatusCompleted(status) &&
DownloadInfo.java 353 if (!Downloads.Impl.isStatusCompleted(mStatus)) {
559 if (Downloads.Impl.isStatusCompleted(mStatus)) {
DownloadNotifier.java 365 return Downloads.Impl.isStatusCompleted(download.mStatus) &&
DownloadThread.java     [all...]

Completed in 326 milliseconds