OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mhandsfree
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java
78
private final BluetoothHandsfree
mHandsfree
;
97
mHandsfree
= handsfree;
148
return
mHandsfree
.reportCmeError(BluetoothCmeError.OPERATION_NOT_SUPPORTED);
168
return
mHandsfree
.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED);
185
return
mHandsfree
.reportCmeError(BluetoothCmeError.OPERATION_NOT_SUPPORTED);
205
return
mHandsfree
.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED);
220
return
mHandsfree
.reportCmeError(BluetoothCmeError.TEXT_HAS_INVALID_CHARS);
253
return
mHandsfree
.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED);
273
HeadsetBase headset =
mHandsfree
.getHeadset();
403
return
mHandsfree
.reportCmeError(BluetoothCmeError.OPERATION_NOT_ALLOWED)
[
all
...]
Completed in 2372 milliseconds