Home | History | Annotate | Download | only in phone

Lines Matching defs:callingUser

1269             int callingUser = UserHandle.getCallingUserId();
1275 ok = (foregroundUser == callingUser);
1278 + " callingUser=" + callingUser + " ok=" + ok);