Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/permission/
DUserPermissionState.java57 checkAppId(appId); in getUidState()
63 checkAppId(appId); in getOrCreateUidState()
75 checkAppId(appId); in createUidStateWithExisting()
82 checkAppId(appId); in removeUidState()
86 private void checkAppId(@AppIdInt int appId) { in checkAppId() method in UserPermissionState