Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2798 int requestMsgWhat, int expectedReplyMsgwhat) throws RemoteException { in verifyAsyncChannelMessageHandlingWithoutChangePermisson() argument
2806 request.what = requestMsgWhat; in verifyAsyncChannelMessageHandlingWithoutChangePermisson()
2823 int requestMsgWhat, int expectedReplyMsgwhat) throws RemoteException { in verifyAsyncChannelMessageHandlingWithoutPrivilegedPermissons() argument
2835 request.what = requestMsgWhat; in verifyAsyncChannelMessageHandlingWithoutPrivilegedPermissons()
2893 int requestMsgWhat, Object requestMsgObj) throws RemoteException { in verifyAsyncChannelMessageHandlingWithChangePermisson() argument
2899 request.what = requestMsgWhat; in verifyAsyncChannelMessageHandlingWithChangePermisson()
2907 assertEquals(requestMsgWhat, messageArgumentCaptor.getValue().what); in verifyAsyncChannelMessageHandlingWithChangePermisson()
2915 int requestMsgWhat, Object requestMsgObj) throws RemoteException { in verifyAsyncChannelMessageHandlingWithPrivilegedPermissions() argument
2922 request.what = requestMsgWhat; in verifyAsyncChannelMessageHandlingWithPrivilegedPermissions()
2930 assertEquals(requestMsgWhat, messageArgumentCaptor.getValue().what); in verifyAsyncChannelMessageHandlingWithPrivilegedPermissions()