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 295 public static boolean isStatusSuccess(int status) {
BluetoothOppReceiver.java 152 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
245 if (BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
260 if (BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
BluetoothOppTransferHistory.java 292 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
BluetoothOppTransferActivity.java 180 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus);
BluetoothOppService.java     [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 520 public static boolean isStatusSuccess(int status) {
  /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/
DownloadNotifier.java 261 } else if (Downloads.Impl.isStatusSuccess(info.mStatus)) {
DownloadInfo.java 608 && Downloads.Impl.isStatusSuccess(mStatus);
DownloadThread.java 624 } else if (Downloads.Impl.isStatusSuccess(mInfoDelta.mStatus)) {
    [all...]
DownloadProvider.java     [all...]

Completed in 6644 milliseconds