MCPcopy Create free account
hub / github.com/8enet/AppOpsX / IUserManager

Interface IUserManager

apicompat/src/main/java/android/os/IUserManager.java:6–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import java.util.List;
5
6public interface IUserManager {
7 UserInfo getPrimaryUser();
8
9 List<UserInfo> getUsers(boolean excludeDying);
10
11 int getManagedProfileBadge(int userId);
12
13 abstract class Stub{
14 public static IUserManager asInterface(android.os.IBinder obj){
15 return null;
16 }
17 }
18
19}

Callers 2

subscribeMethod · 0.65
onMenuItemClickMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected