Home
last modified time | relevance | path

Searched refs:safeToComponentShortString (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java5295 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performPauseActivityIfNeeded()
5303 + safeToComponentShortString(r.intent) + ": " + e.toString(), e); in performPauseActivityIfNeeded()
5643 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performDestroyActivity()
5654 + safeToComponentShortString(r.intent) + ": " + e.toString(), e); in performDestroyActivity()
5673 private static String safeToComponentShortString(Intent intent) { in safeToComponentShortString() method in ActivityThread
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2195 Landroid/app/ActivityThread;->safeToComponentShortString(Landroid/content/Intent;)Ljava/lang/String;