Searched refs:TAG_RELEASE (Results 1 – 2 of 2) sorted by relevance
199 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in ActivityStackSupervisor3771 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()3778 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r); in releaseSomeActivitiesLocked()3785 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Not releasing in-use activity: " + r); in releaseSomeActivitiesLocked()3791 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Collecting release task " + task in releaseSomeActivitiesLocked()3805 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release"); in releaseSomeActivitiesLocked()
179 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in ActivityStack4225 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()4236 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Looking for activities to release in " + task); in releaseSomeActivitiesLocked()4242 if (DEBUG_RELEASE) Slog.v(TAG_RELEASE, "Destroying " + activity in releaseSomeActivitiesLocked()4262 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, in releaseSomeActivitiesLocked()