Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1212 private void verifySetEapAnonymousIdentity(boolean updateToNativeService) { in verifySetEapAnonymousIdentity() argument
1218 updateToNativeService)); in verifySetEapAnonymousIdentity()
1220 eq(updateToNativeService)); in verifySetEapAnonymousIdentity()
DSupplicantStaIfaceHalAidlImplTest.java2580 private void verifySetEapAnonymousIdentity(boolean updateToNativeService) in verifySetEapAnonymousIdentity() argument
2601 updateToNativeService)); in verifySetEapAnonymousIdentity()
2602 if (updateToNativeService) { in verifySetEapAnonymousIdentity()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DISupplicantStaIfaceHal.java829 boolean updateToNativeService) { in setEapAnonymousIdentity() argument
DSupplicantStaIfaceHal.java2364 boolean updateToNativeService) { in setEapAnonymousIdentity() argument
2370 updateToNativeService); in setEapAnonymousIdentity()
DSupplicantStaIfaceHalAidlImpl.java3860 boolean updateToNativeService) { in setEapAnonymousIdentity() argument
3870 if (updateToNativeService) { in setEapAnonymousIdentity()
DWifiNative.java5127 boolean updateToNativeService) {
5133 updateToNativeService);
DClientModeImpl.java5788 boolean updateToNativeService = false; in processMessageImpl()
5798 updateToNativeService = true; in processMessageImpl()
5806 anonymousIdentity, updateToNativeService); in processMessageImpl()