Searched refs:callerId (Results 1 – 2 of 2) sorted by relevance
351 final int callerId = Binder.getCallingUserHandle().getIdentifier();352 if (callerId != mCurrentBoundedUserId) {353 Log.w(TAG_OPS, "Launcher called sysui with invalid user: " + callerId + ", reason: "
3791 final int callerId = UserHandle.getCallingUserId(); in isProviderInCallerOrInProfileAndWhitelListed() local3792 if (profileId == callerId) { in isProviderInCallerOrInProfileAndWhitelListed()3796 if (parentId != callerId) { in isProviderInCallerOrInProfileAndWhitelListed()