Searched refs:sourceToString (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | VideoPauseTracker.java | 83 sourceToString(source), sourcesToString(mPauseRequests)); in shouldPauseVideoFor() 88 sourceToString(source), sourcesToString(mPauseRequests)); in shouldPauseVideoFor() 115 sourceToString(source), sourcesToString(mPauseRequests)); in shouldResumeVideoFor() 120 sourceToString(source), sourcesToString(mPauseRequests)); in shouldResumeVideoFor() 125 sourceToString(source), sourcesToString(mPauseRequests)); in shouldResumeVideoFor() 171 private String sourceToString(int source) { in sourceToString() method in VideoPauseTracker 190 .map(source -> sourceToString(source)) in sourcesToString()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 239 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom)) in toString() 240 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString() 367 public static String sourceToString(int source) { in sourceToString() method in ZenModeConfig 485 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from)); in readXml()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 587 config.allowCalls, ZenModeConfig.sourceToString(config.allowCallsFrom), in dump() 589 ZenModeConfig.sourceToString(config.allowMessagesFrom), in dump()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.h | 858 const char *sourceToString(audio_source_t source);
|
D | Threads.cpp | 481 const char *sourceToString(audio_source_t source) in sourceToString() function 846 dprintf(fd, " Audio source: %d (%s)\n", mAudioSource, sourceToString(mAudioSource)); in dumpBase()
|