Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java183 final int profileOwnerUid = mPackageManagerInternal.getPackageUid( in pushToActivityManagerLocked() local
187 if (profileOwnerUid >= 0) { in pushToActivityManagerLocked()
188 profileOwners.add(profileOwnerUid); in pushToActivityManagerLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java6042 final int profileOwnerUid = DpmMockContext.CALLER_UID; in testIsCurrentInputMethodSetByOwnerForProfileOwner() local
6049 mContext.binder.callingUid = profileOwnerUid; in testIsCurrentInputMethodSetByOwnerForProfileOwner()
6059 mContext.binder.callingUid = profileOwnerUid; in testIsCurrentInputMethodSetByOwnerForProfileOwner()
6087 mContext.binder.callingUid = profileOwnerUid; in testIsCurrentInputMethodSetByOwnerForProfileOwner()
6107 mContext.binder.callingUid = profileOwnerUid; in testIsCurrentInputMethodSetByOwnerForProfileOwner()