Home | History | Annotate | Download | only in content

Lines Matching defs:Binder

37 import android.os.Binder;
190 * Binder object that deals with remoting.
541 if (getContext().checkPermission(permission, Binder.getCallingPid(), Binder.getCallingUid(),
558 final int pid = Binder.getCallingPid();
559 final int uid = Binder.getCallingUid();
640 final int pid = Binder.getCallingPid();
641 final int uid = Binder.getCallingUid();
738 * @see Binder#getCallingUid()
746 mTransport.mAppOpsManager.checkPackage(Binder.getCallingUid(), pkg);
1866 * Returns the Binder object for this provider.
1868 * @return the Binder object for this provider