Home | History | Annotate | Download | only in companion

Lines Matching defs:getCallingUserId

224             int userId = getCallingUserId();
253 checkUsesFeature(callingPackage, getCallingUserId());
265 checkUsesFeature(callingPackage, getCallingUserId());
266 removeAssociation(getCallingUserId(), callingPackage, deviceMacAddress);
270 checkCallerIsSystemOr(pkg, getCallingUserId());
278 checkArgument(getCallingUserId() == userId,
288 int userId = getCallingUserId();
317 int userId = getCallingUserId();
348 private static int getCallingUserId() {
500 int userId = getCallingUserId();
506 updateAssociations(update, getCallingUserId());