HomeSort by relevance Sort by last modified time
    Searched full:deactivated (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 9 String DEACTIVATED = "Deactivated";
  /external/chromium_org/cc/animation/
animation_registrar.h 37 // is not an error to call this function with a deactivated controller.
  /external/chromium_org/chrome/browser/ui/search/
search_delegate.cc 17 DCHECK(!tab_model_) << "All tabs should have been deactivated or closed.";
search_delegate.h 40 // When a tab is deactivated, this class no longer observes changes to the
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.h 31 // when an NTP tab is about to be deactivated (be it by switching tabs, losing
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.cc 25 // code can be called while a window is being deactivated, and activating
  /external/chromium_org/content/browser/android/
overscroll_glow.h 30 // If |enabled| is false, the effect will be be deactivated until
40 // If false, the glow will be deactivated, and subsequent calls to
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceService.java 56 // Don't accept any more APDUs until deactivated
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.h 35 // Handle the view being activated or deactivated.
  /frameworks/base/core/java/android/os/
MemoryFile.java 109 * Checks whether the memory file has been deactivated.
191 * @throws IOException if the memory file has been purged or deactivated.
196 throw new IOException("Can't read from deactivated memory file.");
215 * @throws IOException if the memory file has been purged or deactivated.
220 throw new IOException("Can't write to deactivated memory file.");
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 71 #define LLCP_LINK_DEACTIVATED_EVT 0x02 /* LLCP Link is deactivated */
80 #define LLCP_LINK_LOCAL_INITIATED 0x04 /* Link has been deactivated by local */
81 #define LLCP_LINK_REMOTE_INITIATED 0x05 /* Link has been deactivated by remote */
82 #define LLCP_LINK_TIMEOUT 0x06 /* Link has been deactivated by timeout */
83 #define LLCP_LINK_FRAME_ERROR 0x07 /* Link has been deactivated by frame error */
321 ** when LLCP link is deactivated. Then NFC link may be deactivated.
  /external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher.h 43 // a modification is notified, the watch is deactivated for freeing system
  /external/chromium_org/ui/aura/client/
activation_client.h 67 // that differ from transient parents that can be deactivated.
  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 229 bool PowerSwitch::setModeOff (PowerActivity deactivated)
234 mCurrActivity &= ~deactivated;
236 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
NativeNfcTag.cpp 506 ALOGE ("%s: tag already deactivated", __FUNCTION__);
699 ALOGE ("%s: tag already deactivated", __FUNCTION__);
762 ALOGE ("%s: tag already deactivated", __FUNCTION__);
911 ALOGE ("%s: already deactivated", __FUNCTION__);
1266 tNFA_DEACTIVATED deactivated = {NFA_DEACTIVATE_TYPE_IDLE}; local
    [all...]
  /sdk/eclipse/
dictionary.txt 68 deactivated
  /external/chromium_org/base/
tracked_objects_unittest.cc 52 if (ThreadData::status() == ThreadData::DEACTIVATED)
270 // Start in the deactivated state.
271 if (!ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED))
286 // Start in the deactivated state.
287 if (!ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED))
381 ThreadData::DEACTIVATED));
398 // Start in the deactivated state.
399 if (!ThreadData::InitializeAndSetTrackingStatus(ThreadData::DEACTIVATED))
tracked_objects.cc 35 // record all of the startup-time tasks, or should we start up DEACTIVATED, so
458 // Even if we have been DEACTIVATED, we will process any pending births so
493 // Even if we have been DEACTIVATED, we will process any pending births so
530 // Even if we have been DEACTIVATED, we will process any pending births so
654 if (status_ >= DEACTIVATED)
663 if (status_ >= DEACTIVATED)
702 DCHECK_GE(status, DEACTIVATED);
708 if (!kTrackParentChildLinks && status > DEACTIVATED)
721 return status_ > DEACTIVATED;
777 if (!InitializeAndSetTrackingStatus(DEACTIVATED))
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 202 * was deactivated.
245 Log.e(TAG, "Response not sent; service was deactivated.");
266 Log.e(TAG, "Response not sent; service was deactivated.");
283 Log.e(TAG, "notifyUnhandled not sent; service was deactivated.");
379 * <li>The NFC link has been deactivated or lost
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 42 #define NFA_P2P_DISC_REASON_LLCP_DEACTIVATED 0x05 /* LLCP link deactivated */
50 #define NFA_P2P_DEACTIVATED_EVT 0x03 /* LLCP Link has been deactivated */
168 tNFA_P2P_DEACTIVATED deactivated; /* NFA_P2P_DEACTIVATED_EVT */ member in union:__anon22381
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 36 LLCP_LINK_STATE_DEACTIVATED, /* llcp link is deactivated */
86 UINT8 link_deact_reason; /* reason of LLCP link deactivated */
152 LLCP_DLC_EVENT_LINK_ERROR, /* llcp link has been deactivated */
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 160 // Called when the app is about to be deactivated as a device administrator.
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.h 79 void Deactivated();
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 27 DEACTIVATED, // Thread watching de-activated.
85 if (old_state != DEACTIVATED)
116 State old_state = UpdateState(DEACTIVATED);
130 EXPECT_TRUE(old_state == SENT_PING || old_state == DEACTIVATED);

Completed in 1174 milliseconds

1 2 3 4 5 6 7 8