OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestSetPath
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetPath.java
26
class
RequestSetPath
extends Request {
33
RequestSetPath
(String name) {
40
RequestSetPath
(boolean goRoot) {
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MceStateMachine.java
398
mMasClient.makeRequest(new
RequestSetPath
(FOLDER_TELECOM));
399
mMasClient.makeRequest(new
RequestSetPath
(FOLDER_MSG));
400
mMasClient.makeRequest(new
RequestSetPath
(FOLDER_INBOX));
402
mMasClient.makeRequest(new
RequestSetPath
(false));
Completed in 637 milliseconds