OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_SUCCESS
(Results
1 - 17
of
17
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/adapter/
MoveItemsParser.java
34
private static final int
STATUS_SUCCESS
= 3;
64
case
STATUS_SUCCESS
:
84
if (status !=
STATUS_SUCCESS
) {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadManagerFunctionalTest.java
56
runUntilStatus(downloadUri, Downloads.Impl.
STATUS_SUCCESS
);
70
runUntilStatus(downloadUri, Downloads.Impl.
STATUS_SUCCESS
);
83
runUntilStatus(downloadUri, Downloads.Impl.
STATUS_SUCCESS
);
94
runUntilStatus(downloadUri, Downloads.Impl.
STATUS_SUCCESS
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
337
public static final int
STATUS_SUCCESS
= 200;
BluetoothOppObexClientSession.java
261
int status = BluetoothShare.
STATUS_SUCCESS
;
275
if (status == BluetoothShare.
STATUS_SUCCESS
) {
288
if (status == BluetoothShare.
STATUS_SUCCESS
) {
338
int status = BluetoothShare.
STATUS_SUCCESS
;
BluetoothOppObexServerSession.java
335
int status = BluetoothShare.
STATUS_SUCCESS
;
362
if (status != BluetoothShare.
STATUS_SUCCESS
) {
368
if (status == BluetoothShare.
STATUS_SUCCESS
) {
492
status = BluetoothShare.
STATUS_SUCCESS
;
BluetoothOppService.java
[
all
...]
BluetoothOppProvider.java
322
+ " AND " + BluetoothShare.STATUS + "=" + BluetoothShare.
STATUS_SUCCESS
);
BluetoothOppUtility.java
258
} else if (statusCode == BluetoothShare.
STATUS_SUCCESS
) {
259
ret = context.getString(R.string.
status_success
);
/frameworks/base/core/java/android/provider/
Downloads.java
600
public static final int
STATUS_SUCCESS
= 200;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DrmConvertSession.java
117
* @return Downloads.Impl.
STATUS_SUCCESS
if execution is ok.
139
result = Downloads.Impl.
STATUS_SUCCESS
;
DownloadThread.java
186
finalStatus = Downloads.Impl.
STATUS_SUCCESS
;
684
int expectedStatus = state.mContinuingDownload ? 206 : Downloads.Impl.
STATUS_SUCCESS
;
705
} else if (state.mContinuingDownload && statusCode == Downloads.Impl.
STATUS_SUCCESS
) {
[
all
...]
StorageManager.java
322
Downloads.Impl.COLUMN_STATUS + " = '" + Downloads.Impl.
STATUS_SUCCESS
+ "' AND " +
DownloadProvider.java
554
filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.
STATUS_SUCCESS
);
652
Downloads.Impl.
STATUS_SUCCESS
,
[
all
...]
/development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java
55
private static final int
STATUS_SUCCESS
= 0;
364
return
STATUS_SUCCESS
;
/frameworks/base/core/java/android/app/
DownloadManager.java
[
all
...]
/frameworks/base/core/java/android/net/
Downloads.java
64
public static final int
STATUS_SUCCESS
= 200;
/external/e2fsprogs/lib/ext2fs/
nt_io.c
584
return (BOOLEAN)(
STATUS_SUCCESS
== Status);
979
return
STATUS_SUCCESS
== NtDeviceIoControlFile(
Completed in 495 milliseconds