Home
last modified time | relevance | path

Searched refs:INTERFACE_NAME (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java56 private static final String INTERFACE_NAME = "IfaceName"; field in WifiLockManagerTest
92 when(mWifiNative.getClientInterfaceName()).thenReturn(INTERFACE_NAME); in setUp()
713 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockAcquireCauseLlEnableNew()
732 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockAcquireCauseLL_enableLegacy()
751 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockReleaseCauseLlDisable()
785 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockReleaseFailure()
814 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyfail2DisablePowerSave()
840 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockGoScreenOff()
874 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockGoBackground()
913 when(mWifiNative.getSupportedFeatureSet(INTERFACE_NAME)) in testLatencyLockGoForeground()
[all …]
/frameworks/native/cmds/lshal/
DTableEntry.cpp53 case TableColumnType::INTERFACE_NAME: return "Interface"; in getTitle()
74 case TableColumnType::INTERFACE_NAME: in getField()
DTableEntry.h38 INTERFACE_NAME, enumerator
DListCommand.cpp928 thiz->mSelectedColumns.push_back(TableColumnType::INTERFACE_NAME); in registerAllOptions()
1158 TableColumnType::INTERFACE_NAME, TableColumnType::THREADS, in parseArgs()
Dtest.cpp268 EXPECT_EQ(SelectedColumns({TableColumnType::SERVER_PID, TableColumnType::INTERFACE_NAME, in TEST_F()
/frameworks/base/tests/net/java/android/net/
DConnectivityDiagnosticsManagerTest.java57 private static final String INTERFACE_NAME = "interface"; field in ConnectivityDiagnosticsManagerTest
93 linkProperties.setInterfaceName(INTERFACE_NAME); in createSampleConnectivityReport()
207 linkProperties.setInterfaceName(INTERFACE_NAME); in createSampleDataStallReport()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiClientTest.java36 private static final String INTERFACE_NAME = "wlan0"; field in WifiClientTest
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java325 private static final String INTERFACE_NAME = "interface"; field in ConnectivityServiceTest
7272 linkProperties.setInterfaceName(INTERFACE_NAME); in testRegisterConnectivityDiagnosticsCallbackCallsOnConnectivityReport()
7292 return INTERFACE_NAME.equals(report.getLinkProperties().getInterfaceName()) in testRegisterConnectivityDiagnosticsCallbackCallsOnConnectivityReport()