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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 51 public FixLaunchConfig(IProject project, String oldPackage, String newPackage) {
55 mOldPackage = oldPackage;
  /frameworks/base/tools/aidl/
aidl_language_l.l 192 char const* oldPackage = g_currentPackage;
206 g_currentPackage = oldPackage;
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 122 boolean prepareVpn(String oldPackage, String newPackage);
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 141 if (RefPtr<PluginPackage> oldPackage = m_pluginsByPath.get(*it)) {
142 ASSERT(!shouldSkipUnchangedFiles || oldPackage->lastModified() != lastModified);
143 remove(oldPackage.get());
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 168 * with {@code oldPackage}. If they are the same, the prepared
170 * {@code oldPackage} is {@code null}, the comparison is omitted.
179 * @param oldPackage The package name of the old VPN application.
183 public synchronized boolean prepare(String oldPackage, String newPackage) {
185 if (oldPackage != null && !oldPackage.equals(mPackage)) {
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 116 milliseconds