Searched refs:allowBackgroundActivityStarts (Results 1 – 7 of 7) sorted by relevance
164 public void setBackgroundActivityStartsAllowed(boolean allowBackgroundActivityStarts) { in setBackgroundActivityStartsAllowed() argument165 mAllowBackgroundActivityStarts = allowBackgroundActivityStarts; in setBackgroundActivityStartsAllowed()
269 boolean allowBackgroundActivityStarts); in broadcastIntentInPackage() argument272 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()
463 if (r.allowBackgroundActivityStarts && r.curApp != null) { in finishReceiverLocked()819 if (r.allowBackgroundActivityStarts && !r.ordered) { in deliverToRegisteredReceiverLocked()1666 if (r == null || proc == null || !r.allowBackgroundActivityStarts) { in maybeAddAllowBackgroundActivityStartsToken()
14820 int realCallingPid, int userId, boolean allowBackgroundActivityStarts) { in broadcastIntentLocked() argument14903 allowBackgroundActivityStarts = true; in broadcastIntentLocked()15346 allowBackgroundActivityStarts, timeoutExempt); in broadcastIntentLocked()15443 allowBackgroundActivityStarts, timeoutExempt); in broadcastIntentLocked()15589 int userId, boolean allowBackgroundActivityStarts) { in broadcastIntentInPackage() argument15601 allowBackgroundActivityStarts); in broadcastIntentInPackage()18230 boolean allowBackgroundActivityStarts) { in broadcastIntentInPackage() argument18235 userId, allowBackgroundActivityStarts); in broadcastIntentInPackage()18242 boolean allowBackgroundActivityStarts) throws TransactionTooLargeException { in startServiceInPackage() argument18251 allowBackgroundActivityStarts); in startServiceInPackage()
410 final int userId, boolean allowBackgroundActivityStarts) in startServiceLocked() argument636 if (allowBackgroundActivityStarts) { in startServiceLocked()
395 public void setAllowBackgroundActivityStarts(boolean allowBackgroundActivityStarts) { in setAllowBackgroundActivityStarts() argument396 mAllowBackgroundActivityStarts = allowBackgroundActivityStarts; in setAllowBackgroundActivityStarts()