OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTransparent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
442
if (
getTransparent
() != INVALID_VALUE_PARAMETER) {
445
appParamBuf.put((byte)
getTransparent
());
639
public int
getTransparent
() {
[
all
...]
BluetoothMapContentObserver.java
640
int transparent = (ap.
getTransparent
() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ?
641
0 : ap.
getTransparent
();
[
all
...]
BluetoothMapObexServer.java
207
Log.d(TAG,"TYPE_MESSAGE: Transparet: " + appParams.
getTransparent
() + ", Retry: " + appParams.getRetry());
Completed in 427 milliseconds