Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelper.java235 String getDumpsysGetResultShellCommand(String componentName) { in getDumpsysGetResultShellCommand() method in AbstractAdServicesShellCommandHelper
242 String res = runShellCommand(getDumpsysGetResultShellCommand(componentName)); in runGetResultShellCommand()
245 getDumpsysGetResultShellCommand(componentName), i + 1, res); in runGetResultShellCommand()
268 String res = runShellCommand(getDumpsysGetResultShellCommand(componentName)); in checkShellCommandActivityFinished()
271 getDumpsysGetResultShellCommand(componentName), res); in checkShellCommandActivityFinished()
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesShellCommandHelperTest.java249 getDumpsysGetResultShellCommand( in sampleShellCommandOutput()