Home | History | Annotate | Download | only in content

Lines Matching defs:Binder

30 import android.os.Binder;
172 * Binder object that deals with remoting.
396 return mAppOpsManager.noteOp(mReadOp, Binder.getCallingUid(), callingPkg);
403 final int pid = Binder.getCallingPid();
404 final int uid = Binder.getCallingUid();
465 return mAppOpsManager.noteOp(mWriteOp, Binder.getCallingUid(), callingPkg);
472 final int pid = Binder.getCallingPid();
473 final int uid = Binder.getCallingUid();
560 * @see Binder#getCallingUid()
568 mTransport.mAppOpsManager.checkPackage(Binder.getCallingUid(), pkg);
1534 * Returns the Binder object for this provider.
1536 * @return the Binder object for this provider
1565 * We may be using AsyncTask from binder threads. Make it init here