Searched refs:newOwner (Results 1 – 2 of 2) sorted by relevance
3506 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument3507 if (mOwner != newOwner) { in applyNewOwner()3509 mOwner = newOwner; in applyNewOwner()3514 mOwner = newOwner; in applyNewOwner()3518 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()3524 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()3530 if (DEBUG) Slog.d(TAG, "Service has new owner " + newOwner in applyNewOwner()
2756 int newOwner = requireEntry ? callingUid : -1; in resetPassword() local2757 if (policy.mPasswordOwner != newOwner) { in resetPassword()2758 policy.mPasswordOwner = newOwner; in resetPassword()