Home
last modified time | relevance | path

Searched defs:finalVerdict (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerLogTests.java92 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_VISIBLE_WINDOW, false, "visible"); in intent_visible_noLog() local
101 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_SAW_PERMISSION, false, "SAW"); in intent_saw_log() local
111 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_SAW_PERMISSION, false, "SAW"); in pendingIntent_callerOnly_saw_log() local
121 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_SAW_PERMISSION, false, "SAW") in pendingIntent_realCallerOnly_saw_log() local
131 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_SAW_PERMISSION, false, "SAW"); in intent_shouldLogIntentActivity() local
140 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_SAW_PERMISSION, false, "SAW"); in pendingIntent_shouldLogIntentActivityForCaller() local
153 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_SAW_PERMISSION, false, in pendingIntent_shouldLogIntentActivityForRealCaller() local
168 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_VISIBLE_WINDOW, false, in pendingIntent_realCallerOnly_visible_noLog() local
178 BalVerdict finalVerdict = new BalVerdict(BAL_ALLOW_VISIBLE_WINDOW, false, "visible"); in pendingIntent_callerOnly_visible_noLog() local
DBackgroundActivityStartControllerTests.java150 boolean shouldLogStats(BalVerdict finalVerdict, BalState state) { in shouldLogStats()
155 boolean shouldLogIntentActivity(BalVerdict finalVerdict, BalState state) { in shouldLogIntentActivity()
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java1633 private BalVerdict statsLog(BalVerdict finalVerdict, BalState state) { in statsLog()
1687 boolean shouldLogStats(BalVerdict finalVerdict, BalState state) { in shouldLogStats()
1702 boolean shouldLogIntentActivity(BalVerdict finalVerdict, BalState state) { in shouldLogIntentActivity()