Searched refs:logName (Results 1 – 5 of 5) sorted by relevance
41 default String logName() { in logName() method
26 val logName: String constant in com.android.systemui.privacy.PrivacyType
600 String logName) { in collectPids() argument610 Slog.w(TAG, "Failed to collect " + logName, e.getCause()); in collectPids()612 Slog.w(TAG, "Interrupted while collecting " + logName , e); in collectPids()
317 void onCloseFileDescriptorError(String logName) { in onCloseFileDescriptorError() argument318 Slog.w(TAG, "Error closing " + logName + " file-descriptor"); in onCloseFileDescriptorError()
1329 private void tryCloseFileDescriptor(@Nullable Closeable closeable, String logName) { in tryCloseFileDescriptor() argument1334 mReporter.onCloseFileDescriptorError(logName); in tryCloseFileDescriptor()