Home
last modified time | relevance | path

Searched refs:removeAllowBackgroundActivityStartsToken (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java622 .removeAllowBackgroundActivityStartsToken(this); in setProcess()
634 proc.removeAllowBackgroundActivityStartsToken(this); in setProcess()
642 app.removeAllowBackgroundActivityStartsToken(this); in setProcess()
777 .removeAllowBackgroundActivityStartsToken(ServiceRecord.this); in allowBgActivityStartsOnServiceStart()
816 app.removeAllowBackgroundActivityStartsToken(this); in updateParentProcessBgActivityStartsToken()
DProcessRecord.java1193 void removeAllowBackgroundActivityStartsToken(Binder entity) { in removeAllowBackgroundActivityStartsToken() method in ProcessRecord
1195 mWindowProcessController.removeAllowBackgroundActivityStartsToken(entity); in removeAllowBackgroundActivityStartsToken()
DBroadcastQueue.java450 app.removeAllowBackgroundActivityStartsToken(r); in postActivityStartTokenRemoval()
469 r.curApp.removeAllowBackgroundActivityStartsToken(r); in finishReceiverLocked()
849 filter.receiverList.app.removeAllowBackgroundActivityStartsToken(r); in deliverToRegisteredReceiverLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundLaunchProcessController.java218 void removeAllowBackgroundActivityStartsToken(Binder entity) { in removeAllowBackgroundActivityStartsToken() method in BackgroundLaunchProcessController
DWindowProcessController.java500 public void removeAllowBackgroundActivityStartsToken(Binder entity) { in removeAllowBackgroundActivityStartsToken() method in WindowProcessController
501 mBgLaunchController.removeAllowBackgroundActivityStartsToken(entity); in removeAllowBackgroundActivityStartsToken()
/frameworks/base/services/
Dart-profile8817 HSPLcom/android/server/am/ProcessRecord;->removeAllowBackgroundActivityStartsToken(Landroid/os/Bind…
45180 …m/android/server/wm/BackgroundLaunchProcessController;->removeAllowBackgroundActivityStartsToken(L…
50394 HSPLcom/android/server/wm/WindowProcessController;->removeAllowBackgroundActivityStartsToken(Landro…