HomeSort by relevance Sort by last modified time
    Searched full:enabler (Results 1 - 23 of 23) sorted by null

  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 39 * Sets the title for the input method enabler preference for launching subtype enabler with a
46 * Sets the title for the input method enabler preference for launching subtype enabler with a
53 * Sets the icon for the preference for launching subtype enabler with a resource ID.
59 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 45 * Sets the title for the input method enabler preference for launching subtype enabler with a
52 * Sets the title for the input method enabler preference for launching subtype enabler with a
59 * Sets the icon for the preference for launching subtype enabler with a resource ID.
65 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
  /packages/apps/SpareParts/src/com/android/spare_parts/
Enabler.java 28 public final class Enabler extends BroadcastReceiver {
29 private static final String TAG = "SpareParts.Enabler";
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 93 CalendarSyncEnabler enabler = new CalendarSyncEnabler(getContext()); local
98 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest();
111 enabler = new CalendarSyncEnabler(getContext());
117 emailAddresses = enabler.enableEasCalendarSyncInternalForTest();
186 CalendarSyncEnabler enabler = new CalendarSyncEnabler(getContext()); local
187 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest();
197 CalendarSyncEnabler enabler = new CalendarSyncEnabler(getContext()); local
200 enabler.showNotificationForTest("a@b.com");
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 93 CalendarSyncEnabler enabler = new CalendarSyncEnabler(getContext()); local
98 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest();
111 enabler = new CalendarSyncEnabler(getContext());
117 emailAddresses = enabler.enableEasCalendarSyncInternalForTest();
186 CalendarSyncEnabler enabler = new CalendarSyncEnabler(getContext()); local
187 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest();
197 CalendarSyncEnabler enabler = new CalendarSyncEnabler(getContext()); local
200 enabler.showNotificationForTest("a@b.com");
  /external/webkit/Source/WebCore/inspector/front-end/
PanelEnablerView.js 30 this.element.addStyleClass("panel-enabler-view");
34 this.contentElement.className = "panel-enabler-view-content";
65 this.disclaimerElement.className = "panel-enabler-disclaimer";
WelcomeView.js 34 this.element.addStyleClass("panel-enabler-view");
39 this.contentElement.className = "panel-enabler-view-content";
inspector.css     [all...]
  /packages/apps/SpareParts/
AndroidManifest.xml 37 android:name="Enabler">
  /external/icu4c/i18n/
decContext.h 92 uint32_t traps; /* trap-enabler flags */
137 /* Trap-enabler and Status flags (exceptional conditions), and */
decNumber.c 79 /* SIGFPE signal is then raised if the corresponding trap-enabler */
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 126 // We look for the first preference item in subtype enabler.
128 // We are in the subtype enabler and trying selecting subtypes automatically.
InputMethodAndSubtypeUtil.java 195 // In the Configure input method screen or in the subtype enabler screen.
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_unittest.cc 14 ScopedStubCrosEnabler enabler; local
  /development/tools/emulator/system/camera/
CallbackNotifier.h 218 /* Message enabler. */
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 578 ThreadEnabler *enabler = [[ThreadEnabler alloc] init];
579 [NSThread detachNewThreadSelector:@selector(threadEnablingSelector:) toTarget:enabler withObject:nil];
580 [enabler release];
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 111 * parameter being true will not be shown in the list of subtypes in each IME's subtype enabler.
141 * parameter being true will not be shown in the list of subtypes in each IME's subtype enabler.
234 * will not be shown in the list of subtypes in each IME's subtype enabler. Having an
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 54 #define JavaCFMPluginFilename "Java Applet Plugin Enabler"
  /external/webkit/Source/WebKit/qt/docs/
qtwebkit-bridge.qdoc 404 there's an actual need for it, i.e. there's a new native enabler that requires a direct interface
  /frameworks/base/docs/html/guide/topics/text/
creating-input-method.jd 492 facilitates a subtype enabler in the IME settings. Please refer to the SoftKeyboard sample in
  /external/webkit/Source/WebCore/editing/
Editor.cpp 194 // We need to use onbeforecopy as a real menu enabler because we allow elements that are not
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2009-06-16     [all...]
ChangeLog-2010-01-29     [all...]

Completed in 6162 milliseconds