Searched refs:isStatusCompleted (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java109 if (!BluetoothShare.isStatusCompleted(mStatus)) {
H A DBluetoothShare.java324 public static boolean isStatusCompleted(int status) { method in class:BluetoothShare
H A DBluetoothOppTransferAdapter.java103 if (BluetoothShare.isStatusCompleted(status)) {
H A DConstants.java277 if (BluetoothShare.isStatusCompleted(status)) {
H A DBluetoothOppTransferActivity.java146 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
181 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
444 if (!mIsComplete && BluetoothShare.isStatusCompleted(mTransInfo.mStatus)
H A DBluetoothOppService.java698 && (BluetoothShare.isStatusCompleted(info.mStatus) || newConfirm == BluetoothShare.USER_CONFIRMATION_PENDING)) {
712 if (!BluetoothShare.isStatusCompleted(info.mStatus)
713 && BluetoothShare.isStatusCompleted(newStatus)) {
869 if (BluetoothShare.isStatusCompleted(info.mStatus)) {
H A DBluetoothOppTransferHistory.java233 if (BluetoothShare.isStatusCompleted(status)) {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractPublicApiTest.java112 if (status == -1 || Downloads.Impl.isStatusCompleted(getStatus())) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadReceiver.java150 if (Downloads.Impl.isStatusCompleted(status) &&
H A DDownloadInfo.java329 if (!Downloads.Impl.isStatusCompleted(mStatus)) {
539 if (Downloads.Impl.isStatusCompleted(mStatus)) {
H A DDownloadNotifier.java314 return Downloads.Impl.isStatusCompleted(download.mStatus) &&
H A DDownloadThread.java972 if (Downloads.Impl.isStatusCompleted(status)) {

Completed in 110 milliseconds