Searched refs:isStatusCompleted (Results 1 – 12 of 12) sorted by relevance
149 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in onCreate()186 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in displayWhichDialog()430 if (!mIsComplete && BluetoothShare.isStatusCompleted(mTransInfo.mStatus) in updateProgressbar()
109 if (!BluetoothShare.isStatusCompleted(mStatus)) { in hasCompletionNotification()
320 public static boolean isStatusCompleted(int status) { in isStatusCompleted() method in BluetoothShare
102 if (BluetoothShare.isStatusCompleted(status)) { in bindView()
236 if (BluetoothShare.isStatusCompleted(status)) { in sendIntentIfCompleted()
258 if (BluetoothShare.isStatusCompleted(status)) { in isTransferComplete()
866 BluetoothShare.isStatusCompleted(info.mStatus) in updateShare()881 if (BluetoothShare.isStatusCompleted(info.mStatus)) { in updateShare()
559 public static boolean isStatusCompleted(int status) { in isStatusCompleted() method in Downloads.Impl
200 if (Downloads.Impl.isStatusCompleted(status) && in hideNotification()
981 final boolean downloadCompleted = Downloads.Impl.isStatusCompleted(info.mStatus); in convertToMediaProviderValues()1478 isCompleting = status != null && Downloads.Impl.isStatusCompleted(status); in update()1522 if (Downloads.Impl.isStatusCompleted(info.mStatus)) { in update()1708 if (!Downloads.Impl.isStatusCompleted(info.mStatus)) { in delete()
367 if (!Downloads.Impl.isStatusCompleted(mStatus)) { in hasCompletionNotification()
474 return Downloads.Impl.isStatusCompleted(status) && in isCompleteAndVisible()