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.java3473 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument
3474 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()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2963 int newOwner = requireEntry ? callingUid : -1; in resetPassword() local
2964 if (policy.mPasswordOwner != newOwner) { in resetPassword()
2965 policy.mPasswordOwner = newOwner; in resetPassword()