History log of /frameworks/base/obex/javax/obex/ApplicationParameter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f2b75f574c7fbb42bca7d2c322f9b7690e6b460 17-Oct-2015 Hemant Gupta <hemantg@codeaurora.org> OBEX: Add required parameters TAG ID's for PBAP 1.2

Add required OBEX application parameters TAGID's and length
declarations required to support PBAP 1.2 specification.

Test: Connected with Remote PBAP Client supporting PBAP 1.2 and
verified that connection and transfer happens over L2CAP.
Connected with Remote PBAP Client supporting PBAP 1.1 and
and verified that connection and transfer happens over RFCOMM.
TestTracker: 89053
Bug: 33011817
Change-Id: I8a772b0dddf6ecf74b057e12d7596421c0e0f558
(cherry picked from commit 9e91b62c1fa4f6c51f53ddb3f2155f345be30a2a)
/frameworks/base/obex/javax/obex/ApplicationParameter.java
3998bf009acaf8cde4d7f837f8b8e41ae0a65141 02-Jul-2009 Tao Liejun <a19884@motorola.com> Obex library cleanup, third pass

- Change variable namings
- Remove interface public modifier
- Move 2 duplicate methods to ObexSession
- Removed unused code and variables
- Use static variables for some protocol defines
/frameworks/base/obex/javax/obex/ApplicationParameter.java
2e0da96e757a977154063f980d3f4e1abd41cf09 01-Jul-2009 Nick Pelly <npelly@google.com> Obex library cleanup, first pass.

o Add Android.mk file.
o Add @hide so it is not exposed in the public API. It is not yet in shape.
o Prefer @throws to @exception
o Do not use @version. This is meaningless in Android.
o Prefer classes 'final' unless explicitly allowing inheritance
(See "Effective Java" item 15)
o Prefer CamelCaps java naming even for acronyms (OBEXHelper -> ObexHelper)
o Use the built-in MD5 library.
o Move ObexConstants into ObexHelper.
o Remove unused variables.
o Prefer stricter access priveleges. Most importantly, avoid public fields.
o Don't use 'import java.io.*'. Name each class explicitly.
o Delete commented out code. If its not used then remove it.
/frameworks/base/obex/javax/obex/ApplicationParameter.java
9439a7fe517b858bc5e5c654b459315e4722feb2 30-Jun-2009 Nick Pelly <npelly@google.com> Add javax.obex library, contributed by Motorola.

Based of a JSR-82 reference implementation.

This check-in is 'as-is' from the source provided June 25.

This code does not conform to Android style and quality guidelines. I will be
working with Motorola to improve it. If it does not see substantial improvement
in the Eclair timeframe it will be deleted.
/frameworks/base/obex/javax/obex/ApplicationParameter.java