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

1 2 3 4 5

  /frameworks/base/core/java/android/app/
IStatusBar.aidl 23 void deactivate();
StatusBarManager.java 100 mService.deactivate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementTreeEditPart.java 62 public void deactivate() { method in class:UiElementTreeEditPart
64 super.deactivate();
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 126 public void deactivate() { method in class:BulkCursorToCursorAdaptor
129 super.deactivate();
132 mBulkCursor.deactivate();
167 deactivate(); method
172 deactivate(); method
DataSetObserver.java 35 * most likely through a call to {@link Cursor#deactivate()} or {@link Cursor#close()} on a
MergeCursor.java 180 public void deactivate() method in class:MergeCursor
185 mCursors[i].deactivate(); method
188 super.deactivate();
CursorToBulkCursorAdaptor.java 139 public void deactivate() { method in class:CursorToBulkCursorAdaptor
141 mCursor.deactivate();
CursorWrapper.java 73 public void deactivate() { method in class:CursorWrapper
74 mCursor.deactivate();
IBulkCursor.java 61 public void deactivate() throws RemoteException; method in interface:IBulkCursor
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 121 method = "deactivate",
146 cursor.deactivate();
148 // deactivate() will close the CursorWindow
157 cursor.deactivate();
158 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
182 cursor.deactivate();
SQLiteStatementTest.java 95 c.deactivate();
138 c.deactivate();
  /frameworks/base/awt/java/awt/im/spi/
InputMethod.java 37 public void deactivate(boolean isTemporary); method in interface:InputMethod
  /frameworks/base/services/java/com/android/server/status/
TrackingView.java 51 mService.deactivate();
  /packages/apps/Camera/tests/src/com/android/camera/gallery/
MockImageList.java 17 public void deactivate() { method in class:MockImageList
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 17 public void deactivate() { method in class:MockImageList
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 124 * will handle this for you. In some situations, the adapter will deactivate
289 mChildrenCursorHelpers.valueAt(pos).deactivate();
304 * @param releaseCursors Whether to release and deactivate any cached
336 cursorHelper.deactivate();
455 deactivate(); method
472 void deactivate() { method in class:CursorTreeAdapter.MyCursorHelper
479 mCursor.deactivate();
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
muxtbl.h 34 #define DEACTIVATE 0
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
muxtbl.cpp 29 #define DEACTIVATE 0
121 iMuxDescriptorFlagR[entry_num] = DEACTIVATE;
151 iMuxDescriptorFlagR[entry_num] = DEACTIVATE;
214 iMuxDescriptorFlagR[entry_num] = DEACTIVATE;
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeIM.java 44 public void deactivate(boolean isTemporary) { method in class:NativeIM
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 147 memoryFile.deactivate();
172 file.deactivate();
  /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();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 449 c.deactivate();
558 c.deactivate();
574 c.deactivate();
592 c.deactivate();
638 c.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...]
  /hardware/libhardware/include/hardware/
sensors.h 43 * and/or deactivate sensors.
291 * and deactivate this sensor. The value of the handle must be 8 bits
334 /** Activate/deactivate one sensor.
  /development/apps/Development/src/com/android/development/
DataList.java 61 mCursor.deactivate();

Completed in 56 milliseconds

1 2 3 4 5