Searched defs:safeToComponentShortString (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java3715 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent)
3723 + safeToComponentShortString(r.intent) + ": " + e.toString(), e);
4131 + safeToComponentShortString(r.intent)
4157 "Activity " + safeToComponentShortString(r.intent) +
4168 "Unable to destroy activity " + safeToComponentShortString(r.intent)
4178 private static String safeToComponentShortString(Intent intent) { method in class:ActivityThread

Completed in 19 milliseconds