Searched refs:sourceToString (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | VideoPauseTracker.java | 86 sourceToString(source), sourcesToString(mPauseRequests))); in shouldPauseVideoFor() 92 sourceToString(source), sourcesToString(mPauseRequests))); in shouldPauseVideoFor() 120 sourceToString(source), sourcesToString(mPauseRequests))); in shouldResumeVideoFor() 126 sourceToString(source), sourcesToString(mPauseRequests))); in shouldResumeVideoFor() 132 sourceToString(source), sourcesToString(mPauseRequests))); in shouldResumeVideoFor() 178 private String sourceToString(int source) { in sourceToString() method in VideoPauseTracker 197 .map(source -> sourceToString(source)) in sourcesToString()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 271 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom)) in toString() 272 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString() 419 public static String sourceToString(int source) { in sourceToString() method in ZenModeConfig 552 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from)); in readXml()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 683 config.allowCalls, ZenModeConfig.sourceToString(config.allowCallsFrom), in dump() 685 ZenModeConfig.sourceToString(config.allowMessagesFrom), in dump()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.h | 974 const char *sourceToString(audio_source_t source);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17874 HSPLandroid/service/notification/ZenModeConfig;->sourceToString(I)Ljava/lang/String;
|