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/procstats/
DServiceState.java122 public void applyNewOwner(Object newOwner) { in applyNewOwner() argument
123 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()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2412 ActiveAdmin profileOwner, boolean newOwner) { in ensureUnknownSourcesRestrictionForProfileOwnerLocked() argument
2413 if (newOwner || mInjector.settingsSecureGetIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()
5226 int newOwner = requireEntry ? callingUid : -1; in resetPasswordInternal() local
5227 if (policy.mPasswordOwner != newOwner) { in resetPasswordInternal()
5228 policy.mPasswordOwner = newOwner; in resetPasswordInternal()