Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DWatcherImpl.java39 nativeCancel(mImplPtr); in cancel()
60 private native void nativeCancel(long implPtr); in nativeCancel() method in WatcherImpl
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSQLiteConnection.java302 public static void nativeCancel(int connectionPtr) { in nativeCancel() method in ShadowSQLiteConnection
303 nativeCancel((long) connectionPtr); in nativeCancel()
307 public static void nativeCancel(long connectionPtr) { in nativeCancel() method in ShadowSQLiteConnection