Searched refs:sourceToString (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java198 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom))
199 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom))
316 public static String sourceToString(int source) { method in class:ZenModeConfig
431 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from));
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h769 const char *sourceToString(audio_source_t source);
H A DThreads.cpp610 const char *sourceToString(audio_source_t source) function in namespace:android
960 dprintf(fd, " Audio source: %d (%s)\n", mAudioSource, sourceToString(mAudioSource));
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java513 config.allowCalls, ZenModeConfig.sourceToString(config.allowCallsFrom),
515 ZenModeConfig.sourceToString(config.allowMessagesFrom),

Completed in 1291 milliseconds