Home
last modified time | relevance | path

Searched refs:tranId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java1505 Intent createIntent(int pduType, int tranId) { in createIntent() argument
1507 intent.putExtra("transactionId", tranId); in createIntent()
1523 int tranId = 0; in testProcessMsg1() local
1540 createIntent(pduType, tranId)) in testProcessMsg1()
1564 int tranId = 0; in testProcessMsg2() local
1582 createIntent(pduType, tranId)) in testProcessMsg2()
1606 int tranId = 0; in testProcessMsg3() local
1625 createIntent(pduType, tranId)) in testProcessMsg3()
1676 int tranId = 0; in testProcessMsg4() local
1695 createIntent(pduType, tranId)); in testProcessMsg4()
[all …]
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceResponse.java153 int tranId, WifiP2pDevice dev, byte[] data) { in WifiP2pDnsSdServiceResponse() argument
155 status, tranId, dev, data); in WifiP2pDnsSdServiceResponse()