Searched refs:formatMessage (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/inspector/ |
D | PropertyReader.java | 199 super(formatMessage(id, expectedPropertyType, actualPropertyType, propertyName)); in PropertyTypeMismatchException() 206 super(formatMessage(id, expectedPropertyType, actualPropertyType, null)); in PropertyTypeMismatchException() 209 private static @NonNull String formatMessage( in formatMessage() method in PropertyReader.PropertyTypeMismatchException
|
/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
D | TransportClientManager.java | 20 import static com.android.server.backup.transport.TransportUtils.formatMessage; 110 formatMessage(null, caller, "Retrieving " + transportClient)); in getTransportClient() 130 formatMessage(null, caller, "Disposing of " + transportClient)); in disposeOfTransportClient()
|
D | TransportClient.java | 19 import static com.android.server.backup.transport.TransportUtils.formatMessage; 601 TransportUtils.log(priority, TAG, formatMessage(mPrefixForLog, null, message)); in log() 602 saveLogEntry(formatMessage(null, null, message)); in log() 606 TransportUtils.log(priority, TAG, formatMessage(mPrefixForLog, caller, message)); in log() 607 saveLogEntry(formatMessage(null, caller, message)); in log()
|
D | TransportUtils.java | 55 static String formatMessage(@Nullable String prefix, @Nullable String caller, String message) { in formatMessage() method in TransportUtils
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | SecurityMessageDisplay.java | 29 void formatMessage(int resId, Object... formatArgs); in formatMessage() method
|
D | KeyguardMessageArea.java | 159 public void formatMessage(int resId, Object... formatArgs) { in formatMessage() method in KeyguardMessageArea
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 5090 PLcom/android/server/backup/transport/TransportUtils;->formatMessage(Ljava/lang/String;Ljava/lang/S…
|