Searched refs:allowBackgroundActivityStarts (Results 1 – 7 of 7) sorted by relevance
164 public void setBackgroundActivityStartsAllowed(boolean allowBackgroundActivityStarts) { in setBackgroundActivityStartsAllowed() argument165 mAllowBackgroundActivityStarts = allowBackgroundActivityStarts; in setBackgroundActivityStartsAllowed()
257 boolean allowBackgroundActivityStarts); in broadcastIntentInPackage() argument260 boolean allowBackgroundActivityStarts) throws TransactionTooLargeException; in startServiceInPackage() argument
92 final boolean allowBackgroundActivityStarts; field in BroadcastRecord269 allowBackgroundActivityStarts = _allowBackgroundActivityStarts; in BroadcastRecord()314 allowBackgroundActivityStarts = from.allowBackgroundActivityStarts; in BroadcastRecord()350 allowBackgroundActivityStarts, timeoutExempt); in splitRecipientsLocked()
468 if (r.allowBackgroundActivityStarts && r.curApp != null) { in finishReceiverLocked()824 if (r.allowBackgroundActivityStarts && !r.ordered) { in deliverToRegisteredReceiverLocked()1674 if (r == null || proc == null || !r.allowBackgroundActivityStarts) { in maybeAddAllowBackgroundActivityStartsToken()
14904 int realCallingPid, int userId, boolean allowBackgroundActivityStarts) { in broadcastIntentLocked() argument14987 allowBackgroundActivityStarts = true; in broadcastIntentLocked()15435 allowBackgroundActivityStarts, timeoutExempt); in broadcastIntentLocked()15532 allowBackgroundActivityStarts, timeoutExempt); in broadcastIntentLocked()15678 int userId, boolean allowBackgroundActivityStarts) { in broadcastIntentInPackage() argument15690 allowBackgroundActivityStarts); in broadcastIntentInPackage()18335 boolean allowBackgroundActivityStarts) { in broadcastIntentInPackage() argument18340 userId, allowBackgroundActivityStarts); in broadcastIntentInPackage()18347 boolean allowBackgroundActivityStarts) throws TransactionTooLargeException { in startServiceInPackage() argument18356 allowBackgroundActivityStarts); in startServiceInPackage()
423 final int userId, boolean allowBackgroundActivityStarts) in startServiceLocked() argument649 if (allowBackgroundActivityStarts) { in startServiceLocked()
402 public void setAllowBackgroundActivityStarts(boolean allowBackgroundActivityStarts) { in setAllowBackgroundActivityStarts() argument403 mAllowBackgroundActivityStarts = allowBackgroundActivityStarts; in setAllowBackgroundActivityStarts()