MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / insert

Method insert

android/src/FileProvider.java:104–107  ·  view source on GitHub ↗
(Uri uri, ContentValues values)

Source from the content-addressed store, hash-verified

102 }
103
104 @Override
105 public Uri insert(Uri uri, ContentValues values) {
106 throw new UnsupportedOperationException("Insert not implemented");
107 }
108
109 @Override
110 public int update(Uri uri, ContentValues values, String selection,

Callers 15

InsertMethod · 0.80
FindClosingPairsMethod · 0.80
OptimiseMethod · 0.80
SynchroniseInRangeMethod · 0.80
InsertMethod · 0.80
UpdateDeltaMethod · 0.80
EraseStartMethod · 0.80
push_backMethod · 0.80
FindSolutionMethod · 0.80
IsSetUniqueMethod · 0.80
InsertMethod · 0.80
RefreshMethod · 0.80

Calls

no outgoing calls

Tested by 2

InsertMethod · 0.64
FindClosingPairsMethod · 0.64