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

  /device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
Upgrade.java 17 package com.example.android.platform.upgrade;
32 public class Upgrade extends BroadcastReceiver {
36 // so can do whatever cleanup after an upgrade that we want.
37 Log.i("Example", "******************* UPGRADE HERE *******************");
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUpgrader.java 24 * The SettingsUpgrader class can be used to define an upgrade flow that
25 * executes upgrade logic to a target version when a version number has changed.
48 * Execute an upgrade callback if an upgrade version has changed. Third
49 * party modules also use this to upgrade settings local to them.
51 public void upgrade(SettingsManager settingsManager) { method in class:SettingsUpgrader
54 upgrade(settingsManager, lastVersion, mTargetVersion); method
63 * than some known version for a particular setting, and apply upgrade logic
66 protected abstract void upgrade(SettingsManager settingsManager, int lastVersion, method in class:SettingsUpgrader
72 * Upgrader may need to perform an upgrade analysis on the versio
    [all...]
AppUpgrader.java 36 * Defines the general upgrade path for the app. Modules may define specific
37 * upgrade logic, but upgrading for preferences across modules, CameraActivity
96 // settings that need to be upgraded, so we hack in a full upgrade
105 public void upgrade(SettingsManager settingsManager, int lastVersion, int currentVersion) { method in class:AppUpgrader
151 // Strict upgrade version: Integer -> String, from default.
255 * Part of the AOSP upgrade path, forces the user to choose their location
261 // Show the location dialog on upgrade if
284 * Part of the AOSP upgrade path, sets front and back picture sizes.
295 Log.w(TAG, "Ignoring attempt to upgrade size of unhandled camera facing direction");
301 // reselect, it's the least evil solution given we want to only upgrade
    [all...]
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 37 "\nIn order to use the upgrade function, a version of this tool that\n"
38 "understands the file format of the files to upgrade is needed. For\n"
39 "instance, to upgrade files saved with file format 3.4 to version 5.2,\n"
58 // Upgrade an old version to the current one.
59 const char kUpgrade[] = "upgrade";
72 printf("--upgrade: copy contents to the output path\n");
122 bool upgrade = command_line.HasSwitch(kUpgrade); local
125 if ((dump_to_files || upgrade) && output_path.empty())
132 bool slave_required = upgrade;
159 if (upgrade)
    [all...]
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketResponseHandler.java 11 public static final String HEADER_UPGRADE = "upgrade";
14 public static final String HEADER_CONNECTION_VALUE = "Upgrade";
63 String upgrade = headers.get(HEADER_UPGRADE); local
65 boolean isUpgrade = HEADER_UPGRADE_VALUE.equalsIgnoreCase(upgrade);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 222 def upgrade(self, *args, **kwargs): member in class:DB
223 return self._cobj.upgrade(*args, **kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 222 def upgrade(self, *args, **kwargs): member in class:DB
223 return self._cobj.upgrade(*args, **kwargs)
  /system/vold/
cryptfs.c 1734 int upgrade = 0; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1552 BOOLEAN upgrade; \/* TRUE, to upgrade the link key *\/ member in struct:__anon6060
1566 tBTM_SP_UPGRADE upgrade; \/* BTM_SP_UPGRADE_EVT *\/ member in union:__anon6061
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 334 milliseconds