Searched refs:mServiceNotificationCaptor (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | HostapdHalTest.java | 98 private ArgumentCaptor<IServiceNotification.Stub> mServiceNotificationCaptor = field in HostapdHalTest 731 eq(IHostapd.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequence() 734 mServiceNotificationCaptor.getValue().onRegistration(IHostapd.kInterfaceName, "", true); in executeAndValidateInitializationSequence() 775 eq(IHostapd.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_1() 777 mServiceNotificationCaptor.getValue().onRegistration(IHostapd.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_1() 815 eq(IHostapd.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_2() 817 mServiceNotificationCaptor.getValue().onRegistration(IHostapd.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_2() 859 eq(IHostapd.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_3() 861 mServiceNotificationCaptor.getValue().onRegistration(IHostapd.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_3()
|
H A D | SupplicantStaIfaceHalTest.java | 190 private ArgumentCaptor<IServiceNotification.Stub> mServiceNotificationCaptor = field in SupplicantStaIfaceHalTest 2464 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequence() 2466 mServiceNotificationCaptor.getValue().onRegistration(ISupplicant.kInterfaceName, "", true); in executeAndValidateInitializationSequence() 2527 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_1() 2529 mServiceNotificationCaptor.getValue().onRegistration(ISupplicant.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_1() 2599 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_2() 2601 mServiceNotificationCaptor.getValue().onRegistration(ISupplicant.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_2() 2659 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_3() 2661 mServiceNotificationCaptor.getValue().onRegistration(ISupplicant.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_3() 2713 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_4() [all …]
|
H A D | HalDeviceManagerTest.java | 125 private ArgumentCaptor<IServiceNotification.Stub> mServiceNotificationCaptor = field in HalDeviceManagerTest 253 mServiceNotificationCaptor.getValue().onRegistration(IWifi.kInterfaceName, "", true); in testServiceRegisterationAfterInitialize() 305 mServiceNotificationCaptor.getValue().onRegistration(IWifi.kInterfaceName, "", false); in testWifiDeathAndRegistration() 2727 eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequence()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
H A D | SupplicantP2pIfaceHalTest.java | 153 private ArgumentCaptor<IServiceNotification.Stub> mServiceNotificationCaptor = field in SupplicantP2pIfaceHalTest 2803 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequence() 2805 mServiceNotificationCaptor.getValue().onRegistration(ISupplicant.kInterfaceName, "", true); in executeAndValidateInitializationSequence() 2860 eq(ISupplicant.kInterfaceName), eq(""), mServiceNotificationCaptor.capture()); in executeAndValidateInitializationSequenceV1_1() 2862 mServiceNotificationCaptor.getValue().onRegistration(ISupplicant.kInterfaceName, "", true); in executeAndValidateInitializationSequenceV1_1()
|