Home
last modified time | relevance | path

Searched refs:launchedFromUid (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DOutgoingCallBroadcaster.java431 int launchedFromUid; in processIntent() local
434 launchedFromUid = ActivityManagerNative.getDefault().getLaunchedFromUid( in processIntent()
439 launchedFromUid = -1; in processIntent()
442 if (appOps.noteOpNoThrow(AppOpsManager.OP_CALL_PHONE, launchedFromUid, launchedFromPackage) in processIntent()
444 Log.w(TAG, "Rejecting call from uid " + launchedFromUid + " package " in processIntent()
/packages/apps/Settings/src/com/android/settings/
DCredentialStorage.java405 int launchedFromUid = android.app.ActivityManagerNative.getDefault() in checkCallerIsCertInstallerOrSelfInProfile() local
407 if (launchedFromUid == -1) { in checkCallerIsCertInstallerOrSelfInProfile()
411 if (!UserHandle.isSameApp(launchedFromUid, Process.myUid())) { in checkCallerIsCertInstallerOrSelfInProfile()
415 launchedFromUserId = UserHandle.getUserId(launchedFromUid); in checkCallerIsCertInstallerOrSelfInProfile()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
DResolverActivity.java408 Intent[] initialIntents, List<ResolveInfo> rList, int launchedFromUid) { in ResolveListHelper() argument
413 mLaunchedFromUid = launchedFromUid; in ResolveListHelper()