Home | History | Annotate | Download | only in companion

Lines Matching defs:Binder

44 import android.os.Binder;
100 public class CompanionDeviceManagerService extends SystemService implements Binder.DeathRecipient {
226 final long callingIdentity = Binder.clearCallingIdentity();
234 Binder.restoreCallingIdentity(callingIdentity);
280 mAppOpsManager.checkPackage(Binder.getCallingUid(), pkg);
294 long identity = Binder.clearCallingIdentity();
303 Binder.restoreCallingIdentity(identity);
349 return UserHandle.getUserId(Binder.getCallingUid());
353 return Binder.getCallingUid() == Process.SYSTEM_UID;
445 Binder.withCleanCallingIdentity(obtainRunnable(CompanionDeviceManagerService::
482 return Binder.withCleanCallingIdentity(PooledLambda.obtainSupplier((context, pkg, id) -> {