Searched refs:mGotApfProgram (Results 1 – 1 of 1) sorted by relevance
936 private final ConditionVariable mGotApfProgram = new ConditionVariable(); field in ApfTest.MockIpClientCallback947 mGotApfProgram.open(); in installPacketFilter()951 mGotApfProgram.close(); in resetApfProgramWait()955 assertTrue(mGotApfProgram.block(TIMEOUT_MS)); in getApfProgram()960 assertFalse(mGotApfProgram.block(TIMEOUT_MS)); in assertNoProgramUpdate()