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

/frameworks/base/tests/net/java/android/net/apf/
H A DBpf2Apf.java98 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS ||
149 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS ||
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java320 * The memory slots are numbered 0 to {@code MEMORY_SLOTS} - 1. This must be kept in sync with
323 public static final int MEMORY_SLOTS = 16; field in class:ApfGenerator
776 if (slot < 0 || slot > (MEMORY_SLOTS - 1)) {
791 if (slot < 0 || slot > (MEMORY_SLOTS - 1)) {

Completed in 33 milliseconds