OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onGet
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/obex/javax/obex/
ServerRequestHandler.java
40
* <code>onDelete()</code>, <code>
onGet
()</code>, and <code>onPut()</code>
231
* <code>
onGet
()</code> will always return an
244
public int
onGet
(Operation operation) {
ServerSession.java
240
int response = validateResponseCode(mListener.
onGet
(op));
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java
554
public int
onGet
(Operation op) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
310
public int
onGet
(Operation op) {
329
if (D) Log.d(TAG, "
OnGet
type is " + type + "; name is " + name);
366
if (D) Log.v(TAG, "
onGet
(): appParamValue.needTag=" + appParamValue.needTag);
[
all
...]
Completed in 21 milliseconds