Searched refs:tranId (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 1509 Intent createIntent(int pduType, int tranId) { in createIntent() argument 1511 intent.putExtra("transactionId", tranId); in createIntent() 1527 int tranId = 0; in testProcessMsg1() local 1544 createIntent(pduType, tranId)) in testProcessMsg1() 1568 int tranId = 0; in testProcessMsg2() local 1586 createIntent(pduType, tranId)) in testProcessMsg2() 1610 int tranId = 0; in testProcessMsg3() local 1629 createIntent(pduType, tranId)) in testProcessMsg3() 1680 int tranId = 0; in testProcessMsg4() local 1769 int tranId = 0; in testProcessMsg5() local [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/ |
H A D | WifiP2pDnsSdServiceResponse.java | 153 int tranId, WifiP2pDevice dev, byte[] data) { in WifiP2pDnsSdServiceResponse() argument 155 status, tranId, dev, data); in WifiP2pDnsSdServiceResponse()
|