Home
last modified time | relevance | path

Searched refs:logCommand (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp22/src/com/android/cts/usepermission/
DUsePermissionTest22.java26 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.logCommand;
48 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testCompatDefault()
76 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testCompatRevoked_part2()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DUsePermissionTest23.java26 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.logCommand;
61 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testDefault()
74 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testGranted()
88 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testInteractiveGrant()
121 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testInteractiveGrant()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java60 logCommand("/system/bin/id"); in testDumpDebug()
61 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testDumpDebug()
466 public static void logCommand(String... cmd) throws Exception { in logCommand() method in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java196 public static void logCommand(String... cmd) throws Exception { in logCommand() method in Utils
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java31 import static com.android.cts.storageapp.Utils.logCommand;
227 logCommand("sync"); in testVerifyStatsExternalConsistent()