Home
last modified time | relevance | path

Searched defs:transparent (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java45 RequestPushMessage(String folder, Bmessage msg, CharsetType charset, boolean transparent, in RequestPushMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java866 public boolean transparent = false; field in BluetoothMapContentObserver.Msg
2602 public int transparent; field in BluetoothMapContentObserver.PushMsgInfo
2615 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo()
2672 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? 0 in pushMessage() local
2905 int transparent, int retry) { in sendMmsMessage()
3570 int transparent = intent.getIntExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, 0); in actionMmsSent() local
3633 int transparent = intent.getIntExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, 0); in actionSmsSentDisconnected() local
3821 int transparent = intent.getIntExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, 0); in handleMmsSendIntent() local
DBluetoothMapAppParams.java1185 public void setTransparent(int transparent) throws IllegalArgumentException { in setTransparent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java660 int transparent = 1; in testPushMsgInfo() local