Home | History | Annotate | Download | only in app

Lines Matching refs:Binder

24 import android.os.Binder;
52 private final Binder mToken = new Binder();
71 mOwningUid = Binder.getCallingUid();
100 final long identity = Binder.clearCallingIdentity();
104 Binder.restoreCallingIdentity(identity);
115 final long identity = Binder.clearCallingIdentity();
126 Binder.restoreCallingIdentity(identity);
138 final long identity = Binder.clearCallingIdentity();
142 Binder.restoreCallingIdentity(identity);
239 final int callingUid = Binder.getCallingUid();