Searched defs:sourceToString (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DVideoPauseTracker.java83 sourceToString(source), sourcesToString(mPauseRequests));
88 sourceToString(source), sourcesToString(mPauseRequests));
115 sourceToString(source), sourcesToString(mPauseRequests));
120 sourceToString(source), sourcesToString(mPauseRequests));
125 sourceToString(source), sourcesToString(mPauseRequests));
167 private String sourceToString(int source) { method in class:VideoPauseTracker
186 .map(source -> sourceToString(source))
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java202 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom))
203 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom))
320 public static String sourceToString(int source) { method in class:ZenModeConfig
430 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from));
/frameworks/av/services/audioflinger/
H A DThreads.cpp482 const char *sourceToString(audio_source_t source) function in namespace:android
847 dprintf(fd, " Audio source: %d (%s)\n", mAudioSource, sourceToString(mAudioSource));

Completed in 3738 milliseconds