Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DAlertWindowsTests.java135 assertPackageImportance(IMPORTANCE_PERCEPTIBLE, IMPORTANCE_PERCEPTIBLE_PRE_26); in testAlertWindowOomAdj()
143 assertPackageImportance(IMPORTANCE_VISIBLE, IMPORTANCE_VISIBLE); in testAlertWindowOomAdj()
146 assertPackageImportance(IMPORTANCE_VISIBLE, IMPORTANCE_VISIBLE); in testAlertWindowOomAdj()
151 assertPackageImportance(IMPORTANCE_PERCEPTIBLE, IMPORTANCE_PERCEPTIBLE_PRE_26); in testAlertWindowOomAdj()
155 assertPackageImportance(IMPORTANCE_VISIBLE, IMPORTANCE_VISIBLE); in testAlertWindowOomAdj()
158 assertPackageImportance(IMPORTANCE_VISIBLE, IMPORTANCE_VISIBLE); in testAlertWindowOomAdj()
163 assertPackageImportance(IMPORTANCE_PERCEPTIBLE, IMPORTANCE_PERCEPTIBLE_PRE_26); in testAlertWindowOomAdj()
210 private void assertPackageImportance(int expectedForO, int expectedForPreO) throws Exception { in assertPackageImportance() method in AlertWindowsTests