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

12 3 4 5 6 7 8 91011>>

  /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();
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();
DatabaseCursorTest.java 423 testCursor.deactivate();
440 testCursor.deactivate();
458 testCursor.deactivate();
503 testCursor.deactivate();
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTestCase.java 38 * activate/deactivate sensors in this mode. So we can default this flag value to false.
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 50 // from a previously saved state. If so, deactivate it, because our
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
test_base.py 64 self.testbed.deactivate()
  /external/libopus/silk/
init_encoder.c 57 /* Used to deactivate LSF interpolation, pitch prediction */
  /external/parameter-framework/doc/
CMakeLists.txt 49 " install it or deactivate graph generation (DOXYGEN_GRAPHS=OFF).")
  /external/v8/test/mjsunit/regress/
regress-prepare-break-while-recompile.js 55 // Clear the break point immediately after to deactivate the debugger.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterDeactivateAll.java 54 log("Send DEACTIVATE to all Dcc's");
  /external/clang/lib/CodeGen/
CGCall.h 132 /// Deactivate these cleanups immediately before making the call. This
144 /// deactivate this cleanup after the call in the unexceptional case because
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 95 ** Description Sends rf deactivate cmd to NFCC
182 NXPLOG_NCIHAL_D("Send RF deactivate command to NFCC");
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 77 deactivate(); method
192 public void deactivate() throws RemoteException method in class:BulkCursorProxy
CursorToBulkCursorAdaptor.java 200 public void deactivate() { method in class:CursorToBulkCursorAdaptor
204 mCursor.deactivate();
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 106 printf("deactivate() for '%s'failed (%s)\n",
183 printf("deactivate() for '%s'failed (%s)\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 113 // Activate or Deactivate Label# i, Label counting starts with 1!
116 // Activate of Deactivate all Labels
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 452 ** Description: Receive the completion status of deactivate operation.
565 ALOGD ("%s: deactivate to sleep", __FUNCTION__);
566 if (NFA_STATUS_OK != (status = NFA_Deactivate (TRUE))) //deactivate to sleep state
568 ALOGE ("%s: deactivate failed, status = %d", __FUNCTION__, status);
574 ALOGE ("%s: timeout waiting for deactivate", __FUNCTION__);
731 ** Description: Deactivate the RF field.
753 ALOGE ("%s: deactivate failed; error=0x%X", __FUNCTION__, nfaStat);
    [all...]
  /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...]
  /development/apps/Development/src/com/android/development/
DataList.java 61 mCursor.deactivate();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentNestingTabs.java 88 // from a previously saved state. If so, deactivate it, because our
FragmentTabs.java 88 // from a previously saved state. If so, deactivate it, because our
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboPropertyEditor.java 114 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:AbstractComboPropertyEditor
  /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) )
431 ** Description Deactivate LLCP link
  /external/parameter-framework/parameter/
DefaultElementLibrary.h 55 * @param[in] bEnable if true/false, activate/deactivate the default builder mechanism.

Completed in 1231 milliseconds

12 3 4 5 6 7 8 91011>>