OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onGet
(Results
1 - 6
of
6
) 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) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java
78
public int
onGet
(final Operation op) {
79
Log.v(TAG, "
onGet
");
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsObexServer.java
79
public int
onGet
(final Operation op) {
80
if (VDBG) Log.v(TAG, "
onGet
");
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java
552
public int
onGet
(Operation op) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
349
public int
onGet
(Operation op) {
371
if (D) Log.d(TAG, "
OnGet
type is " + type + "; name is " + name);
414
if (D) Log.v(TAG, "
onGet
(): appParamValue.needTag=" + appParamValue.needTag);
[
all
...]
Completed in 692 milliseconds