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

1 2 3 4 5 6

  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 102 public void deactivate() { method in class:BulkCursorToCursorAdaptor
105 super.deactivate();
109 mBulkCursor.deactivate();
147 deactivate(); method
152 deactivate(); method
IBulkCursor.java 46 public void deactivate() throws RemoteException; method in interface:IBulkCursor
MergeCursor.java 159 public void deactivate() method in class:MergeCursor
164 mCursors[i].deactivate(); method
167 super.deactivate();
CursorWrapper.java 60 public void deactivate() { method in class:CursorWrapper
61 mCursor.deactivate();
Cursor.java 351 void deactivate(); method in interface:Cursor
356 * #deactivate}.
372 * Unlike {@link #deactivate()} a call to {@link #requery()} will not make the Cursor valid
404 * {@link #requery()}, {@link #deactivate()}, or {@link #close()}.
CursorToBulkCursorAdaptor.java 200 public void deactivate() { method in class:CursorToBulkCursorAdaptor
204 mCursor.deactivate();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 74 * Helper function for subclasses to deactivate the GL environment after running.
79 glEnv.deactivate();
FilterFunction.java 88 // Deactivate GL environment if activated
90 glEnv.deactivate();
GLEnvironment.java 90 public void deactivate() { method in class:GLEnvironment
92 throw new RuntimeException("Could not deactivate GLEnvironment!");
  /frameworks/base/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!");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
84 * If any exception happened during activation, editor still should be able to deactivate
90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:PropertyEditor
  /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
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 17 public void deactivate() { method in class:MockImageList
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 80 public void deactivate() { method in class:LastComposedWord
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 136 if(LlcpMac->LlcpMacInterface.deactivate == NULL)
142 status = LlcpMac->LlcpMacInterface.deactivate(LlcpMac);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 149 public void deactivate() { method in class:ShadowCursorWrapper
150 wrappedCursor.deactivate();
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 199 public void deactivate() { method in class:SQLiteCursor
200 super.deactivate();
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.h 122 - (void)deactivate;
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 146 public void deactivate() { method in class:MockCursor
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 102 cursor.deactivate();
104 // deactivate() will close the CursorWindow
113 cursor.deactivate();
114 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
138 cursor.deactivate();
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 768 if (p_data->deactivate.is_ntf)
771 if ((p_data->deactivate.type == NFC_DEACTIVATE_TYPE_IDLE) || (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_DISCOVERY))
893 ** Description Send deactivate command to NFCC, if needed.
895 ** Returns NFC_STATUS_OK - deactivate cmd is sent
898 ** to send deactivate cmd
908 /* if deactivate CMD was not sent to NFCC */
    [all...]
nfa_dm_act.c 503 /* not waiting to deactivate, clear the flag now */
740 ** Description Process deactivate command
752 if ( (p_data->deactivate.sleep_mode == FALSE) /* Always allow deactivate to IDLE */
753 ||( (nfa_dm_cb.disc_cb.activated_protocol != NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */
759 if (p_data->deactivate.sleep_mode)
763 /* Deactivate to sleep mode not allowed in this state. */
773 /* Only deactivate to IDLE is allowed in this state. */
781 /* NFA P2P will deactivate NFC link after deactivating LLCP link */
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 70 cursorWrapper.deactivate();
134 cursorWrapper.deactivate();
143 cursorWrapper.deactivate();
144 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
165 cursorWrapper.deactivate();
  /development/apps/Development/src/com/android/development/
DataList.java 61 mCursor.deactivate();
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 50 self.testbed.deactivate()

Completed in 840 milliseconds

1 2 3 4 5 6