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

/frameworks/base/core/java/android/app/
H A DActivityThread.java3969 throw new SuperNotCalledException("Activity " + safeToComponentShortString(r.intent)
3977 + safeToComponentShortString(r.intent) + ": " + e.toString(), e);
4402 + safeToComponentShortString(r.intent)
4428 "Activity " + safeToComponentShortString(r.intent) +
4439 "Unable to destroy activity " + safeToComponentShortString(r.intent)
4449 private static String safeToComponentShortString(Intent intent) { method in class:ActivityThread

Completed in 27 milliseconds