Home
last modified time | relevance | path

Searched refs:getDump (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAttestationVerificationPeerDeviceVerifierTest.kt57 val dump = dumpLogger.getDump() in dumpAndLog()
233 private fun DumpLogger.getDump(): String { in getDump() method in com.android.server.security.AttestationVerificationPeerDeviceVerifierTest
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java300 BiometricSchedulerProto bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_singleCurrentOperation()
311 bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_singleCurrentOperation()
331 BiometricSchedulerProto bsp = getDump(false /* clearSchedulerBuffer */); in testProtoDump_fifo()
345 bsp = getDump(false /* clearSchedulerBuffer */); in testProtoDump_fifo()
357 bsp = getDump(false /* clearSchedulerBuffer */); in testProtoDump_fifo()
368 bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_fifo()
377 bsp = getDump(true /* clearSchedulerBuffer */); in testProtoDump_fifo()
1012 private BiometricSchedulerProto getDump(boolean clearSchedulerBuffer) throws Exception { in getDump() method in BiometricSchedulerTest
/frameworks/base/services/core/jni/
Dcom_android_server_utils_AnrTimer.cpp220 std::vector<std::string> getDump() const;
1000 std::vector<std::string> AnrTimerService::getDump() const { in getDump() function in android::__anoncbc99b2b0111::AnrTimerService
1129 std::vector<std::string> stats = toService(ptr)->getDump(); in anrTimerDump()
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java2878 private String getDump(@NonNull final Vpn vpn) { in getDump() method in VpnTest
2923 final String stage1 = getDump(vpnSnapShot.vpn); in testNCEventChanges()
2927 final String stage2 = getDump(vpnSnapShot.vpn); in testNCEventChanges()
2934 final String stage3 = getDump(vpnSnapShot.vpn); in testNCEventChanges()
2940 final String stage4 = getDump(vpnSnapShot.vpn); in testNCEventChanges()
2947 final String stage5 = getDump(vpnSnapShot.vpn); in testNCEventChanges()