HomeSort by relevance Sort by last modified time
    Searched refs:isStatusSuccess (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 291 public static boolean isStatusSuccess(int status) {
BluetoothOppReceiver.java 139 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
239 if (BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
254 if (BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
BluetoothOppTransferHistory.java 318 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
BluetoothOppTransferActivity.java 185 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus);
BluetoothOppService.java     [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 528 public static boolean isStatusSuccess(int status) {
620 * Use isStatusSuccess() to capture the entire category.
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 519 public static boolean isStatusSuccess(int status) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 449 && Downloads.Impl.isStatusSuccess(status);
DownloadNotifier.java 348 } else if (Downloads.Impl.isStatusSuccess(status)) {
DownloadThread.java 693 } else if (Downloads.Impl.isStatusSuccess(mInfoDelta.mStatus)) {
    [all...]
DownloadProvider.java     [all...]

Completed in 163 milliseconds