OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_UNKNOWN_ERROR
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
388
public static final int
STATUS_UNKNOWN_ERROR
= 491;
BluetoothOppObexServerSession.java
510
status = BluetoothShare.
STATUS_UNKNOWN_ERROR
;
BluetoothOppTransfer.java
340
markBatchFailed(BluetoothShare.
STATUS_UNKNOWN_ERROR
);
BluetoothOppService.java
594
Constants.updateShareStatus(this, info.mId, BluetoothShare.
STATUS_UNKNOWN_ERROR
);
[
all
...]
/frameworks/base/core/java/android/provider/
Downloads.java
671
public static final int
STATUS_UNKNOWN_ERROR
= 491;
742
case
STATUS_UNKNOWN_ERROR
: return "UNKNOWN_ERROR";
/frameworks/opt/mms/src/java/com/google/android/mms/util/
DrmConvertSession.java
122
* Downloads.Impl.
STATUS_UNKNOWN_ERROR
if a general error occurred.
126
int result = Downloads.Impl.
STATUS_UNKNOWN_ERROR
;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java
184
int finalStatus = Downloads.Impl.
STATUS_UNKNOWN_ERROR
;
266
finalStatus = Downloads.Impl.
STATUS_UNKNOWN_ERROR
;
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java
183
public static final int
STATUS_UNKNOWN_ERROR
= 0x1F;
[
all
...]
Completed in 228 milliseconds