Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextTest.java116 private static final int ROOT_UID = 0; field in ContextTest
1266 int returnValue = mContext.checkPermission(NOT_GRANTED_PERMISSION, 1, ROOT_UID); in testCheckPermissionRootUser()
1273 int returnValue = mContext.checkPermission(null, 0, ROOT_UID); in testCheckPermissionInvalidRequest()