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

/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java104 private String mTargetLabel; field in class:ApfGenerator.Instruction
148 mTargetLabel = label;
170 if (mTargetLabel != null) {
185 if (mTargetLabel == null) {
239 if (mTargetLabel != null) {
269 if (mTargetLabel == DROP_LABEL) {
271 } else if (mTargetLabel == PASS_LABEL) {
274 targetLabelInstruction = mLabels.get(mTargetLabel);
277 throw new IllegalInstructionException("label not found: " + mTargetLabel);
283 mTargetLabel);
[all...]

Completed in 72 milliseconds