verify(gateway,isActive ? times(1) : never()).updateSubscriptionSnapshot(eq(updatedSnapshot)); | verify(gateway,status == VCN_STATUS_CODE_ACTIVE ? times(1) : never()).updateSubscriptionSnapshot(eq(updatedSnapshot)); | isActive | isActive == VCN_STATUS_CODE_ACTIVE | platform_frameworks_base | bd1085ef03ca0188e829f8cce1269d96b235457b | com.android.server.vcn.VcnTest | | | | - android.net.vcn.VcnManager.VCN_STATUS_CODE_ACTIVE
| | Uses | True |