Searched refs:isStatusCompleted (Results 1 – 12 of 12) sorted by relevance
152 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()
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()
240 if (BluetoothShare.isStatusCompleted(status)) { in sendIntentIfCompleted()
259 if (BluetoothShare.isStatusCompleted(status)) { in isTransferComplete()
915 BluetoothShare.isStatusCompleted(info.mStatus) in updateShare()930 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()
982 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()
367 if (!Downloads.Impl.isStatusCompleted(mStatus)) { in hasCompletionNotification()
482 return Downloads.Impl.isStatusCompleted(status) && in isCompleteAndVisible()