/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 112 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 …]
|
D | IOnAppsChangedListener.aidl | 28 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
|
D | RegisteredServicesCache.java | 153 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false); in handlePackageEvent() 155 if (isRemoval && replacing) { in handlePackageEvent()
|
/frameworks/base/docs/html/training/tv/playback/ |
D | details.jd | 37 avoid creating a second activity by replacing the current {@link
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 111 <p>You can also load a web page for printing by replacing the
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 165 <p>Example of replacing one fragment with another:</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | new.jd | 197 phones by replacing them with a virtual navigation bar that houses
|
D | navigation-drawer.jd | 24 drawer is fully extended, the action bar adjusts its content by replacing the current action
|
/frameworks/base/docs/html/distribute/stories/ |
D | localization.jd | 213 <p>Notably, they saw steady growth in Spain after replacing their previous
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | nav-drawer.jd | 189 // Insert the fragment by replacing any existing fragment
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 66 …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/ |
D | PackageManagerTests.java | 828 boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false); in notifyNow() 829 if (!replacing) { in notifyNow()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 1700 boolean replacing = false; 1753 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false); 1769 if (replacing) { 1809 if (replacing) {
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 441 <li>Consider replacing your custom permissions with system default
|
/frameworks/base/docs/html/google/gcm/ |
D | http.jd | 350 replacing "ABC" with the registration ID.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 10965 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/ |
D | security-ssl.jd | 419 <p>But remember, if you find yourself replacing hostname verification, especially
|
D | smp.jd | 680 #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/ |
D | actionbar.jd | 557 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/ |
D | multiple-apks.jd | 344 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/ |
D | activity_task_design.jd | 571 that activity loads, replacing the original Android ringtone activity.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 16011 final boolean replacing = in broadcastIntentLocked() 16013 mCompatModePackages.handlePackageAddedLocked(ssp, replacing); in broadcastIntentLocked() 16015 if (replacing) { in broadcastIntentLocked()
|