Searched defs:uriType (Results 1 – 4 of 4) sorted by relevance
100 @UriType int uriType = uriType(uri); in query() local137 @UriType int uriType = uriType(uri); in insert() local184 @UriType int uriType = uriType(uri); in delete() local231 @UriType int uriType = uriType(uri); in update() local286 @UriType int uriType = uriType(operation.getUri()); in applyBatch() local318 private int uriType(Uri uri) { in uriType() method in PhoneLookupHistoryContentProvider
25 private final int uriType; field in LogFields39 public LogFields(int apiType, int uriType, boolean callerIsSyncAdapter, long startNanos) { in LogFields()80 private int uriType; field in LogFields.Builder100 public Builder setUriType(int uriType) { in setUriType()
293 private UriData(Uri uri, VoicemailUriType uriType, String id, String sourcePackage) { in UriData()343 VoicemailUriType uriType = createUriMatcher().match(uri); in createUriData() local
4475 int uriType = URL_UNKNOWN; in update() local