Searched refs:listInterfaces (Results 1 – 10 of 10) sorted by relevance
57 String[] listInterfaces(); in listInterfaces() method
291 String ifaceList[] = mNetMgr.listInterfaces(); in reevaluateServiceState()
994 public String[] listInterfaces() { in listInterfaces() method in NetworkManagementService
257 final String[] ifaces = mNMService.listInterfaces(); in trackAvailableInterfaces()
308 when(mNMService.listInterfaces()) in setUp()485 verify(mNMService, times(1)).listInterfaces(); in testUsbConfiguredBroadcastStartsTethering()
1570 .listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()1617 mInOrder.verify(mISupplicantMock).listInterfaces( in executeAndValidateInitializationSequence()1691 verify(mISupplicantMock, never()).listInterfaces( in executeAndValidateInitializationSequenceV1_1()
2593 .when(mISupplicantMock).listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()2623 mInOrder.verify(mISupplicantMock).listInterfaces( in executeAndValidateInitializationSequence()2689 verify(mISupplicantMock, never()).listInterfaces( in executeAndValidateInitializationSequenceV1_1()
272 mISupplicant.listInterfaces((SupplicantStatus status, in getIfaceV1_0()
325 mISupplicant.listInterfaces((SupplicantStatus status, in getIfaceV1_0()
27713 HSPLandroid/os/INetworkManagementService;->listInterfaces()[Ljava/lang/String;