Lines Matching full:appid
336 uid_t appid;
339 appid = uid % AID_USER;
340 if (appid < AID_APP) {
342 if (android_ids[n].aid == appid) {
349 } else if (appid < AID_ISOLATED_START) {
351 appid -= AID_APP;
354 appid -= AID_ISOLATED_START;
357 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
415 context_range_get(ctx), appid & 0xff,
416 256 + (appid>>8 & 0xff));
426 context_range_get(ctx), appid & 0xff,
427 256 + (appid>>8 & 0xff),