/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.database.Cursor.html | 88 <nobr><code>void</code> <A HREF="../../../../reference/android/database/Cursor.html#deactivate()" target="_top"><code>deactivate</code></A>() </nobr>
|
/frameworks/base/docs/html/training/tv/ |
unsupported-features-tv.jd | 99 deactivate or activate specific functions in the application based on runtime device type detection. 155 This is just one example of using runtime checks to deactivate app functionality that depends on features
|
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 106 printf("deactivate() for '%s'failed (%s)\n", 183 printf("deactivate() for '%s'failed (%s)\n",
|
/packages/apps/Nfc/nci/jni/ |
NativeSecureElement.cpp | 86 se.deactivate (0); 125 SecureElement::getInstance().deactivate (handle);
|
NativeNfcTag.cpp | 459 ** 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__); 728 ** Description: Deactivate the RF field. 751 ALOGE ("%s: deactivate failed; error=0x%X", __FUNCTION__, nfaStat); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
RecapitalizeStatus.java | 72 deactivate(); method 102 public void deactivate() { method in class:RecapitalizeStatus
|
/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/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/ |
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();
|
/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/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.
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 40 virtual void Deactivate();
|
/external/chromium/chrome/browser/ui/panels/ |
panel.h | 47 virtual void Deactivate();
|
/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) ) 430 ** Description Deactivate LLCP link
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
TestCursor.java | 143 public void deactivate() { method in class:TestCursor
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CursorWrapperTest.java | 57 v.verifyForward("deactivate");
|
/external/v8/test/mjsunit/ |
debug-enable-disable-breakpoints.js | 92 // Deactivate all breakpoints.
|
/external/webkit/Source/WebCore/platform/gtk/ |
MainFrameScrollbarGtk.cpp | 115 // scrollbar. If this is the case, deactivate this signal handler. WebCore will
|
/frameworks/base/core/java/android/database/ |
Cursor.java | 348 void deactivate(); method in interface:Cursor 353 * #deactivate}. 369 * Unlike {@link #deactivate()} a call to {@link #requery()} will not make the Cursor valid 401 * {@link #requery()}, {@link #deactivate()}, or {@link #close()}.
|