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

/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java474 public void applyChangesLocked(NotificationRecord operand) { argument
475 float affinityBound = operand.getContactAffinity();
476 operand.setContactAffinity(Math.max(mContactAffinity, affinityBound));
477 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity());
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter.java398 public void visitIntInsn(int opcode, int operand) { argument
400 mOrgWriter.visitIntInsn(opcode, operand);
H A DStubMethodAdapter.java313 public void visitIntInsn(int opcode, int operand) { argument
315 mParentVisitor.visitIntInsn(opcode, operand);
H A DAsmAnalyzer.java669 // pass -- a zero operand instruction
673 public void visitIntInsn(int opcode, int operand) { argument
674 // pass -- a single int operand instruction
768 // type is the operand of the instruction to be visited. This operand must be the
H A DDependencyFinder.java548 // pass -- a zero operand instruction
552 public void visitIntInsn(int opcode, int operand) { argument
553 // pass -- a single int operand instruction
643 // type is the operand of the instruction to be visited. This operand must be the
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 94 milliseconds