Searched refs:methodType (Results 1 – 4 of 4) sorted by relevance
37 void fireOnStreamMethodUpdated(int methodType); in fireOnStreamMethodUpdated() argument
131 public void addMethodType(MethodType methodType) { in addMethodType() argument132 mMethodType |= methodType.getValue(); in addMethodType()
79 public void onStreamMethodUpdated(int methodType) { in onStreamMethodUpdated() argument81 args.arg1 = methodType; in onStreamMethodUpdated()
224 public void fireOnStreamMethodUpdated(int methodType){225 mHandler.post(() -> mStreamCallback.onStreamMethodUpdated(methodType));