Searched refs:lastRef (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java4587 boolean lastRef = false;
4602 lastRef = prc.unstableCount == 0;
4605 Slog.v(TAG, "releaseProvider: No longer stable w/lastRef="
4606 + lastRef + " - " + prc.holder.info.name);
4609 prc.holder.connection, -1, lastRef ? 1 : 0);
4625 lastRef = prc.stableCount == 0;
4626 if (!lastRef) {
4641 if (lastRef) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3172 uint32_t lastRef = value->data; local
3180 (void*)lastRef, (int)newIndex, (int)value->dataType, (void*)value->data));
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java6458 boolean lastRef = decProviderCountLocked(conn, cpr, token, stable);
6460 if (!lastRef) {

Completed in 2644 milliseconds