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

1 2 3 4

  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfirmLockdownFragment.java 42 private static final String ARG_REPLACING = "replacing";
48 public static boolean shouldShow(boolean replacing, boolean fromLockdown, boolean toLockdown) {
50 // - replacing an existing connection
52 return replacing || (toLockdown && !fromLockdown);
55 public static void show(Fragment parent, boolean replacing, boolean alwaysOn,
62 args.putBoolean(ARG_REPLACING, replacing);
76 final boolean replacing = getArguments().getBoolean(ARG_REPLACING);
82 (replacing ? R.string.vpn_replace_vpn_title : R.string.vpn_set_vpn_title));
84 (replacing ? R.string.vpn_replace :
88 messageId = replacing
    [all...]
AppManagementFragment.java 184 final boolean replacing = isAnotherVpnActive();
186 if (ConfirmLockdownFragment.shouldShow(replacing, wasLockdown, lockdown)) {
190 this, replacing, alwaysOnSetting, wasLockdown, lockdown, options);
  /frameworks/base/core/java/android/content/pm/
IOnAppsChangedListener.aidl 29 void onPackagesAvailable(in UserHandle user, in String[] packageNames, boolean replacing);
30 void onPackagesUnavailable(in UserHandle user, in String[] packageNames, boolean replacing);
LauncherApps.java 189 * @param replacing Indicates whether these packages are replacing
193 boolean replacing);
203 * @param replacing Indicates whether the packages are about to be
207 boolean replacing);
1166 boolean replacing; field in class:LauncherApps.CallbackMessageHandler.CallbackInfo
    [all...]
RegisteredServicesCache.java 182 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
184 if (isRemoval && replacing) {
485 changes.append(" System service replacing existing: ").append(info)
488 changes.append(" Existing service replacing a removed service: ")
  /external/robolectric/v1/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/main/resources/org/objenesis/tck/candidates/
serializable-candidates.properties 25 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
candidates.properties 31 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompat.java 39 void onPackagesAvailable(String[] packageNames, UserHandle user, boolean replacing);
40 void onPackagesUnavailable(String[] packageNames, UserHandle user, boolean replacing);
LauncherAppsCompatVL.java 155 public void onPackagesAvailable(String[] packageNames, UserHandle user, boolean replacing) {
156 mCallback.onPackagesAvailable(packageNames, user, replacing);
161 boolean replacing) {
162 mCallback.onPackagesUnavailable(packageNames, user, replacing);
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
MyBaseListFragment.java 143 public void onPackagesAvailable(String[] packageNames, UserHandle user, boolean replacing) {
151 boolean replacing) {
  /development/scripts/
combine_sdks.sh 5 echo replacing $1
  /frameworks/base/services/core/java/com/android/server/wm/
WindowToken.java 194 final WindowState replacing = win.getReplacingWindow(); local
195 if (replacing != null) {
196 return replacing;
BoundsAnimationController.java 142 // True if this animation was canceled by the user, not as a part of a replacing animation
222 // We are replacing a running animation into PiP, but since it hasn't completed, the
393 final boolean replacing = existing != null;
399 + " replacing=" + replacing);
401 if (replacing) {
414 // Update the PiP callback states if we are replacing the animation
435 // Since we are replacing, we skip both animation start and end callbacks
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 224 boolean replacing) {
228 boolean replacing) {
  /build/blueprint/proptools/
escape.go 36 // escapes if necessary by wrapping them in single quotes, and replacing internal single quotes with
extend.go 33 // values, replacing non-nil pointers to booleans or strings, and recursing into
51 // bool values, replacing non-nil pointers to booleans or strings, and recursing into
71 // values, replacing non-nil pointers to booleans or strings, and recursing into
92 // bool values, replacing non-nil pointers to booleans or strings, and recursing into
114 // values, replacing non-nil pointers to booleans or strings, and recursing into
139 // values, replacing non-nil pointers to booleans or strings, and recursing into
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerLauncherCallbackTest.java 67 public void onPackagesAvailable(String[] packageNames, UserHandle user, boolean replacing) {
72 boolean replacing) {
  /frameworks/base/lowpan/tests/
Android.mk 37 # Utility variables to allow replacing a space with a comma
  /frameworks/base/wifi/tests/
Android.mk 37 # Utility variables to allow replacing a space with a comma
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 338 boolean replacing) {
345 boolean replacing) {
346 if (!replacing) {
  /frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
Android.mk 37 # Utility variables to allow replacing a space with a comma
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 38 # Utility variables to allow replacing a space with a comma
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerService.java 331 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
343 if (replacing) {
353 if (replacing) {
    [all...]
  /external/bison/data/
glr.cc 26 # difference, and similarly for glr.cc replacing lalr1.cc.

Completed in 620 milliseconds

1 2 3 4