Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java3384 "Activity " + safeToComponentShortString(r.intent) in performDestroyActivity()
3393 + safeToComponentShortString(r.intent) in performDestroyActivity()
3408 + safeToComponentShortString(r.intent) in performDestroyActivity()
3433 + safeToComponentShortString(r.intent) in performDestroyActivity()
3444 "Activity " + safeToComponentShortString(r.intent) + in performDestroyActivity()
3455 "Unable to destroy activity " + safeToComponentShortString(r.intent) in performDestroyActivity()
3465 private static String safeToComponentShortString(Intent intent) { in safeToComponentShortString() method in ActivityThread