Searched refs:stopRxFilter (Results 1 – 6 of 6) sorted by relevance
719 when(mStaIfaceHalAidlMock.stopRxFilter(anyString())).thenReturn(true); in testStopRxFilter()720 assertTrue(mDut.stopRxFilter(IFACE_NAME)); in testStopRxFilter()721 verify(mStaIfaceHalAidlMock).stopRxFilter(eq(IFACE_NAME)); in testStopRxFilter()
407 boolean stopRxFilter(@NonNull String ifaceName); in stopRxFilter() method
1624 public boolean stopRxFilter(@NonNull String ifaceName) { in stopRxFilter() method in SupplicantStaIfaceHal1630 return mStaIfaceHal.stopRxFilter(ifaceName); in stopRxFilter()
2583 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)2595 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)2607 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)2619 return mSupplicantStaIfaceHal.stopRxFilter(ifaceName)
1810 public boolean stopRxFilter(@NonNull String ifaceName) { in stopRxFilter() method in SupplicantStaIfaceHalAidlImpl1818 iface.stopRxFilter(); in stopRxFilter()
2149 public boolean stopRxFilter(@NonNull String ifaceName) { in stopRxFilter() method in SupplicantStaIfaceHalHidlImpl2155 SupplicantStatus status = iface.stopRxFilter(); in stopRxFilter()