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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 302 public static boolean isStatusError(int status) {
385 * status values that indicate errors in the future. Use isStatusError() to
BluetoothOppTransferAdapter.java 73 if (BluetoothShare.isStatusError(status)) {
106 if (BluetoothShare.isStatusError(status)) {
BluetoothOppNotification.java 387 if (BluetoothShare.isStatusError(status)) {
434 if (BluetoothShare.isStatusError(status)) {
BluetoothOppReceiver.java 268 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) {
BluetoothOppTransfer.java 320 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) {
    [all...]
BluetoothOppTransferActivity.java 344 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) {
  /frameworks/base/core/java/android/provider/
Downloads.java 522 public static boolean isStatusError(int status) {
664 * the future. Use isStatusError() to capture the entire category.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 237 if (Downloads.Impl.isStatusError(status)) {
DownloadThread.java 332 if (state.mFilename != null && Downloads.Impl.isStatusError(finalStatus)) {
699 if (Downloads.Impl.isStatusError(statusCode)) {
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]

Completed in 366 milliseconds