Home
last modified time | relevance | path

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

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java293 private void assertOomAdjustment(String packageName, String processName, int oomAdj) in assertOomAdjustment() method in AppBindingHostTest
743 assertOomAdjustment(PACKAGE_A, PACKAGE_A_PROC, 200); in testOomAdjustment()