Searched refs:mUserScope (Results 1 – 1 of 1) sorted by relevance
68 private final @UserScope int mUserScope; field in VendorServiceInfo75 mUserScope = userScope; in VendorServiceInfo()81 return mUserScope == USER_SCOPE_ALL || mUserScope == USER_SCOPE_SYSTEM; in isSystemUserService()85 return mUserScope == USER_SCOPE_ALL || mUserScope == USER_SCOPE_FOREGROUND; in isForegroundUserService()184 + ", user=" + mUserScope in toString()