Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java152 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in onCreate()
189 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in displayWhichDialog()
430 if (!mIsComplete && BluetoothShare.isStatusCompleted(mTransInfo.mStatus) in updateProgressbar()
DBluetoothOppShareInfo.java109 if (!BluetoothShare.isStatusCompleted(mStatus)) { in hasCompletionNotification()
DBluetoothShare.java320 public static boolean isStatusCompleted(int status) { in isStatusCompleted() method in BluetoothShare
DBluetoothOppTransferAdapter.java102 if (BluetoothShare.isStatusCompleted(status)) { in bindView()
DConstants.java240 if (BluetoothShare.isStatusCompleted(status)) { in sendIntentIfCompleted()
DBluetoothOppTransferHistory.java259 if (BluetoothShare.isStatusCompleted(status)) { in isTransferComplete()
DBluetoothOppService.java915 BluetoothShare.isStatusCompleted(info.mStatus) in updateShare()
930 if (BluetoothShare.isStatusCompleted(info.mStatus)) { in updateShare()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java559 public static boolean isStatusCompleted(int status) { in isStatusCompleted() method in Downloads.Impl
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java200 if (Downloads.Impl.isStatusCompleted(status) && in hideNotification()
DDownloadProvider.java982 final boolean downloadCompleted = Downloads.Impl.isStatusCompleted(info.mStatus); in convertToMediaProviderValues()
1415 isCompleting = status != null && Downloads.Impl.isStatusCompleted(status); in update()
1459 if (Downloads.Impl.isStatusCompleted(info.mStatus)) { in update()
1645 if (!Downloads.Impl.isStatusCompleted(info.mStatus)) { in delete()
DDownloadInfo.java367 if (!Downloads.Impl.isStatusCompleted(mStatus)) { in hasCompletionNotification()
DDownloadNotifier.java482 return Downloads.Impl.isStatusCompleted(status) && in isCompleteAndVisible()