Searched refs:newOwner (Results 1 – 2 of 2) sorted by relevance
3473 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument3474 if (mOwner != newOwner) { in applyNewOwner()3476 mOwner = newOwner; in applyNewOwner()3481 mOwner = newOwner; in applyNewOwner()3485 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()3491 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()3497 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()
2963 int newOwner = requireEntry ? callingUid : -1; in resetPassword() local2964 if (policy.mPasswordOwner != newOwner) { in resetPassword()2965 policy.mPasswordOwner = newOwner; in resetPassword()