Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java304 private void sendChannelInfoUpdateMsg(String pkgName, @Nullable String featureId, in sendChannelInfoUpdateMsg() method in WifiP2pServiceImplTest
1063 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testAddLocalServiceFailureWhenChannelUpdateWrongPkgName()
1079 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testAddLocalServiceFailureWhenCallerPermissionDenied()
1103 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testAddLocalServiceSuccess()
1113 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testAddLocalServiceFailureWhenNativeCallFailure()
1145 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testConnectWithConfigValidAsGroupFailureWhenChannelUpdateWrongPkgName()
1161 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testConnectWithConfigValidAsGroupFailureWhenPermissionDenied()
1175 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testConnectWithConfigValidAsGroupSuccess()
1190 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testConnectWithConfigValidAsGroupFailureWhenNativeCallFailure()
1223 sendChannelInfoUpdateMsg("testPkg1", "testFeature", mClient1, mClientMessenger); in testCreateGroupWithConfigValidAsGroupFailureWhenChannelUpdateWrongPkgName()
[all …]