HomeSort by relevance Sort by last modified time
    Searched refs:deactivate (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 143 public void deactivate() { method in class:TestCursor
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 768 if (p_data->deactivate.is_ntf)
886 ** Description Send deactivate command to NFCC, if needed.
888 ** Returns NFC_STATUS_OK - deactivate cmd is sent
891 ** to send deactivate cmd
901 /* if deactivate CMD was not sent to NFCC */
    [all...]
nfa_dm_act.c 488 /* not waiting to deactivate, clear the flag now */
722 ** Description Process deactivate command
734 if ( (p_data->deactivate.sleep_mode == FALSE) /* Always allow deactivate to IDLE */
735 ||( (nfa_dm_cb.disc_cb.activated_protocol != NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */
743 /* NFA P2P will deactivate NFC link after deactivating LLCP link */
750 if (p_data->deactivate.sleep_mode)
754 /* Deactivate to sleep mode not allowed in this state. */
764 /* Only deactivate to IDLE is allowed in this state. */
    [all...]
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 77 deactivate(); method
192 public void deactivate() throws RemoteException method in class:BulkCursorProxy
AbstractCursor.java 119 public void deactivate() { method in class:AbstractCursor
  /frameworks/base/core/java/android/os/
MemoryFile.java 84 deactivate(); method
97 void deactivate() { method in class:MemoryFile
ParcelFileDescriptor.java 242 file.deactivate();
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 256 public void deactivate() method in class:SortCursor
261 mCursors[i].deactivate(); method
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 64 file.deactivate();
136 public synchronized void deactivate() { method in class:MiniThumbFile
  /packages/apps/Music/src/com/android/music/
SortCursor.java 256 public void deactivate() method in class:SortCursor
261 mCursors[i].deactivate(); method
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 524 /* If no word is retrieved, deactivate the cursor for reduce the resource */
525 mDbCursor.deactivate( );
551 mDbCursor.deactivate();
557 mDbCursor.deactivate();
595 mDbCursor.deactivate();
660 /* Move cursor to next result. If the next result is not exist, deactivate the cursor */
663 mDbCursor.deactivate();
669 mDbCursor.deactivate();
673 mDbCursor.deactivate();
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 238 mergeCursor.deactivate();
247 mergeCursor.deactivate();
248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
271 mergeCursor.deactivate();
DatabaseCursorTest.java 423 testCursor.deactivate();
440 testCursor.deactivate();
458 testCursor.deactivate();
503 testCursor.deactivate();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 102 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractComboBoxPropertyEditor
AbstractComboPropertyEditor.java 114 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractComboPropertyEditor
AbstractTextPropertyEditor.java 219 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractTextPropertyEditor
286 // OK, deactivate and navigate
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 396 c.deactivate();
412 c.deactivate();
430 c.deactivate();
476 c.deactivate();
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 158 mCursor.deactivate();
  /packages/apps/Nfc/nci/jni/
SecureElement.h 106 ** Function: deactivate
114 bool deactivate (jint seID);
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 92 mCursor.deactivate();
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 322 public void deactivate() { method in class:SuggestionsProvider.SuggestionsCursor
323 mDatabaseCursor.deactivate();
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 139 /* stop timer not to deactivate LLCP link on passive mode */
156 if ( (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP)
157 ||(p_data->deactivate.type == NFC_DEACTIVATE_TYPE_SLEEP_AF) )
430 ** Description Deactivate LLCP link
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 690 public void deactivate() {
692 mHistoryCursor.deactivate();
695 mSuggestCursor.deactivate();
697 super.deactivate();
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java 264 mCursor.deactivate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 269 deactivate(); method
477 // is only done on Linux such that on other platforms we deactivate
484 // deactivate();

Completed in 1108 milliseconds

12 3 4 5