Searched refs:mUserScope (Results 1 – 1 of 1) sorted by relevance
84 private final @UserScope int mUserScope; field in VendorServiceInfo93 mUserScope = userScope; in VendorServiceInfo()100 return mUserScope == USER_SCOPE_ALL; in isAllUserService()104 return mUserScope == USER_SCOPE_ALL || mUserScope == USER_SCOPE_SYSTEM; in isSystemUserService()108 return mUserScope == USER_SCOPE_ALL || mUserScope == USER_SCOPE_FOREGROUND; in isForegroundUserService()112 return mUserScope == USER_SCOPE_ALL || mUserScope == USER_SCOPE_VISIBLE; in isVisibleUserService()116 return mUserScope == USER_SCOPE_ALL || mUserScope == USER_SCOPE_BACKGROUND_VISIBLE; in isBackgroundVisibleUserService()261 + ", userScope=" + userScopeToString(mUserScope) in toString()