Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java44 private static final int USER_SCOPE_ALL = 0; field in VendorServiceInfo
51 USER_SCOPE_ALL,
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()
168 int userScope = USER_SCOPE_ALL; in parse()
201 userScope = USER_SCOPE_ALL; in parse()
302 case USER_SCOPE_ALL: in userScopeToString()