Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java3506 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument
3507 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()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2756 int newOwner = requireEntry ? callingUid : -1; in resetPassword() local
2757 if (policy.mPasswordOwner != newOwner) { in resetPassword()
2758 policy.mPasswordOwner = newOwner; in resetPassword()