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

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/audio/
manager.c 109 static struct enabled_interfaces enabled = { variable in typeref:struct:enabled_interfaces
137 return enabled.headset;
141 return enabled.headset && enabled.hfp;
143 return enabled.gateway;
145 return enabled.sink;
147 return enabled.source;
150 return enabled.control;
174 debug("audio handle_uuid: server not enabled for %s (0x%04x)",
634 if (!enabled.hfp
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarms.java 153 * @param enabled corresponds to the ENABLED column
164 Context context, int id, boolean enabled, int hour, int minutes,
179 minutes + " enabled " + enabled + " time " + time);
181 values.put(Alarm.Columns.ENABLED, enabled ? 1 : 0);
195 if (enabled) {
215 * @param enabled corresponds to the ENABLED colum
    [all...]
Alarm.java 53 p.writeInt(enabled ? 1 : 0);
105 public static final String ENABLED = "enabled";
132 // Used when filtering enabled alarms.
133 public static final String WHERE_ENABLED = ENABLED + "=1";
137 ENABLED, VIBRATE, MESSAGE, ALERT };
159 public boolean enabled; field in class:Alarm
171 enabled = c.getInt(Columns.ALARM_ENABLED_INDEX) == 1;
200 enabled = p.readInt() == 1;
  /external/webkit/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 50 breakpoint.addEventListener("enabled", this._breakpointEnableChanged, this);
64 if (breakpoint.enabled)
72 breakpoint.enabled = !breakpoint.enabled;
93 checkboxElement.checked = breakpoint.enabled;
126 breakpoint.removeEventListener("enabled", null, this);
149 checkbox.checked = breakpoint.enabled;
154 if (breakpoint.enabled)
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
test.html 18 <p>To verify, you must run this test with JavaScript enabled and then repeat the test with JavaScript disabled.</p>
20 <h4>JavaScript enabled</h4>
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 71 public void setSessionEnabled(InputMethodSession session, boolean enabled) {
72 ((AbstractInputMethodSessionImpl)session).setEnabled(enabled);
95 * Check whether this session has been enabled by the system. If not
96 * enabled, you should not execute any calls on to it.
112 * Change the enabled state of the session. This only works if the
115 public void setEnabled(boolean enabled) {
117 mEnabled = enabled;
123 * prevents it from ever being enabled again.
  /frameworks/base/core/tests/coretests/DisabledTestApp/
AndroidManifest.xml 20 <application enabled="false">
23 <activity android:name=".DisabledActivity" android:enabled="false" >
  /frameworks/base/vpn/java/android/net/vpn/
L2tpProfile.java 39 public void setSecretEnabled(boolean enabled) {
40 mSecret = enabled;
PptpProfile.java 37 public void setEncryptionEnabled(boolean enabled) {
38 mEncryption = enabled;
  /packages/inputmethods/LatinIME/java/res/values/
bools.xml 21 <!-- Whether or not auto-correction should be enabled by default -->
26 <!-- Whether or not voice input is enabled by default. -->
  /external/quake/quake/src/WinQuake/
cd_win.cpp 33 static qboolean enabled = false; variable
109 if (!enabled)
182 if (!enabled)
201 if (!enabled)
221 if (!enabled)
257 enabled = true;
265 enabled = false;
271 enabled = true;
400 if (!enabled)
454 enabled = true;
    [all...]
  /external/wpa_supplicant/
driver_ipw.c 201 static int wpa_driver_ipw_set_wpa(void *priv, int enabled)
206 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled);
208 if (!enabled && ipw_set_wpa_ie(drv, NULL, 0) < 0)
211 if (ipw_set_wpa_param(drv, IPW_PARAM_WPA_ENABLED, enabled) < 0)
281 static int wpa_driver_ipw_set_countermeasures(void *priv, int enabled)
284 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled);
286 enabled);
291 static int wpa_driver_ipw_set_drop_unencrypted(void *priv, int enabled)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ipw.c 199 static int wpa_driver_ipw_set_wpa(void *priv, int enabled)
204 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled);
206 if (!enabled && ipw_set_wpa_ie(drv, NULL, 0) < 0)
209 if (ipw_set_wpa_param(drv, IPW_PARAM_WPA_ENABLED, enabled) < 0)
279 static int wpa_driver_ipw_set_countermeasures(void *priv, int enabled)
282 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled);
284 enabled);
289 static int wpa_driver_ipw_set_drop_unencrypted(void *priv, int enabled)
    [all...]
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 56 public boolean enabled = true; field in class:ComponentInfo
74 enabled = orig.enabled;
115 pw.println(prefix + "enabled=" + enabled + " exported=" + exported
137 dest.writeInt(enabled ? 1 : 0);
146 enabled = (source.readInt() != 0);
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 53 p.writeInt(enabled ? 1 : 0);
105 public static final String ENABLED = "enabled";
132 // Used when filtering enabled alarms.
133 public static final String WHERE_ENABLED = ENABLED + "=1";
137 ENABLED, VIBRATE, MESSAGE, ALERT };
159 public boolean enabled; field in class:Alarm
171 enabled = c.getInt(Columns.ALARM_ENABLED_INDEX) == 1;
200 enabled = p.readInt() == 1;
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 90 * Returns the names of the cipher suites that are enabled by default.
92 * @return the names of the cipher suites that are enabled by default
97 * Returns the list of supported cipher suites that could be enabled for an
  /external/webkit/WebCore/platform/qt/
ContextMenuItemQt.cpp 108 m_platformDescription.enabled = on;
111 bool ContextMenuItem::enabled() const function in class:WebCore::ContextMenuItem
113 return m_platformDescription.enabled;
  /external/webkit/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp 132 if (backForwardList->enabled())
147 if (backForwardList->enabled())
171 return (backForwardList->enabled() ? backForwardList->containsItem(historyItem) : FALSE);
189 if (backForwardList->enabled() && historyItem)
207 if (!backForwardList || !backForwardList->enabled())
237 if (!backForwardList || !backForwardList->enabled())
266 if (!backForwardList || !backForwardList->enabled())
289 if (!backForwardList || !backForwardList->enabled())
312 if (!backForwardList || !backForwardList->enabled())
355 if (!backForwardList || !backForwardList->enabled())
    [all...]
  /frameworks/base/core/java/android/widget/
ZoomButton.java 82 public void setEnabled(boolean enabled) {
83 if (!enabled) {
91 super.setEnabled(enabled);
  /packages/apps/Email/src/com/android/email/
Email.java 44 * If this is enabled there will be additional logging information sent to
50 * This can be enabled by typing "debug" in the AccountFolderList activity.
58 * If this is enabled than logging that normally hides sensitive information
215 public static void setServicesEnabled(Context context, boolean enabled) {
217 if (!enabled && pm.getComponentEnabledSetting(new ComponentName(context, MailService.class)) ==
220 * If no accounts now exist but the service is still enabled we're about to disable it
227 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
232 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
237 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
242 enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpora.java 24 * Maintains the set of available and enabled corpora.
31 * Checks if a corpus should be enabled by default.
43 * Gets all enabled corpora.
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 116 protected static final int ENABLED = 1;
236 public void setDataOnRoamingEnabled(boolean enabled) {
237 if (getDataOnRoamingEnabled() != enabled) {
239 Settings.Secure.DATA_ROAMING, enabled ? 1 : 0);
241 if (enabled) {
330 boolean enabled = (msg.arg1 == ENABLED) ? true : false;
331 onSetDataEnabled(enabled);
345 * Report the current state of data connectivity (enabled or disabled)
354 * Report on whether data connectivity is enabled
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 164 * @param enabled Whether the button should be enabled.
166 LeftButtonMode(int text, boolean enabled) {
168 this.enabled = enabled;
172 final boolean enabled; field in class:ChooseLockPattern.LeftButtonMode
187 * @param enabled Whether the button should be enabled.
189 RightButtonMode(int text, boolean enabled) {
191 this.enabled = enabled
195 final boolean enabled; field in class:ChooseLockPattern.RightButtonMode
    [all...]
  /device/htc/dream-sapphire/overlay/packages/inputmethods/LatinIME/res/values/
bools.xml 21 <!-- Whether or not auto-correction should be enabled by default -->
  /external/kernel-headers/original/asm-arm/
dma.h 88 * This should not be called if a DMA channel is enabled,
96 * This should not be called if a DMA channel is enabled,
106 * This should not be called if a DMA channel is enabled,
114 * This should not be called if a DMA channel is enabled,

Completed in 49 milliseconds

1 23 4 5 6 7 8 91011>>