Home
last modified time | relevance | path

Searched refs:TYPE_CALL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
DContentProviderOperation.java54 public final static int TYPE_CALL = 5; field in ContentProviderOperation
224 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()