Home
last modified time | relevance | path

Searched defs:dumpsys (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DShortcutManagerBackupTest.java178 String dumpsys = ""; in waitUntilBroadcastsDrain() local
210 String dumpsys = ""; in waitUntilPackagesGone() local
DBaseShortcutManagerHostTest.java85 protected void dumpsys(String label) throws DeviceNotAvailableException { in dumpsys() method in BaseShortcutManagerHostTest
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DActivityManagerShortFgsTimeoutTest.java64 final String dumpsys = ShellUtils.runShellCommand("dumpsys activity settings"); in extractShortFgsSettings() local
DActivityManagerShortFgsTest.java206 final String dumpsys = ShellUtils.runShellCommand( in updateDeviceConfig() local
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/
DFgsTimeoutConfigsTest.java100 final String dumpsys = ShellUtils.runShellCommand("dumpsys activity settings"); in extractFgsTimeoutSettings() local
/cts/hostsidetests/biometrics/src/android/server/biometrics/cts/
DBiometricDeviceTestCase.java83 final String dumpsys = getDevice().executeShellCommand(adbCommand); in getAidlSensorId() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java194 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in getDumpsysLogicalAddresses() local
231 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in isSystemAudioModeOn() local
321 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in parseRequiredAddressFromDumpsys() local
635 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in isDeviceActiveSource() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java1988 String dumpsys = SystemUtil.runShellCommand("dumpsys package " + HELLO_WORLD_PACKAGE_NAME); in testInstall_invalidInstallerName_installerNameRejected() local
2000 String dumpsys = SystemUtil.runShellCommand("dumpsys package " + HELLO_WORLD_PACKAGE_NAME); in testInstall_nonExistentInstallerName_installerNameNull() local
2036 private String parseDumpsysAndGet(String dumpsys, String key) { in parseDumpsysAndGet()