Searched defs:transparent (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/ |
D | RequestPushMessage.java | 46 String folder, Bmessage msg, CharsetType charset, boolean transparent, boolean retry) { in RequestPushMessage()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 928 public boolean transparent = false; field in BluetoothMapContentObserver.Msg 3003 public int transparent; field in BluetoothMapContentObserver.PushMsgInfo 3016 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo() 3077 int transparent = in pushMessage() local 3367 int transparent, in sendMmsMessage() 4062 int transparent = intent.getIntExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, 0); in actionMmsSent() local 4134 int transparent = intent.getIntExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, 0); in actionSmsSentDisconnected() local 4346 int transparent = intent.getIntExtra(EXTRA_MESSAGE_SENT_TRANSPARENT, 0); in handleMmsSendIntent() local
|
D | BluetoothMapAppParams.java | 1562 public void setTransparent(int transparent) throws IllegalArgumentException { in setTransparent()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 682 int transparent = 1; in testPushMsgInfo() local
|