Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java122 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument
123 if (mOwner != newOwner) { in applyNewOwner()
125 mOwner = newOwner; in applyNewOwner()
130 mOwner = newOwner; in applyNewOwner()
135 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()
141 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()
147 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()
153 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()