Searched defs:dumpsys (Results 1 – 8 of 8) sorted by relevance
178 String dumpsys = ""; in waitUntilBroadcastsDrain() local210 String dumpsys = ""; in waitUntilPackagesGone() local
85 protected void dumpsys(String label) throws DeviceNotAvailableException { in dumpsys() method in BaseShortcutManagerHostTest
64 final String dumpsys = ShellUtils.runShellCommand("dumpsys activity settings"); in extractShortFgsSettings() local
206 final String dumpsys = ShellUtils.runShellCommand( in updateDeviceConfig() local
100 final String dumpsys = ShellUtils.runShellCommand("dumpsys activity settings"); in extractFgsTimeoutSettings() local
83 final String dumpsys = getDevice().executeShellCommand(adbCommand); in getAidlSensorId() local
194 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in getDumpsysLogicalAddresses() local231 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in isSystemAudioModeOn() local321 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in parseRequiredAddressFromDumpsys() local635 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in isDeviceActiveSource() local
1988 String dumpsys = SystemUtil.runShellCommand("dumpsys package " + HELLO_WORLD_PACKAGE_NAME); in testInstall_invalidInstallerName_installerNameRejected() local2000 String dumpsys = SystemUtil.runShellCommand("dumpsys package " + HELLO_WORLD_PACKAGE_NAME); in testInstall_nonExistentInstallerName_installerNameNull() local2036 private String parseDumpsysAndGet(String dumpsys, String key) { in parseDumpsysAndGet()