Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceInfo.java91 @UserScope int userScope, @Trigger int trigger, int maxRetries) { in VendorServiceInfo() argument
93 mUserScope = userScope; in VendorServiceInfo()
168 int userScope = USER_SCOPE_ALL; in parse() local
201 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 …]