Lines Matching refs:caller

401         private static final String TAG_DISABLE_CALLER_ID = "disable-caller-id";
2723 // so try to retrieve it to check that the caller is one.
2745 // so try to retrieve it to check that the caller is one.
2767 // so try to retrieve it to check that the caller is one.
2846 // so try to retrieve it to check that the caller is one.
3078 // so try to retrieve it to check that the caller is one.
3209 throw new SecurityException("who == null, but caller is not cert installer");
3245 final UserHandle caller = Binder.getCallingUserHandle();
3247 ComponentName aliasChooser = getProfileOwner(caller.getIdentifier());
3248 if (aliasChooser == null && caller.isOwner()) {
3268 mContext.sendOrderedBroadcastAsUser(intent, caller, null, new BroadcastReceiver() {
3289 // Catch everything (not just RemoteException): caller could throw a
3341 // so try to retrieve it to check that the caller is one.
3615 // Return it to the caller.
3664 // Return it to the caller.
3795 // Check for permissions if a particular caller is specified
3797 // When checking for a single caller, status is based on caller's request
3802 // If no particular caller is specified, return the aggregate set of requests.
5575 // so try to retrieve it to check that the caller is one.
5617 // so try to retrieve it to check that the caller is one.
5944 * This function lets the caller know whether the given package is allowed to start the
6347 * Checks if the caller of the method is the device owner app or device initialization app.
6349 * @param callerUid UID of the caller.
6350 * @return true if the caller is the device owner app or device initializer.