Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java3718 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent) in performPauseActivityIfNeeded()
3726 + safeToComponentShortString(r.intent) + ": " + e.toString(), e); in performPauseActivityIfNeeded()
4134 + safeToComponentShortString(r.intent) in performDestroyActivity()
4160 "Activity " + safeToComponentShortString(r.intent) + in performDestroyActivity()
4171 "Unable to destroy activity " + safeToComponentShortString(r.intent) in performDestroyActivity()
4181 private static String safeToComponentShortString(Intent intent) { in safeToComponentShortString() method in ActivityThread