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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 296 public static boolean isStatusError(int status) {
379 * 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 394 if (BluetoothShare.isStatusError(status)) {
454 if (BluetoothShare.isStatusError(status)) {
BluetoothOppReceiver.java 236 } else if (BluetoothShare.isStatusError(transInfo.mStatus)) {
BluetoothOppTransfer.java 375 if (BluetoothShare.isStatusError(mCurrentShare.mStatus)) {
    [all...]
BluetoothOppTransferActivity.java 343 if (BluetoothShare.isStatusError(mTransInfo.mStatus)) {
  /frameworks/base/core/java/android/provider/
Downloads.java 534 public static boolean isStatusError(int status) {
676 * the future. Use isStatusError() to capture the entire category.
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 526 public static boolean isStatusError(int status) {
668 * the future. Use isStatusError() to capture the entire category.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 264 if (Downloads.Impl.isStatusError(status)) {
346 if (Downloads.Impl.isStatusError(status)) {
DownloadThread.java 686 if (Downloads.Impl.isStatusError(mInfoDelta.mStatus)) {
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]

Completed in 809 milliseconds