OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
372
public int
onGet
(Operation op) {
389
if (D) Log.d(TAG, "
OnGet
type is " + type + " name is " + name);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java
552
public int
onGet
(Operation op) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
313
public int
onGet
(Operation op) {
333
if (D) Log.d(TAG, "
OnGet
type is " + type + "; name is " + name);
370
if (D) Log.v(TAG, "
onGet
(): appParamValue.needTag=" + appParamValue.needTag);
[
all
...]
Completed in 193 milliseconds