Searched refs:TYPE_CALL (Results 1 – 1 of 1) sorted by relevance
54 public final static int TYPE_CALL = 5; field in ContentProviderOperation224 return new Builder(TYPE_CALL, uri, method, arg); in newCall()305 return mType == TYPE_CALL; in isCall()382 } else if (mType == TYPE_CALL) { in applyInternal()528 case TYPE_CALL: return "call"; in typeToString()1031 case TYPE_CALL: in assertExtrasAllowed()