OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_OK
(Results
1 - 25
of
26
) sorted by null
1
2
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexTestServer.java
39
int result = ResponseCodes.
OBEX_HTTP_OK
;
57
int result = ResponseCodes.
OBEX_HTTP_OK
;
86
int result = ResponseCodes.
OBEX_HTTP_OK
;
100
if(result == ResponseCodes.
OBEX_HTTP_OK
) {
118
int result = ResponseCodes.
OBEX_HTTP_OK
;
132
if(result == ResponseCodes.
OBEX_HTTP_OK
) {
MapObexTestServer.java
83
int result = ResponseCodes.
OBEX_HTTP_OK
;
106
int result = ResponseCodes.
OBEX_HTTP_OK
;
134
int result = ResponseCodes.
OBEX_HTTP_OK
;
150
if(result == ResponseCodes.
OBEX_HTTP_OK
) {
161
int result = ResponseCodes.
OBEX_HTTP_OK
;
177
if(result == ResponseCodes.
OBEX_HTTP_OK
) {
SdpManagerTestServer.java
41
int mResult = ResponseCodes.
OBEX_HTTP_OK
;
61
int result = ResponseCodes.
OBEX_HTTP_OK
;
77
int result = ResponseCodes.
OBEX_HTTP_OK
;
118
mResult = ResponseCodes.
OBEX_HTTP_OK
;
135
if(mResult == ResponseCodes.
OBEX_HTTP_OK
) {
SdpManagerTest.java
187
assertEquals(response.responseCode, ResponseCodes.
OBEX_HTTP_OK
);
203
assertEquals(response, ResponseCodes.
OBEX_HTTP_OK
);
213
assertEquals(response.responseCode, ResponseCodes.
OBEX_HTTP_OK
);
MapStepsFolder.java
132
Assert.assertEquals(ResponseCodes.
OBEX_HTTP_OK
, responseCode);
MapStepsConvo.java
231
Assert.assertEquals(ResponseCodes.
OBEX_HTTP_OK
, responseCode);
ObexTest.java
290
if(headers.getResponseCode() != ResponseCodes.
OBEX_HTTP_OK
) {
302
if(op.getResponseCode() != ResponseCodes.
OBEX_HTTP_OK
) {
/frameworks/base/obex/javax/obex/
ResponseCodes.java
65
* The value of <code>
OBEX_HTTP_OK
</code> is 0xA0 (160).
67
public static final int
OBEX_HTTP_OK
= 0xA0;
ServerRequestHandler.java
112
* <code>onConnect()</code> will always return an <code>
OBEX_HTTP_OK
</code>
128
return ResponseCodes.
OBEX_HTTP_OK
;
ServerOperation.java
438
// For Get operation: if response code is
OBEX_HTTP_OK
, then this is the
440
if (mGetOperation && type == ResponseCodes.
OBEX_HTTP_OK
) {
505
if ((finalBitSet) && (type == ResponseCodes.
OBEX_HTTP_OK
) && (orginalBodyLength <= 0)) {
621
mParent.sendResponse(ResponseCodes.
OBEX_HTTP_OK
, null);
ServerSession.java
165
int code = ResponseCodes.
OBEX_HTTP_OK
;
208
if (response != ResponseCodes.
OBEX_HTTP_OK
&& !op.isAborted) {
426
int code = ResponseCodes.
OBEX_HTTP_OK
;
713
if ((code >= ResponseCodes.
OBEX_HTTP_OK
) && (code <= ResponseCodes.OBEX_HTTP_PARTIAL)) {
ClientOperation.java
189
if (mReplyHeader.responseCode != ResponseCodes.
OBEX_HTTP_OK
) {
ClientSession.java
151
* Byte 0: Response Code (If successful then
OBEX_HTTP_OK
)
158
if (returnHeaderSet.responseCode == ResponseCodes.
OBEX_HTTP_OK
) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java
69
return ResponseCodes.
OBEX_HTTP_OK
;
112
return ResponseCodes.
OBEX_HTTP_OK
;
BluetoothMasRequest.java
152
return (mResponseCode == ResponseCodes.
OBEX_HTTP_OK
);
BluetoothMasObexClientSession.java
143
if (headerset.getResponseCode() == ResponseCodes.
OBEX_HTTP_OK
) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
376
return ResponseCodes.
OBEX_HTTP_OK
;
384
resp.responseCode = ResponseCodes.
OBEX_HTTP_OK
;
398
return ResponseCodes.
OBEX_HTTP_OK
;
446
return ResponseCodes.
OBEX_HTTP_OK
;
498
return ResponseCodes.
OBEX_HTTP_OK
;
535
return ResponseCodes.
OBEX_HTTP_OK
;
651
return ResponseCodes.
OBEX_HTTP_OK
;
665
return ResponseCodes.
OBEX_HTTP_OK
;
721
return ResponseCodes.
OBEX_HTTP_OK
;
[
all
...]
BluetoothMnsObexClient.java
483
if (responseCode != ResponseCodes.
OBEX_HTTP_OK
) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequest.java
56
return (mResponseCode == ResponseCodes.
OBEX_HTTP_OK
);
BluetoothPbapObexSession.java
149
if (hs.getResponseCode() != ResponseCodes.
OBEX_HTTP_OK
) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
226
return ResponseCodes.
OBEX_HTTP_OK
;
234
resp.responseCode = ResponseCodes.
OBEX_HTTP_OK
;
248
return ResponseCodes.
OBEX_HTTP_OK
;
306
return ResponseCodes.
OBEX_HTTP_OK
;
700
int pushResult = ResponseCodes.
OBEX_HTTP_OK
;
720
return ResponseCodes.
OBEX_HTTP_OK
;
724
int pushResult = ResponseCodes.
OBEX_HTTP_OK
;
[
all
...]
BluetoothPbapVcardManager.java
615
return ResponseCodes.
OBEX_HTTP_OK
;
665
return ResponseCodes.
OBEX_HTTP_OK
;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java
169
int obexResponse = ResponseCodes.
OBEX_HTTP_OK
;
252
if (pre_reject && obexResponse != ResponseCodes.
OBEX_HTTP_OK
) {
569
return ResponseCodes.
OBEX_HTTP_OK
;
575
resp.responseCode = ResponseCodes.
OBEX_HTTP_OK
;
BluetoothOppObexClientSession.java
427
|| responseCode == ResponseCodes.
OBEX_HTTP_OK
) {
449
&& responseCode != ResponseCodes.
OBEX_HTTP_OK
) {
509
if (responseCode != ResponseCodes.
OBEX_HTTP_OK
) {
TestActivity.java
496
return ResponseCodes.
OBEX_HTTP_OK
;
529
return ResponseCodes.
OBEX_HTTP_OK
;
Completed in 575 milliseconds
1
2