Searched refs:safeToComponentShortString (Results 1 – 2 of 2) sorted by relevance
5906 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performPauseActivityIfNeeded()5914 + safeToComponentShortString(r.intent) + ": " + e.toString(), e); in performPauseActivityIfNeeded()6258 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performDestroyActivity()6269 + safeToComponentShortString(r.intent) + ": " + e.toString(), e); in performDestroyActivity()6288 private static String safeToComponentShortString(Intent intent) { in safeToComponentShortString() method in ActivityThread
2195 Landroid/app/ActivityThread;->safeToComponentShortString(Landroid/content/Intent;)Ljava/lang/String;