Searched refs:isCallerSystem (Results 1 – 8 of 8) sorted by relevance
175 private boolean isCallerSystem() { in isCallerSystem() method in AbstractThreadedSyncAdapter.ISyncAdapterImpl186 if (!isCallerSystem()) { in onUnsyncableAccount()197 if (!isCallerSystem()) { in startSync()262 if (!isCallerSystem()) { in cancelSync()
1630 private boolean isCallerSystem() { in isCallerSystem() method in ShortcutService1661 if (!(isCallerSystem() || isCallerShell())) { in enforceSystemOrShell()1673 if (!isCallerSystem()) { in enforceSystem()1679 if (isCallerSystem()) { in enforceResetThrottlingPermission()1688 if (isCallerSystem()) { in enforceCallingOrSelfPermission()1705 if (isCallerSystem()) { in verifyCallerUserId()1720 if (isCallerSystem()) { in verifyCaller()
3600 final boolean isCallerSystem = callerApp.info.uid == Process.SYSTEM_UID; in bindServiceLocked()3602 if (isCallerSystem) { in bindServiceLocked()3624 if ((flags & Context.BIND_SCHEDULE_LIKE_TOP_APP) != 0 && !isCallerSystem) { in bindServiceLocked()3629 if ((flags & BIND_ALLOW_WHITELIST_MANAGEMENT) != 0 && !isCallerSystem) { in bindServiceLocked()3635 if ((flags & Context.BIND_ALLOW_INSTANT) != 0 && !isCallerSystem) { in bindServiceLocked()3641 if ((flags & Context.BIND_ALMOST_PERCEPTIBLE) != 0 && !isCallerSystem) { in bindServiceLocked()7664 boolean isCallerSystem = false; in shouldAllowFgsWhileInUsePermissionLocked()7672 isCallerSystem = true; in shouldAllowFgsWhileInUsePermissionLocked()7675 isCallerSystem = false; in shouldAllowFgsWhileInUsePermissionLocked()7679 if (isCallerSystem) { in shouldAllowFgsWhileInUsePermissionLocked()
14697 final boolean isCallerSystem; in broadcastIntentLockedTraced()14706 isCallerSystem = true; in broadcastIntentLockedTraced()14709 isCallerSystem = (callerApp != null) && callerApp.isPersistent(); in broadcastIntentLockedTraced()14715 if (!isCallerSystem) { in broadcastIntentLockedTraced()15188 if (isCallerSystem) { in broadcastIntentLockedTraced()15278 if (isCallerSystem) { in broadcastIntentLockedTraced()
1619 boolean isCallerSystem = Binder.getCallingPid() == Process.myPid(); in getHistoricalOps()1635 if (!isCallerSystem && !isCallerInstrumented && !isCallerPermissionController in getHistoricalOps()5877 boolean isCallerSystem = Binder.getCallingPid() == Process.myPid();5878 if (!isCallerSystem && !isCallerInstrumented) {
489 public boolean isCallerSystem() { in isCallerSystem() method in Vpn.Dependencies4695 if (!mDeps.isCallerSystem()) { in getVpnProfilePrivileged()
3553 HSPLandroid/content/AbstractThreadedSyncAdapter$ISyncAdapterImpl;->isCallerSystem()Z
3556 HSPLandroid/content/AbstractThreadedSyncAdapter$ISyncAdapterImpl;->isCallerSystem()Z