Searched refs:userScope (Results 1 – 1 of 1) sorted by relevance
72 private VendorServiceInfo(ComponentName componentName, @Bind int bind, @UserScope int userScope, in VendorServiceInfo() argument75 mUserScope = userScope; in VendorServiceInfo()125 int userScope = USER_SCOPE_ALL; in parse() local151 userScope = USER_SCOPE_ALL; in parse()153 userScope = USER_SCOPE_SYSTEM; in parse()155 userScope = USER_SCOPE_FOREGROUND; in parse()175 return new VendorServiceInfo(cn, bind, userScope, trigger); in parse()