Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/content/
DContextCompat.java64 import static android.content.Context.USER_SERVICE;
1011 SERVICES.put(UserManager.class, USER_SERVICE); in SERVICES.put() argument
/core/core/src/androidTest/java/androidx/core/content/
DContextCompatTest.java63 import static android.content.Context.USER_SERVICE;
262 assertEquals(USER_SERVICE, in getSystemServiceName()