Searched refs:newOwner (Results 1 – 2 of 2) sorted by relevance
122 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument123 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()
2219 ActiveAdmin profileOwner, boolean newOwner) { in ensureUnknownSourcesRestrictionForProfileOwnerLocked() argument2220 if (newOwner || mInjector.settingsSecureGetIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()5149 int newOwner = requireEntry ? callingUid : -1;5150 if (policy.mPasswordOwner != newOwner) {5151 policy.mPasswordOwner = newOwner;