Home
last modified time | relevance | path

Searched refs:mJavaRuntime (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java133 private final Runtime mJavaRuntime; field in WifiDiagnostics
152 mJavaRuntime = wifiInjector.getJavaRuntime(); in WifiDiagnostics()
733 Process process = mJavaRuntime.exec( in getLogcat()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java71 @Mock Runtime mJavaRuntime; field in WifiDiagnosticsTest
124 when(mJavaRuntime.exec(anyString())).thenReturn(mExternalProcess); in setUp()
137 when(mWifiInjector.getJavaRuntime()).thenReturn(mJavaRuntime); in setUp()