Searched refs:listInterfaces (Results 1 – 8 of 8) sorted by relevance
53 String[] listInterfaces(); in listInterfaces() method
401 final String[] ifaces = mNMService.listInterfaces(); in trackAvailableInterfaces()
2753 .when(mISupplicantMock).listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()2783 mInOrder.verify(mISupplicantMock).listInterfaces( in executeAndValidateInitializationSequence()2852 verify(mISupplicantMock, never()).listInterfaces( in executeAndValidateInitializationSequenceV1_1()
2056 .listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()2103 mInOrder.verify(mISupplicantMock).listInterfaces( in executeAndValidateInitializationSequence()2177 verify(mISupplicantMock, never()).listInterfaces( in executeAndValidateInitializationSequenceV1_1()
280 mISupplicant.listInterfaces((SupplicantStatus status, in getIfaceV1_0()
749 public String[] listInterfaces() { in listInterfaces() method in NetworkManagementService
459 mISupplicant.listInterfaces((SupplicantStatus status, in getIfaceV1_0()
2644 HSPLcom/android/server/NetworkManagementService;->listInterfaces()[Ljava/lang/String;