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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 107 if (!BluetoothShare.isStatusCompleted(mStatus)) {
BluetoothShare.java 324 public static boolean isStatusCompleted(int status) {
BluetoothOppTransferAdapter.java 103 if (BluetoothShare.isStatusCompleted(status)) {
Constants.java 277 if (BluetoothShare.isStatusCompleted(status)) {
BluetoothOppTransferActivity.java 146 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
181 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
444 if (!mIsComplete && BluetoothShare.isStatusCompleted(mTransInfo.mStatus)
BluetoothOppService.java 669 && (BluetoothShare.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
683 if (!BluetoothShare.isStatusCompleted(info.mStatus)
684 && BluetoothShare.isStatusCompleted(newStatus)) {
    [all...]
BluetoothOppTransferHistory.java 233 if (BluetoothShare.isStatusCompleted(status)) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 463 && Downloads.Impl.isStatusCompleted(info.mStatus);
465 !Downloads.Impl.isStatusCompleted(oldStatus)
466 && Downloads.Impl.isStatusCompleted(info.mStatus);
DownloadReceiver.java 130 if (Downloads.Impl.isStatusCompleted(status)
DownloadInfo.java 333 if (!Downloads.Impl.isStatusCompleted(mStatus)) {
540 if (Downloads.Impl.isStatusCompleted(mStatus)) {
DownloadThread.java     [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 555 public static boolean isStatusCompleted(int status) {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 112 if (status == -1 || Downloads.Impl.isStatusCompleted(getStatus())) {

Completed in 533 milliseconds