Searched refs:formatMessage (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inspector/ |
H A 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
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
H A D | TransportConnectionManager.java | 20 import static com.android.server.backup.transport.TransportUtils.formatMessage; 125 formatMessage(null, caller, "Retrieving " + transportConnection)); in getTransportClient() 145 formatMessage(null, caller, "Disposing of " + transportConnection)); in disposeOfTransportClient()
|
H A D | TransportConnection.java | 19 import static com.android.server.backup.transport.TransportUtils.formatMessage; 613 TransportUtils.log(priority, TAG, formatMessage(mPrefixForLog, null, message)); in log() 614 saveLogEntry(formatMessage(null, null, message)); in log() 618 TransportUtils.log(priority, TAG, formatMessage(mPrefixForLog, caller, message)); in log() 619 saveLogEntry(formatMessage(null, caller, message)); in log()
|
H A D | TransportUtils.java | 55 static String formatMessage(@Nullable String prefix, @Nullable String caller, String message) { in formatMessage() method in TransportUtils
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | SecurityMessageDisplay.java | 31 void formatMessage(int resId, Object... formatArgs); in formatMessage() method
|
H A D | KeyguardMessageArea.java | 113 public void formatMessage(int resId, Object... formatArgs) { in formatMessage() method in KeyguardMessageArea
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 2819 HPLcom/android/server/backup/transport/TransportUtils;->formatMessage(Ljava/lang/String;Ljava/lang/…
|