Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java86 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/
DInsetsFrameProvider.java242 sb.append(", source=").append(sourceToString(mSource)); in toString()
264 private static String sourceToString(int source) { in sourceToString() method in InsetsFrameProvider
DContentInfo.java99 static String sourceToString(@Source int source) { in sourceToString() method in ContentInfo
184 + ", source=" + sourceToString(mSource) in toString()
/frameworks/base/core/java/android/service/notification/
DCondition.java246 sb.append(",source=").append(sourceToString(source)); in toString()
283 public static @NonNull String sourceToString(@Source int source) { in sourceToString() method in Condition
DZenModeDiff.java391 sb.append(ZenModeConfig.sourceToString((int) diff.from())); in toString()
393 sb.append(ZenModeConfig.sourceToString((int) diff.to())); in toString()
DZenModeConfig.java522 .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/
Dhiddenapi-max-target-o.txt49370 Landroid/service/notification/ZenModeConfig;->sourceToString(I)Ljava/lang/String;