Searched refs:mGotApfProgram (Results 1 – 1 of 1) sorted by relevance
538 private final ConditionVariable mGotApfProgram = new ConditionVariable(); field in ApfTest.MockIpManagerCallback544 mGotApfProgram.open(); in installPacketFilter()548 mGotApfProgram.close(); in resetApfProgramWait()552 assertTrue(mGotApfProgram.block(TIMEOUT_MS)); in getApfProgram()557 assertFalse(mGotApfProgram.block(TIMEOUT_MS)); in assertNoProgramUpdate()