OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execCommandAndFind
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/incident/src/com/android/server/cts/
ProtoDumpTestCase.java
183
protected Matcher
execCommandAndFind
(String command, String pattern, int patternFlags)
195
protected Matcher
execCommandAndFind
(String command, String pattern) throws Exception {
196
return
execCommandAndFind
(command, pattern, 0);
204
final Matcher matcher =
execCommandAndFind
(command, pattern);
PackageIncidentTest.java
55
execCommandAndFind
(
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
BaseDumpsysTest.java
207
protected Matcher
execCommandAndFind
(String command, String pattern) throws Exception {
221
final Matcher matcher =
execCommandAndFind
(command, pattern);
Completed in 99 milliseconds