Searched refs:logFail (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 173 logFail(); in test() 240 logFail("unexpected notification tag: " + tag); in test() 293 logFail(); in test() 340 logFail(); in test() 401 logFail(); in test() 442 logFail(); in test()
|
D | PackagePriorityVerifierActivity.java | 88 logFail("You must install the CTS Robot helper, aka " + NOTIFICATION_BOT_PACKAGE); in test() 175 logFail("expected rankA (" + rankA + ") > rankB (" + rankB + ")"); in test() 220 logFail("expected rankA (" + rankA + ") < rankB (" + rankB + ")"); in test()
|
D | InteractiveVerifierActivity.java | 118 protected void logFail() { in logFail() method in InteractiveVerifierActivity.InteractiveTestCase 119 logFail(null); in logFail() 122 protected void logFail(String message) { in logFail() method in InteractiveVerifierActivity.InteractiveTestCase 390 logFail("no settings activity"); in test() 426 logFail(); in test()
|
D | AttentionManagementVerifierActivity.java | 468 logFail(rankA + ", " + rankB + ", " + rankC); in test() 512 logFail(rankA + ", " + rankB + ", " + rankC); in test() 558 logFail("noisy notification did not sort to top."); in test() 576 logFail("noisy notification did not fade back into the list."); in test() 688 logFail(rankA + ", " + rankB + ", " + rankC); in test() 732 logFail(rankA + ", " + rankB + ", " + rankC); in test() 776 logFail(rankA + ", " + rankB + ", " + rankC); in test()
|