HomeSort by relevance Sort by last modified time
    Searched full:deactivate (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /system/media/mca/filterfw/java/android/filterfw/
MffEnvironment.java 94 * Deactivate the GL environment from use in the current thread. A GL environment must have been
101 mContext.getGLEnvironment().deactivate();
103 throw new NullPointerException("No GLEnvironment in place to deactivate!");
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 113 public void deactivate() { method in class:BulkCursorToCursorAdaptor
116 super.deactivate();
120 mBulkCursor.deactivate();
158 deactivate(); method
163 deactivate(); method
DataSetObserver.java 35 * most likely through a call to {@link Cursor#deactivate()} or {@link Cursor#close()} on a
CursorWrapper.java 60 public void deactivate() { method in class:CursorWrapper
61 mCursor.deactivate();
MergeCursor.java 159 public void deactivate() method in class:MergeCursor
164 mCursors[i].deactivate(); method
167 super.deactivate();
IBulkCursor.java 55 public void deactivate() throws RemoteException; method in interface:IBulkCursor
CursorToBulkCursorAdaptor.java 198 public void deactivate() { method in class:CursorToBulkCursorAdaptor
202 mCursor.deactivate();
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 88 // Deactivate GL environment if activated
90 glEnv.deactivate();
GraphRunner.java 74 * Helper function for subclasses to deactivate the GL environment after running.
79 glEnv.deactivate();
GLEnvironment.java 86 public void deactivate() { method in class:GLEnvironment
88 throw new RuntimeException("Could not deactivate GLEnvironment!");
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 17 public void deactivate() { method in class:MockImageList
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 122 method = "deactivate",
147 cursor.deactivate();
149 // deactivate() will close the CursorWindow
158 cursor.deactivate();
159 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
183 cursor.deactivate();
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 136 if(LlcpMac->LlcpMacInterface.deactivate == NULL)
142 status = LlcpMac->LlcpMacInterface.deactivate(LlcpMac);
phFriNfc_LlcpMac.h 61 * - Deactivate the LLCP link
156 pphFriNfcLlpcMac_Deactivate_t deactivate; member in struct:phFriNfc_LlcpMac_Interface
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrackingView.java 49 //mService.deactivate();
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 123 * will handle this for you. In some situations, the adapter will deactivate
290 mChildrenCursorHelpers.valueAt(pos).deactivate();
305 * @param releaseCursors Whether to release and deactivate any cached
337 cursorHelper.deactivate();
456 deactivate(); method
473 void deactivate() { method in class:CursorTreeAdapter.MyCursorHelper
  /external/webkit/Tools/QueueStatusServer/model/
activeworkitems_unittest.py 45 self.testbed.deactivate()
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 106 printf("deactivate() for '%s'failed (%s)\n",
183 printf("deactivate() for '%s'failed (%s)\n",
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 318 method = "deactivate",
348 mergeCursor.deactivate();
357 mergeCursor.deactivate();
358 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
381 mergeCursor.deactivate();
DatabaseCursorTest.java 423 testCursor.deactivate();
440 testCursor.deactivate();
458 testCursor.deactivate();
503 testCursor.deactivate();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 520 /* If no word is retrieved, deactivate the cursor for reduce the resource */
521 mDbCursor.deactivate( );
547 mDbCursor.deactivate();
553 mDbCursor.deactivate();
591 mDbCursor.deactivate();
656 /* Move cursor to next result. If the next result is not exist, deactivate the cursor */
659 mDbCursor.deactivate();
665 mDbCursor.deactivate();
669 mDbCursor.deactivate();
    [all...]
  /development/apps/Development/src/com/android/development/
DataList.java 61 mCursor.deactivate();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabs.java 88 // from a previously saved state. If so, deactivate it, because our
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 336 // DeActivate thread watching for shutdown.
368 // DeActivate thread watching for shutdown.
408 // DeActivate thread watching for shutdown.
454 // DeActivate thread watching for shutdown.

Completed in 400 milliseconds

1 2 3 4 5 6 7