Searched refs:deviceOwnerUid (Results 1 – 2 of 2) sorted by relevance
207 int deviceOwnerUid = dpm.getDeviceOwnerUserId(); in isCurrentUserAffiliated() local208 if (deviceOwnerUid == UserHandle.USER_NULL) { in isCurrentUserAffiliated()214 Slog.i(TAG, "callingUid: " + callingUserId + " deviceOwnerUid: " + deviceOwnerUid in isCurrentUserAffiliated()217 if (callingUserId != deviceOwnerUid) { in isCurrentUserAffiliated()
5692 final int deviceOwnerUid = DpmMockContext.CALLER_SYSTEM_USER_UID; in testIsCurrentInputMethodSetByOwnerForDeviceOwner() local5699 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()