OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
349
if (BluetoothShare.
isStatusError
(status)) {
396
if (BluetoothShare.
isStatusError
(status)) {
BluetoothOppReceiver.java
239
} 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
513
public static boolean
isStatusError
(int status) {
655
* the future. Use
isStatusError
() to capture the entire category.
/frameworks/base/core/java/android/net/
Downloads.java
75
* the future. Use
isStatusError
() to capture the entire category.
109
public static boolean
isStatusError
(int status) {
627
if (android.provider.Downloads.Impl.
isStatusError
(status)) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java
222
if (Downloads.Impl.
isStatusError
(status)) {
DownloadThread.java
335
if (state.mFilename != null && Downloads.Impl.
isStatusError
(finalStatus)) {
701
if (Downloads.Impl.
isStatusError
(statusCode)) {
[
all
...]
/frameworks/base/core/java/android/app/
DownloadManager.java
[
all
...]
Completed in 468 milliseconds