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.java120 private final Runtime mJavaRuntime; field in WifiDiagnostics
145 mJavaRuntime = wifiInjector.getJavaRuntime(); in WifiDiagnostics()
645 Process process = mJavaRuntime.exec(String.format("logcat -t %d", maxLines)); in getLogcat()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java69 @Mock Runtime mJavaRuntime; field in WifiDiagnosticsTest
117 when(mJavaRuntime.exec(anyString())).thenReturn(mExternalProcess); in setUp()
128 when(mWifiInjector.getJavaRuntime()).thenReturn(mJavaRuntime); in setUp()