Home | History | Annotate | Download | only in app

Lines Matching defs:finishOp

920      * later call {@link #finishOp(String, int, String)} to report when the application is no
948 public void finishOp(String op, int uid, String packageName) {
949 finishOp(strOpToOp(op), uid, packageName);
1077 * later call {@link #finishOp(int, int, String)} to report when the application is no
1125 public void finishOp(int op, int uid, String packageName) {
1133 public void finishOp(int op) {
1134 finishOp(op, Process.myUid(), mContext.getOpPackageName());