Home
last modified time | relevance | path

Searched refs:writeBalAllowedLog (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java1661 writeBalAllowedLog(activityName, finalVerdict.getCode(), state); in statsLog()
1674 writeBalAllowedLog(activityName, BAL_ALLOW_PENDING_INTENT, in statsLog()
1680 writeBalAllowedLog("", code, state); in statsLog()
1708 @VisibleForTesting void writeBalAllowedLog(String activityName, int code, BalState state) { in writeBalAllowedLog() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerTests.java144 protected void writeBalAllowedLog(String activityName, int code, in writeBalAllowedLog() method in BackgroundActivityStartControllerTests.TestableBackgroundActivityStartController
DBackgroundActivityStartControllerExemptionTests.java150 protected void writeBalAllowedLog(String activityName, int code, in writeBalAllowedLog() method in BackgroundActivityStartControllerExemptionTests.TestableBackgroundActivityStartController