Searched refs:userScope (Results 1 – 1 of 1) sorted by relevance
91 @UserScope int userScope, @Trigger int trigger, int maxRetries) { in VendorServiceInfo() argument93 mUserScope = userScope; in VendorServiceInfo()168 int userScope = USER_SCOPE_ALL; in parse() local201 userScope = USER_SCOPE_ALL; in parse()204 userScope = USER_SCOPE_SYSTEM; in parse()207 userScope = USER_SCOPE_FOREGROUND; in parse()210 userScope = USER_SCOPE_VISIBLE; in parse()213 userScope = USER_SCOPE_BACKGROUND_VISIBLE; in parse()252 return new VendorServiceInfo(cn, bind, userScope, trigger, maxRetries); in parse()300 private static String userScopeToString(@UserScope int userScope) { in userScopeToString() argument[all …]