Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureStore.java137 Instance instance = Instance.createInstance(mSequenceType, in recognize()
159 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, entryName)); in addGesture()
325 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, name)); in readFormatV1()
DInstance.java72 …static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String labe… in createInstance() method in Instance
/frameworks/base/services/camera/libcameraservice/
DCameraHardwareStub.cpp383 sp<CameraHardwareInterface> CameraHardwareStub::createInstance() in createInstance() function in android::CameraHardwareStub
407 return CameraHardwareStub::createInstance(); in HAL_openCameraHardware()
DCameraHardwareStub.h64 static sp<CameraHardwareInterface> createInstance();
/frameworks/base/core/java/android/webkit/
DCookieSyncManager.java89 public static synchronized CookieSyncManager createInstance( in createInstance() method in CookieSyncManager
DBrowserFrame.java222 CookieSyncManager.createInstance(appContext); in BrowserFrame()
/frameworks/base/tests/CoreTests/android/core/
DRequestAPITest.java56 CookieSyncManager.createInstance(mContext); in setUp()
/frameworks/base/api/
Dcurrent.txt24838 …method public static synchronized android.webkit.CookieSyncManager createInstance(android.content.…
D14.txt24838 …method public static synchronized android.webkit.CookieSyncManager createInstance(android.content.…