Searched refs:launchedFromUid (Results 1 – 2 of 2) sorted by relevance
429 int launchedFromUid; in processIntent() local432 launchedFromUid = ActivityManagerNative.getDefault().getLaunchedFromUid( in processIntent()437 launchedFromUid = -1; in processIntent()440 if (appOps.noteOpNoThrow(AppOpsManager.OP_CALL_PHONE, launchedFromUid, launchedFromPackage) in processIntent()442 Log.w(TAG, "Rejecting call from uid " + launchedFromUid + " package " in processIntent()
408 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid) { in ResolveListHelper() argument413 mLaunchedFromUid = launchedFromUid; in ResolveListHelper()