HomeSort by relevance Sort by last modified time
    Searched defs:RELOAD (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 123 #define RELOAD 301 /* kill -HUP the daemon for reload */
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 58 RELOAD,
287 return mAction == SmilPlayerAction.RELOAD;
353 public synchronized void reload() { method in class:SmilPlayer
355 mAction = SmilPlayerAction.RELOAD;
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 85 RELOAD: 'reload',
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesPage.java 106 RELOAD (SWT.NONE, "Reload"),
412 case RELOAD:
550 * Performs a full reload by removing all cached packages data, including the platforms
552 * as well as a full reload of the remote data (by fetching all sources again.)
557 // Clear and reload all local data too.
562 * Performs a full reload of all the local package information, including the platforms
    [all...]
SdkUpdaterWindowImpl2.java 297 MenuItem reload = new MenuItem(menuPkgs, local
298 MenuAction.RELOAD.getMenuStyle());
299 reload.setText(
300 MenuAction.RELOAD.getMenuTitle());
302 MenuAction.RELOAD, reload);
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 143 * Reload the data so that the user can continue editing
145 public static final int RELOAD = 1;
337 save(SaveMode.RELOAD);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 873 "RELOAD", // = 102;
    [all...]

Completed in 1184 milliseconds