HomeSort by relevance Sort by last modified time
    Searched full:activated (Results 51 - 75 of 928) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/dnsmasq/contrib/dnsmasq_MacOSX/
README.rtf 7 \f0\fs24 \cf0 1. If you've used DNSenabler, or if you're using Mac OS X Server, or if you have in any other way activated Mac OS X's built-in DHCP and/or DNS servers, disable them. This would usually involve checking that they are either set to -NO- or absent altogether in
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
PropertyEditorPresentation.java 19 * visible, but not activated yet {@link PropertyEditor}.
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 21 #define KOVIO_TIMEOUT 1000 /* Timeout value to wait for RF INTF Activated NTF.*/
23 the activated notification to match BCM format*/
142 ** command to NFCC and NFCC follows this up with another activated
143 ** notification. When the tag is removed, activated notification
  /external/v8/test/mjsunit/regress/
regress-3960.js 8 // activated late, which leads to duplicate shared function infos.
  /frameworks/base/core/java/android/widget/
YearPickerView.java 183 final boolean activated = mActivatedYear == year;
185 if (hasNewView || v.isActivated() != activated) {
187 if (activated && ITEM_TEXT_ACTIVATED_APPEARANCE != 0) {
193 v.setActivated(activated);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BootReceiver.java 36 // Start the load average overlay, if activated
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactBrowserActionListener.java 26 * Notification of selection change, invoked when the selection of activated
  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 43 * Returns the resource id of the background used for list items that show activated background
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControl.java 222 public void setActivated(boolean activated) {
223 super.setActivated(activated);
224 mZoomIn.setActivated(activated);
225 mZoomOut.setActivated(activated);
  /external/avahi/avahi-qt/
qt-watch.cpp 105 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
109 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
components.html 87 As baselines results are not really useful for the survey, the filter is activated
89 scenario, hence the corresponding filter is also activated by default.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
63 * it is activated using keyboard.
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 177 tNFA_CONN_CBACK *p_active_conn_cback; /* Callback of activated CE */
181 UINT8 idx_cur_active; /* listen_info index for currently activated CE */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailItemView.java 143 boolean activated = ArrayUtils.contains(getDrawableState(), android.R.attr.state_activated);
144 mName.setTypeface(activated ? mActivatedTypeface : mRegularTypeface);
  /frameworks/support/compat/honeycomb/android/support/v4/view/
ViewCompatHC.java 162 public static void setActivated(View view, boolean activated) {
163 view.setActivated(activated);
  /packages/apps/Contacts/res/layout/
group_browse_list_item.xml 19 thing when pressed or set the activated background to it. So we disable the default hilighting
22 state list drawable to its background, which has the "activated" background (the drawable with
  /system/connectivity/shill/
pending_activation_store.h 35 // from the profile and the cellular service is marked as activated.
46 // the network has not yet confirmed that the service has been activated.
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 143 static bool isPeerToPeer (tNFA_ACTIVATED& activated);
144 static bool isListenMode(tNFA_ACTIVATED& activated);
298 case NFA_ACTIVATED_EVT: // NFC link/protocol activated
300 if((eventData->activated.activate_ntf.protocol != NFA_PROTOCOL_NFC_DEP) && (!isListenMode (eventData->activated)))
302 nativeNfcTag_setRfInterface ((tNFA_INTF_TYPE) eventData->activated.activate_ntf.intf_param.type);
323 if (isPeerToPeer(eventData->activated))
348 // We know it is not activating for P2P. If it activated in
351 if (isListenMode(eventData->activated))
384 // If RF is activated for what we think is a Secure Element transactio
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/res/values/
strings.xml 21 <string name="status_not_activated">AppRestrictionsSchema is installed, but not activated in this profile.</string>
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/res/values/
strings.xml 21 <string name="status_not_activated">AppRestrictionsSchema is installed, but not activated in this profile.</string>
  /development/samples/browseable/AppRestrictionEnforcer/res/values/
strings.xml 21 <string name="status_not_activated">AppRestrictionsSchema is installed, but not activated in this profile.</string>
  /external/curl/docs/libcurl/opts/
CURLOPT_FTPSSLAUTH.3 32 \&"AUTH TLS" or "AUTH SSL" when FTP over SSL is activated. This is only
  /external/dbus/test/name-test/
test-activation-forking.py 39 print "Activated 10 times OK, TestSuiteForkingEchoService pass"
  /external/iptables/extensions/
libxt_LED.man 15 leave the LED on permanently once activated. (In this case the trigger will
  /external/libchrome/base/timer/
hi_res_timer_manager_unittest.cc 38 // But the Time class has it off, because it hasn't been activated.

Completed in 662 milliseconds

1 23 4 5 6 7 8 91011>>