HomeSort by relevance Sort by last modified time
    Searched refs:OBEX_HTTP_NOT_IMPLEMENTED (Results 1 - 8 of 8) sorted by null

  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 150 * <code>OBEX_HTTP_NOT_IMPLEMENTED</code> response code.
173 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
181 * <code>OBEX_HTTP_NOT_IMPLEMENTED</code> response code.
196 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
203 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
211 * <code>OBEX_HTTP_NOT_IMPLEMENTED</code> response code.
224 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
232 * <code>OBEX_HTTP_NOT_IMPLEMENTED</code> response code.
245 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
ResponseCodes.java 275 * The value of <code>OBEX_HTTP_NOT_IMPLEMENTED</code> is 0xD1 (209).
277 public static final int OBEX_HTTP_NOT_IMPLEMENTED = 0xD1;
ServerSession.java 143 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 119 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 545 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
549 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
553 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 522 // Only error code allowed on an UpdateInbox is OBEX_HTTP_NOT_IMPLEMENTED,
524 if (D) Log.d(TAG,"updateInbox accountId=0 -> OBEX_HTTP_NOT_IMPLEMENTED");
525 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
538 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
554 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTestServer.java 102 int result = ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]

Completed in 183 milliseconds