Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5963 final int firstUserSystemUid = UserHandle.getUid(UserHandle.USER_SYSTEM, in testIsCurrentInputMethodSetByOwnerForDeviceOwner() local
5973 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
5987 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
5994 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
6001 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
6014 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
6021 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
6032 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForDeviceOwner()
6043 final int firstUserSystemUid = UserHandle.getUid(UserHandle.USER_SYSTEM, in testIsCurrentInputMethodSetByOwnerForProfileOwner() local
6053 mContext.binder.callingUid = firstUserSystemUid; in testIsCurrentInputMethodSetByOwnerForProfileOwner()
[all …]