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()
2412 ActiveAdmin profileOwner, boolean newOwner) { in ensureUnknownSourcesRestrictionForProfileOwnerLocked() argument2413 if (newOwner || mInjector.settingsSecureGetIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()5226 int newOwner = requireEntry ? callingUid : -1; in resetPasswordInternal() local5227 if (policy.mPasswordOwner != newOwner) { in resetPasswordInternal()5228 policy.mPasswordOwner = newOwner; in resetPasswordInternal()