Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java145 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in onCreate()
182 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in displayWhichDialog()
426 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
DConstants.java235 if (BluetoothShare.isStatusCompleted(status)) { in sendIntentIfCompleted()
DBluetoothOppTransferAdapter.java102 if (BluetoothShare.isStatusCompleted(status)) { in bindView()
DBluetoothOppTransferHistory.java258 if (BluetoothShare.isStatusCompleted(status)) { in isTransferComplete()
DBluetoothOppService.java868 BluetoothShare.isStatusCompleted(info.mStatus) in updateShare()
883 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.java974 final boolean downloadCompleted = Downloads.Impl.isStatusCompleted(info.mStatus); in convertToMediaProviderValues()
1470 isCompleting = status != null && Downloads.Impl.isStatusCompleted(status); in update()
1514 if (Downloads.Impl.isStatusCompleted(info.mStatus)) { in update()
1700 if (!Downloads.Impl.isStatusCompleted(info.mStatus)) { in delete()
DDownloadInfo.java367 if (!Downloads.Impl.isStatusCompleted(mStatus)) { in hasCompletionNotification()
DDownloadNotifier.java470 return Downloads.Impl.isStatusCompleted(status) && in isCompleteAndVisible()