Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java207 int deviceOwnerUid = dpm.getDeviceOwnerUserId(); in isCurrentUserAffiliated() local
208 if (deviceOwnerUid == UserHandle.USER_NULL) { in isCurrentUserAffiliated()
214 Slog.i(TAG, "callingUid: " + callingUserId + " deviceOwnerUid: " + deviceOwnerUid in isCurrentUserAffiliated()
217 if (callingUserId != deviceOwnerUid) { in isCurrentUserAffiliated()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5692 final int deviceOwnerUid = DpmMockContext.CALLER_SYSTEM_USER_UID; in testIsCurrentInputMethodSetByOwnerForDeviceOwner() local
5699 mContext.binder.callingUid = deviceOwnerUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
5709 mContext.binder.callingUid = deviceOwnerUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
5737 mContext.binder.callingUid = deviceOwnerUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
5757 mContext.binder.callingUid = deviceOwnerUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()