Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java112 boolean replacing); in onPackagesAvailable() argument
126 boolean replacing); in onPackagesUnavailable() argument
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 LauncherApps.CallbackMessageHandler.CallbackInfo
455 mCallback.onPackagesAvailable(info.packageNames, info.user, info.replacing); in handleMessage()
458 mCallback.onPackagesUnavailable(info.packageNames, info.user, info.replacing); in handleMessage()
485 boolean replacing) { in postOnPackagesAvailable() argument
[all …]
DIOnAppsChangedListener.aidl28 void onPackagesAvailable(in UserHandle user, in String[] packageNames, boolean replacing); in onPackagesAvailable() argument
29 void onPackagesUnavailable(in UserHandle user, in String[] packageNames, boolean replacing); in onPackagesUnavailable() argument
DRegisteredServicesCache.java153 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false); in handlePackageEvent()
155 if (isRemoval && replacing) { in handlePackageEvent()
/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/base/docs/html/training/basics/fragments/
Dfragment-ui.jd165 <p>Example of replacing one fragment with another:</p>
/frameworks/base/docs/html/design/patterns/
Dnew.jd197 phones by replacing them with a virtual navigation bar that houses
Dnavigation-drawer.jd24 drawer is fully extended, the action bar adjusts its content by replacing the current action
/frameworks/base/docs/html/distribute/stories/
Dlocalization.jd213 <p>Notably, they saw steady growth in Spain after replacing their previous
/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/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java828 boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false); in notifyNow()
829 if (!replacing) { in notifyNow()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1700 boolean replacing = false;
1753 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false);
1769 if (replacing) {
1809 if (replacing) {
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd441 <li>Consider replacing your custom permissions with system default
/frameworks/base/docs/html/google/gcm/
Dhttp.jd350 replacing "ABC" with the registration ID.
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10965 void sendBroadcast(boolean fullRemove, boolean replacing, boolean removedForAllUsers) { in sendBroadcast() argument
10969 if (replacing) { in sendBroadcast()
10976 if (fullRemove && !replacing) { in sendBroadcast()
13008 private void sendResourcesChangedBroadcast(boolean mediaStatus, boolean replacing, in sendResourcesChangedBroadcast() argument
13019 if (replacing) { in sendResourcesChangedBroadcast()
13020 extras.putBoolean(Intent.EXTRA_REPLACING, replacing); in sendResourcesChangedBroadcast()
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd419 <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/guide/topics/ui/
Dactionbar.jd557 fragments, and without replacing the action bar. For example, if you have an action for Search, you
1202 the layout (replacing the current fragment in the {@code R.id.fragment_container} view). The
/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.java16011 final boolean replacing = in broadcastIntentLocked()
16013 mCompatModePackages.handlePackageAddedLocked(ssp, replacing); in broadcastIntentLocked()
16015 if (replacing) { in broadcastIntentLocked()