HomeSort by relevance Sort by last modified time
    Searched refs:replacing (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/core/java/android/content/pm/
IOnAppsChangedListener.aidl 28 void onPackagesAvailable(in UserHandle user, in String[] packageNames, boolean replacing);
29 void onPackagesUnavailable(in UserHandle user, in String[] packageNames, boolean replacing);
LauncherApps.java 108 * @param replacing Indicates whether these packages are replacing
112 boolean replacing);
122 * @param replacing Indicates whether the packages are about to be
126 boolean replacing);
391 public void onPackagesAvailable(UserHandle user, String[] packageNames, boolean replacing)
398 callback.postOnPackagesAvailable(packageNames, user, replacing);
404 public void onPackagesUnavailable(UserHandle user, String[] packageNames, boolean replacing)
411 callback.postOnPackagesUnavailable(packageNames, user, replacing);
429 boolean replacing; field in class:LauncherApps.CallbackMessageHandler.CallbackInfo
    [all...]
RegisteredServicesCache.java 152 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
154 if (isRemoval && replacing) {
380 changes.append(" System service replacing existing: ").append(info)
383 changes.append(" Existing service replacing a removed service: ")
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatV16.java 161 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
172 if (!replacing) {
177 // else, we are replacing the package, so a PACKAGE_ADDED will be sent
180 if (!replacing) {
193 // it is a replacing operation.
194 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING,
198 callback.onPackagesAvailable(packages, user, replacing);
201 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING,
205 callback.onPackagesUnavailable(packages, user, replacing);
LauncherAppsCompatVL.java 126 public void onPackagesAvailable(String[] packageNames, UserHandle user, boolean replacing) {
127 mCallback.onPackagesAvailable(packageNames, UserHandleCompat.fromUser(user), replacing);
131 boolean replacing) {
133 replacing);
LauncherAppsCompat.java 41 void onPackagesAvailable(String[] packageNames, UserHandleCompat user, boolean replacing);
42 void onPackagesUnavailable(String[] packageNames, UserHandleCompat user, boolean replacing);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 13 private boolean replacing; field in class:TestFragmentTransaction
59 this.replacing = true;
191 return replacing;
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
serializable-candidates.properties 60 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
candidates.properties 66 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
  /development/scripts/
combine_sdks.sh 5 echo replacing $1
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 108 * Loads some inlined html into the current document, replacing
119 * Loads some inlined html into the current document, replacing
  /external/chromium_org/v8/test/mjsunit/
accessors-on-global-object.js 59 // Test that replacing a getter with a normal property works as
regexp-static.js 117 // String.prototype.replace must interleave matching and replacing when a
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 45 RSSFeedUpdateEntryTask.ReplacingWith=replacing with
  /external/bison/data/
glr.cc 26 # difference, and similarly for glr.cc replacing lalr1.cc.
  /external/chromium_org/ui/webui/resources/js/
util.js 114 * The scale-factor-specific url is generated by replacing the first instance of
158 * Creates a new URL by appending or replacing the given query key and value.
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 149 // Test replacing or removing either the getter or setter individually.
173 // Test replacing or removing either the getter or setter individually.
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 263 'Return a new {typename} object replacing specified fields with new values'
496 '''Like dict.update() but add counts instead of replacing them.
531 '''Like dict.update() but subtracts counts instead of replacing them.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 263 'Return a new {typename} object replacing specified fields with new values'
496 '''Like dict.update() but add counts instead of replacing them.
531 '''Like dict.update() but subtracts counts instead of replacing them.
  /external/chromium_org/remoting/webapp/
host_table_entry.js 209 * Prepare the host for renaming by replacing its name with an edit box.
host_list.js 339 * Prepare a host for renaming by replacing its name with an edit box.
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java     [all...]
  /external/chromium_org/v8/src/
string.js 408 // Helper function for replacing regular expressions with the result of a
v8natives.js 816 // Steps 9b & 12 - replacing an existing accessor property with a data
840 // Steps 9c & 12 - replacing an existing data property with an accessor
    [all...]

Completed in 675 milliseconds

1 2