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 - 9
of
9
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
382
public static final int
STATUS_UNKNOWN_ERROR
= 491;
BluetoothOppObexServerSession.java
496
status = BluetoothShare.
STATUS_UNKNOWN_ERROR
;
BluetoothOppTransfer.java
360
markBatchFailed(BluetoothShare.
STATUS_UNKNOWN_ERROR
);
[
all
...]
BluetoothOppService.java
559
Constants.updateShareStatus(this, info.mId, BluetoothShare.
STATUS_UNKNOWN_ERROR
);
[
all
...]
/frameworks/base/core/java/android/provider/
Downloads.java
657
public static final int
STATUS_UNKNOWN_ERROR
= 491;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DrmConvertSession.java
121
* Downloads.Impl.
STATUS_UNKNOWN_ERROR
if a general error occurred.
125
int result = Downloads.Impl.
STATUS_UNKNOWN_ERROR
;
DownloadThread.java
139
int finalStatus = Downloads.Impl.
STATUS_UNKNOWN_ERROR
;
201
finalStatus = Downloads.Impl.
STATUS_UNKNOWN_ERROR
;
[
all
...]
/frameworks/base/core/java/android/net/
Downloads.java
77
public static final int
STATUS_UNKNOWN_ERROR
= 491;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java
185
public static final int
STATUS_UNKNOWN_ERROR
= 0x1F;
[
all
...]
Completed in 192 milliseconds