Searched refs:isCallerSystem (Results 1 – 9 of 9) 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()
1640 private boolean isCallerSystem() { in isCallerSystem() method in ShortcutService1671 if (!(isCallerSystem() || isCallerShell())) { in enforceSystemOrShell()1683 if (!isCallerSystem()) { in enforceSystem()1689 if (isCallerSystem()) { in enforceResetThrottlingPermission()1698 if (isCallerSystem()) { in enforceCallingOrSelfPermission()1715 if (isCallerSystem()) { in verifyCallerUserId()1730 if (isCallerSystem()) { in verifyCaller()
4089 final boolean isCallerSystem = callerApp.info.uid == Process.SYSTEM_UID; in bindServiceLocked()4091 if (isCallerSystem) { in bindServiceLocked()4113 if ((flags & Context.BIND_SCHEDULE_LIKE_TOP_APP) != 0 && !isCallerSystem) { in bindServiceLocked()4118 if ((flags & BIND_ALLOW_WHITELIST_MANAGEMENT) != 0 && !isCallerSystem) { in bindServiceLocked()4124 if ((flags & Context.BIND_ALLOW_INSTANT) != 0 && !isCallerSystem) { in bindServiceLocked()4130 if ((flags & Context.BIND_ALMOST_PERCEPTIBLE) != 0 && !isCallerSystem) { in bindServiceLocked()8405 boolean isCallerSystem = false; in shouldAllowFgsWhileInUsePermissionLocked()8413 isCallerSystem = true; in shouldAllowFgsWhileInUsePermissionLocked()8416 isCallerSystem = false; in shouldAllowFgsWhileInUsePermissionLocked()8420 if (isCallerSystem) { in shouldAllowFgsWhileInUsePermissionLocked()
467 public boolean isCallerSystem() { in isCallerSystem() method in Vpn.Dependencies4101 if (!mDeps.isCallerSystem()) { in getVpnProfilePrivileged()
1870 boolean isCallerSystem = Binder.getCallingPid() == Process.myPid(); in getHistoricalOps()1886 if (!isCallerSystem && !isCallerInstrumented && !isCallerPermissionController in getHistoricalOps()6785 boolean isCallerSystem = Binder.getCallingPid() == Process.myPid();6786 if (!isCallerSystem && !isCallerInstrumented) {
3166 public boolean isCallerSystem() { in isCallerSystem() method in VpnTest.TestDeps
3467 HSPLandroid/content/AbstractThreadedSyncAdapter$ISyncAdapterImpl;->isCallerSystem()Z
19721 PLcom/android/server/pm/ShortcutService;->isCallerSystem()Z
3470 HSPLandroid/content/AbstractThreadedSyncAdapter$ISyncAdapterImpl;->isCallerSystem()Z