Home
last modified time | relevance | path

Searched refs:sourceToString (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java184 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom)) in toString()
185 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString()
294 public static String sourceToString(int source) { in sourceToString() method in ZenModeConfig
405 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from)); in readXml()
/frameworks/av/services/audioflinger/
DAudioFlinger.h775 const char *sourceToString(audio_source_t source);
DThreads.cpp512 const char *sourceToString(audio_source_t source) in sourceToString() function
850 dprintf(fd, " Audio source: %d (%s)\n", mAudioSource, sourceToString(mAudioSource)); in dumpBase()