Searched refs:expectSetUidForeground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java301 expectSetUidForeground(UID_A, true);
310 expectSetUidForeground(UID_A, true);
320 expectSetUidForeground(UID_A, false);
330 expectSetUidForeground(UID_A, true);
342 expectSetUidForeground(UID_A, true);
351 expectSetUidForeground(UID_A, true);
360 expectSetUidForeground(UID_A, false);
373 expectSetUidForeground(UID_A, false);
382 expectSetUidForeground(UID_A, true);
391 expectSetUidForeground(UID_
778 private void expectSetUidForeground(int uid, boolean uidForeground) throws Exception { method in class:NetworkPolicyManagerServiceTest
[all...]

Completed in 22 milliseconds