/frameworks/base/core/java/android/accounts/ |
AccountManager.java | [all...] |
/development/ndk/platforms/android-9/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.cc | 206 return; // Canceled in the middle of a query, give up. 287 // Don't send responses for queries that have been canceled. 289 return; // Already set done_ when we canceled, no need to set it again. [all...] |
/external/chromium/net/url_request/ |
url_request.h | 227 // then the request will be effectively canceled and the delegate 488 // is useful to attach a certificate and certificate error to a canceled 676 // is ready to be resumed or canceled.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDeviceProfileState.java | 686 // will get canceled. 700 // it will get canceled. [all...] |
/frameworks/base/native/include/android/ |
input.h | 192 * has been canceled. Typically this is used with virtual touch screen 194 * display: in that case, the application will receive a canceled up 217 * the tracking to be canceled. */ [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 110 // mEcmTimerResetRegistrants are informed after Ecm timer is canceled or re-started 545 * already been handled (eg, previously canceled). 925 * if action is CANCEL_ECM_TIMER, cancel Ecm timer and notify apps the timer is canceled; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
pthread.h | 541 when the thread is canceled or calls pthread_exit. ROUTINE will also 587 when the thread is canceled or calls pthread_exit. ROUTINE will also 630 when the thread is canceled or calls pthread_exit. ROUTINE will also [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/ |
input.h | 162 * has been canceled. Typically this is used with virtual touch screen 164 * display: in that case, the application will receive a canceled up 187 * the tracking to be canceled. */
|
/development/apps/Development/res/values/ |
strings.xml | 197 <string name="status_canceled_sync">Canceled the sync</string>
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 320 // If the action was canceled (by the user clicking the cancel
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ImageDownloader.java | 162 * Returns true if the current download has been canceled or if there was no download in
|
/external/chromium/base/ |
timer.h | 217 // If destroyed, the timeout is canceled and will not occur even if already
|
/external/chromium/chrome/browser/download/ |
download_request_limiter.cc | 116 // User has either allowed all downloads or canceled all downloads. Only
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 396 // there is user action required the import is automatically canceled.
|
/external/chromium/chrome/browser/history/ |
expire_history_backend.h | 259 // automatically canceled when this class is deleted.
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_menu_controller_gtk.cc | 239 // nothing. This can happen if the user has canceled a context menu while
|
/external/chromium/chrome/browser/ui/views/importer/ |
import_progress_dialog_view.cc | 272 // - the import was canceled by the user.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab_strip.h | 133 virtual bool EndDrag(bool canceled) OVERRIDE;
|