OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParameterMask
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
346
if ((ap.
getParameterMask
() & MASK_PROTECTED) != 0) {
355
if ((ap.
getParameterMask
() & MASK_SENT) != 0) {
388
e.setRead(setread, ((ap.
getParameterMask
() & MASK_READ) != 0));
394
if ((ap.
getParameterMask
() & MASK_PRIORITY) != 0) {
416
if ((ap.
getParameterMask
() & MASK_ATTACHMENT_SIZE) != 0) {
428
if ((ap.
getParameterMask
() & MASK_TEXT) != 0) {
453
if ((ap.
getParameterMask
() & MASK_RECEPTION_STATUS) != 0) {
462
if ((ap.
getParameterMask
() & MASK_SIZE) != 0) {
477
if ((ap.
getParameterMask
() & MASK_TYPE) != 0) {
495
if ((ap.
getParameterMask
() & MASK_RECIPIENT_ADDRESSING) != 0)
[
all
...]
BluetoothMapAppParams.java
467
if (
getParameterMask
() != INVALID_VALUE_PARAMETER) {
470
appParamBuf.putInt((int)
getParameterMask
());
689
public long
getParameterMask
() {
[
all
...]
BluetoothMapObexServer.java
408
appParams.
getParameterMask
());
Completed in 71 milliseconds