Searched refs:sourceToString (Results 1 – 7 of 7) 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/view/ |
D | InsetsFrameProvider.java | 242 sb.append(", source=").append(sourceToString(mSource)); in toString() 264 private static String sourceToString(int source) { in sourceToString() method in InsetsFrameProvider
|
D | ContentInfo.java | 99 static String sourceToString(@Source int source) { in sourceToString() method in ContentInfo 184 + ", source=" + sourceToString(mSource) in toString()
|
/frameworks/base/core/java/android/service/notification/ |
D | Condition.java | 246 sb.append(",source=").append(sourceToString(source)); in toString() 283 public static @NonNull String sourceToString(@Source int source) { in sourceToString() method in Condition
|
D | ZenModeDiff.java | 391 sb.append(ZenModeConfig.sourceToString((int) diff.from())); in toString() 393 sb.append(ZenModeConfig.sourceToString((int) diff.to())); in toString()
|
D | ZenModeConfig.java | 522 .append(",allowCallsFrom=").append(sourceToString(allowCallsFrom)) in toString() 523 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString() 813 public static String sourceToString(int source) { in sourceToString() method in ZenModeConfig 973 Slog.i(TAG, "Migrating existing shared 'from': " + sourceToString(from)); in readXml()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 49370 Landroid/service/notification/ZenModeConfig;->sourceToString(I)Ljava/lang/String;
|