HomeSort by relevance Sort by last modified time
    Searched refs:isStatusSuccess (Results 1 - 7 of 7) 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 284 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
BluetoothOppTransferActivity.java 180 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus);
BluetoothOppService.java     [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 515 public static boolean isStatusSuccess(int status) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 561 && Downloads.Impl.isStatusSuccess(mStatus);

Completed in 86 milliseconds