Home
last modified time | relevance | path

Searched refs:replacing (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java118 boolean replacing); in onPackagesAvailable() argument
132 boolean replacing); in onPackagesUnavailable() argument
746 public void onPackagesAvailable(UserHandle user, String[] packageNames, boolean replacing)
753 callback.postOnPackagesAvailable(packageNames, user, replacing);
759 public void onPackagesUnavailable(UserHandle user, String[] packageNames, boolean replacing)
766 callback.postOnPackagesUnavailable(packageNames, user, replacing);
827 boolean replacing; field in LauncherApps.CallbackMessageHandler.CallbackInfo
854 mCallback.onPackagesAvailable(info.packageNames, info.user, info.replacing); in handleMessage()
857 mCallback.onPackagesUnavailable(info.packageNames, info.user, info.replacing); in handleMessage()
893 boolean replacing) { in postOnPackagesAvailable() argument
[all …]
DIOnAppsChangedListener.aidl29 void onPackagesAvailable(in UserHandle user, in String[] packageNames, boolean replacing); in onPackagesAvailable() argument
30 void onPackagesUnavailable(in UserHandle user, in String[] packageNames, boolean replacing); in onPackagesUnavailable() argument
DRegisteredServicesCache.java180 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false); in handlePackageEvent()
182 if (isRemoval && replacing) { in handlePackageEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java288 final boolean replacing = existing != null; in animateBounds()
291 + " moveToFullscreen=" + moveToFullscreen + " replacing=" + replacing); in animateBounds()
293 if (replacing) { in animateBounds()
304 new BoundsAnimator(target, from, to, moveToFullscreen, replacing); in animateBounds()
DWallpaperController.java481 boolean replacing = false; in findWallpaperTarget()
509 replacing = replacing || w.mWillReplaceWindow; in findWallpaperTarget()
538 && (inFreeformSpace || (replacing && mWallpaperTarget != null))) { in findWallpaperTarget()
DWindowManagerService.java10875 public void scheduleClearReplacingWindowIfNeeded(IBinder token, boolean replacing) { in scheduleClearReplacingWindowIfNeeded() argument
10884 if (replacing) { in scheduleClearReplacingWindowIfNeeded()
/frameworks/base/docs/html/distribute/stories/apps/
Dsayhi.jd58 Notably, they also saw steady growth in Spain after replacing their previous
/frameworks/base/docs/html/training/tv/playback/
Ddetails.jd37 avoid creating a second activity by replacing the current {@link
/frameworks/base/docs/html/training/printing/
Dhtml-docs.jd111 <p>You can also load a web page for printing by replacing the
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/
Ddevice_for_strategy_sonification_respectful.pfw11 # - Otherwise follows sonification by replacing speaker with speaker safe if speaker is
/frameworks/base/docs/html/design/patterns/
Dnew.jd198 phones by replacing them with a virtual navigation bar that houses
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd165 <p>Example of replacing one fragment with another:</p>
/frameworks/base/docs/html/training/implementing-navigation/
Dnav-drawer.jd189 // Insert the fragment by replacing any existing fragment
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd66 …ation. Upon selecting one of these targets, the child screen is opened, replacing the current cont…
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake605 /* Define to a function replacing strtoll */
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java750 boolean replacing; field in PackageManagerService.IFVerificationParams
757 replacing = _replacing; in IFVerificationParams()
759 replacing = _replacing; in IFVerificationParams()
1767 params.replacing, params.pkg); in doHandleMessage()
15190 private void startIntentFilterVerifications(int userId, boolean replacing,
15204 msg.obj = new IFVerificationParams(pkg, replacing, userId, verifierUid);
15211 msg.obj = new IFVerificationParams(childPkg, replacing, userId, verifierUid);
15216 private void verifyIntentFiltersIfNeeded(int userId, int verifierUid, boolean replacing,
15242 if (!replacing) {
18962 private void sendResourcesChangedBroadcast(boolean mediaStatus, boolean replacing,
[all …]
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java814 boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false); in notifyNow()
815 if (!replacing) { in notifyNow()
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd441 <li>Consider replacing your custom permissions with system default
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1865 boolean replacing = false;
1958 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false);
1974 if (replacing) {
2027 if (replacing) {
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd418 <p>But remember, if you find yourself replacing hostname verification, especially
Dsmp.jd680 #0 and replacing the last instruction with LDRNE r2, [r3, r1] would ensure
1205 <p>This can be fixed by replacing the call to <code>atomic_dec()</code> with
1476 contention, so you’re not going to save much by replacing mutex calls with
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd344 replacing. For example, say you have an active APK for screen sizes small - normal with version code
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd571 that activity loads, replacing the original Android ringtone activity.
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17796 final boolean replacing = in broadcastIntentLocked()
17800 final boolean fullUninstall = removed && !replacing; in broadcastIntentLocked()
17886 final boolean replacing = in broadcastIntentLocked()
17888 mCompatModePackages.handlePackageAddedLocked(ssp, replacing); in broadcastIntentLocked()