Searched refs:mJavaRuntime (Results 1 – 2 of 2) sorted by relevance
120 private final Runtime mJavaRuntime; field in WifiDiagnostics145 mJavaRuntime = wifiInjector.getJavaRuntime(); in WifiDiagnostics()645 Process process = mJavaRuntime.exec(String.format("logcat -t %d", maxLines)); in getLogcat()
69 @Mock Runtime mJavaRuntime; field in WifiDiagnosticsTest117 when(mJavaRuntime.exec(anyString())).thenReturn(mExternalProcess); in setUp()128 when(mWifiInjector.getJavaRuntime()).thenReturn(mJavaRuntime); in setUp()